diff --git a/srcpkgs/libpolarssl b/srcpkgs/libpolarssl deleted file mode 120000 index d658f6d6591..00000000000 --- a/srcpkgs/libpolarssl +++ /dev/null @@ -1 +0,0 @@ -polarssl \ No newline at end of file diff --git a/srcpkgs/polarssl-devel b/srcpkgs/polarssl-devel deleted file mode 120000 index d658f6d6591..00000000000 --- a/srcpkgs/polarssl-devel +++ /dev/null @@ -1 +0,0 @@ -polarssl \ No newline at end of file diff --git a/srcpkgs/polarssl/patches/CVE-2015-1182.patch b/srcpkgs/polarssl/patches/CVE-2015-1182.patch deleted file mode 100644 index 3d2de7c76df..00000000000 --- a/srcpkgs/polarssl/patches/CVE-2015-1182.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- library/asn1parse.c -+++ library/asn1parse.c -@@ -278,6 +278,8 @@ int asn1_get_sequence_of( unsigned char **p, - if( cur->next == NULL ) - return( POLARSSL_ERR_ASN1_MALLOC_FAILED ); - -+ memset( cur->next, 0, sizeof( asn1_sequence ) ); -+ - cur = cur->next; - } - } diff --git a/srcpkgs/polarssl/template b/srcpkgs/polarssl/template deleted file mode 100644 index dc13d2d17c9..00000000000 --- a/srcpkgs/polarssl/template +++ /dev/null @@ -1,41 +0,0 @@ -# Template file for 'polarssl' -pkgname=polarssl -version=1.3.9 -revision=4 -build_style=cmake -configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on" -hostmakedepends="cmake perl" -makedepends="zlib-devel libressl-devel" -short_desc="Portable cryptographic and SSL/TLS library" -maintainer="Juan RP " -license="GPL-2" -homepage="http://www.polarssl.org" -distfiles="http://www.polarssl.org/code/releases/polarssl-${version}-gpl.tgz" -checksum=d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755 - -pre_configure() { - sed -i -e 's|//\(#define POLARSSL_THREADING_C\)|\1|' \ - -e 's|//\(#define POLARSSL_THREADING_PTHREAD\)|\1|' \ - include/polarssl/config.h -} - -post_install() { - rm ${DESTDIR}/usr/bin/{md5,sha1}sum -} - -libpolarssl_package() { - short_desc+=" - runtime library" - pkg_install() { - vmove "usr/lib/*.so.*" - } -} - -polarssl-devel_package() { - short_desc+=" - development files" - depends="libpolarssl>=${version}_${revision}" - pkg_install() { - vmove usr/include - vmove "usr/lib/*.a" - vmove "usr/lib/*.so" - } -} diff --git a/srcpkgs/polarssl/update b/srcpkgs/polarssl/update deleted file mode 100644 index 8e6a071f4b3..00000000000 --- a/srcpkgs/polarssl/update +++ /dev/null @@ -1 +0,0 @@ -pattern=$pkgname'-\K[\d.]+'