aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | php7-pecl-libevent: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is not compatible with PHP8 and seems to be not maintained upstream anymore. Let's drop it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-sodium: migrate package to php8-pecl-sodiumMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-redis: migrate package to php8-pecl-redisMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-raphf: migrate package to php8-pecl-raphfMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-mcrypt: migrate package to php8-pecl-mcryptMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-krb5: migrate package to php8-pecl-krb5Michael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-imagick: migrate package to php8-pecl-imagickMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-http: migrate package to php8-pecl-httpMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only a newer version of upstream includes support for PHP8, so while migrating we need to update to latest upstream version. We also need to adjust dependencies since JSON is now always integrated not longer available as dedicated package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-dio: migrate package to php8-pecl-dioMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | This package is compatible with php8, so let's migrate it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #17205 from cotequeiroz/pythonJosef Schlehofer2021-12-12
|\ \ \ \ | | | | | | | | | | apparmor,domoticz: use $(PYTHON3_VERSION) instead of hardcoding it in the Makefile
| * | | | domoticz: remove python3.9 linking hackEneas U de Queiroz2021-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding -lpython3.9 to TARGET_LDFLAGS is not needed now that domoticz has proper support for it. Fixes: edfb91f33 ("domoticz: update to 2021.1") Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | apparmor: use $(PYTHON3_VERSION)Eneas U de Queiroz2021-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of hardcoding the current python version, use PYTHON3_VERSION from the python package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | v2rayA: Update to 1.5.5Tianling Shen2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaking changes: The database has been replaced with boltdb to try to solve the problem of database corruption. Note that the data will not be migrated, but the previous data will be retained. If you need the previous data, just downgrade v2rayA (v1.5.4). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | bossa: fix fpic compilationNick Hainke2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #17287 ("bossa: recompile with -fPIC") Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | lighttpd: update to lighttpd 1.4.63 release hashGlenn Strauss2021-12-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | lighttpd: update to lighttpd 1.4.62 release hashGlenn Strauss2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depend on libpcre2 instead of libpcre also remove patches incorporated upstream into lighttpd 1.4.62 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | ldns: update to 1.8.1Eric Luehrsen2021-12-11
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | usteer: update to latest git headDavid Bauer2021-12-11
| |_|/ |/| | | | | | | | | | | | | | | | | | | | 8e7b1ff ubus: skip current node for transition candidate list e51ea7a node: move roam-events to dedicated struct edbe7d4 node: skip neighbors exceeding assoc-limit Signed-off-by: David Bauer <mail@david-bauer.net>
* | | Merge pull request #17297 from nxhack/node_14182Josef Schlehofer2021-12-10
|\ \ \ | | | | | | | | node: bump to 14.18.2
| * | | node: bump to 14.18.2Hirokazu MORIKAWA2021-12-10
| | |/ | |/| | | | | | | | | | | | | | | | Update to v14.18.2 Remove unneeded c-ares patches Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / | unbound: update to 1.14.0Eric Luehrsen2021-12-10
|/ / | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | Merge pull request #17293 from Itus-Shield/nssStijn Tintel2021-12-09
|\ \ | | | | | | nss: update to 3.73
| * | nss: update to 3.73Donald Hoskins2021-12-09
|/ / | | | | | | | | | | | | | | | | Update to 3.73 to alievate critical vulnerability CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ Signed-off-by: Donald Hoskins <grommish@gmail.com>
* | hwdata: update to version 0.354Josef Schlehofer2021-12-08
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | docker-compose: Update to version 2.2.2Javier Marcet2021-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Return an error when failing to list containers by @ulyssessouza - compose logs to notify printer about container lifecycle events by @ndeloof - Turn external volume usage into a warning instead of erroring by @ulyssessouza - Use filepath instead of path to check if the dockerfile path is abolute or not by @glours - Upgrade version of opencontainers/image-spec (security issue) by @glours - Merge and fix Convert function from docker/compose-switch by @ulyssessouza - Fix to use Key instead of Service for graph updates by @Mygao - Fix links resolution by @ulyssessouza - Don't check compose labels on external volumes by @ndeloof - Refactoring variable name by @ulyssessouza - Add multiargs build e2e tests by @ulyssessouza Signed-off-by: Javier Marcet <javier@marcet.info>
* | tvheadend: update to git master 2021-11-16, package cleanup, more optionsMarius Dinu2021-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Update to tvheadend git master branch, commit 2efe90cdcf74fdc4179692d283cf46c85e1cf681 dated 2021-11-16 - Removed patches that are not needed anymore. - Add patch to ignore a ICONV test that runs at tvheadned startup. This test fails without "full language support" in OpenWrt, but tvheadend appears to run fine anyway. - Descrambling needs libdvbcsa, a BUILD_PATENTED package. Control Word clients now depend on descrambling. - Added options: - CCCAM client - RegEx library choice: POSIX (internal) / libpcre (more compatible) / libpcre2 - Optimize for speed (-O3, LTO) - FFMPEG is working again. Added options for transcoding, but commented-out. If anyone needs this, just uncomment, make menuconfig and build. - Sort everything in a more logical order Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | knot-resolver: update to version 5.4.3Josef Schlehofer2021-12-07
| | | | | | | | | | | | | | Release notes: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | knxd: bump to upstream version 0.14.52Othmar Truniger2021-12-07
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | Merge pull request #17271 from mhei/php81-updateMichael Heimpold2021-12-07
|\ \ | | | | | | php8: update to 8.1.0
| * | php8: update to 8.1.0Michael Heimpold2021-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update patches and remove obsolete ones. We also need to add one to prevent mod_php to be enabled by apxs in configuration file. While at, remove the VARIANT setting for pecl extensions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | zerotier: update to 1.8.4Moritz Warning2021-12-06
| | | | | | | | | | | | | | | | | | | | | Also remove patch to fix uClibc-ng, since it is not in openwrt anymore. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | cni-route-override: new packageOskari Rauta2021-12-06
| | | | | | | | | | | | | | | | | | | | | route-override IPAM works as meta CNI plugin to override IP route given by previous CNI plugins. It is useful in a case with network-attachment-definition. Currently route-override verified its feature with podman and crio(with Kubernetes). Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #17262 from TDT-AG/pr/20211203-minicomFlorian Eckert2021-12-06
|\ \ \ | | | | | | | | minicom: remove PKG_FIXUP:autoreconf
| * | | minicom: remove PKG_FIXUP:autoreconfFlorian Eckert2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The definition PKG_FIXUP=:autorenconf is no longer necessary. If this option is not removed, I get the following compilation error warning. configure.ac:125: warning: macro 'AM_GNU_GETTEXT' not found in library configure.ac:126: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library And the compilation stops with the following message. ./configure: line 6690: syntax error near unexpected token `external' ./configure: line 6690: `AM_GNU_GETTEXT(external)' Removing the PKG_FIXUP solves this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | htop: update to 3.1.2-1John Audia2021-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* | | | coremark: add myself as maintainerAleksander Jan Bajkowski2021-12-06
| | | | | | | | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | | coremark: bump to 2021-11-17Aleksander Jan Bajkowski2021-12-06
| | | | | | | | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | | speedtestpp: add new packageOskari Rauta2021-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpeedTest++ Yet another unofficial speedtest.net client cli interface For users who instead of python based speedtest client want to use something that was written in c++... Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | yq: Update to 4.16.1Tianling Shen2021-12-05
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | slirp4netns: update to version 1.1.12Oskari Rauta2021-12-05
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Most recent changes: - Explicitly support DHCP - Update parson to v1.1.3 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #17251 from flyn-org/php7-pecl-sodiumMichael Heimpold2021-12-04
|\ \ \ | | | | | | | | php7-pecl-sodium: add new package
| * | | php7-pecl-sodium: add new packageW. Michael Petullo2021-12-02
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | msmtp: update to version 1.8.1.9Josef Schlehofer2021-12-04
| |/ / |/| | | | | | | | | | | | | | | | | Changelog: https://marlam.de/msmtp/news/msmtp-1-8-19/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #17137 from oskarirauta/banipDirk Brenken2021-12-03
|\ \ \ | | | | | | | | banip: update nginx matching
| * | | banip: update nginx matchingOskari Rauta2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently banip matches nginx log entries starting with nginx[number]:... I am running a containerized nginx with alpine as base, which ends up adding log entries without [number] part.. like this: nginx:... This patch updates regex for nginx log entry search to include both versions. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | nextdns: Update to version 1.37.7Olivier Poitrey2021-12-03
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | nextdns: Update to version 1.37.6Olivier Poitrey2021-12-02
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | cloudreve: Update to 3.4.2Tianling Shen2021-12-02
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | slirp4netns: new packageOskari Rauta2021-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #17247 from jow-/zerotier-reload-triggerJo-Philipp Wich2021-12-01
|\ \ \ \ | | | | | | | | | | zerotier: add configuration reload trigger