Commit Graph

11280 Commits

Author SHA1 Message Date
Josef Schlehofer 0171d18e05
libwebsockets: fix recursive dependency
While running `make menuconfig`, it was discovered then there is a
recursive dependency like this:
tmp/.config-package.in:59138:error: recursive dependency detected!
tmp/.config-package.in:59138:	symbol PACKAGE_libwebsockets-openssl is selected by PACKAGE_libwebsockets-mbedtls
tmp/.config-package.in:59122:	symbol PACKAGE_libwebsockets-mbedtls depends on PACKAGE_libwebsockets-openssl

It is not possible with the recently added conflicts that two packages
(OpenSSL and full variant, which uses OpenSSL as well), which are almost the same
provides the same named package libwebsockets as their conflict - Mbed
TLS.

Fixes: 676c5c72b5 ("libwebsockets: OpenSSL
and mbedTLS variants should conflict")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit a4e8cbb89a)
2022-10-27 14:48:35 +02:00
Josef Schlehofer 8542fd3f3c
libwebsockets: OpenSSL and mbedTLS variants should conflict
They provide the same files, but they don't conflict to each other, this
means that users can install them side by side.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 676c5c72b5)
2022-10-25 14:30:05 +02:00
Josef Schlehofer d257d6660f
libwebsockets: full variant provides OpenSSL
For some time, it is not possible to install ttyd and mosquitto-ssl at the
same time, so let's solve it that libwebsockets-full provides
libwebsockets-openssl. This allows to install ttyd and mosquitto at
the same time.

Also, we need to add conflict, because we should not have installed
libwebsockets-openssl and libwebsockets-full at the same time as they
provides the same files.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 77e682a11c)
2022-10-25 14:30:02 +02:00
Noah Meyerhans 17ab4ed4e4 bind: update to 9.11.37
Fixes security issues:

 * CVE-2021-25220 -- The rules for acceptance of records into the cache
			have been tightened to prevent the possibility of
			poisoning if forwarders send records outside
			the configured bailiwick.

 * CVE-2021-25219 -- The "lame-ttl" option is now forcibly set to 0. This
			effectively disables the lame server cache, as it could
			previously be abused by an attacker to significantly
			degrade resolver performance.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2022-03-18 10:57:37 -07:00
Jo-Philipp Wich ed3e4b711e
htpdate: drop www.freebsd.org from default server list
The FreeBSD project stopped publishing HTTP date headers and seeks to
limit further resource taxing by distributed htpdate clients using the
www.freebsd.org host as default time source.

Fixes: #17924
Reported-by: Allan Jude <allanjude@freebsd.org>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit e871318002)
2022-02-23 23:10:19 +01:00
Noah Meyerhans cce38e78d6 bind: Bump to version 9.11.36
The following security issues are addressed with this change:

CVE-2020-8619
CVE-2020-8622
CVE-2020-8623
CVE-2020-8624
CVE-2020-8625
CVE-2021-25214
CVE-2021-25215
CVE-2021-25216
CVE-2021-25219

A complete description of the changes with this BIND release is
available in the release notes at
https://ftp.isc.org/isc/bind9/9.11.36/RELEASE-NOTES-bind-9.11.36.html

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2021-10-29 10:28:53 -07:00
Jeffery To 1236ebb505 python3: Update to 3.6.15
Includes fix for CVE-2013-0340 ("Billion Laughs" vulnerability).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-09-08 17:12:03 -04:00
Eneas U de Queiroz f0b2064caa
perl: perlmod.mk: use 'install' for host binaries
When installing a host perl module, the host perl binary in the staging
dir is replaced by using 'cp'.  However, if the binary is running in a
parallel job, cp will fail with a text file busy error.  Use
$(INSTALL_BIN), which unliks the file first to avoid the error.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 19c7496648)
(cherry picked from commit 67f403b5e6)
2021-08-15 07:09:24 +02:00
Josef Schlehofer 9344bbab35
Merge pull request #16086 from turris-cz/lxc-update-keyserver
lxc: add patch to switch GPG server
2021-07-11 20:44:01 +02:00
Josef Schlehofer 2f01c25c71
lxc: add patch to switch GPG server
By default, there was used sks-keyservers.net pool, which has invalid
SSL certificate and they also announced that their service is deprecate
and no longer maintained.

