aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sumo: fix compilation with ccacheRosen Penev2020-12-05
| | | | | | | sumo's builtin support for ccache doesn't work well with the one in base. Remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14138 from neheb/lzoRosen Penev2020-12-05
|\ | | | | lzo: import from base
| * lzo: import from baseRosen Penev2020-12-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14143 from gstrauss/lighttpd-1.4.56-4Rosen Penev2020-12-05
|\ \ | | | | | | lighttpd: wolfssl TLS compat module detection
| * | lighttpd: wolfssl TLS compat module detectionGlenn Strauss2020-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x-ref: "[lighttpd] -mod-wolfssl fails (requires dependency on -mod-openssl?)" https://github.com/openwrt/packages/issues/14139 github: closes #14139 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | Merge pull request #14140 from yangfl/masterRosen Penev2020-12-05
|\ \ \ | |/ / |/| | i2pd: Update to 2.35.0
| * | i2pd: Update to 2.35.0David Yang2020-12-05
|/ / | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | Merge pull request #14136 from EricLuehrsen/unbound_011300Rosen Penev2020-12-04
|\ \ | | | | | | unbound: update to 1.13.0
| * | unbound: update to 1.13.0Eric Luehrsen2020-12-04
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | Merge pull request #12604 from neheb/v4l22Rosen Penev2020-12-04
|\ \ \ | |_|/ |/| | v4l2rtpspserver: update to 0.2.0
| * | v4l2rtpspserver: update to 0.2.1Rosen Penev2020-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated live555 to 2020.11.29. Backported upstream patch to fix compilation. Fixed up LIVE555 CFLAGS to avoid passing twice. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14134 from lucize/frrupRosen Penev2020-12-04
|\ \ \ | |_|/ |/| | frr: update to 7.5
| * | frr: update to 7.5Lucian Cristian2020-12-04
| | | | | | | | | | | | | | | | | | switch to codeload for latest patches applied to stable branch Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nano: update to 5.4Hannu Nyman2020-12-04
|/ / | | | | | | | | | | Update nano editor to version 5.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #14064 from ↵Florian Eckert2020-12-04
|\ \ | | | | | | | | | | | | G-M0N3Y-2503/docker-blocked-interface-allow-outbound docker-ce: Added firewall.extra_iptables_args
| * | docker-ce: Added firewall.extra_iptables_argsGerard Ryan2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | This is a convenience argument to primarily facilitate outbound wan connections from a docker container. However, all docker containers can't bidirectionally communicate with the internet by default. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker-ce: Normalized variable dereference styleGerard Ryan2020-11-30
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #14097 from neheb/ovnRosen Penev2020-12-03
|\ \ \ | | | | | | | | openvpn: import from base
| * | | openvpn: disable LZO support by defaultMagnus Kroken2020-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVPN recommends disabling compression, as it may weaken the security of the connection. For users who need compression, we build with LZ4 support by default. LZO in OpenVPN pulls in liblzo at approx. 32 kB. OpenWrt users will no longer be able to connect to OpenVPN peers that require LZO compression, unless they build the OpenVPN package themselves. Signed-off-by: Magnus Kroken <mkroken@gmail.com>
| * | | openvpn: update to 2.5.0Magnus Kroken2020-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: * Per client tls-crypt keys * ChaCha20-Poly1305 can be used to encrypt the data channel * Routes are added/removed via Netlink instead of ifconfig/route (unless iproute2 support is enabled). * VLAN support when using a TAP device Significant changes: * Server support can no longer be disabled. * Crypto support can no longer be disabled, remove nossl variant. * Blowfish (BF-CBC) is no longer implicitly the default cipher. OpenVPN peers prior to 2.4, or peers with data cipher negotiation disabled, will not be able to connect to a 2.5 peer unless option data_fallback_ciphers is set on the 2.5 peer and it contains a cipher supported by the client. Signed-off-by: Magnus Kroken <mkroken@gmail.com>
| * | | openvpn: import from baseRosen Penev2020-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | openvpn-easy-rsa: import from baseRosen Penev2020-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14083 from neheb/gmaRosen Penev2020-12-03
|\ \ \ \ | | | | | | | | | | graphicsmagick: fix compilation with GCC 10
| * | | | graphicsmagick: fix compilation with GCC 10Rosen Penev2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same fix as in imagemagick. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14129 from flyn-org/snortRosen Penev2020-12-03
|\ \ \ \ \ | | | | | | | | | | | | snort: update to 2.9.17
| * | | | | snort: update to 2.9.17W. Michael Petullo2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #14128 from gstrauss/lighttpd-1.4.56-3Rosen Penev2020-12-03
|\ \ \ \ \ \ | |/ / / / / |/| | | | | lighttpd: meson.build linker fix for TLS modules
| * | | | | lighttpd: meson.build linker fix for TLS modulesGlenn Strauss2020-12-03
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | Merge pull request #14125 from dianlujitao/masterRosen Penev2020-12-03
|\ \ \ \ \ | | | | | | | | | | | | miniupnpd: Pass ipv6 addr to ipv6_listening_ip
| * | | | | miniupnpd: Pass ipv6 addr to ipv6_listening_ipJitao Lu2020-12-03
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike ipv4, this option is supposed to be an IP address, otherwise, an error occurs on startup: can't parse "br-lan" as valid IPv6 listening address Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | | Merge pull request #14101 from BKPepe/syslogJosef Schlehofer2020-12-03
|\ \ \ \ \ | |_|_|_|/ |/| | | | syslog-ng: update to version 3.30.1
| * | | | syslog-ng: update to version 3.30.1Josef Schlehofer2020-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version also in config file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #14111 from neheb/vmRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | open-vm-tools: update to 11.2.0
| * | | | | open-vm-tools: update to 11.2.0Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14100 from neheb/protobbRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | protobuf: update to 3.14.0
| * | | | | protobuf: update to 3.14.0Rosen Penev2020-12-01
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Remove pointless CMAKE_INSTALL. There's an InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14099 from neheb/pdnsrrrRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | pdns-recursor: update to 4.4.1
| * | | | | pdns-recursor: update to 4.4.1Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14108 from neheb/unixRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | unixodbc: update to 2.3.9
| * | | | | unixodbc: update to 2.3.9Rosen Penev2020-12-01
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14106 from neheb/tcsh2Rosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | tcsh: update to 6.22.03
| * | | | | tcsh: update to 6.22.03Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14110 from neheb/wavemRosen Penev2020-12-02
|\ \ \ \ \ | | | | | | | | | | | | wavemon: update to 1.9.2
| * | | | | wavemon: update to 1.9.2Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | haproxy: Update HAProxy to v2.2.6Christian Lachner2020-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | Merge pull request #14104 from neheb/sumoRosen Penev2020-12-01
|\ \ \ \ \ | | | | | | | | | | | | sumo: update to 1.7.0
| * | | | | sumo: update to 1.7.0Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CMAKE_INSTALL as there is no need for InstallDev. Remove unneeded patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14109 from neheb/unraRosen Penev2020-12-01
|\ \ \ \ \ | | | | | | | | | | | | unrar: update to 6.0.2
| * | | | | unrar: update to 6.0.2Rosen Penev2020-12-01
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14107 from neheb/udpxRosen Penev2020-12-01
|\ \ \ \ \ | | | | | | | | | | | | udpxy: update to 1.0-25.0