Commit graph

27989 commits

Author SHA1 Message Date
Michael Heimpold
60e503a4d7
Merge pull request #19614 from mhei/libxml2-update-2.10.3
libxml2: update to 2.10.3
2022-10-17 07:42:47 +02:00
Florian Eckert
5ce10efc8d
Merge pull request #19606 from Gingernut1978/samba4
samba4: change perl dependency to fix menuconfig
2022-10-17 07:05:22 +02:00
Josef Schlehofer
802818c7f9
Merge pull request #18709 from paper42/tailscale-version
tailscale: fix --version
2022-10-17 00:22:14 +02:00
Daniel Golle
032e14c96e
libksba: update to version 1.6.2
Noteworthy changes in version 1.6.2 (2022-10-07) [C22/A14/R2]
------------------------------------------------

 * Fix integer overflow in the CRL parser.  [rK4b7d9cd4a0]

Release-info: https://dev.gnupg.org/T6230

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-10-16 20:30:30 +01:00
Daniel Golle
2978d4c6ee
auc: update to version 0.3.2
* fixes segfault when requesting downgrade

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-10-16 20:30:22 +01:00
Michael Heimpold
c2742973b0 libxml2: update to 2.10.3
This fixes:
    - CVE-2022-40303
    - CVE-2022-40304

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-10-16 19:57:59 +02:00
Andrew Sim
31ec2def9b samba4: change perl dependency to fix menuconfig
Adding perlbase-json-pp to samba4-libs dependencies was the wrong approach and caused
samba packages not to be offered by menuconfig. AFAIK perlbase-json-pp is a perl helper
to building samba4 and seems to be already included in perl/host so use that instead to
fix the menuconfig issues.

Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-14 19:49:11 +02:00
Josef Schlehofer
18a12a17f3
Revert "wget: update to 1.21.3"
With the newer wget version, wget-nossl can not be compiled due to
missing library, so let's revert it.

Package wget-nossl is missing dependencies for the following libraries:
libnettle.so.8

This reverts commit 5075f5b701.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-10-14 16:14:04 +02:00
Daniel Golle
fd36c91db8
auc: update to 0.3.1
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>
2022-10-13 19:48:05 +01:00
Hannu Nyman
5743d7ed4d
Merge pull request #19577 from PolynomialDivision/update-wget-1-21-3
wget: update to 1.21.3
2022-10-13 19:25:02 +02:00
Daniel Golle
36525086ce
auc: update to version 0.3.0
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>
2022-10-13 18:04:59 +01:00
Nick Hainke
5075f5b701 wget: update to 1.21.3
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>
2022-10-13 11:32:32 +02:00
Michal Vasilek
551bb8b718
tailscale: add version tests
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-10-13 11:31:38 +02:00
Michal Vasilek
738f44be4f
tailscale: fix -version
tailscale version, tailscaled -version and the web UI reported the wrong
version number which doesn't cause any issues, but it can be confusing.

This is fixed by specifying the version in go ldflags similar to how
it's done in many other go packages and the official tailscale Dockerfile.

version.Long version can not be specified in GO_PKG_LDFLAGS_X because it
contains a space and GO_PKG_LDFLAGS_X is always split at a space.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-10-13 11:27:44 +02:00
Florian Eckert
bfb616ba91
Merge pull request #19588 from pymumu/master
smartdns: update to 1.2022.38.1
2022-10-12 15:35:42 +02:00
Nick Peng
64bf797e98 smartdns: update to 1.2022.38.1
Signed-off-by: Nick Peng <pymumu@gmail.com>
2022-10-12 20:12:03 +08:00
Florian Eckert
0d5f357373
Merge pull request #19574 from Gingernut1978/arp-scan
arp-scan: update to latest 1.9.8
2022-10-12 12:12:10 +02:00
Andrew Sim
1e77d7391b arp-scan: update to latest 1.9.8 release
Maintainer: Sergey Urushkin urusha.v1.0@gmail.com

