diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-10 09:10:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-10 09:13:04 +0000 |
commit | 58d8a7179c86b9ac2f0a74c52e862339683a2bb4 (patch) | |
tree | b661aa2125126998ae9971bd7c705ebe76c14eff /testing | |
parent | 4b98484e80da777be74468b92839acd3ca680049 (diff) | |
download | aports-58d8a7179c86b9ac2f0a74c52e862339683a2bb4.tar.bz2 aports-58d8a7179c86b9ac2f0a74c52e862339683a2bb4.tar.xz |
testing/libressl: upgrade to 2.2.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libressl/APKBUILD | 12 | ||||
-rw-r--r-- | testing/libressl/musl-fixes.patch | 10 |
2 files changed, 4 insertions, 18 deletions
diff --git a/testing/libressl/APKBUILD b/testing/libressl/APKBUILD index 84227864d3..cda1add29c 100644 --- a/testing/libressl/APKBUILD +++ b/testing/libressl/APKBUILD @@ -3,7 +3,7 @@ # # pkgname=libressl -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=0 pkgdesc="FREE version of the SSL/TLS protocol forked from OpenSSL - Portable edition" url="http://www.libressl.org/" @@ -15,7 +15,6 @@ makedepends="$depends_dev linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${pkgver}.tar.gz - musl-fixes.patch " _builddir="${srcdir}/${pkgname}-${pkgver}" @@ -49,9 +48,6 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="277e4bd258fd4fb2aadaed760320c566 libressl-2.2.0.tar.gz -7d3e35bfd4241c680f63007761a6fd77 musl-fixes.patch" -sha256sums="9690d8f38a5d48425395452eeb305b05bb0f560cd96e0ee30f370d4f16563040 libressl-2.2.0.tar.gz -1e331cddc51e5dc5d0233032b5fe51c5a3a364d2dbd4b746d928358590d86277 musl-fixes.patch" -sha512sums="aee06cf98dfeda9ff68c0db5c36c4f00ae0d436fadccaf811ff6c5ba26ef9e0ff73afb9034b1e3bf2715938a420ed297beee5102442b3bf5d344647d33c04e02 libressl-2.2.0.tar.gz -ac83a7c3e3f937500d6c296bb40c4d48938278ddb7f4a751df398bfcc981e613bce10eaae93f0c8bfceb99dd9c1ae1e06c2ff03dff75662300f80f792d0c5826 musl-fixes.patch" +md5sums="6605ef36e39110bd3da21ec9cf7d2da5 libressl-2.2.1.tar.gz" +sha256sums="4f331750abfc3b605b02eeca1e8994fa0d2629985bc3f62924378197fbfe572d libressl-2.2.1.tar.gz" +sha512sums="5c0ae6780717cc907b4a0aaffc018fa2608d5ed6f1ebae1d0c2bde7ed3f8c38511e93a82967c490adc8582512c06d6f26fb0fce7097298bbf587a83d1d591721 libressl-2.2.1.tar.gz" diff --git a/testing/libressl/musl-fixes.patch b/testing/libressl/musl-fixes.patch deleted file mode 100644 index 836e9167c5..0000000000 --- a/testing/libressl/musl-fixes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./crypto/compat/getentropy_linux.c.orig -+++ ./crypto/compat/getentropy_linux.c -@@ -28,7 +28,6 @@ - #include <sys/resource.h> - #include <sys/syscall.h> - #ifdef SYS__sysctl --#include <sys/sysctl.h> - #include <linux/sysctl.h> - #endif - #include <sys/statvfs.h> |