aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openssh: update to 9.1p1Sibren Vasse2022-12-13
| | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* Merge pull request #20076 from stangri/master-simple-adblockStan Grishin2022-12-12
|\ | | | | simple-adblock: bugfix: add dnsmasq.nftset to uci_load_validate
| * simple-adblock: bugfix: add dnsmasq.nftset to uci_load_validateStan Grishin2022-12-12
|/ | | | | | | | * fixes https://github.com/openwrt/openwrt/issues/11481 thanks to: * https://github.com/mistepien for reporting * https://github.com/dave14305 for diagnosing Signed-off-by: Stan Grishin <stangri@melmac.ca>
* Merge pull request #19982 from golddranks/masterTianling Shen2022-12-13
|\ | | | | ddns-scripts: update_gandi_net: improve logging & add timeout
| * ddns-scripts: update_gandi_net: improve logging & add timeoutPyry Kontio2022-12-10
| | | | | | | | | | | | | | | | | | - Improved logging - Log the executed curl command to be able to rerun and test it manually - Log the curl exit status - Added 30 second timeout timeout for clear-cut detection of flaky connections. Signed-off-by: Pyry Kontio <pyry.kontio@drasa.eu>
* | knot: update to version 3.2.4Jan Hák2022-12-13
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | syncthing: update to 1.22.2Van Waholtz2022-12-12
| | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | Merge pull request #20064 from luizluca/ruby-3.1.3Josef Schlehofer2022-12-12
|\ \ | | | | | | ruby: update to 3.1.3
| * | ruby: update to 3.1.3Luiz Angelo Daros de Luca2022-12-12
|/ / | | | | | | | | | | | | | | | | | | | | This release includes a security fix. - CVE-2021-33621: HTTP response splitting in CGI For more details: - https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | pdns: update to 4.7.3Peter van Dijk2022-12-12
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | wget: apply upstream fix to avoid nettle linking in nosslHannu Nyman2022-12-11
| | | | | | | | | | | | | | | | | | | | | | Replace my own patch with the upstream solution, which they issued in response to my bug report. (Two patches as they overlooked something on the first try. Reference to https://savannah.gnu.org/bugs/index.php?63431 ) The nettle lib evaluation is now conditional to not having "--disable-ntlm". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #20052 from stangri/master-https-dns-proxyStan Grishin2022-12-10
|\ \ | | | | | | https-dns-proxy: fix restart
| * | https-dns-proxy: fix restartStan Grishin2022-12-10
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #20040 from stangri/master-https-dns-proxyStan Grishin2022-12-09
|\ \ | | | | | | https-dns-proxy: add mdns service records
| * | https-dns-proxy: add mdns service recordsStan Grishin2022-12-07
| | | | | | | | | | | | | | | | | | | | | | | | * add mdns records for started instances * Makefile: use $(PKG_VERSION) as a value for PKG_SOURCE_DATE instead of hard-coding it Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #20050 from stangri/master-simple-adblockStan Grishin2022-12-09
|\ \ \ | | | | | | | | simple-adblock: support new OISD dnsmasq config
| * | | simple-adblock: support new OISD dnsmasq configStan Grishin2022-12-10
|/ / / | | | | | | | | | | | | | | | * OISD dnsmasq config files switched from using address= to server= Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #20018 from cbarrick/gcp_ddnsFlorian Eckert2022-12-09
|\ \ \ | | | | | | | | ddns-scripts: add support for Google Cloud DNS
| * | | ddns-scripts: add support for Google Cloud DNSChris Barrick2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation uses a GCP service account. The user is expected to create and secure a service account and generate a private key. The "password" field can contain the key inline or be a file path pointing to the key file on the router. The GCP project name and Cloud DNS ManagedZone must also be provided. These are taken as form-urlencoded key-value pairs in param_enc. The TTL can optionally be supplied in param_opt. Signed-off-by: Chris Barrick <chrisbarrick@google.com>
* | | | Merge pull request #20037 from 1715173329/g1194Josef Schlehofer2022-12-09
|\ \ \ \ | | | | | | | | | | golang: Update to 1.19.4
| * | | | golang: Update to 1.19.4Tianling Shen2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | zoneinfo: updated to the latest releaseVladimir Ulrich2022-12-09
| |/ / / |/| | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | tailscale: preserve tailscaled state fileCarlo Alberto Ferraris2022-12-09
| | | | | | | | | | | | | | | | | | | | Fixes #19774 Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
* | | | modemmanager: bump to 1.20.2Kuan-Yi Li2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop deprecated AUTORELEASE. Disable unused tests as its compilation is optional in 1.20. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | libqmi: bump to 1.32.2Kuan-Yi Li2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Drop deprecated AUTORELEASE. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | libmbim: bump to 1.28.2Kuan-Yi Li2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Drop deprecated AUTORELEASE. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | libqrtr-glib: drop deprecated AUTORELEASEKuan-Yi Li2022-12-09
| | | | | | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | swig: bump to 4.1.1Hirokazu MORIKAWA2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update summary * Add Javascript Node v12-v18 support, remove support prior to v6. * Octave 6.0 to 6.4 support added. * Add PHP 8 support. * PHP wrapping is now done entirely via PHP's C API - no more .php wrapper. * Perl 5.8.0 is now the oldest version SWIG supports. * Python 3.3 is now the oldest Python 3 version SWIG supports. * Python 3.9-3.11 support added. * Various memory leak fixes in Python generated code. * Scilab 5.5-6.1 support improved. * Many improvements for each and every target language. * Various preprocessor expression handling improvements. * Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard. * Make SWIG much more move semantics friendly. * Add C++ std::unique_ptr support. * Few minor C++ template handling improvements. * Various C++ using declaration fixes. * Few fixes for handling Doxygen comments. * GitHub Actions is now used instead of Travis CI for continuous integration. * Add building SWIG using CMake as a secondary build system. * Update optional SWIG build dependency for regex support from PCRE to PCRE2. * Couple of stability fixes. * Stability fix in ccache-swig when calculating hashes of inputs. * Some template handling improvements. * R - minor fixes plus deprecation for rtypecheck typemaps being optional. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | github-ci: error on any shell errorsAlois Klink2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable `errexit` and `nounset` [POSIX shell options][1] in `.github/workflows/entrypoint.sh` so that the script fails if any command within the script fails. [1]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#set Reported-by: Marius Dinu <m95d+git@psihoexpert.ro> Fixes: https://github.com/openwrt/packages/issues/19953 Signed-off-by: Alois Klink <alois@aloisklink.com>
* | | | privoxy: fix preinst/postinst script indentationAlois Klink2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the indentation of the preinst/postinst scripts for the privoxy package. Because these scripts didn't start with `#!/bin/sh` (they instead started with the TAB character), `/bin/sh` was not used to start them. On x86_64 and i386_pentium-mmx, this seems to be fine, but on arm_cortex-a15_neon-vfpv4 and aarch64_cortex-a53, running these scripts fails with a: ``` Installing privoxy (3.0.33-3) to root... Collected errors: * pkg_run_script: package "privoxy" preinst script returned status 1. * preinst_configure: Aborting installation of privoxy. * opkg_install_cmd: Cannot install package privoxy. ``` Reported-by: Marius Dinu <m95d+git@psihoexpert.ro> Signed-off-by: Alois Klink <alois@aloisklink.com>
* | | | Merge pull request #20032 from peter-stadler/djangoAlexandru Ardelean2022-12-08
|\ \ \ \ | | | | | | | | | | django: bump version 4.1.3
| * | | | django: bump version 4.1.3Peter Stadler2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix CVE-2022-41323 Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #19933 from stintel/vallumdStijn Tintel2022-12-08
|\ \ \ \ \ | |_|_|/ / |/| | | | vallumd: updates
| * | | | vallumd: bump to 0.2.2Stijn Tintel2022-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add upstream patch to fix building from source tarballs. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | vallumd: bump to 0.2.1Stijn Tintel2022-11-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | vallumd: point PKG_SOURCE_URL to CodebergStijn Tintel2022-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The github repository has been archived; the project is now hosted on Codeberg. Update the PKG_SOURCE_URL accordingly. Gitea doesn't seem to add a version suffix to the directory in the tarball, so use a custom PKG_BUILD_DIR. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | snort3: unified configs: local.lua and homenet.luaJohn Audia2022-12-08
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds /etc/snort/local.lua and /etc/snort/homenet.lua for user defined config options which is more simplistic than modifying upstream files directly. That can be tedious and decisive to maintain in sync with upstream changes. The init script has been adjusted accordingly. Acknowledgment to amish who maintains the Arch Linux snort-nfqueue package[1] for these ideas and initial code. Another modification is dropping the following args in the call to /usr/bin/snort by the init system as these options are provided in /etc/snort/local.lua: * --daq-dir /usr/lib/daq/ * -A "$alert_module" Instructions to configure snort3: 1. Edit /etc/snort/homenet.lua and redefine HOME_NET and EXTERNAL_NET, for example: HOME_NET = [[ 10.9.8.0/24 192.168.1.0/24 ]] EXTERNAL_NET = "!$HOME_NET" 2. Edit /etc/snort/local.lua to setup options unique to your use case of snort. The default ones I included should be sane for the role of IDS (alert only), but users may easily uncomment some options therein to use IPS (drop) mode. 3. Install or symlink rules to /etc/snort/rules/snort.rules and optionally edit /etc/snort/local.lua to define extra rules files if not using a unified 'snort.rules' References: 1. https://aur.archlinux.org/packages/snort-nfqueue Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | Merge pull request #20036 from ysc3839/natmap-fixTianling Shen2022-12-07
|\ \ \ \ | | | | | | | | | | natmap: merge "ipv4" and "ipv6" options into single "family" option
| * | | | natmap: merge "ipv4" and "ipv6" options into single "family" optionRichard Yu2022-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | bpfcountd: remove incomplete/broken namespace featureLinus Lüssing2022-12-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original idea of the extra namespace variable was to set up bpfcountd from other daemons etc. independent of what a user configured in /etc/config/bpfcountd for instance. Like: $ UCI_CONFIG_DIR=/var/run/bpfcountd/gluon-config \ /etc/init.d/bpfcountd start "" gluon However there are still issues with this approach: 1) Instance specific stop calls like: $ /etc/init.d/bpfcountd stop <instance-name> <namespace>" will not stop the according namespaced instance, as the stop() in /etc/rc.common will call procd_kill() without the namespace prefix. And we can't overwrite that behaviour. And asking a user to use "... start <in> <ns>" and "... stop <ns>.<in>" is confusing. (and currently "... stop <ns>.<in>" would not remove the correct unix socket). 2) A stop call without an instance/config name would always stop all instances. So the namespace variable would be ignored. While start without an instance "works", but: 3) It would stop any process that is not in the currently selected UCI_CONFIG_DIR. As all this is not easily fixable without changing OpenWrt internals, just remove the whole namespace idea for now. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
* | | | dnsproxy: Update to 0.46.4Tianling Shen2022-12-07
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | cloudflared: Update to 2022.11.1Tianling Shen2022-12-07
| |/ / |/| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #19613 from wormi4ok/tailscale-version-bumpJosef Schlehofer2022-12-05
|\ \ \ | | | | | | | | tailscale: update to v1.32.0
| * | | tailscale: Update to version 1.32.3Stanislav Petrashov2022-12-03
| | | | | | | | | | | | | | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
| * | | tailscale: update to v1.32.0Stanislav Petrashov2022-12-03
| | | | | | | | | | | | | | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
* | | | snort3: update to 3.1.48.0-1John Audia2022-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Had to add a patch to allow builds of targets containing '+' in their dir name Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | Merge pull request #19998 from ysc3839/natmapTianling Shen2022-12-06
|\ \ \ \ | | | | | | | | | | natmap: add new package
| * | | | natmap: add new packageRichard Yu2022-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NATMap is a program for opening port behind full cone NAT (NAT-1), without the need for using UPnP or another port forward settings. More details can be found at original repo: https://github.com/heiher/natmap Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | snowflake: update to version 2.4.1Daniel Golle2022-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in version v2.4.1 - 2022-12-01 - Issue 40224: Bug fix in utls roundtripper Changes in version v2.4.0 - 2022-11-29 - Fix proxy command line help output - Issue 40123: Reduce multicast DNS candidates - Add ICE ephemeral ports range setting - Reformat using Go 1.19 - Update CI tests to include latest and minimum Go versions - Issue 40184: Use fixed unit for bandwidth logging - Update gorilla/websocket to v1.5.0 - Issue 40175: Server performance improvements - Issue 40183: Change snowflake proxy log verbosity - Issue 40117: Display proxy NAT type in logs - Issue 40198: Add a `orport-srcaddr` server transport option - Add gofmt output to CI test - Issue 40185: Change bandwidth type from int to int64 to prevent overflow - Add version output support to snowflake - Issue 40229: Change regexes for ipv6 addresses to catch url-encoded addresses - Issue 40220: Close stale connections in standalone proxy Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #19763 from stangri/master-pbrStan Grishin2022-12-04
|\ \ \ \ \ | | | | | | | | | | | | pbr: initial commit