aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | tvheadend: add conditions for -O3 and LTO optimizationsMarius Dinu2022-12-03
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building for arc, mips and powerpc platforms fails if -O3 and LTO optimizations are enabled. This patch removes that option for everything other than arm and x86_64. These are known to work. Fixes issue #19923. Also fixes a typo in the description. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | | | bpfcountd: add initial packageLinus Lüssing2022-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bpfcountd was created to obtain packet statistics in larger networks without stressing the cpu resources. bpfcountd will count the amount of packages and bytes over time (for each defined rule). The rules are defined using the tcpdump filter syntax (bpf). The collected data is provided on a unix socket in plaintext. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
* | | | | Merge pull request #19993 from stangri/master-simple-adblockStan Grishin2022-12-02
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: localizable error/warning messages
| * | | | | simple-adblock: localizable error/warning messagesStan Grishin2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store all error/warning messages with the error text id so that they can be made localizable for the luci app Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | ci: only comment AUTORELEASE deprecation if existsPaul Spooren2022-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it doesn't exists, don't confuse the contributors. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | stubby: bump to latest 0.4.2Rudy Andram2022-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @neheb (find it by checking history of the package Makefile) Compile tested: aarch64/ipq8074 Run tested: aarch64/ipq8074 Description: stubby: bump to latest 0.4.2 Signed-off-by: Rudy Andram <rmandrad@gmail.com>
* | | | | | frr: update to 8.4.1Lucian Cristian2022-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | nss: update to 3.85Lucian Cristian2022-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1Glenn Strauss2022-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add lighttpd-mod-rrdtool dependency on rrdtool1 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | lighttpd: lighttpd-1.4.67-4Glenn Strauss2022-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | lighttpd: lighttpd.conf vars, comments, guidanceGlenn Strauss2022-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd.conf variables, documentation comments, configuration guidance Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | lighttpd: print stderr trace if validation failsGlenn Strauss2022-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lighttpd.init validate_conf(): print stderr trace if validation fails Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | microsocks: add low resource SOCKS5 TCP/IP only proxy serverMateusz Korniak2022-12-02
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Initial version 1.0.3 Signed-off-by: Mateusz Korniak <matkorgithubcom@ant.gliwice.pl>
* | | | | Merge pull request #19992 from hnyman/wgetHannu Nyman2022-11-30
|\ \ \ \ \ | |/ / / / |/| | | | wget: update to 1.21.3
| * | | | wget: update to 1.21.3Hannu Nyman2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wget to 1.21.3 * Remove patch 100-fix-hsts-time.patch as upstream has issued its own version on the fixes * Add a hack (and fixup autoreconf) to fix an upstream bug that forces the nettle library into nossl even if NTLM is disabled. Upstream bug filed: https://savannah.gnu.org/bugs/?63431 * Remove old maintainer who has not been active Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #19987 from stangri/master-simple-adblockStan Grishin2022-11-29
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: bugfix: detect dnsmasq ipset support
| * | | | | simple-adblock: bugfix: detect dnsmasq ipset supportStan Grishin2022-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes https://github.com/openwrt/packages/issues/19978, thank you @parona-source for the report/patch! Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #19985 from stangri/master-https-dns-proxyStan Grishin2022-11-29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | https-dns-proxy: improve performance on restart
| * | | | | https-dns-proxy: improve performance on restartStan Grishin2022-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * instead of doing stop/start which involves restarting dnsmasq twice, kill the existing service instances on restart instead Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #19973 from julienmalik/borgHannu Nyman2022-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | borgbackup: initial commit
| * | | | | | borgbackup: add package for 1.2.2Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-pyfuse3: add package for 3.2.2Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-trio: add package for 0.22.0Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-sniffio: add package for 1.3.0Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-outcome: add package for 1.2.0Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-async-generator: add package for 1.10Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-exceptiongroup: add package for 1.0.4Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | python-sortedcontainers: add package for 2.4.0Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
| * | | | | | xxhash: add package for 0.8.1Julien Malik2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* | | | | | | snort3: update to 3.1.47.0-1John Audia2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | Merge pull request #19980 from mhei/php8-update-8.1.13Michael Heimpold2022-11-29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | php8: update to 8.1.13
| * | | | | | php8: update to 8.1.13Michael Heimpold2022-11-28
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | v2raya: backports upstream fixes and add 3 new optionsTianling Shen2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It may take a long time waiting for a new tag, so backport these important bug fixes for now. While at it, added 3 new options provided by upstream, and deprecated the usage of `$(AUTORELEASE)`. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | v2ray-geodata: Update to latest versionTianling Shen2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | xray-core: Update to 1.6.5Tianling Shen2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | yq: Update to 4.30.5Tianling Shen2022-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #19936 from hgl/acmeToke Høiland-Jørgensen2022-11-28
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | haproxy: use .crt as extension for certificates
| * | | | | haproxy: use .crt as extension for certificatesGlen Huang2022-11-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | | | | | samba4: support both user map and valid users on same timeLiangbin Lian2022-11-28
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | | | | Merge pull request #19938 from hgl/acme2Toke Høiland-Jørgensen2022-11-27
|\ \ \ \ \ | | | | | | | | | | | | acme: ensure symlinks for renewed certificates
| * | | | | acme: ensure symlinks for renewed certificatesGlen Huang2022-11-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | | | | CI: deprecate $(AUTORELEASE) via commentsPaul Spooren2022-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autorelease causes some issues like heavy bandwidth usage as well as non-deterministic package releases whenever someone doesn't use the full git log. With this comment all modified packages are checked and if they use the autorelease feature, kindly comment to the user to change that. Signed-off-by: Paul Spooren <paul.spooren@rhebo.com> [ move check to separate workflow to handle ci limitation ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | | librespeed-go: add new packageTianling Shen2022-11-27
| |/ / / |/| | | | | | | | | | | | | | | | | | | Go backend for LibreSpeed. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | privoxy: fix postinst missing $Josh Powers2022-11-26
| | | | | | | | | | | | | | | | | | | | | | | | fixes: #19949 Signed-off-by: Josh Powers <powersj@fastmail.com>
* | | | pdns-recursor: update to 4.7.4Peter van Dijk2022-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | gnupg: compile with -fcommonTjeu Kayim2022-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a segfault because gnupg/g10/options.h struct opt is otherwise not shared between the different compilation units, resulting in opt.homedir being NULL when passed to make_filename. $ gpg1 -i gpg: signal 11 caught ... exiting Segmentation fault (gdb) bt #0 0x00007f17bb2185e2 in strlen (s=s@entry=0x0) at src/string/strlen.c:17 #1 0x0000000000460ea0 in make_filename (first_part=first_part@entry=0x0) at gnupg-1.4.23/util/fileutil.c:174 #2 0x000000000040ee42 in keydb_add_resource (url=url@entry=0x46bfe3 "secring.gpg", flags=flags@entry=4, secret=secret@entry=1) at gnupg-1.4.23/g10/keydb.c:238 #3 0x00000000004062ee in main (argc=<optimized out>, argv=<optimized out>) at gnupg-1.4.23/g10/gpg.c:3323 Signed-off-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
* | | | Merge pull request #19652 from wormi4ok/lang-golang-update-1-19-2Tianling Shen2022-11-24
|\ \ \ \ | | | | | | | | | | golang: update to v1.19.2
| * | | | golang: update to v1.19.3Stanislav Petrashov2022-11-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
| * | | | golang: update to v1.19.2Stanislav Petrashov2022-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for security vulnerabilities: * [CVE-2022-27664](https://github.com/advisories/GHSA-69cg-p879-7622) net/http: handle server errors after sending GOAWAY * [CVE-2022-32190](https://github.com/golang/go/issues/54385) net/url: JoinPath does not strip relative path components in all circumstances * [CVE-2022-2879](https://github.com/golang/go/issues/54853) archive/tar: unbounded memory consumption when reading headers * [CVE-2022-2880](https://github.com/golang/go/issues/54663) net/http/httputil: ReverseProxy should not forward unparseable query parameters * [CVE-2022-41715](https://github.com/golang/go/issues/55949) regexp/syntax: limit memory used by parsing regexps Addresses the build failure: * https://github.com/openwrt/packages/pull/19613 Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
* | | | | gphoto2: update to 2.5.28Rosen Penev2022-11-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>