fetchmail: update to 6.4.1.
This commit is contained in:
parent
7381ed2b08
commit
5e2bac5f4a
2 changed files with 5 additions and 26 deletions
|
@ -1,21 +0,0 @@
|
|||
$OpenBSD: patch-socket_c,v 1.9 2015/08/25 17:44:09 jca Exp $
|
||||
|
||||
Fixed upstream
|
||||
|
||||
https://gitlab.com/fetchmail/fetchmail/commit/a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc
|
||||
|
||||
--- socket.c.orig Fri Jul 17 22:01:09 2015
|
||||
+++ socket.c Fri Jul 17 22:19:47 2015
|
||||
@@ -914,7 +914,12 @@ int SSLOpen(int sock, char *mycert, char *mykey, const
|
||||
return -1;
|
||||
#endif
|
||||
} else if(!strcasecmp("ssl3",myproto)) {
|
||||
+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 > 0
|
||||
_ctx[sock] = SSL_CTX_new(SSLv3_client_method());
|
||||
+#else
|
||||
+ report(stderr, GT_("Your operating system does not support SSLv3.\n"));
|
||||
+ return -1;
|
||||
+#endif
|
||||
} else if(!strcasecmp("tls1",myproto)) {
|
||||
_ctx[sock] = SSL_CTX_new(TLSv1_client_method());
|
||||
} else if (!strcasecmp("ssl23",myproto)) {
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'fetchmail'
|
||||
pkgname=fetchmail
|
||||
version=6.3.26
|
||||
revision=15
|
||||
version=6.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="libressl-devel"
|
||||
depends="python"
|
||||
short_desc="A remote-mail retrieval utility"
|
||||
short_desc="Remote-mail retrieval utility"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://fetchmail.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
|
||||
checksum=3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue