diff --git a/srcpkgs/libressl/patches/inttypes.patch b/srcpkgs/libressl/patches/inttypes.patch deleted file mode 100644 index 1285832a38c..00000000000 --- a/srcpkgs/libressl/patches/inttypes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- include/openssl/ssl.h.orig 2015-01-03 11:10:35.105389365 +0100 -+++ include/openssl/ssl.h 2015-01-03 11:10:44.425472976 +0100 -@@ -143,6 +143,8 @@ - #ifndef HEADER_SSL_H - #define HEADER_SSL_H - -+#include -+ - #include - #include - #include diff --git a/srcpkgs/libressl/patches/libressl-glibc.patch b/srcpkgs/libressl/patches/libressl-glibc.patch deleted file mode 100644 index 349dc70b898..00000000000 --- a/srcpkgs/libressl/patches/libressl-glibc.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- crypto/compat/issetugid_linux.c -+++ crypto/compat/issetugid_linux.c -@@ -4,7 +4,9 @@ - */ - - #include -+#ifdef __GLIBC__ - #include -+#endif - #include - #include - #include -@@ -33,15 +35,19 @@ - * info: http://lwn.net/Articles/519085/ - * - */ -+#ifdef __GLIBC__ - const char *glcv = gnu_get_libc_version(); - if (strverscmp(glcv, "2.19") >= 0) { -+#endif - errno = 0; - if (getauxval(AT_SECURE) == 0) { - if (errno != ENOENT) { - return 0; - } - } -+#ifdef __GLIBC__ - } -+#endif - #endif - return 1; - } diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index b981f069e89..32884b4cd25 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,10 +1,9 @@ # Template file for 'libressl' pkgname=libressl version=2.1.6 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure -configure_args="--enable-libtls" short_desc="Version of the TLS/crypto stack forked from OpenSSL" maintainer="Juan RP " license="OpenSSL-License, SSLeay-License, ISC"