- Jan 26, 2020
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Jan 24, 2020
-
-
Rosen Penev authored
%ud is a GNU extension. It's not really supported elsewhere. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry-picked from 536c6b8b)
-
- Jan 23, 2020
-
-
Rosen Penev authored
[OpenWrt 19.07] django: update to version 1.11.27
-
- Jan 20, 2020
-
-
Rosen Penev authored
radicale-py3: Add python3-urllib dependency
-
Dennis Dast authored
Depend on python3-urllib instead of python3-email (python3-urllib has python3-email as a dependency). Signed-off-by:
Dennis Dast <mail@ddast.de>
-
Matt Merhar authored
This allows custom config parameters to be added to the generated config files, enabling the original intended functionality per https://openwrt.org/docs/guide-user/services/ups/software.nut . Example usage from /etc/config/nut_server: config driver 'apc' option driver 'snmp-ups' option snmp_version 'v3' option port '172.16.100.5' list other 'secLevel' list other 'secName' list other 'authPassword' list otherflag 'notransferoids' config other 'other_secLevel' option value 'authNoPriv' config other 'other_secName' option value 'some_username' config other 'other_authPassword' option value 'some_password' config other 'otherflag_notransferoids' option value '1' Signed-off-by:
Matt Merhar <mattmerhar@protonmail.com> (cherry-picked from 0b04dd34)
-
Sebastian Kemper authored
Replaces OpenWrt patch with upstream patch. Also removes 0002-Fix-check-for-empty-string.patch as this is included in upstream OpenSSL 1.1.0 patch. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net> (cherry-picked from 7d4f1b85)
-
Sebastian Kemper authored
This commit makes - the libgd dependency (as well as specifying libs and includes) - the configure argument "--with-cgi" dependant on whether the package nut-web-cgi is selected. nut-web-cgi is also added to PKG_CONFIG_DEPENDS. Resolves: #10641 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net> (cherry-picked from cdd660a4)
-
- Jan 19, 2020
-
-
Hannu Nyman authored
[openwrt-19.07] unbound: improve dependencies for okpg
-
Eric Luehrsen authored
Signed-off-by:
Eric Luehrsen <ericluehrsen@gmail.com> cherry pick 6505154a
-
Rosen Penev authored
[19.07] afalg_engine: bump to v1.1.0
-
Eneas U de Queiroz authored
This version is up to 20% faster than 1.0.1. Build without cryptouser information, which is not available in 19.07. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com>
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit c8645633)
-
Josef Schlehofer authored
In the version 2.4.2, there was introduced a new header file. Ship it to InstallDev Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Jan 18, 2020
-
-
Hannu Nyman authored
[Openwrt 19.07] Shorewall: Bump to 5.2.3.5
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
- Jan 17, 2020
-
-
Eneas U de Queiroz authored
Use a fixed ENGINES_DIR location, instead of trying to read it from the openssl Makefile. It also fixes the zero-copy config option not being passed down to the cmake options. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry-picked from 6a5f7920)
-
Eneas U de Queiroz authored
This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto. It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit 0e0bd6da)
-
- Jan 16, 2020
-
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Paul Fertser authored
This is useful to assign all traffic to a fw3 zone, e.g.: /etc/config/ipsec: config remote 'test' list tunnel 'dev' ... config 'tunnel' 'dev' option reqid '33' ... /etc/config/firewall: config zone option name wan option extra_src "-m policy --pol none --dir in" option extra_dest "-m policy --pol none --dir out" ... config zone option name vpn # subnet needed for firewall3 before 22 Nov 2019, 8174814a list subnet '0.0.0.0/0' option extra_src "-m policy --pol ipsec --dir in --reqid 33" option extra_dest "-m policy --pol ipsec --dir out --reqid 33" ... Signed-off-by:
Paul Fertser <fercerpav@gmail.com> Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Jan Pavlinec authored
Fixes CVE-2019-19221 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry-picked from df634dcc)
-
Eneas U de Queiroz authored
This version adds a new RegSet API, and fixes the following: - CVE-2019-19012 - CVE-2019-19203 - CVE-2019-19204 - CVE-2019-19246 - some problems (found by libFuzzer test) Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry-picked from 94895ec8)
-
Stan Grishin authored
Signed-off-by:
Stan Grishin <stangri@melmac.net> (cherry picked from commit 05603822)
-
- Jan 14, 2020
-
-
Rosen Penev authored
[openwrt-19.07] golang: Updates
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Jeffery To authored
This fixes how GOARM is selected for arm platforms, based on support for VFP/VFPv3 rather than CPU version. Fixes #10967. Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
- Jan 13, 2020
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Jan 11, 2020
-
-
Josef Schlehofer authored
Fixes: CVE-2019-19844 Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
Eric Luehrsen authored
Signed-off-by:
Eric Luehrsen <ericluehrsen@gmail.com> (cherry picked from commit b101dd76)
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit 744e2dd1)
-
Jan Pavlinec authored
Changes: -add InstallDev section -remove uclibc patch (issue fixed in upstream) Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit df853b2d)
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit 2949906e)
-
Rosen Penev authored
Fixes a nasty stack corruption issue and a big endian fix. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry-picked from 232a271f)
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jan 10, 2020
-
-
Alexandru Ardelean authored
This package is required by other packages to run some binaries via `load_entry_point`. So, this splits this package away from setuptools. setuptools is pretty big, akd pkg-resources is also big, but not as big. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit ed0e77f3) Reference to discussion at https://github.com/openwrt/packages/commit/c61579b564a3877235d74684b1a75915d77e42a9#commitcomment-36665837 Adjusted python PKG_RELEASE items to current situation Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-