Rosen Penev
4671962cae
vips: Update to 8.7.4
...
Added ability to compile with uclibc++.
Refresh Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-25 19:35:12 -08:00
Rosen Penev
cabf977d38
aria2: Fix the faulty patch again
...
The previous solution was incorrect. The issue was that the macro was not
defined as the header defining it was not included. GCC warns if -Wunder
is passed and does not error by default, leading to the confusion.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-25 01:16:05 -08:00
Rosen Penev and Nuno Goncalves
f81ef698d5
usbip: Switch usb.ids location to match usbutils
...
It's versioned and therefore easier to update.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-24 19:07:46 +01:00
Rosen Penev
b468d5cf57
libgpg-error: Update to 1.34
...
Remove FPIC as it is already default. Both fPIC and DPIC are passed.
Some extra configure arguments to speed up build times.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-23 16:01:29 -08:00
Rosen Penev
cb6e9c6f21
hdparm: Fix LDFLAGS
...
Based on debian patch. LDFLAGS were not being passed, which caused relro
to not be applies.
Also made stock CFLAGS optional. -fkeep-inline was keeping sizes high.
Removed PKG_NO_MIPS16 as the original problem seems to be gone.
Size from 54338 to 50761
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-21 21:38:57 -08:00
Rosen Penev
c67b234919
libv4l: Update to 1.16.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-21 20:35:18 -08:00
Rosen Penev and Nuno Goncalves
16f623b387
rtl-ais: Fix compilation on i386
...
The code from 1996 is using pre-c99 inline semantics that cause compilation
failures on i386. Added std-gnu89 to fix this.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-21 11:38:56 +01:00
Rosen Penev
2da6f2df84
mutt: Update to 1.11.2
...
OpenSSL patch was upstreamed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-20 17:38:06 -08:00
Rosen Penev
fb93387ec3
btrfs-progs: Update to 4.20
...
Remove copyright.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-20 11:22:44 -08:00
Rosen Penev
43988c17d6
autossh: Update to 1.4g
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-20 10:33:36 -08:00
Rosen Penev and Nuno Goncalves
0ea5b983fd
kplex: Update to 1.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-20 17:34:49 +01:00
Rosen Penev and GitHub
db5d6d7a7f
gzip: Update to 1.10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-19 22:20:45 -08:00
Rosen Penev and GitHub
b8b9bc893b
clamav: Update to 0.101.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-19 22:16:49 -08:00
Rosen Penev
16b2c67a9c
keyutils: Update to 1.6
...
Add keyctl binary, which can be used to add fscrypt support to ext4 and
other filesystems that support it.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-19 12:24:47 -08:00
Rosen Penev and GitHub
015acde252
geth: Update to 1.8.21
...
Emergency update as the planned upgrade went south.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-15 18:32:46 -08:00
Rosen Penev
4dd0b9e685
smartmontools: Update to 7.0
...
Removed weird uclibc++ compatibility stuff as it seems to not be needed
anymore.
Switched to standard variables.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_FIXUP as it seems the package has been fixed already.
A few changes to the CFLAGS and linker options resulted in ipk size going
from 244694 to 244283, possibly due to previous overlinking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-15 11:00:48 -08:00
Rosen Penev
25f520fb43
libarchive: Update configure arguments
...
Some of these were introduced after the Makefile was written. Adding them
guarentees fewer issues down the road.
Also did some small reorganization for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-14 12:51:47 -08:00
Rosen Penev
2416e291d0
shairport-sync: Get rid of libc++ dependency
...
Two features which are not used by the package depend on a libc++.
Removing the proper entries in the Makefile allow compilation without a
libc++.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-14 12:49:02 -08:00
Rosen Penev and GitHub
1c0a20d2ce
msmtp: Update to 1.8.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-13 23:41:02 -08:00
Rosen Penev and GitHub
f6ceb85a25
pytz: Update to 2018.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-13 10:44:10 -08:00
Rosen Penev and GitHub
666d28e94e
libxslt: Update to 1.1.33
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-13 10:39:10 -08:00
Rosen Penev
1e9d2f2bd0
bonnie++: Replace libstdcpp depend with generic CXX.
...
This allows to get rid of the heavy libstdcpp dependency.
Added -fno-rtti to save a little space (200 bytes).
Also did some Makefile rearrangements for consistency.
Added HTTPS to URLs.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-12 16:25:17 -08:00
Rosen Penev and tripolar
338646ffc7
wget: Fix compilation without deprecated OpenSSL 1.1 APIs
...
The configure script uses a deprecated function to check for libssl. I tried patching configure.ac
and adding PKG_FIXUP:=autoreconf but that causes a different error. This is the simplest fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-11 17:28:45 +01:00
Rosen Penev
494ce7118a
vpnc: Updated deprecated patch to include OpenSSL 1.1
...
Patch was only for 1.0.2. This adds 1.1 support.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-09 12:03:54 -08:00
Rosen Penev and Toke Høiland-Jørgensen
18085ebccd
radsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-08 15:19:00 +01:00
Rosen Penev
99c54c97e4
inadyn: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 21:15:55 -08:00
Rosen Penev
3195ca7f76
lftp: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 21:12:45 -08:00
Rosen Penev
2c33e9f0eb
clamav: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 21:09:23 -08:00
Rosen Penev
0e4b4f66a2
squid: Fix compilation without OpenSSL ENGINE support
...
OpenSSL 1.1 includes the header but support has to be checked in another
way.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 21:02:59 -08:00
Rosen Penev
ba9d0a08f2
sstp-client: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 21:00:47 -08:00
Rosen Penev
d304dab571
aria2: Fix faulty patch
...
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-06 19:59:09 -08:00
Rosen Penev and GitHub
5ef7a05a8a
tinc: Fix to actually build without deprecated APIs
...
The configure script checks for the existence of OpenSSL by checking a
deprecated function. This works around it. The other changes have been done
previously
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-05 23:31:25 -08:00
Rosen Penev
619e1f5f20
quasselc: Update to latest commit
...
Switched to codeload for simpler Makefile.
Several adjustments for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-04 16:48:20 -08:00
Rosen Penev
820b59e2d6
ldns: Make ENGINE support optional
...
ENGINE support is needed for GOST, which is already disabled. However, it
is going to be disabled by default in a future update. This fixes the
compilation failure.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-03 11:59:36 -08:00
Rosen Penev
5a6bc18334
vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs
...
One missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:55:24 -08:00
Rosen Penev
8c73cc5b0e
conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
...
Two headers were missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:42:22 -08:00
Rosen Penev
d0e42a5f49
postfix: Fix compilation without OpenSSL ENGINE
...
While ENGINE is not actually used, the header being included
unconditionally as well as the cleanup function being called breaks
compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:39:03 -08:00
Rosen Penev
e6919c19cb
emailrelay: Remove unnecessary OpenSSL engine include
...
There's no usage of any ENGINE APIs and trying to include the header
breaks compilation with ENGINE support disabled.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:35:26 -08:00
Rosen Penev
d9fa9b0fad
dovecot: Make OpenSSL ENGINE support optional
...
Allows libopenssl to be smaller.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:34:11 -08:00
Rosen Penev
d9c1c3b07d
erlang: Fix compilation without deprecated OpenSSL 1.0.2 APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 23:23:00 -08:00
Rosen Penev
c59e53619e
tvheadend: Fix compilation without deprecated OpenSSL 1.0.2 APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-01 21:46:47 -08:00
Rosen Penev
6f74b0c4f1
libpam: Update to 1.3.1
...
Upstream switched to GitHub for releases. Follow suit.
Rearranged Makefile quite a bit to be more similar to other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-30 12:21:04 -08:00
Rosen Penev and GitHub
38c27f5a49
ibrcommon: Remove uclibc++ usage
...
The dependent packages fail to build when using uclibc++ due to some
missing feature. It's probably easy to add a fix but for right now, switch
back to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-30 09:36:17 -08:00
Rosen Penev
80826d8b7b
crtmpserver: Fix compilation without deprecated OpenSSL APIs
...
Switched to codeload to simplify the Makefile.
Removed the website as it is no longer valid.
Renamed .diff file to .patch
Added uclibc++ support. Fixed 060-add-missing-includes.patch , which was
totally wrong to begin with. C headers are generally not used with C++
programs.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 18:01:10 -08:00
Rosen Penev and GitHub
d75631a75a
libpcre: Allow building with uclibc++
...
This makes the libc++ adjustable
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 12:27:35 -08:00
Rosen Penev
9da161b8ae
libdouble-conversion: Update to 3.1.1
...
Switched to codeload and updated the Makefile to standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 11:33:59 -08:00
Rosen Penev and GitHub
e572fbc753
grep: Update to 3.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 11:26:28 -08:00
Rosen Penev
433f882cd6
libpfring: Update to 7.4.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 11:11:02 -08:00
Rosen Penev and GitHub
5d1445ab75
libpng: Update to 1.6.36
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 08:51:46 -08:00
Rosen Penev
0fb5bcd3f4
shairport-sync: Allow usage with uclibc++
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-24 17:48:09 -08:00
Rosen Penev and GitHub
6ea61873cb
libaudiofile: Allow compilation with uclibc++
...
Allows selection of 1 libc++.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-24 13:54:48 -08:00
Rosen Penev
a8c7dd57a3
ibrcommon: Allow usage of uclibc++
...
Allows having only one libc++ installed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-24 13:46:42 -08:00
Rosen Penev and Yousong Zhou
2a758a1c68
node: Update to 8.14.1
...
Mainly CVE fixes.
Added a patch to fix compilation without deprecated OpenSSL APIs.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-24 10:12:50 +08:00
Rosen Penev
6c42367774
libndpi: Update to 2.6
...
Got rid of the upstreamed patches.
ndpiReader needs libc++ now apparently.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-23 16:56:50 -08:00
Rosen Penev and Yousong Zhou
ac848c2af3
clamav: Change depends from uclibcxx to CXX_DEPENDS
...
The build system allows changing uclibc++ to libstdcpp globally. This
avoids an unnecessary depends in the case of libstdcpp usage.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-21 10:51:02 +08:00
Rosen Penev
5ec4eb76c3
psqlodbc: Update to 11.00.0000
...
Rearranged Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL to speed up compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-20 10:30:04 -08:00
Rosen Penev
e8b7209830
prometheus: Update to 2.6.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-19 12:38:23 -08:00
Rosen Penev
05007d60cf
python-service-identity: Update to 18.1.0
...
Switched URL to standard one.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-19 12:36:28 -08:00
Rosen Penev
54918d4d46
python-dpkt: Update to 1.9.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 19:14:48 -08:00
Rosen Penev and GitHub
e01ad70f94
python-six: Update to 1.12.0
...
Switch to standard pythonhosted URL.
Cosmetic Makefile rearrangements for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 18:33:15 -08:00
Rosen Penev and GitHub
d3175470a2
logrotate: Update to 3.15.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 15:13:59 -08:00
Rosen Penev
035f7deb2d
sendmail: Add OpenSSL 1.1 support
...
First patch is from Debian and enables OpenSSL 1.1 support.
Second patch is a fix for OpenSSL 1.1 ECC curves.
Third patch allows compilation without deprecated APIs.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 14:56:55 -08:00
Rosen Penev and GitHub
c49b170809
python-requests: Update to 2.21.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 14:19:32 -08:00
Rosen Penev
019bcd9780
python-mysql: Update to 1.3.14
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 14:17:11 -08:00
Rosen Penev and GitHub
2f900553ed
postfix: Update to 3.3.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 14:12:55 -08:00
Rosen Penev
1a1c367dd9
jansson: Update to 2.12
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 14:01:06 -08:00
Rosen Penev and GitHub
d4a62bbbca
libmicrohttpd: Update to 0.9.62
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 13:57:01 -08:00
Rosen Penev and GitHub
e2518d258a
libiio: Update to 0.16
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 13:54:19 -08:00
Rosen Penev and GitHub
a27f729ad0
libuv: Update to 1.24.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 13:41:39 -08:00
Rosen Penev
dda7047768
tcl: Update to 8.6.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 09:14:02 -08:00
Rosen Penev and Yousong Zhou
0bd1f7a9a9
haproxy: Update deprecated API patch
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-17 22:13:46 +08:00
Rosen Penev and GitHub
cbd33b1938
i2c-tools: Update to 4.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-16 11:35:45 -08:00
Rosen Penev and GitHub
c57e503cf5
django: Update to 1.11.17
...
Added PKG_CPE_ID for proper CVE tracking.
Some Makefile rearrangements for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-16 11:33:26 -08:00
Rosen Penev
bf42426e4a
gammu: Fix build under 64-bit targets.
...
There's a faulty suffix variable that points to the wrong place.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-16 10:31:02 -08:00
Rosen Penev and GitHub
b9f56c31ad
tio: Update to 1.32
...
Rearrange Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-16 07:11:25 -08:00
Rosen Penev
71332c0371
luv: Update to 1.22.0-1
...
Switched to tarball and rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-15 22:55:34 -08:00
Rosen Penev
80d5675a2e
fcgi: Update to 2.4.1
...
Move to new GitHub fork and switch to codeload tarballs.
Backported upstream patch to fix compilation.
Also update URL to fix uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-15 22:20:33 -08:00
Rosen Penev
f6a392c8a6
pv: Update to 1.6.6
...
Changed URLs to HTTPS.
uscan might track is properly now.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-15 21:35:30 -08:00
Rosen Penev
005934af80
libsigcxx: Update to 2.10.1
...
Size goes from 15613 to 8427 bytes.
2.10.1 is the latest version. Version 2.99.x is the unstable series.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-14 20:48:20 -08:00
Rosen Penev
643f09e83f
lualanes: Update to 3.13.0
...
Switched to codeload for a simpler Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-13 17:45:00 -08:00
Rosen Penev
0b16458cf4
chaosvpn: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-13 14:33:22 -08:00
Rosen Penev
e605a1fa99
msmtp: Update to 1.8.1
...
Switch from OpenSSL to GnuTLS as upstream has deprecated the former.
Add myself as maintainer.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-13 14:14:44 -08:00
Rosen Penev
2b87d184ad
aria2: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-13 12:58:57 -08:00
Rosen Penev
329d5a4c0c
tinc: Fix compilation without deprecated OpenSSL APIs
...
Minor Makefile adjustments. Added PKG_BUILD_PARALLEL for faster
compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-12 17:33:54 -08:00
Rosen Penev
10da3f005b
libgpg-error: Update to 1.33
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-10 16:23:05 -08:00
Rosen Penev
17eda29ea6
btrfs-progs: Update to 4.19.1
...
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-09 13:14:33 -08:00
Rosen Penev
bba50f547f
lttng-modules: Update to 2.10.8
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-08 19:54:48 -08:00
Rosen Penev
ae79f0e14f
python-psycopg2: Update to 2.7.6.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-08 18:12:55 -08:00
Rosen Penev
4e88f514d6
golang-github-dchest-siphash: Switch to versioned releases
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-08 17:51:33 -08:00
Rosen Penev and tripolar
bfc2435f7d
libsndfile: Fix MIRROR_HASH
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-07 06:15:39 +01:00
Rosen Penev
e7dacf3cd3
grilo: Remove build dependency on perl-xml-parser
...
Given that we don't enable a bunch of stuff, we can patch this out.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 16:05:28 -08:00
Rosen Penev
ff6d181c5f
umurmur: Fix compilation without OpenSSL ECC support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 15:44:59 -08:00
Rosen Penev
e56e1ad746
python-idna: Update to 2.8
...
Changed URL to pythonhosted one.
Some Makefile rearrangements for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 15:23:32 -08:00
Rosen Penev
5925372884
luasql: Update to 2.4.0
...
Switch to codeload + other adjustments.
Removed nico as he seems to no longer be active.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 14:47:29 -08:00
Rosen Penev
0873c8da60
luajit: Switch to versioned releases
...
Allows to simplify the Makefile
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 14:44:32 -08:00
Rosen Penev
717423d280
dtndht: Add -std-gnu89 to fix compilation problems.
...
bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration]
bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration]
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 13:52:45 -08:00
Rosen Penev
02c2fa14b2
libuwsc: Update to 3.1.1
...
Some consistency updates in the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-03 12:42:37 -08:00
Rosen Penev
fbbfabd3c1
nail: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-02 17:01:44 -08:00
Rosen Penev
de9fda6698
mutt: Update to 1.11.1
...
Added patch to fix compilation without deprecated OpenSSL APIs.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-02 16:42:38 -08:00
Rosen Penev
2cca3857ab
msmtp: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-02 16:25:17 -08:00