aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | haproxy: update to v2.6.10Christian Lachner2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - See changes: http://git.haproxy.org/?p=haproxy-2.6.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | transmission: update to version 4.0.2Daniel Golle2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See release notes for more details: https://github.com/transmission/transmission/releases/tag/4.0.2 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | open-vm-tools: update to 12.2.0Oskari Rauta2023-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | rpcsvc-proto: fix build with updated autotoolsOskari Rauta2023-03-19
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After recent autotools update, rpcsvc-proto no longer compiles without autoreconf fixup because automake 1.15 is not found. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | openssh: update to 9.3p1Sibren Vasse2023-03-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | | | Merge pull request #20656 from pprindeville/strongwan-update-5.9.10Philip Prindeville2023-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: Update to 5.9.10
| * | | | | | strongswan: Update to 5.9.10Philip Prindeville2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | rclone: Update to 1.62.2Tianling Shen2023-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | git: update to 2.39.2Michal Vasilek2023-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GITWEB_* variable values don't work as they should since 2.38, so let's remove them and add a workaround. This issue was reported in https://lore.kernel.org/git/80eb3972-4960-5727-ce86-acc3a4425fd4@nic.cz/T/#u * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | Merge pull request #20665 from mhei/php8-update-8.2.3Michael Heimpold2023-03-16
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | php8: update to 8.2.3
| * | | | | | php8: update to 8.2.3Michael Heimpold2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2023-0567 - CVE-2023-0568 - CVE-2023-0662 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | libndpi: Update to 4.6Toni Uhlig2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | liburcu: update to version 0.14.0Jan Hák2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | udpspeeder: bump to 20230206.0Toni Uhlig2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | Merge pull request #20661 from jefferyto/golang-1.19.7Tianling Shen2023-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | golang: Update to 1.19.7
| * | | | | | | golang: Update to 1.19.7Jeffery To2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2023-2453 (crypto/elliptic: specific unreduced P-256 scalars produce incorrect results). This also includes makefile updates for Go 1.19. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | zerotier: do not allow executable stackOskari Rauta2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zerotier as default has executable stack. [ 11.343143] process '/usr/bin/zerotier-one' started with executable stack executable stacks are not recommend, possibly provide a threat and there seems to be no advantage of executable stack with zerotier-one - so let's build it without instead. Stack is executable on x86_64, but not on all archs, such as ramips. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | | libjpeg-turbo: enable static libraryOskari Rauta2023-03-14
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow build of libjpeg as a static library as well; one is provided for libpng and possibly for other formats as well. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | Merge pull request #20653 from mhei/mmc-utils-updateMichael Heimpold2023-03-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | mmc-utils: update to latest upstream revision
| * | | | | | mmc-utils: update to latest upstream revisionMichael Heimpold2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | snort3: update to 3.1.57.0John Audia2023-03-14
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | sqlite3: Update to 3.41.1Tianling Shen2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed `SQLITE3_JSON1` option as it was dropped by upstream. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #20621 from banburybill/ddns-mythic-v2Florian Eckert2023-03-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | ddns-scripts: Add v2 API for mythic-beasts.com provider
| * | | | | ddns-scripts: Add v2 API for mythic-beasts.com providerJim Hague2023-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USERNAME as the key, PASSWORD as the secret. Signed-off-by: Jim Hague <jim.hague@acm.org>
* | | | | | dockerd: Disabled MIPSGerard Ryan2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Buildkit doesn't appear to compile Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | dockerd: Update to 23.0.1Gerard Ryan2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | docker: Update to 23.0.1Gerard Ryan2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | containerd: Update to 1.6.16 for dockerdGerard Ryan2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | libnetwork: Remove unused packageGerard Ryan2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | zerotier: update to 1.10.4Moritz Warning2023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | rust-lang: update to 1.68.0Luca Barbato2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | | | | | netbird: update to 0.14.3Oskari Rauta2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes & refactor Release notes: - Fix: send remote agents updates when peer re-authenticates Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | CI: update build architecturesTianling Shen2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed arc_archs - archs38 was marked as source-only [1]. Renamed powerpc_8540 to powerpc_8548 [2]. 1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c01641bcc7236d2e2de3ea65444b0cf2898df351 2. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=2cad88b99fdae9766de84e6c1cb56f111eb53748 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | v2ray-geodata: Update to latest versionTianling Shen2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | xray-core: Update to 1.8.0Tianling Shen2023-03-13
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #20261 from pprindeville/strongswan-update-5.9.9Philip Prindeville2023-03-12
|\ \ \ \ \ | |_|/ / / |/| | | | strongswan: Update to 5.9.9
| * | | | strongswan: Update to 5.9.9Philip Prindeville2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch to remove definition of RNG leaking in from wolfssl.h. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | libdaq3: update to 3.0.11John Audia2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | snort3: update to 3.1.56.0John Audia2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | lolcat: update to version 1.4Rui Salvaterra2023-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to the latest stable release. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | Merge pull request #20645 from stangri/master-simple-adblockStan Grishin2023-03-11
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: update init file and config
| * | | | | simple-adblock: update init file and configStan Grishin2023-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move network.sh and jshn.sh includes into load_validate_config function to prevent errors when adding the package to image with the Image Builder * add @bongochong compressed domains block-list to the config Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #20648 from champtar/mv88e6xxx_dump_updateEtienne Champetier2023-03-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | mv88e6xxx_dump: update to 2023.03.08
| * | | | | mv88e6xxx_dump: update to 2023.03.08Etienne Champetier2023-03-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes 2 issues where mv88e6xxx_dump was displaying data incorrectly for --vtu and --global2 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | netifyd: update to v4.4.1Darryl Sokoloski2023-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Explicitly request the C++11 standard (codebase is not C++17 compliant). - Removed categories.json from conffiles -- it's not a configuration file. - Removed commented-out convenience git hash place-holder -- for some reason it irritates people. - Added radix header file to devel files. - Removed redundant call to Build/Configure (not needed). Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | | protobuf-c: update to 1.4.1Rosen Penev2023-03-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | ksmbd-tools: update to 3.4.7Rosen Penev2023-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | icu: fix ccache issueHirokazu MORIKAWA2023-03-11
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | build error with ccache: https://github.com/openwrt/packages/issues/20618 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Revert "libgpiod: update to 2.0"Michael Heimpold2023-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 983835afe6fad074b347a8ff1dc8986d40773de5. I merged the library update to v2.0 to fast, it breaks openocd build due to API change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Revert "libgpiod: introduce libgpiodcxx package for C++ binding"Michael Heimpold2023-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 82ea104b978dcd84919dfe5d1ee630791d85df10. I merged the library update to v2.0 to fast, it breaks openocd build due to API change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>