Yousong Zhou
a65da6a79a
openvswitch: remove docker related utilities
The overlay and underlay driver, and ovs-docker utilities requires setup
and dependencies that are just not available in known maintained state.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Rosen Penev
a46d0ffb83
transmission: Update to 2.94
Mainly a bugfix for XSS. Patches have been refreshed.
Added an upstream fix for TLS verification. Now enabled by default.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 years ago
Hannu Nyman
64b5b2ed97
Merge pull request #6138 from ejurgensen/libunistring_update_0910
libunistring: update to 0.9.10
7 years ago
Hannu Nyman
763dab4eb8
Merge pull request #5897 from oldium/fwknopd-device-fix
fwknopd: More reliable network dependency
7 years ago
Espen Jürgensen
b57c254cf9
libunistring: update to 0.9.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
7 years ago
Michael Heimpold
ff319fe353
php7: update to 7.2.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
Michael Heimpold
68f1d3555a
Merge pull request #6134 from MikePetullo/php7-pecl-krb5
php7-pecl-krb5: add new package
7 years ago
Michael Heimpold
f5a0e3bcac
Merge pull request #6135 from MikePetullo/php7-pecl-mcrypt
php7-pecl-mcrypt: add new package
7 years ago
Eneas U de Queiroz
86e4b33a9d
ibrdtnd: added openssl 1.1 compatibility
This patch adds compatibility with openssl 1.1.0 to ibrdtnd.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Hannu Nyman
908acafafd
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
libevhtp: add openssl 1.1 compatibility
7 years ago
W. Michael Petullo
294117e847
php7-pecl-mcrypt: add new package
PHP 7.2 dropped support for the libmcrypt binding. The binding is now
provided by PECL, and a number of applications still rely on this package.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
W. Michael Petullo
c27403d8f8
php7-pecl-krb5: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Hannu Nyman
85e66d906f
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
uw-imap: add openssl 1.1 compatibility
7 years ago
Eneas U de Queiroz
9ded227056
freeradius3: update to 3.0.17
Latest stable release, support for openssl 1.1
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Hannu Nyman
eca7da688c
Merge pull request #6130 from MikePetullo/dovecot
dovecot: add GSSAPI module
7 years ago
W. Michael Petullo
25fb926c40
dovecot: add GSSAPI module
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Eneas U de Queiroz
3c78b49ab5
chaosvpn: add compatibility with openssl 1.1
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Hannu Nyman
61c4f98c4c
Merge pull request #6127 from mwarning/zerotier
zerotier: update to version 1.2.10
7 years ago
Thomas Heil
f66dddc066
Merge pull request #6115 from cotequeiroz/crtmpserver_openssl-1.1
crtmpserver: add compatibility with openssl 1.1
7 years ago
Moritz Warning
0bc668aded
zerotier: update to version 1.2.10
Signed-off-by: Moritz Warning <moritzwarning@web.de>
7 years ago
Eneas U de Queiroz
b2dcf42108
bitlbee: added openssl 1.1 support
This patch was submitted upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
168ccaafbf
aircrack-ng: adds openssl 1.1 compatibility
Applied a patch that was merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
e75f27900e
crtmpserver: add compatibility with openssl 1.1
Patched to compile with openssl 1.1, and also added -std=gnu++03 to
allow compilation with gcc 7.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Hannu Nyman
95c9027602
Merge pull request #6105 from cotequeiroz/libzdb_openssl-1.1
libzdb: add compatibility with openssl 1.1
7 years ago
Ted Hess
2bb5e0c7cb
Merge pull request #6092 from thess/mjpg-update
mjpg-streamer: Update to latest version from github/jacksonliam repository.
7 years ago
Eneas U de Queiroz
4f75ddd583
opendkim: Added compatibility wiht openssl 1.1
The patch was accepted upstream for the next release.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
624d4c5efd
nail: add compatibility with openssl 1.1
Openssl 1.1 doesn't support SSL2 and does not define the OPENSSL_NO_SSL2
flag either. Also, it defaults to NO_EGD, so do not use EGD if it's not
enabled in openssl.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
a44f8fe4e8
fdm: add compatibility with openssl 1.1
The patch was merged in upstream's master branch.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
b06bac022a
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>
7 years ago
Jo-Philipp Wich
bd6fc2465c
Merge pull request #5780 from jefferyto/golang
golang: new packages
7 years ago
Ted Hess
11e87d3ba9
Merge pull request #6101 from cotequeiroz/libshout_openssl-1.1
libshout: add openssl 1.1.0 compatibility
7 years ago
Eneas U de Queiroz
b087da8530
uw-imap: add openssl 1.1 compatibility
Patch to compile with openssl 1.1
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
0f9a536daf
libzdb: add compatibility with openssl 1.1
This patch merely updates the detection of the ssl library.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
3ef44db435
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>
7 years ago
Ken Keys
07daa086e6
protobuf: upgrade to version 3.5.1
Signed-off-by: Ken Keys <kkeys@caida.org>
7 years ago
Ken Keys
d078dbed7b
protobuf: add smaller protobuf-lite package variant
Signed-off-by: Ken Keys <kkeys@caida.org>
7 years ago
Eneas U de Queiroz
b96a1f3ea6
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>
7 years ago
Hannu Nyman
d9f3f92c39
Merge pull request #6095 from zhaojh329/rtty
rtty: Update to 4.1.2
7 years ago
Eneas U de Queiroz
bb31b90d73
libshout: add openssl 1.1.0 compatibility
Avoid calling deprecated and unnecessary library initialization
functions with openssl >= 1.1.0.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
43a1c3ebe5
libnopoll: upgraded to version 0.4.6
Upgraded to support openssl 1.1.0. This is the current stable release.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
420b203af6
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>
7 years ago
Eneas U de Queiroz
0c995cabe7
rp-pppoe: Fixed compilation with glibc
Do not inlcude <netinet/in.h> when using glibc to avoid various
redefinitions.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
054d5273cb
gcc: enable compilation with gcc 7.x
Defining _GLIBCXX_INCLUDE_NEXT_C_HEADERS instructs gcc 7.x libstdc++ to
include the system's stdlib.h and math.h, and not their own.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
75d9ab331d
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>
7 years ago
Eneas U de Queiroz
6858948658
luasec: added openssl 1.1.0 compatibility
This patch was a backport of 0.7alpha, without changing version 0.6
functionality.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Eneas U de Queiroz
2d695144a0
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>
7 years ago
Eneas U de Queiroz
c027c088f6
ibrcommon: add openssl 1.1 compatibility
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Xavier Franquet
425331f316
Lighttpd: Update to 1.4.49
At 1.4.48, base64 decode is broken when libc sees `char` as `unsigned char`
d4083effab
?diff=unified
Signed-off-by: Xavier Franquet <xavier@franquet.es>
7 years ago
Jianhui Zhao
4cbb348191
rtty: Update to 4.1.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
7 years ago
Hannu Nyman
ddf1b54f0d
Merge pull request #6094 from wvdakker/master
Shorewall: Bump to version 5.2.0.4
7 years ago