mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
alpine: update to 2.21.99999.
This commit is contained in:
parent
206a4a73f5
commit
aba9aa6118
2 changed files with 17 additions and 4 deletions
13
srcpkgs/alpine/patches/libressl.patch
Normal file
13
srcpkgs/alpine/patches/libressl.patch
Normal 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();
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.21.9999
|
version=2.21.99999
|
||||||
revision=3
|
revision=1
|
||||||
_githash=d3e6f3932f2af9deca8eed09e30a55e9bd524362
|
_githash=abeb2c25935ef8c75f1e5deef0f81276754dc975
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
wrksrc="${pkgname}-${_gitshort}"
|
wrksrc="${pkgname}-${_gitshort}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://repo.or.cz/alpine.git"
|
homepage="http://repo.or.cz/alpine.git"
|
||||||
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||||
checksum=bc0c0e09e67c8746f6eb01aef8b235db2865fc0238bef1454e22f6e696f79870
|
checksum=983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue