aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* stress-ng: bump to version 0.15.10Alexandru Ardelean2023-07-10
| | | | | | | | | | Merged patches into a single one. Disabling libmpfr (which got added recently). To avoid potentially new build failures. And disabling test-compiler check. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* tailscale: update to 1.44.0Zephyr Lykos2023-07-10
| | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* snort3: update to 3.1.65.0John Audia2023-07-10
| | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: x86_64/AMD 5800U Run-tested: x86_64/AMD 5800U Signed-off-by: John Audia <therealgraysky@proton.me>
* luaposix: update to 36.2.1Maxim Storchak2023-07-10
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* iperf3: update to 3.14John Audia2023-07-10
| | | | | | | Release Notes: https://github.com/esnet/iperf/blob/master/RELNOTES.md Signed-off-by: John Audia <therealgraysky@proton.me>
* libre2: update to 2023-02-01Rosen Penev2023-07-10
| | | | | | Fixes compilation with GCC13 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* File: Fix segfaultVolker Christian2023-07-10
| | | | | | | | | Executables depending on binary package libmagic segfault in case package file is not installed. Libmagic needs file /usr/share/misc/magic to not segfault. Thus, install /usr/share/misc/magic along with libmagic and not with file. Signed-off-by: Volker Christian <me@vchrist.at>
* File: Update to version 5.44Volker Christian2023-07-10
| | | | Signed-off-by: Volker Christian <me@vchrist.at>
* btop: opt out of lto usageJavier Marcet2023-07-10
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* dfu-programmer: update to 1.1.0Stefan Hellermann2023-07-09
| | | | | | | Changes: * Add `--erase-first` option Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* banip: update 0.8.9-4Dirk Brenken2023-07-09
| | | | | | * made the etag id parsing more bulletproof (to catch unverified etags as well) Signed-off-by: Dirk Brenken <dev@brenken.org>
* banip: update 0.8.9-3Dirk Brenken2023-07-08
| | | | | | | * prevent superflous etag function calls during start action (on start backups will be used anyway) * changed the ipthreat feed download URL (load a compressed file variant to save bandwidth) Signed-off-by: Dirk Brenken <dev@brenken.org>
* pdns: update to 4.8.1Peter van Dijk2023-07-08
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* frp: update to 0.51.0Van Waholtz2023-07-08
| | | | | | | | | | | XTCP is incompatible with previous versions since 0.49.0. Changelog: https://github.com/fatedier/frp/releases/tag/v0.49.0 https://github.com/fatedier/frp/releases/tag/v0.50.0 https://github.com/fatedier/frp/releases/tag/v0.51.0 Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* banip: update 0.8.9-2Dirk Brenken2023-07-07
| | | | | | * fix a corner case backup issue with empty feed downloads Signed-off-by: Dirk Brenken <dev@brenken.org>
* banip: release 0.8.9-1Dirk Brenken2023-07-07
| | | | | | | | | * added HTTP ETag or entity tag support to download only ressources that have been updated on the server side, to save bandwith and speed up banIP reloads * added 4 new feeds: binarydefense, bruteforceblock, etcompromised, ipblackhole (see readme) * updated the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* pdns-recursor: update to 4.9.0Peter van Dijk2023-07-07
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* Merge pull request #21496 from Ansuel/add-mtoolsJosef Schlehofer2023-07-07
|\ | | | | net-mtools: Add new package to debug multicast setups
| * net-mtools: Add new package to debug multicast setupsChristian Marangi2023-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | Add new package to debug multicast setups. This is required to use kselftests script for network testing. net-mtools is used instead of mtools as it does conflicts with another package that is also called mtools. Some additional patch from Vladimir Oltean are added to make the tool works on kernel selftests scripts. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nyx: fix python 3.11 compatibilityJavier Marcet2023-07-07
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | nginx: don't install all module for FULL variantChristian Marangi2023-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently have a more or less circular dependency with nginx ssl and full variant. FULL variant depends on every nginx module. Every nginx module depends on nginx-ssl. Since nginx-full depends on an nginx module, nginx-ssl is installed as module depends on it and then the installation fails as nginx-full conflicts with nginx-ssl. nginx-full in it's meaning is nginx built with every config selected and it should not have module as dependency. In fact an user should always install them separetly as while other things, local modification to the nginx config file are required to include the just installed module. To fix this circular dependency problem, drop the dependency of every nginx module for FULL variant. Fixes: #21300 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nginx: add quic modueTiago Gaspar2023-07-05
| | | | | | | | | | | | | | | | This commit adds support for http/3. This is an experimental version and isn't fully supported because nginx is being built with the regular OpenSSL and the regular one doesn't support quic. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | nginx: update to 1.25.1Tiago Gaspar2023-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nginx to 1.25.1. *) Feature: the "http2" directive, which enables HTTP/2 on a per-server basis; the "http2" parameter of the "listen" directive is now deprecated. *) Change: HTTP/2 server push support has been removed. *) Change: the deprecated "ssl" directive is not supported anymore. *) Bugfix: in HTTP/3 when using OpenSSL. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com> [ improve commit title and add nginx changelog ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nginx: add support for MaxMind GeoIP2 databasesJavier Marcet2023-07-05
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | liburing: Update to v2.4Christian Lachner2023-07-05
| | | | | | | | | | | | | | - Updated download URL and hash - Switched to downloading bz2 archives to save bandwidth Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | python-docker: Update to 6.1.3Javier Marcet2023-07-05
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-docker: Update to 6.1.2Javier Marcet2023-07-05
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | haproxy: update to v2.8.1Christian Lachner2023-07-05
| | | | | | | | | | | | | | - Update haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | rclone: Update to 1.63.0Tianling Shen2023-07-04
| | | | | | | | | | | | While at it fixed a typo error of license files variable. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | python-typing-extensions: Update to 4.7.1Jeffery To2023-07-03
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-dotenv: update to v1.0.0Javier Marcet2023-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 1.0.0: - What's Changed: - Handle situations where the cwd does not exist. - Add python-decouple as a related project - Drop support for python 3.7, add python 3.12-dev - 0.21.1: - Added: - Use Python 3.11 non-beta in CI - Modernize variables code - Modernize main.py and parser.py code - Improve conciseness of cli.py and init.py - Improve error message for get and list commands when env file can't be opened - Updated Licence to align with BSD OSI template Signed-off-by: Javier Marcet <javier@marcet.info>
* | dnsproxy: Update to 0.51.0Tianling Shen2023-07-03
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #21483 from pprindeville/acpica-unix-update-20230628Philip Prindeville2023-07-02
|\ \ | | | | | | acpica-unix: Update to 20230628
| * | acpica-unix: Update to 20230628Philip Prindeville2023-07-02
|/ / | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | docker-compose: Update to version 2.19.1Javier Marcet2023-07-02
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-websocket-client: update to 1.6.1Javier Marcet2023-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 1.6.1 - Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel - 1.6.0 - Fix teardown issue when ping thread is not properly ended - Fix double ping wait time on first ping - Minor typehints improvements - 1.5.3 - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 - Fix wsdump.py script typing, bug introduced in 1.5.2 - 1.5.2 - Add typehints - Fix pytype errors - Fix args passed to logging function - Standardize PEP 3101 formatting - Add more verbose exception for unsuccessful handshake Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-stem: update to v1.8.2Javier Marcet2023-07-02
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | libwebsockets: Fix -Werror=enum-int-mismatch in ↵Oskari Rauta2023-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lws_tls_server_abort_connection() with gcc 13 libwebsockets fails with -Werror=enum-int-mismatch with both SSL variants. These 2 patches work out that issue. Problem is mentioned as a issue in openwrt/packages#20949 and instead of overriding issue with appropriate CFLAGS, this approach was suggested for me as it's been made as a PR (for openssl) at warmcat/libwebsockets#2824 Second patch for mbedtls, was made by me using same approach as was used of openssl. Eventually these propably will be merged into libwebsockets mainstream. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | grilo-plugins: update to 0.3.16W. Michael Petullo2023-07-01
| | | | | | | | | | | | | | This drops the opensubtitles plugin, because it is not yet compatible with libsoup3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | grilo: update to 0.3.16W. Michael Petullo2023-07-01
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | python-hatchling: Update to 1.18.0Jeffery To2023-07-01
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-pluggy: Update to 1.2.0Jeffery To2023-07-01
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | sing-box: update to 1.3.0Van Waholtz2023-07-01
| | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | netbird: update to 0.21.7Salem Huang2023-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Release notes: https://github.com/netbirdio/netbird/releases/tag/v0.21.2 https://github.com/netbirdio/netbird/releases/tag/v0.21.3 https://github.com/netbirdio/netbird/releases/tag/v0.21.4 https://github.com/netbirdio/netbird/releases/tag/v0.21.5 https://github.com/netbirdio/netbird/releases/tag/v0.21.6 https://github.com/netbirdio/netbird/releases/tag/v0.21.7 2. Update GO_PKG_LDFLAGS, because of https://github.com/netbirdio/netbird/commit/292ee260ad564d1e65199b1cb3430b0cd7ba9646 3. Define the configuration file. Signed-off-by: Salem Huang <solohoh@hotmail.com>
* | python-markupsafe: Update to 2.1.3, add host buildJeffery To2023-07-01
| | | | | | | | | | | | The host build will be used for mako (to be added later). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-service-identity: Update to 23.1.0Jeffery To2023-07-01
| | | | | | | | | | | | | | This adds new build dependencies as the package switched to pyproject.toml-based builds. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-libmodbus: Update to 0.6.2Jeffery To2023-07-01
| | | | | | | | | | | | This also adds a source package (python3-libmodbus-src). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | inadyn: update to 2.11.0Robert Högberg2023-07-01
| | | | | | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | strongswan: Update to 5.9.11Philip Prindeville2023-06-30
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | vala: add self as maintainer of unmaintained packageW. Michael Petullo2023-06-30
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>