aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | 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>
* | | | | | | Merge pull request #16554 from erdoukki/fail2ban-master-fixRosen Penev2021-09-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fail2ban: fix package for fail2ban v0.11.2
| * | | | | | | fail2ban: fix package for fail2ban v0.11.2Kerma Gérald2021-09-07
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fail2ban v0.11.2 package version 2 Following PR #15098, add fixes to build fail2ban package: - remove use of fail2ban-python (directly use python3 in script) - remove link to python3 in /usr/bin (break the package build) - remove python-tests (reduce the package size) Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | | Merge pull request #16558 from 1715173329/xrayRosen Penev2021-09-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xray-core: Update to 1.4.3
| * | | | | | | xray-core: Update to 1.4.3Tianling Shen2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated geodata to latest version - Removed upstreamed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | nextdns: Update to version 1.37.1Olivier Poitrey2021-09-07
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | banip: update 0.7.10-2Dirk Brenken2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize dns resolve function * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | grep: use posix shebang for egrep/fgrepVladislav Grigoryev2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use POSIX shebang for egrep/fgrep instead of the variable/Bash. The issue affects both master and openwrt-21.02. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | | | | | nextdns: Update to version 1.37.0Olivier Poitrey2021-09-07
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | wg-installer: fix dependenciesNick Hainke2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #16543 from turris-cz/certifiEneas U de Queiroz2021-09-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | python-certifi: update to version 2021.5.30
| * | | | | python-certifi: update to version 2021.5.30Josef Schlehofer2021-09-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | libtorrent-rasterbar: update to 2.0.4Rosen Penev2021-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport patch fixing compilation with boost 1.77 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | kea: fix compilation with boost 1.77Rosen Penev2021-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | ieee8021xclient: depend on wpa_supplicant (#16525)David Yang2021-09-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | smartdns: update to version 1.2021.35Nick Peng2021-09-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | | collectd: sensors plugin - depend on lm-sensorsHannu Nyman2021-09-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the sensors plugin's dependency from libsensors to lm-sensors, so that also the /usr/sbin/sensors executable gets installed if the plugin is selected. Although that is not needed for collectd itself, the LuCI statistics app expects to find the sensors executable if the plugin has been installed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | mwan3: Use shebang in /etc/mwan3.userBrian J. Murrell2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To allow the script to define what it should be run with. This let's the user use bash if it's available, or python, or perl, etc. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca> Update PKG_VERSION to 2.10.11 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #16220 from paulfertser/socat_add_userFlorian Eckert2021-09-03
|\ \ \ \ | | | | | | | | | | net: socat: add option user