Use the same GPG server as LXC is using by default in the newer
releases.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-07-10 16:33:22 +02:00
Josef Schlehofer 53146afb88
Merge pull request #16056 from jefferyto/python3-3.6.14-openwrt-18.06
[openwrt-18.06] python3: Update to 3.6.14
2021-07-07 09:04:46 +02:00
Jeffery To ea046789ec
python3: Update to 3.6.14
Includes fix for CVE-2021-3426 (Information disclosure via pydoc).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-07-07 00:38:27 +08:00
Luiz Angelo Daros de Luca 005d3b599c
Merge pull request #15415 from luizluca/18.06/ruby-2.5.9
[18.06] ruby: update to 2.5.9
2021-04-13 13:05:03 -03:00
Luiz Angelo Daros de Luca 283d68bf61 ruby: update to 2.5.9
Fixes two CVEs:

CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick
CVE-2021-28965: XML round-trip vulnerability in REXML

After this release, Ruby 2.5 reaches EOL.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2021-04-12 20:04:25 -03:00
Rosen Penev 989f26f541
Merge pull request #15166 from gladiac1337/haproxy-1.8.29-18.06
[openwrt-18.06] haproxy: Update HAProxy to v1.8.29
2021-03-19 15:51:47 -07:00
Christian Lachner a12efddd43 haproxy: Update HAProxy to v1.8.29
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2021-03-19 19:01:37 +01:00
Josef Schlehofer 736493373f
Merge pull request #14843 from jefferyto/python-3.6.13-openwrt-18.06
[openwrt-18.06] python3: Update to 3.6.13
2021-02-22 18:46:55 +01:00
Jeffery To 52ae66045d
python3: Update to 3.6.13
Includes fixes for:
* CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
* CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
  as a query args separator

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-22 20:28:45 +08:00
Rosen Penev 89b12f5a52
Merge pull request #14502 from stangri/18.06-https-dns-proxy
[18.06] https-dns-proxy: bugfix: high CPU utilization
2021-01-22 17:42:29 -08:00
Stan Grishin 5e06b8d297 https-dns-proxy: bugfix: high CPU utilization
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-18 15:28:24 +00:00
Rosen Penev 6ad8033629
Merge pull request #14428 from stangri/18.06-https-dns-proxy
[18.06] https-dns-proxy: update to 2020-11-25: add HTTP auth and DSCP support
2021-01-06 19:58:53 -08:00
Stan Grishin dd730e831c https-dns-proxy: update to 2020-11-25: add HTTP auth and DSCP codepoint support
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-06 17:53:33 +00:00
Rosen Penev 44f4ea615e
Merge pull request #14272 from stangri/18.06-simple-adblock
[18.06] simple-adblock: config update
2020-12-19 02:29:46 -08:00
Stan Grishin 7d5776befd simple-adblock: config update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-18 22:05:25 -06:00
Rosen Penev b4e5c5aca0
Merge pull request #14214 from stangri/18.06-simple-adblock
[18.06] simple-adblock: bugfix - config update
2020-12-14 13:38:00 -08:00
Stan Grishin 8ed11363ad simple-adblock: bugfix - config update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-12 15:58:52 -06:00
Stan Grishin bf6253d458 https-dns-proxy: update binary to 2020-08-21
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-09 23:33:23 -10:00
Rosen Penev 4f4f708542
python3: fix host compilation with clang
Matched rpath parameter with Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from commit b40c40151c)
2020-12-07 15:50:44 -08:00
Rosen Penev 0d2bc5ae53
Merge pull request #13918 from cartender/pr_stm32flash
stm32flash: Added patch to lock serial device
2020-11-19 17:07:43 -08:00
Giovanni Giacobbi 7f0f22f9a7
stm32flash: Added patch to lock serial device
Patch backported from upstream master

Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
2020-11-14 16:32:51 +00:00
Christian Lachner 65e9199966 haproxy: Update HAProxy to v1.8.27
- Update haproxy download URL and hash
- Fix ssl compat patch offsets

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-11-08 17:47:14 +02:00
Michael Heimpold 3325a3ce01 php7: update to 7.2.34
This fixes:
  - CVE-2020-7069
  - CVE-2020-7070

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 5b3870890d)
2020-11-07 22:06:19 +01:00
Matthias Schiffer a72e95a2f4
fastd: fix buffer leak when receiving invalid packets
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2020-10-19 22:16:14 +02:00
Rosen Penev 34353f2e8b
Merge pull request #13685 from jefferyto/python-3.6.12-openwrt-18.06
[openwrt-18.06] python3: Update to 3.6.12, remove backported patches
2020-10-16 14:24:08 -07:00
Jeffery To 5d988670ce
python3: Update to 3.6.12, remove backported patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-17 00:39:17 +08:00
Stan Grishin 46e05d87b9 simple-adblock: config update file fix
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-10-09 17:31:14 -10:00
Hannu Nyman 8579739f2a nano: update to 5.3
Update nano editor to version 5.3.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 4690a1f1c9)
2020-10-07 18:24:51 +03:00
Rosen Penev 0260550777
Merge pull request #13550 from gladiac1337/haproxy-1.8.26-openwrt-18.06
[openwrt-18.06] haproxy: Update HAProxy to v1.8.26
2020-10-02 13:58:28 -07:00
Christian Lachner 16f1b537b3 haproxy: Update HAProxy to v1.8.26
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-10-02 09:46:05 +02:00
Stan Grishin dc09a37913 vpnbypass: README update, code cleanup
Signed-off-by: Stan Grishin <stangri@melmac.net>

