From aba9aa6118c57b6c29a7b6d2dfe25cf47a3249b4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 23 Jun 2019 17:17:37 +0200 Subject: [PATCH] alpine: update to 2.21.99999. --- srcpkgs/alpine/patches/libressl.patch | 13 +++++++++++++ srcpkgs/alpine/template | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/alpine/patches/libressl.patch diff --git a/srcpkgs/alpine/patches/libressl.patch b/srcpkgs/alpine/patches/libressl.patch new file mode 100644 index 0000000000..65c6857c9c --- /dev/null +++ b/srcpkgs/alpine/patches/libressl.patch @@ -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(); diff --git a/srcpkgs/alpine/template b/srcpkgs/alpine/template index dd5c6ea414..9c8a0f8bb4 100644 --- a/srcpkgs/alpine/template +++ b/srcpkgs/alpine/template @@ -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 " 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/^/: /' \