aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* hyperscan: fix broken build w/ external toolchainJohn Audia2024-04-30
| | | | | | | | | | | | | | | | | If building with the project external toolchain, the gcc check fails to set the correct value for TUNE_FLAG to allow the min supported SSSE3 compiler support test to pass. This patch hacks the file to set to the correct value. Links to upstream bug reports: https://github.com/openwrt/openwrt/issues/15216 https://github.com/intel/hyperscan/issues/431 Build system: x86/64 (build system toolchain and x86/64 w/ external toolchain (18-Apr-2024 snapshot) Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* frr: fix host build error on macOSGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | Fixes: lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^ ./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC' DEFINE_MTYPE_ATTR(group, name, static, desc) \ ^ ./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR' __attribute__((section(".data.mtypes"))) = { { \ [1] https://github.com/FRRouting/frr/pull/6032 [2] https://github.com/FRRouting/frr/pull/15890 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libideviceactivation: add package from gitGeorgi Valkov2024-04-30
| | | | | | | | | Manage the activation of Apple iOS devices There have been no releases since 2020-06-16. Use the latest git 6925d58ef7994168fb9585aa6f48421149982329 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* ideviceinstaller: add package from gitGeorgi Valkov2024-04-30
| | | | | | | | | Manage apps and app archives on iOS devices There have been no releases since 2020-06-16. Use the latest git 22872c3571b8d2646a9fbb74ec1d7e186941053d Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* ifuse: add package from gitGeorgi Valkov2024-04-30
| | | | | | | | | Fuse filesystem access to iOS devices There have been no releases since 2020-06-16. Use the latest git 814a0e38050850937debd697fcfe6eca3de1b66f Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* idevicerestore: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | There have been no releases since 2020-06-16. Update to the latest git 6d40d0ab626eb0ffee4f005b7fdc915bc561deb9 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libirecovery: update to 1.2.0Georgi Valkov2024-04-30
| | | | | | Switched to GitHub tarballs as they are now available. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* usbmuxd: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been no releases since 2020-06-16. Update to the latest git 360619c5f721f93f0b9d8af1a2df0b926fbcf281 Fix: --version did not print the version. [1] changes to mode 3 CDC NCM by default. Revert back to mode 1: Originally mode 1 was used, where a tethered iPhone appears as an Ethernet interface, handled by the ipheth driver. This has been the default for many years and is known to work on iPhone 3G, 4S, 7 Plus, 11 and newer. Since [2] ipheth supports CDC NCM in mode 1, and configures the iPhone to use it. In mode 3, the Ethernet interface is handled by kmod-usb-net-cdc-ncm. This driver has better performance, but now the iPhone does not provide DHCP or Internet connectivity, so we should revert to mode 1. Analysing the network traffic, shows that both the iPhone and OpenWRT are DHCP clients. The iPhone does not act as a DHCP server. I can set a static IP on OpenWRT and lease 172.20.10.1 to the iPhone. Then I can ping the iPhone and I have IPv4 connectivity. However the iPhone does not provide Internet connectivity to OpenWRT. Maybe in mode 3, the iPhone is a client meant to receive Internet over USB and therefore it is not a gateway? Attempts to switch old iPhones, such as 3G and 4S to mode 3 fail. They remain in mode 1 and work correctly using the ipheth driver. Comparison, tested on iPhone 7 Plus and 11 - mode 1 eth0 kmod-usb-net-ipheth 264 Mbit/s DHCP server, Internet - mode 3 usb0 kmod-usb-net-cdc-ncm 304 Mbit/s DHCP client, no Internet [1] https://github.com/libimobiledevice/usbmuxd/commit/c7a0dd9b82633ea347497626282e3051a469ef50 [2] https://github.com/openwrt/openwrt/commit/680f8738d02a1876ae4cd11aacf9cd56e520fadf Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libimobiledevice: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | There have been no releases since 2020-06-16. Update to the latest git 5f083426b4ede24b2576f3a56eaf8ac3632c02f7 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libusbmuxd: update to 2.1.0Georgi Valkov2024-04-30
| | | | | | Switched to GitHub tarballs as they are now available. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libimobiledevice-glue: add package 1.2.0Georgi Valkov2024-04-30
| | | | | | A library with common code used by the libimobiledevice project. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* libplist: update to 2.4.0Georgi Valkov2024-04-30
| | | | | | Switched to GitHub tarballs as they are now available. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* qemu: update to 9.0.0Vladimir Ermakov2024-04-30
| | | | | | | - update version: 9.0.0 - refresh patches Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* ser2net: update to 4.6.2Yegor Yefremov2024-04-30
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* gensio: update to 2.8.4Yegor Yefremov2024-04-30
| | | | | | Remove the upstreamed patches. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* ncdu: update to 1.20John Audia2024-04-30
| | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* pdns-recursor: update to 5.0.4, fixes CVE-2024-25583Peter van Dijk2024-04-30
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* dnsproxy: add three new featuresEmily H.2024-04-30
| | | | | | | | | | This commit adds the following features: 1. UCI support for local DNS over HTTPS/TLS/QUIC server. 2. UCI support for using private reverse DNS. 3. procd jail with CAP_NET_BIND_SERVICE, allowing dnsproxy to serve on standard ports directly. Signed-off-by: Emily H. <battery_tag708@simplelogin.com>
* msmtp: update to version 1.8.25Josef Schlehofer2024-04-30
| | | | | | | Release notes: https://marlam.de/msmtp/news/msmtp-1-8-25/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* transmission: update to version 4.0.5Josef Schlehofer2024-04-30
| | | | | | | Release notes: https://github.com/transmission/transmission/releases/tag/4.0.5 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sing-box: update to 1.8.12brvphoenix2024-04-30
| | | | Signed-off-by: brvphoenix <brvphoenix@gmail.com>
* apk: move package to corePaul Spooren2024-04-29
| | | | | | This will become part of openwrt.git and used within the build system. Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #23901 from M95D/m95d-audit2Florian Eckert2024-04-29
|\ | | | | audit: move from packages to openwrt
| * audit: move from packages to openwrtMarius Dinu2024-04-12
| | | | | | | | | | | | This package is joined with libaudit from openwrt base packages. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | Merge pull request #24034 from rs/nextdns-1.43.1-masterStan Grishin2024-04-28
|\ \ | | | | | | nextdns: Update to version 1.43.1
| * | nextdns: Update to version 1.43.1Olivier Poitrey2024-04-28
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | nmap: add patch fixing compilation error with no OpenSSL DTLSChristian Marangi2024-04-28
| | | | | | | | | | | | | | | | | | Add patch fixing compilation error with no OpenSSL DTLS support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nmap: update to version 7.95Josef Schlehofer2024-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove patch 010-Build-based-on-OpenSSL-version.patch since it was backported and now it is included in 7.95 release - Patch 030-ncat-drop-ca-bundle.patch was refreshed Release notes: https://nmap.org/changelog.html#7.95 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | nmap: use git as source and bump to PCRE2 support commitChristian Marangi2024-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use git as source and bump version to PCRE2 support commit. Move nmap to PCRE2 library as PCRE is EOL and won't receive any security update in the future. Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch has been merged upstream and can be dropped. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nmap: bump to version 7.94Christian Marangi2024-04-28
|/ / | | | | | | | | | | | | | | | | | | | | | | Bump to version 7.94. Nmap now require lua 5.4. Patch 020-Python3-port-of-ndiff.patch has been merged upstream and can be dropped. Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch is now required to fix a problem with header inclusion for lua 5.4. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | lua: add new package with version 5.4Christian Marangi2024-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Add new lua version 5.4 required by new version of nmap. Patches are copied from lua 5.3. - Readline patch has to be reworked as lua 5.4 now supports no readline for Linux but still needs some tweaks for macOS and bsd systems. - Patch shared lib required some rework. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nextdns: Update to version 1.43.0Olivier Poitrey2024-04-28
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | hev-socks5-server: add new packageRay Wang2024-04-28
| | | | | | | | | | | | | | | | HevSocks5Server is a high-performance socks5 server for Unix. More details: https://github.com/heiher/hev-socks5-server Signed-off-by: Ray Wang <r@hev.cc>
* | snort3: fix bug with unset variableEric Fahlgren2024-04-27
| | | | | | | | | | | | | | | | - Parameter not set in two places: /usr/bin/snort-mgr: eval: line 125: options: parameter not set Reported-by: @klingon888 Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* | snort3: add patch and move to PCRE2Christian Marangi2024-04-27
| | | | | | | | | | | | | | Add experimental patch and move package to PCRE2 as PCRE is EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | cloudflared: Update to 2024.4.1Tianling Shen2024-04-27
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | librespeed-go: improve the descriptionNathan Friedly2024-04-27
| | | | | | | | | | | | This swaps the order of the lines in the description so that when LuCI displays only the first line, it still offers some helpful information. Signed-off-by: Nathan Friedly <nathan@nfriedly.com>
* | p910nd: set bidi only if not already setPaul Donald2024-04-26
| | | | | | | | | | | | Closes #23774 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
* | banip: update 0.9.5-3Dirk Brenken2024-04-26
| | | | | | | | | | | | | | * allow multiple protocol/port definitions per feed, e.g. 'tcp udp 80 443 50000' * removed the default protocol/port limitation from asn feed Signed-off-by: Dirk Brenken <dev@brenken.org>
* | syslog-ng: update to version 4.7.1Josef Schlehofer2024-04-26
| | | | | | | | | | | | | | | | | | | | Release notes: - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.0 - https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.7.1 Also bump version in the config file to avoid warning Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13619 from aparcar/no-circleJosef Schlehofer2024-04-26
|\ \ | | | | | | CI: remove CircleCI for now
| * | CI: remove CircleCI for nowPaul Spooren2024-04-26
|/ / | | | | | | | | | | | | | | The GitHub CI offers currenlty more architecture and the Signed-of-by test is covered via the DOC CI test. In case GitHub ever changes policies, we can simply switch back. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | jool: update documentationGoetz Goerisch2024-04-26
| | | | | | | | | | | | | | | | * corrected the documentation links for upstream * fixed style to be correctly rendered * add reference to OpenWrt tutorial Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
* | Merge pull request #23984 from stangri/master-adblock-fastStan Grishin2024-04-25
|\ \ | | | | | | adblock-fast: bugfix: unbound-related fixes
| * | adblock-fast: bugfix: unbound-related fixesStan Grishin2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | * include `server:` directive at the top of unbound file * update unbound-related outputGzip variable to include full path * return always_nxdomain for blocked domains * also update copyright stamp/license Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | docker-compose: Update to version 2.27.0Javier Marcet2024-04-26
| | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.27.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | Merge pull request #23991 from friendly-bits/master-geoip-shellDirk Brenken2024-04-25
|\ \ \ | | | | | | | | geoip-shell: update to v0.5.2
| * | | geoip-shell: update to v0.5.2Anton Khazan2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since v0.5: Bugfixes: - bugfix: 'geoip-shell on' command errors out on iptables-based systems - bugfix: when changing the update cron schedule, old cron job does not get removed - bugfix: in some edge cases, the update cron job may not be created - bugfix: incorrect mask bits used when creating a rule allowing ipv6 link-local connections (/8 instead of /10) - bugfix: geoip-shell-fetch.sh: fix running without root permissions Improvements: - nftables variant: attach the base chain to the prerouting netfilter hook with priority -141 (rather than -150) to make rules processing deterministic when other rules exist which have priority 'mangle' (-150), making it easier to create custom rules which will be processed before geoip-shell rules - include information on currently used firewall backend utility (nftables or iptables) in the status report - avoid unnecessary re-fetching of ip lists when running 'geoip-shell configure' - randomize the default update schedule's minute between 10 and 20 (previously was always 15) - randomize the automatic update second between 0 and 59 - improve console messages and the status report - update and improve the general documentation - improve OpenWrt-specific documentation Signed-off-by: Anton Khazan <antonk.d3v@gmail.com>
* | | | libqmi: add missing PKG_VERSION for APKFlorian Eckert2024-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | libmbim: add missing PKG_VERSION for APKFlorian Eckert2024-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>