aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #16429 from LecrisUT/PowerDNSFlorian Eckert2021-08-31
|\ | | | | ddns-scripts: PowerDNS script
| * ddns-scripts-pdns: Add packageCristian Le2021-08-31
|/ | | Signed-off-by: Cristian Le <git@lecris.me>
* Merge pull request #16462 from commodo/python-sync-host-pip-reqsAlexandru Ardelean2021-08-31
|\ | | | | python3-package.mk: add check for dependencies in host-pip-requirements
| * python3-package.mk: add check for dependencies in host-pip-requirementsAlexandru Ardelean2021-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It often happens that we update a package to a new version (e.g. cffi) to a newer version, but we forget to update the version for cffi in the `lang/python/host-pip-requirements/cffi.txt` file. This check adds a minimal check, so that when a build occurs for a Python package, if there is a mention/listing of this package in `lang/python/host-pip-requirements/` it will check that the versions match. This way, when we update a package, we get a build failure and update the host version as well. This will omit packages (like Cython) that are not packaged for OpenWrt, but are host-side dependencies only. But until we find some mechanism to check for those, we will probably only notice to update them when another build occurs (at the very least). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * seafile-seahub: move Django-1.11.txt in package folderAlexandru Ardelean2021-08-30
| | | | | | | | | | | | | | | | | | Django 1.11 (host-build) is only needed for Seahub. And won't ever be needed for anything else (hopefully). This change moves it to the Seahub folder. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #16498 from TDT-AG/pr/20210830-stunnelFlorian Eckert2021-08-31
|\ \ | | | | | | stunnel: update to version 5.60
| * | stunnel: update to version 5.60Florian Eckert2021-08-30
| |/ | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #16497 from TDT-AG/pr/20210830-keepalivedFlorian Eckert2021-08-31
|\ \ | | | | | | keepalived: update to version 2.2.4
| * | keepalived: update to version 2.2.4Florian Eckert2021-08-30
| |/ | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #16493 from 1715173329/v2rayaRosen Penev2021-08-30
|\ \ | | | | | | v2rayA: Update to 1.5.2
| * | v2rayA: Update to 1.5.2Tianling Shen2021-08-31
| |/ | | | | | | | | | | Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / uvol: move uxc persistent config volume to /var/run/uxcDaniel Golle2021-08-30
|/ | | | | | | | As /var/state is used for UCI state, move persistent config for uxc from /var/state/uxc to /var/run/uxc. uxc itself has already been changed to look for it there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16489 from dibdot/banIPDirk Brenken2021-08-29
|\ | | | | banip: update 0.7.10
| * banip: update 0.7.10Dirk Brenken2021-08-29
| | | | | | | | | | | | | | | | * switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues * compact json generator code (tested with report files > 2MB) * various code cleanups and optimizations Signed-off-by: Dirk Brenken <dev@brenken.org>
* | v2rayA: add new packageTianling Shen2021-08-29
| | | | | | | | | | | | | | | | | | v2rayA is a Linux web GUI client of Project V which supports V2Ray, Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel. Wiki: https://github.com/v2rayA/v2rayA/wiki Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | json-glib: bump to version 1.6.6Sebastian Kemper2021-08-29
|/ | | | | | | This also drops 01-remove-python-check.patch, which was added previously to allow Github Actions to work. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* pdns-recursor: Update to v4.5.5Wout Bertrums2021-08-28
| | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* pdns-recursor: Update recursor.conf-distWout Bertrums2021-08-28
| | | | | | | It has been updated to the latest version shipped by upstream. This has not been done since v4.2.1, hence the big diff. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* memcached: use memcached userPaul Spooren2021-08-28
| | | | | | | | | | This avoid using `nobody` as user since multiple services fallback to this user, resulting in a security issue. The UID was taken from Gentoos `acct-user` repository. https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild Signed-off-by: Paul Spooren <mail@aparcar.org>
* nfs-kernel-server: update to 2.5.4Rosen Penev2021-08-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* squid: update to 4.16Rosen Penev2021-08-28
| | | | | | Fixes compilation with GCC11. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lxc: update to 4.0.10Rosen Penev2021-08-28
| | | | | | | | | | | | | | Remove getline patch. It seems to be for uClibc, which is no longer in the tree. Remove commands patch. Issue was fixed upstream. Same with the tests patch. Remove gpg patch. It's an upstream backport. Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16473 from paper42/python-websocket-client-1.2.1Rosen Penev2021-08-28
|\ | | | | python-websocket-client: update to 1.2.1
| * python-websocket-client: update to 1.2.1Michal Vasilek2021-08-27
| | | | | | | | | | | | | | | | * update license (changed in 1.2.0) * removed python3-six dependency (removed in 1.0.0) * do not install tests Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #16481 from neheb/1Rosen Penev2021-08-28
|\ \ | | | | | | glib2: update to 2.68.4
| * | glib2: update to 2.68.4Rosen Penev2021-08-27
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16472 from paper42/libssh-0.9.6Rosen Penev2021-08-27
|\ \ | | | | | | libssh: update to 0.9.6
| * | libssh: update to 0.9.6Michal Vasilek2021-08-27
| |/ | | | | | | | | | | * fixes CVE-2021-3634 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #16475 from M95D/M95D-2Rosen Penev2021-08-27
|\ \ | | | | | | tvheadend: multiple improvements
| * | tvheadend: multiple improvementsMarius Dinu2021-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added menuconfig options: - TV sources and protocols: SAT>IP, IPTV, HDHomeRun - SoftCAM (3 options) - Image cache (default changed to OFF) - Trace debug option (default changed to OFF) - Added menuconfig descriptions. - Removed codecs. - Made PIE option dependent on global OpenWRT PIE setting. - Run as regular user, not root. - Added USB hotplug script to change DVB tuners permissions. - Fixed a first-start bug(?) that I encountered: admin account created but not saved. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | Merge pull request #16476 from 1715173329/dnsproxyRosen Penev2021-08-27
|\ \ \ | | | | | | | | dnsproxy: Update to 0.39.4
| * | | dnsproxy: Update to 0.39.4Tianling Shen2021-08-28
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #16479 from mwarning/smcrouteRosen Penev2021-08-27
|\ \ \ \ | | | | | | | | | | smcroute: update to version 2.5.2
| * | | | smcroute: update to version 2.5.2Moritz Warning2021-08-27
| |/ / / | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | Merge pull request #16477 from 1715173329/yqRosen Penev2021-08-27
|\ \ \ \ | |/ / / |/| | | yq: Update to 4.12.1
| * | | yq: Update to 4.12.1Tianling Shen2021-08-28
|/ / / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16470 from 1715173329/xrayRosen Penev2021-08-27
|\ \ \ | |_|/ |/| | xray-core: fix build under go 1.17
| * | xray-core: fix build under go 1.17Tianling Shen2021-08-26
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | auc: update to version 0.2.4Daniel Golle2021-08-27
|/ / | | | | | | | | | | | | | | | | | | A stray ')' made auc skip the check if all mandatory fields of a branch are present. Fix paranthesis in that if-clause to actually check for all fields. Don't even fetch package lists if checking only for release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: update to version 0.2.3Daniel Golle2021-08-26
| | | | | | | | | | | | | | | | | | * use regular verrevcmp for branch names, fixes update indication * break out usage() from main() function * require '-f' in case installed package is missing in remote lists * don't use ENETUNREACH for unlrelated error Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16458 from kuanyili/usbutilsRosen Penev2021-08-25
|\ \ | | | | | | usbutils: bump to 014
| * | usbutils: bump to 014Kuan-Yi Li2021-08-25
| | | | | | | | | | | | | | | | | | | | | Remove dependency on usbids as lsusb binary does not use usb.ids file anymore, instead it uses udev hardware database. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | Merge pull request #16459 from commodo/numpyRosen Penev2021-08-25
|\ \ \ | | | | | | | | numpy: bump to version 1.21.2
| * | | numpy: bump to version 1.21.2Alexandru Ardelean2021-08-25
| |/ / | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for PKG_RELEASE. And update Cython as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16418 from SibrenVasse/masterRosen Penev2021-08-25
|\ \ \ | | | | | | | | openssh: update to 8.7p1
| * | | openssh: update to 8.7p1Sibren Vasse2021-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | yq: Update to 4.12.0Tianling Shen2021-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #16366 from stintel/rtl_433Stijn Tintel2021-08-25
|\ \ \ \ | | | | | | | | | | rtl_433: disable SoapySDR
| * | | | rtl_433: disable SoapySDRStijn Tintel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building on a host with SoapySDR installed, the package fails to build as CMake picks up the host SoapySDR CMake module. As SoapySDR is not available in OpenWrt, simply disable SoapySDR to fix build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | lua: penlight: bump to 1.11.0Karl Palsson2021-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature updates, and some minor bugfixes. Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18 Changelog for prior releases rolled up here are in the same changelog. This also moves to the "final" home, under lunarmodules, instead of the temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339 Signed-off-by: Karl Palsson <karlp@etactica.com>