alpine: update to 2.21.99999.

This commit is contained in:
Leah Neukirchen 2019-06-23 17:17:37 +02:00
parent 206a4a73f5
commit aba9aa6118
2 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,13 @@
--- imap/src/osdep/unix/ssl_unix.c.orig
+++ imap/src/osdep/unix/ssl_unix.c
@@ -249,9 +249,7 @@
return NIL; /* out of range? bail out */
#ifndef OPENSSL_1_1_0
- if(client_request == SSL3_VERSION)
- return SSLv3_client_method();
- else if(client_request == TLS1_VERSION)
+ if(client_request == TLS1_VERSION)
return TLSv1_client_method();
else if(client_request == TLS1_1_VERSION)
return TLSv1_1_client_method();

View file

@ -1,8 +1,8 @@
# Template file for 'alpine'
pkgname=alpine
version=2.21.9999
revision=3
_githash=d3e6f3932f2af9deca8eed09e30a55e9bd524362
version=2.21.99999
revision=1
_githash=abeb2c25935ef8c75f1e5deef0f81276754dc975
_gitshort="${_githash:0:7}"
wrksrc="${pkgname}-${_gitshort}"
build_style=gnu-configure
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="http://repo.or.cz/alpine.git"
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
checksum=bc0c0e09e67c8746f6eb01aef8b235db2865fc0238bef1454e22f6e696f79870
checksum=983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f
post_extract() {
sed -i -e '/run test program/s/^/: /' \