aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* zabbix: add sqlite3 supportFlorian Eckert2022-10-17
| | | | | | | | | | | This change makes it possible to build zabbix with sqlite3 support. Attention: By selecting "SQLite" as "Database Software" you are not able to build the zabbix-server and zabbix-server-frontend package anymore. This database is not supported for this service. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* auc: update to 0.3.1Daniel Golle2022-10-13
| | | | | | | Remove wrongly placed 'break' statement to actually jump to the most recent version of a release branch. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #19577 from PolynomialDivision/update-wget-1-21-3Hannu Nyman2022-10-13
|\ | | | | wget: update to 1.21.3
| * wget: update to 1.21.3Nick Hainke2022-10-13
| | | | | | | | | | | | | | | | | | | | | | Release Notes: https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html Remove the patch "100-fix-sts-time". This patch was replaced upstream by several other fixes, see: https://git.savannah.gnu.org/cgit/wget.git/log/src/hsts.c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | auc: update to version 0.3.0Daniel Golle2022-10-13
| | | | | | | | | | | | | | | | Most notably this brings support for processing package changes such as suggesting to replace firewall with firewall4 when updating from 21.02.x -> 22.03.y release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #19588 from pymumu/masterFlorian Eckert2022-10-12
|\ \ | | | | | | smartdns: update to 1.2022.38.1
| * | smartdns: update to 1.2022.38.1Nick Peng2022-10-12
|/ / | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | Merge pull request #19574 from Gingernut1978/arp-scanFlorian Eckert2022-10-12
|\ \ | | | | | | arp-scan: update to latest 1.9.8
| * | arp-scan: update to latest 1.9.8 releaseAndrew Sim2022-10-12
|/ / | | | | | | | | | | | | | | | | Maintainer: Sergey Urushkin urusha.v1.0@gmail.com Compile tested: mediatek:mt7622 Run tested: mediatek:mt7622 Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | django-restframework: bump to version 3.14.0Alexandru Ardelean2022-10-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #19584 from paper42/python3-update-masterJosef Schlehofer2022-10-11
|\ \ | | | | | | python3: update to 3.10.7
| * | python3: update to 3.10.7Michal Vasilek2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-28861 * adjust pip and setuptools versions * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | xz: update to 5.2.7Nick Hainke2022-10-10
|/ / | | | | | | | | | | Update to latest version. No release notes available. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #19582 from TDT-AG/pr/20221022-stunnelFlorian Eckert2022-10-10
|\ \ | | | | | | stunnel: update version to 5.66
| * | stunnel: update version to 5.66Florian Eckert2022-10-10
|/ / | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #19579 from ynezz/upstream/fix-curl-wolfsslStan Grishin2022-10-10
|\ \ | |/ |/| curl: error out if wolfSSL is not usable
| * curl: error out if wolfSSL is not usablePetr Štetiar2022-10-10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we explicitly declare, that we would like to have curl built with wolfSSL support using `--with-wolfssl` configure option, then we should make sure, that we either endup with curl having that support, or it shouldn't be available at all, otherwise we risk, that we end up with regressions like following: configure:25299: checking for wolfSSL_Init in -lwolfssl configure:25321: x86_64-openwrt-linux-musl-gcc -o conftest [snip] In file included from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/dsa.h:33, from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/asn_public.h:35, from target-x86_64_musl/usr/include/wolfssl/ssl.h:35, from conftest.c:47: target-x86_64_musl/usr/include/wolfssl/wolfcrypt/integer.h:37:14: fatal error: wolfssl/wolfcrypt/sp_int.h: No such file or directory #include <wolfssl/wolfcrypt/sp_int.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. and in the end thus produce curl without https support: curl: (1) Protocol "https" not supported or disabled in libcurl So fix it, by making the working wolfSSL mandatory and error out in configure step when that's not the case: checking for wolfSSL_Init in -lwolfssl... no configure: error: --with-wolfssl but wolfSSL was not found or doesn't work References: #19005, #19547 Upstream-Status: Accepted [https://github.com/curl/curl/pull/9682] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* unbound: update control cert uci processingRob Ekl2022-10-09
| | | | Signed-off-by: Rob Ekl <ekl.rob@gmail.com>
* Merge pull request #19564 from PolynomialDivision/update-gnutls-3-7-8Nikos Mavrogiannopoulos2022-10-09
|\ | | | | gnutls: update to 3.7.8
| * gnutls: update to 3.7.8Nick Hainke2022-10-09
| | | | | | | | | | | | | | Release Notes: https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #19451 from graysky2/rsyncfixAlexandru Ardelean2022-10-09
|\ \ | | | | | | rsync: incorporate upstream fixes
| * | rsync: incorporate upstream fixesJohn Audia2022-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream is requesting that packagers cherry-pick two commits to fix the current release.[1] 1. https://www.mail-archive.com/rsync@lists.samba.org/msg33576.html Signed-off-by: John Audia <therealgraysky@proton.me>
* | | Merge pull request #19538 from mhei/libzip-update-1.9.2Alexandru Ardelean2022-10-09
|\ \ \ | | | | | | | | libzip: update to 1.9.2
| * | | libzip: update to 1.9.2Michael Heimpold2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Also drop already mainlined patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #19546 from PolynomialDivision/update-iperf3Alexandru Ardelean2022-10-09
|\ \ \ \ | | | | | | | | | | iperf3: update to 3.12
| * | | | iperf3: update to 3.12Nick Hainke2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #19535 from qweaszxcdf/patch-3Alexandru Ardelean2022-10-09
|\ \ \ \ \ | | | | | | | | | | | | rrdtool: update PKG_SOURCE_URL
| * | | | | rrdtool: update PKG_SOURCE_URLRyan Shi2022-10-06
| | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Shi <qweaszxcdf@users.noreply.github.com>
* | | | | | Merge pull request #19554 from commodo/numpyAlexandru Ardelean2022-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | numpy: bump to version 1.23.3
| * | | | | | numpy: bump to version 1.23.3Alexandru Ardelean2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also bump Cython version to 0.29.32 And yeeeey: zip -> tar.gz And they fixed the Intel AVX extension stuff/detection. Which is why I deferred updating it until now. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #19552 from commodo/python-pytzAlexandru Ardelean2022-10-09
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | python3-pytz: bump to version 2022.4
| * | | | | | python3-pytz: bump to version 2022.4Alexandru Ardelean2022-10-07
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | cloudflared: Update to 2022.10.0Tianling Shen2022-10-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | yq: Update to 4.28.1Tianling Shen2022-10-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | cpusage: add new packageThomas Huehn2022-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds the new package "cpusage" to OpenWrt packages. Cpusage is a small utility that prints cpu usage per second as output. Signed-off-by: Thomas Huehn <thomas.huehn@hs-nordhausen.de>
* | | | | | Merge pull request #19529 from blocktrron/qcsuperDavid Bauer2022-10-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | qcsuper: add Package w/ necessary dependencies
| * | | | | | qcsuper: add packageDavid Bauer2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>
| * | | | | | python-pycrate: add packageDavid Bauer2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>
| * | | | | | python-crcmod: add packageDavid Bauer2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | Merge pull request #19543 from stangri/master-https-dns-proxyStan Grishin2022-10-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | https-dns-proxy: update to 2022-08-12-1
| * | | | | | | https-dns-proxy: update to 2022-08-12-1Stan Grishin2022-10-07
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to upstream version 2022-08-12 * add ca_certs_file option for CA certs file for curl * add procd_add_interface_trigger for wan6 (hopefully fixes https://github.com/openwrt/packages/issues/19531) Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | samba4: remove duplicate entry from libldb-fix-musl-libc-unkown-type-error.patchAndrew Sim2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | | | | | | samba4: update to 4.17.0Andrew Sim2022-10-07
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | | | | | Merge pull request #19486 from TELUS-BBA/zabbix_sslFlorian Eckert2022-10-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | zabbix: add variants for SSL support
| * | | | | | zabbix: add variants for SSL supportScott Roberts2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opkg does not offer ssl varients: zabbix-agentd zabbix-sender zabbix-get zabbix-proxy zabbix-server resolve this by adding ssl varients. Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* | | | | | | Merge pull request #19453 from commodo/stress-ngAlexandru Ardelean2022-10-07
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | stress-ng: bump to version 0.14.05
| * | | | | | stress-ng: bump to version 0.14.06Alexandru Ardelean2022-10-07
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no longer needed: 010-dont_define_fortify.patch upstreamed: 020-stress-sysinval-fix-fstat-fstat64-compat-check.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | snowflake: update to version 2.3.1Daniel Golle2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 03b2b56f Fix broker race condition 36f03dfd Record proxy type for proxy relay stats Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | perl-net-dns: update to version 1.35Daniel Golle2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **** 1.35 Oct 4, 2022 Improve SVCB error reporting. Fix rt.cpan.org #144328 accept_reply test fails with matched consecutive "random" generated packet->id Fix rt.cpan.org #144299 Spelling errors. **** 1.34 May 30, 2022 Improve robustness of EDNS option compose/decompose functions. Simplify code in Makefile.PL. Fix rt.cpan.org #142426 Avoid "Useless use of a constant in void context" warning. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | pcsc-lite: update to verion 1.9.9Daniel Golle2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.9.9: Ludovic Rousseau 11 September 2022 - SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit - Fix SCardReleaseContext() failure on orphan handles - Fix SCardDisconnect() on orphan handle - pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters - Improve the log from pcscd: log the return code in text instead of hex - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>