aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | 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>
* | | | | | | gawk: update to version 5.2.0Daniel Golle2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For changes see ChangeLog file[1]. [1]: https://git.savannah.gnu.org/cgit/gawk.git/plain/ChangeLog?h=gawk-5.2.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | libksba: update to version 1.6.1Daniel Golle2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to stable release 1.6.1. See commit log since version 1.6.0 for changes[1]. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=shortlog;h=d3c1e063d708a46ef39152256f8b1ea466b61be0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | gnunnet: halt build if any command failsEneas U de Queiroz2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many places in the packages' install recipes whith multiple commands being executed in the same shell invocation, separated with a semicolon (;). The return status will depend only on the last command being run. The same thing happens in loops, where only the last file will determine the result of the command. Change the ';' to '&&', and exit the loop if any operation fails. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | gnunnet: don't copy non-existing filesEneas U de Queiroz2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are six places pointing to files that do not exist any more: - gns-import.sh in package gnunet-gns (dropped in v0.11.0) - libgnunetdnsstub.so* in gnunet-vpn (integrated into util in v0.11.0) - libgnunettun.so* in gnunet-vpn (integrated into util in v0.11.0) - gnunet-service-ats-new in package gnunet (dropped in v0.12.0) - libgnunetreclaimattribute.so.* (integrated into reclaim in v0.13.0) - libgnunetabe.so.* in gnunet-reclaim (dropped in v0.17.2) They were not noticed because their failing copy commands were part of loops in which only the last operation had its exit status checked. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | gnunet: gnunet-rest: add libjose dependencyEneas U de Queiroz2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the package's configure.ac, reclaimID OpenID Connect plugin depends on jose. It is installed by the gnunet-rest plugin package: libgnunnetrest_openid_connect.so. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>