| Commit message (Collapse) | Author | Age |
... | |
| |/ / /
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
yaml: Update to 0.1.7
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Changed URL to HTTPS as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libuv: bump to 1.20.3
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
|\ \ \ \
| | | | |
| | | | | |
libtasn1: Update to 4.13
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes CVE-2017-10790 and CVE-2018-6003
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libogg: Update to 1.3.3
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Also switch to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libsamplerate: Update to 0.1.9
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
faad2: Update to 2.8.8
|
| |/ / /
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / /
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
protobuf-c: add build time dependency protobuf
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|\ \ \
| | | |
| | | | |
ldns: fix cross compiling on darwin
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
|\ \ \
| | | |
| | | | |
libssh: added openssl 1.1 compatibility
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch was backported from upstream master branch.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
mxml: update to 2.11
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed obsolete patch file.
Removed BROKEN dependency for fftw3l variant as it builds well with musl.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \
| | | | |
| | | | | |
ibrcommon: add openssl 1.1 compatibility
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
libnopoll: upgrade to version 0.4.6 for openssl 1.1 support
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Upgraded to support openssl 1.1.0. This is the current stable release.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
ldns: Upgrade to version 1.7.0
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This version adds compatibility with openssl 1.1.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
libidn2: bump to v2.0.5
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Version 2.0.5 (released 2018-05-18)
** Switched the default library behavior to IDNA2008 as amended
by TR#46 (non-transitional). That default behavior is enabled when
no flags are specified to function calls. Applications can utilize the
%IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in
the interest of interoperability based on the fact that this is what application
writers care about rather than strict compliance with a particular protocol.
** Fixed memleak in idn2_to_unicode_8zlz().
** Return error (IDN2_ICONV_FAIL) on charset conversion errors.
** Fixed issue with STD3 rules applying in non-transitional
TR46 mode.
** idn2: added option --usestd3asciirules.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
openldap: use /dev/urandom as entropy source
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When cross-compiling, the configure script doesn't use /dev/urandom as
entropy source, which would have been the case if we were building it
natively. Instead it tries to use an EGD, which openwrt doesn't supply.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
tdb: avoid installing duplicate files
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use $(CP) instead of $(INSTALL) so that libtdb.so.1 is installed as
symlink, and not duplicated.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
libtorrent: add support for openssl 1.1
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Used a patch that was merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| | | | |
| | | | | |
libmraa: Upgrade to version 0.9.0
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This version is compatible with the version of node currently in use.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
|\ \ \ \
| | | | |
| | | | | |
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previous patch was incomplete and broke with deprecated APIs
disabled.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Protobuf lite
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ken Keys <kkeys@caida.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ken Keys <kkeys@caida.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libevhtp: add openssl 1.1 compatibility
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch is a backport of upstream changes.
I read the Makefile warning and made sure it only updates the openssl
calls and data types to the new API. It does not touch anything else!
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|