aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | golang: Update to 1.17.1Jeffery To2021-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2021-39293 (archive/zip: overflow in preallocation check can cause OOM panic). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | openpyxl: bump to version 3.0.8Alexandru Ardelean2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | podman: update to 3.3.1W. Michael Petullo2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier versions of podman did not make use of TMPDIR when running "podman run ...". Podman's default, /var/tmp, presents a problem to rootless use since OpenWrt's /var/tmp does not permit writes by non-root users. Podman 3.3.1 makes full use of TMPDIR. This is part of an attempt to get rootless podman to work on OpenWrt. See https://github.com/openwrt/packages/issues/15096. See also the upstream issue at https://github.com/containers/podman/issues/10698. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #16587 from mhei/php7-fix-14623Michael Heimpold2021-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | php7: fix config file upgrade issue (fixes #14623)
| * | | | | | php7: fix config file upgrade issue (fixes #14623)Michael Heimpold2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The addressed issue is related to #6893 as its resolution is actually causing the problem. When changing the priority of the config file it happens that after a sysupgrade the previous file is restored and the new file is added, ending up in a situation like this: /etc/php7/15_openssl.ini /etc/php7/20_openssl.ini Causing a double extension=openssl.so to be parsed, which is not appropriate and leads to error message. The same problem might also occur for mysqli since there was also a priority change - let's take care about this at the same time. The solution is to remove one of the files. Since it is a configuration file, the user might have adjusted it, so lets just use the previous version to replace the new installed version. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | qemu: update to 6.1.0, add usb passthrough optionVladimir Ermakov2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of big change is that QEMU has switched to Meson build system. That result in few changes to build scripts to fix python interpreter usage. Second change that it's not possible to select binaries to build, so now we have to build all targets at once (that require --enable-tools). Options --disable-sheepdog and --disable-vxhs was removed from qemu 6.1.0 and 6.0.0 accordingly. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* | | | | | | Merge pull request #16521 from rsalvaterra/tor-bumptripolar2021-09-13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | tor: bump to 0.4.6.7 stable
| * | | | | | tor: bump to 0.4.6.7Rui Salvaterra2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | liburing: Update to v2.1Christian Lachner2021-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | libreswan: update to 4.5Lucian Cristian2021-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | nss: update to 3.69Lucian Cristian2021-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | nspr: update to 4.32Lucian Cristian2021-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | autoconf: fix shebangRen Zongjia2021-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames. resolve openwrt/packages#16604 Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | | | | | | Merge pull request #16613 from rg4github/masterDirk Brenken2021-09-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | banip: Updated firehol URLs to use direct links per firehol's Github README
| * | | | | | | banip: update 0.7.10-3Richard Gering2021-09-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated firehol ipset URLs Signed-off-by: Richard Gering <rg4github@dutchies.us>
* | | | | | | Merge pull request #16612 from dibdot/travelmateDirk Brenken2021-09-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: update to 2.0.7
| * | | | | | | travelmate: update to 2.0.7Dirk Brenken2021-09-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add wpa-supplicant package dependency * removed no longer working 'db-bahn.login' and 'wifionice.login' auto-login scripts * added the new 'wifibahn.login' script for auto-logins to captive portals WIFI@BAHN (DE), run tested on a single ICE (station logins are currently unsupported!) * vodafone.login prepared to support free/time limited logins (still WIP!) * change return code handling in login scripts and travelmate * refine f_wifi function * fix a few conercase issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #16523 from paper42/hplip-no-aslrLuiz Angelo Daros de Luca2021-09-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hplip:: add a patch to fix PIE builds
| * | | | | | | hplip: add a patch to respect CFLAGSMichal Vasilek2021-09-03
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes build with PIE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | docker-compose: remove python3-websocket-client dependencyMichal Vasilek2021-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't use python3-websocket-client since 2014, but they still list it in dependencies: https://github.com/docker/compose/issues/8455 The dependency is still pulled in through python3-docker * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | fail2ban: fix hotplug when disabledVladislav Grigoryev2021-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid restarting fail2ban by hotplug when the service is disabled. Related issue: https://github.com/openwrt/packages/issues/16601 Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | | | | | python3: bump version to 3.9.7Alexandru Ardelean2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. And apply hack for line-endings in pep517 (from pip). Hack comment: # FIXME: [1] get rid of this asap; 'patch' doesn't like Windows endings, and this file is full of them... # I actually tried this in a number of ways and the only way to fix this is to implement # a poor-man's dos2unix using sed. # The issue is with the pip package; it seems that it throws in some Windows line-endings # and 'patch' won't handle them. So, we do a "dos2unix" and then patch. # We can get rid of this once this is solved upstream and in pip: # https://github.com/pypa/pep517/pull/130 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | django: bump to version 3.2.7Alexandru Ardelean2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | prometheus: Update default tsdb directory handlingAlex Simkin2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use /srv/prometheus instead of /data, because user `prometheus` doens't have permissions to create `/data/` in `/`. Instead this commit puts prometheus data into `/srv/prometheus` by default, which is a cleaner path, and it'll create tsdb path & then assign required permissions on each prometheus service start. This way, also, the cases when users re-configure tsdb to point to external USB - it'll also be created and assigned required permissions for prometheus. Signed-off-by: Alex Simkin <sashasimkin@gmail.com>
* | | | | | | nextdns: Update to version 1.37.2Olivier Poitrey2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | Merge pull request #16590 from Payne-X6/masterRosen Penev2021-09-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | knot: update to version 3.1.2
| * | | | | | | knot: update to version 3.1.2Jan Hák2021-09-09
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* / | | | | | stress-ng: bump to version 0.13.01Alexandru Ardelean2021-09-09
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | owntone: update to 28.2Espen Jürgensen2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 28.0 forked-daapd is called owntone. This updates to 28.2 and makes the name change. Also: - added new required dependency on libuuid - remove --disable-spotify since Spotify is now supported without requiring proprietary libspotify - removed configure flags that are enabled by default anyway (mpd, verification etc.) - add --disable-install_xxx since that is done by OpenWrt's build Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | boost: Fixes Boost.Math build for arm_xscaleCarlos Miguel Ferreira2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new patch which fixes build issue with Boost.Math. Issue is described in upstream PR boostorg/math#684 [1] [1]: https://github.com/boostorg/math/pull/684 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | | libuhttp: don't build examplesRosen Penev2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speeds up compilation and potentially fixes it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | bmx7-dnsupdate: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | | | | banhosts: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | | | | vpn-policy-routing: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | | | | simple-adblock: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | | | | Merge pull request #16579 from 1715173329/dnsproxyRosen Penev2021-09-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnsproxy: Update to 0.39.5
| * | | | | | dnsproxy: Update to 0.39.5Tianling Shen2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | Merge pull request #16533 from neheb/1Michael Heimpold2021-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libzip: fix compilation without SSL
| * | | | | | | libzip: fix compilation without SSLRosen Penev2021-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linker error. No idea why. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | unbound: backport fix for permission denied errorAnsuel Smith2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem with log spam when ipv6 network is dropped. Fix this by backporting a patch to silence these errors when verbose logging is not enabled. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | Merge pull request #16580 from jow-/cgi-io-eintr-fixJo-Philipp Wich2021-09-08
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | cgi-io: update to latest Git HEAD
| * | | | | | | cgi-io: update to latest Git HEADJo-Philipp Wich2021-09-08
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98cef9d Retry splice() syscall on EINTR Fixes: https://github.com/openwrt/luci/issues/5342 Fixes: https://bugs.openwrt.org/index.php?do=details&task_id=4006 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | Merge pull request #16542 from turris-cz/aiohttpRosen Penev2021-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-aiohttp: update to version 3.7.4post0
| * | | | | | | python-aiohttp: update to version 3.7.4post0Josef Schlehofer2021-09-06
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Bumped upper bound of the chardet runtime dependency to allow their v4.0 version stream. From https://github.com/aio-libs/aiohttp/blob/a1158c5389854f9885c30e08b0020e2d7d8a290f/CHANGES.rst Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #16553 from turris-cz/yarlRosen Penev2021-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-yarl: update to version 1.6.3
| * | | | | | | python-yarl: update to version 1.6.3Josef Schlehofer2021-09-07
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Makefile copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | haproxy: Update HAProxy to v2.4.4Christian Lachner2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This update fixes CVE-2021-40346; see: https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/ - Update haproxy download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | wsdd2: update to git (2021-08-09), switch to Netgear repoAndy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2021-08-09) * switch to Netgear repo Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | samba: update to 4.14.7Andy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.7 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | pillow: bump to 8.3.2Alexandru Ardelean2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And start using AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>