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
633fe0dbdf
usbip: adapt package to new kernel/libudev
The sources for usbip are within the kernel. A patch that was included
with the package, which changed the old signal name SIGCLD to the new
one, SIGCHLD, was merged upstream. However, different targets use
different kernel versions. Current version 4.14 and 4.9 are fine, but
older versions do not have the patch applied. So, I used
-DSIGCLD=SIGCHLD to please both worlds.
libudev-fbsd currently used by openwrt does not implement the
udev_device_get_devpath function. eudev's implementation of libudev
sets it as (src/libudev/libudev-device.c):
udev_device->devpath = udev_device->syspath + strlen("/sys");
I used a command-line define to use the same logic, as it works with
new and old versions of the kernel--the use of ..devpath is quite
recent.
I also linked with libbsd, when using glibc.
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
a565ef8eaa
SNMPD: Add snmp_extend config option
Signed-off-by: Xavier Franquet <xavier@franquet.es>
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
W. van den Akker
4473c576bf
Shorewall6: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
015c433282
Shorewall: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
0200f56ea1
Shorewall6-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
f7cd33b67a
Shorewall-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
45b2cfe7ac
Shorewall-core: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
Eneas U de Queiroz
55bffaace8
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>
7 years ago
Ted Hess
82742a6b4e
mjpg-streamer: Update to latest from github/jacksonliam repository. Add additional plugins for RTSP, UDP, etc.
Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years ago
Eneas U de Queiroz
ca7b00b469
lua-openssl: upgrade to version 0.7.1
This version brings compatibility with openssl 1.1.0
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
7 years ago
Ansuel Smith
6fe09e86d1
uwsgi-cgi: New package
Uwsgi compiled with cgi profile to support plain cgi for ngix webserver
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
7 years ago
Michael Heimpold
0356afbc12
libiio: update to 0.15
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
Michael Heimpold
265d5aa390
libgpiod: update to 1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
Yousong Zhou
af5ebf6220
xl2tpd: bump to version 1.3.12
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years ago
Hannu Nyman
5a30601780
Merge pull request #6080 from kuoruan/aria2
aria2: Bump 1.34.0
7 years ago
Hannu Nyman
b7145fe53e
Merge pull request #6076 from neheb/btrfs
btrfs-progs: Update to 4.16.1
7 years ago
Hannu Nyman
bf49676085
Merge pull request #6078 from mwarning/kadnode
kadnode: update to version 2.2.3
7 years ago
Hsing-Wang Liao
be5feb784a
aria2: Bump 1.34.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
7 years ago
Moritz Warning
f7cfb61edc
kadnode: update to version 2.2.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
7 years ago
Ted Hess
56a77a7037
Merge pull request #5680 from neheb/shairplay
shairplay: Change URL to HTTPS and switch file to .xz
7 years ago
Rosen Penev
7360f918c8
btrfs-progs: Update to 4.16.1
Some programs were removed upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 years ago
Rosen Penev
ddbcdf8b7f
sispmctl: Change URL to HTTPS
HTTPS goes through firewalls easier.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 years ago
Rosen Penev
a553b780c8
alpine: Update to 2.21.999 and update URLS
alpine seems to have a new home. Only a git repository now. No release tarballs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 years ago
Hannu Nyman
269b3d8c44
Merge pull request #6075 from mwarning/kadnode
kadnode: update to version 2.2.2
7 years ago
Hannu Nyman
6e0c49be57
Merge pull request #6072 from wvdakker/master
Shorewall: Bump to 5.2.0.3
7 years ago
Hannu Nyman
2c9889ce2a
Merge pull request #5562 from Andy2244/krb5-fix
krb5: update depends, fix FS#1310
7 years ago
Moritz Warning
1632a5d307
kadnode: update to version 2.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
7 years ago
W. van den Akker
c045dd5214
Shorewall6: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
9244b1c305
Shorewall: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
8761c4d29a
Shorewall6-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago
W. van den Akker
23ec075476
Shorewall-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
7 years ago