update

Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-21 23:04:09 -10:00
Rosen Penev 82f8333123
Merge pull request #13435 from stangri/18.06-simple-adblock
[18.06] simple-adblock: add config auto-update feature
2020-09-20 04:14:31 -07:00
Stan Grishin b7c198b3e9 simple-adblock: add config auto-update feature
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-20 00:17:04 +00:00
Michael Heimpold a359b1b3bd php7: update to 7.2.33
This fixes:
  - CVE-2020-7068

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 473ca554f5)
2020-09-10 20:57:21 +02:00
Hannu Nyman 0ad7b4af0a nano: update to 5.2
Update nano editor to version 5.2.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 3ce7595136)
2020-08-25 23:06:56 +03:00
Rosen Penev b2978d83db
Merge pull request #13188 from stangri/18.06-simple-adblock
[18.06] simple-adblock: bugfix: update config; use command -v
2020-08-21 17:48:40 -07:00
Stan Grishin b3170384c1 simple-adblock: bugfix: update config; use command -v
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-08-21 23:29:33 +00:00
Robby K 4c1293e3f8
freeradius3: Fix proxy.conf file conflict.
It was provided by both the freeradius3 and freeradius3-mod-realm packages.
Now provided by the freeradius3 package only.

Signed-off-by: Robby K <robbyke@gmail.com>
Fixes: #13149
(cherry picked from commit c81d176e80)
2020-08-17 13:04:36 +02:00
Rosen Penev f8423ccb09
Merge pull request #13123 from jjm2473/lvm2-fix-mac-sh-for-1806
lvm2: fix CE in mac (backport)
2020-08-15 01:45:13 -07:00
Liangbin Lian 3fd112e4a3 lvm2: fix CE in mac
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
(cherry picked from commit 9bb0962d6e)
2020-08-14 19:53:59 +08:00
Hannu Nyman 2d1f837934 nano: update to 5.1
Update nano to version 5.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 02f9ec4adc)
2020-08-12 22:59:17 +03:00