diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-05 21:02:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-06 08:59:52 +0200 |
commit | c83fbfbb711bd262ccef1ee6c7377726e13bdbb8 (patch) | |
tree | 56ab36aa085d369d034b680c068d3922b3d43a1d /source/n/fetchmail | |
parent | a9b559dd105216e16397158daf3ea0f4a33e5da7 (diff) | |
download | current-c83fbfbb711bd262ccef1ee6c7377726e13bdbb8.tar.gz |
Sun Apr 5 21:02:32 UTC 202020200405210232
d/bison-3.5.4-x86_64-1.txz: Upgraded.
kde/k3b-2.0.3-x86_64-7.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
l/gobject-introspection-1.64.1-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_4-x86_64-1.txz: Upgraded.
l/libdvdnav-6.1.0-x86_64-2.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
Who bumps an .soname and only boosts the version number by 0.0.1?
Anyway, sorry to drop the ball a second time. I'll try to avoid this.
Thanks to gmgf for the bug report.
n/fetchmail-6.4.3-x86_64-1.txz: Upgraded.
tcl/tclx-8.4.4-x86_64-1.txz: Upgraded.
xap/MPlayer-20200103-x86_64-2.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
xap/windowmaker-0.95.9-x86_64-1.txz: Upgraded.
xap/xine-lib-1.2.10-x86_64-2.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
extra/pure-alsa-system/MPlayer-20200103-x86_64-2_alsa.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
extra/pure-alsa-system/xine-lib-1.2.10-x86_64-2_alsa.txz: Rebuilt.
Recompiled against libdvdread-6.1.1.
Diffstat (limited to 'source/n/fetchmail')
-rwxr-xr-x | source/n/fetchmail/fetchmail.SlackBuild | 3 | ||||
-rw-r--r-- | source/n/fetchmail/fetchmail.openssl111.diff | 11 |
2 files changed, 0 insertions, 14 deletions
diff --git a/source/n/fetchmail/fetchmail.SlackBuild b/source/n/fetchmail/fetchmail.SlackBuild index 81a0fb70..2e74e15d 100755 --- a/source/n/fetchmail/fetchmail.SlackBuild +++ b/source/n/fetchmail/fetchmail.SlackBuild @@ -67,9 +67,6 @@ rm -rf fetchmail-$VERSION tar xvf $CWD/fetchmail-$VERSION.tar.?z || exit 1 cd fetchmail-$VERSION || exit 1 -# Patch for OpenSSL 1.1.1 compatibility: -zcat $CWD/fetchmail.openssl111.diff.gz | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/fetchmail/fetchmail.openssl111.diff b/source/n/fetchmail/fetchmail.openssl111.diff deleted file mode 100644 index 45516b6b..00000000 --- a/source/n/fetchmail/fetchmail.openssl111.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./socket.c.orig 2013-04-23 15:00:45.000000000 -0500 -+++ ./socket.c 2018-09-26 11:56:14.957489314 -0500 -@@ -1007,6 +1007,8 @@ - SSL_use_RSAPrivateKey_file(_ssl_context[sock], mykey, SSL_FILETYPE_PEM); - } - -+ SSL_set_tlsext_host_name(_ssl_context[sock],servercname); -+ - if (SSL_set_fd(_ssl_context[sock], sock) == 0 - || SSL_connect(_ssl_context[sock]) < 1) { - ERR_print_errors_fp(stderr); |