Compile tested: mediatek:mt7622
Run tested: mediatek:mt7622

Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-12 11:08:43 +02:00
Alexandru Ardelean
7a6a6540b6 django-restframework: bump to version 3.14.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-10-11 19:16:18 +03:00
Josef Schlehofer
0c3732deeb
Merge pull request #19584 from paper42/python3-update-master
python3: update to 3.10.7
2022-10-11 17:55:38 +02:00
Nick Hainke
964e59d385 xz: update to 5.2.7
Update to latest version. No release notes available.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-10-10 15:57:03 -07:00
Michal Vasilek
e9ddc479f9
python3: update to 3.10.7
* fixes CVE-2021-28861
* adjust pip and setuptools versions
* refresh patches

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-10-10 16:59:12 +02:00
Florian Eckert
0480ee4b0c
Merge pull request #19582 from TDT-AG/pr/20221022-stunnel
stunnel: update version to 5.66
2022-10-10 13:58:37 +02:00
Florian Eckert
b9df9f10b8 stunnel: update version to 5.66
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-10-10 13:28:52 +02:00
Stan Grishin
5518865b9c
Merge pull request #19579 from ynezz/upstream/fix-curl-wolfssl
curl: error out if wolfSSL is not usable
2022-10-10 03:55:23 -07:00
Petr Štetiar
9140f366ef curl: error out if wolfSSL is not usable
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>
2022-10-10 11:27:05 +02:00
Rob Ekl
781a74bb85 unbound: update control cert uci processing
Signed-off-by: Rob Ekl <ekl.rob@gmail.com>
2022-10-09 21:39:43 +02:00
Nikos Mavrogiannopoulos
4f3d297e1f
Merge pull request #19564 from PolynomialDivision/update-gnutls-3-7-8
gnutls: update to 3.7.8
2022-10-09 09:35:38 +02:00
Alexandru Ardelean
338abe6e80
Merge pull request #19451 from graysky2/rsyncfix
rsync: incorporate upstream fixes
2022-10-09 08:12:47 +03:00
Alexandru Ardelean
4e4e7fdf16
Merge pull request #19538 from mhei/libzip-update-1.9.2
libzip: update to 1.9.2
2022-10-09 08:11:16 +03:00
Alexandru Ardelean
92c8462477
Merge pull request #19546 from PolynomialDivision/update-iperf3
iperf3: update to 3.12
2022-10-09 08:10:48 +03:00
Alexandru Ardelean
afa5cd3e7a
Merge pull request #19535 from qweaszxcdf/patch-3
rrdtool: update PKG_SOURCE_URL
2022-10-09 08:10:10 +03:00
Alexandru Ardelean
a88277b101
Merge pull request #19554 from commodo/numpy
numpy: bump to version 1.23.3
2022-10-09 08:08:19 +03:00
Alexandru Ardelean
feaf88ddc5
Merge pull request #19552 from commodo/python-pytz
python3-pytz: bump to version 2022.4
2022-10-09 08:07:55 +03:00
Nick Hainke
e2a9c55980 gnutls: update to 3.7.8
Release Notes:
https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-10-09 00:23:24 +02:00
Tianling Shen
37bdf739b1 cloudflared: Update to 2022.10.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-08 15:34:42 +02:00
Tianling Shen
40f0e263bf yq: Update to 4.28.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-08 15:34:27 +02:00
Thomas Huehn
e3fe484aae cpusage: add new package
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>
2022-10-08 15:34:04 +02:00
David Bauer
193ffa68c1
Merge pull request #19529 from blocktrron/qcsuper
qcsuper: add Package w/ necessary dependencies
2022-10-08 04:00:50 +02:00
Stan Grishin
56627992fa
Merge pull request #19543 from stangri/master-https-dns-proxy
https-dns-proxy: update to 2022-08-12-1
2022-10-07 14:27:38 -07:00
Alexandru Ardelean
5b9a66cd7c numpy: bump to version 1.23.3
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>
2022-10-07 21:19:36 +03:00
Andrew Sim
0d5d9e5737 samba4: remove duplicate entry from libldb-fix-musl-libc-unkown-type-error.patch
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-07 01:53:26 -07:00
Andrew Sim
402f4ba4ef samba4: update to 4.17.0
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-07 01:53:26 -07:00
Nick Hainke
431016a23d iperf3: update to 3.12
Release Notes:
https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-10-07 10:26:18 +02:00
Florian Eckert
8d94bb6797
Merge pull request #19486 from TELUS-BBA/zabbix_ssl
zabbix: add variants for SSL support
2022-10-07 09:40:01 +02:00
Alexandru Ardelean
ad03d09c7f python3-pytz: bump to version 2022.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-10-07 10:34:15 +03:00
Alexandru Ardelean
ec00e36358
Merge pull request #19453 from commodo/stress-ng
stress-ng: bump to version 0.14.05
2022-10-07 10:32:29 +03:00
Alexandru Ardelean
20f5566bc7 stress-ng: bump to version 0.14.06
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>
2022-10-07 10:03:52 +03:00
Stan Grishin
796a3dda80 https-dns-proxy: update to 2022-08-12-1
* 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>
2022-10-07 06:29:40 +00:00
Daniel Golle
15fdb5fa16
snowflake: update to version 2.3.1
03b2b56f Fix broker race condition
 36f03dfd Record proxy type for proxy relay stats

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-10-07 02:12:01 +01:00