diff --git a/libxcrypt2.4/.footprint b/libxcrypt2.4/.footprint deleted file mode 100644 index 0dd5223d1..000000000 --- a/libxcrypt2.4/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/libxcrypt2.4/ -drwxr-xr-x root/root usr/lib/libxcrypt2.4/include/ --rw-r--r-- root/root usr/lib/libxcrypt2.4/include/xcrypt.h --rwxr-xr-x root/root usr/lib/libxcrypt2.4/libxcrypt.la -lrwxrwxrwx root/root usr/lib/libxcrypt2.4/libxcrypt.so -> libxcrypt.so.1.2.4 -lrwxrwxrwx root/root usr/lib/libxcrypt2.4/libxcrypt.so.1 -> libxcrypt.so.1.2.4 --rwxr-xr-x root/root usr/lib/libxcrypt2.4/libxcrypt.so.1.2.4 diff --git a/libxcrypt2.4/.signature b/libxcrypt2.4/.signature deleted file mode 100644 index 34c25b33f..000000000 --- a/libxcrypt2.4/.signature +++ /dev/null @@ -1,6 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yTxbYvGbljQxEFKOq9eMSVgtkLfTaVkjoLJPu/4EMXIuv9srMLYzQhHmIAS3TYd8eSDy/xjXNCIR8VVqQOUuAs= -SHA256 (Pkgfile) = 5d46f6ba0fb90ad27dce9d44b29099dbfb48edfe210f33bf7f1a272347090035 -SHA256 (.footprint) = 54ee23fa9fd04b59ac94ac7fc196855061db60b7fd473604cfcd9ad010e8f65c -SHA256 (libxcrypt_2.4.orig.tar.gz) = 4207aee39c4454c1955b26a3d77f33e730eae94c20406976b6de80c3a3cfb1cd -SHA256 (libxcrypt-2.4-glibc-2.16.patch) = 015041d4a9ee23eacc9b3c18216fedb2a6ac12d43c53e946695737de9212e746 diff --git a/libxcrypt2.4/Pkgfile b/libxcrypt2.4/Pkgfile deleted file mode 100644 index 4ba95e956..000000000 --- a/libxcrypt2.4/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: Modern library for one-way hashing of passwords -# URL: https://github.com/besser82/libxcrypt -# Maintainer: UNMAINTAINED - -name=libxcrypt2.4 -version=2.4 -release=1 -source=(libxcrypt_$version.orig.tar.gz - libxcrypt-$version-glibc-2.16.patch) - -build() { - cd libxcrypt-$version - - patch -p1 -i $SRC/libxcrypt-2.4-glibc-2.16.patch - - ./configure \ - --prefix=/usr \ - --disable-static \ - --enable-hashes=strong,glibc \ - --enable-obsolete-api=no \ - --disable-failure-tokens \ - --libdir=/usr/lib/libxcrypt2.4 \ - --includedir=/usr/lib/libxcrypt2.4/include - - make VERBOSE=1 - make DESTDIR=$PKG install -} diff --git a/libxcrypt2.4/libxcrypt-2.4-glibc-2.16.patch b/libxcrypt2.4/libxcrypt-2.4-glibc-2.16.patch deleted file mode 100644 index 150ff99ab..000000000 --- a/libxcrypt2.4/libxcrypt-2.4-glibc-2.16.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -urN libxcrypt-3.0.2/src/crypt_util.c libxcrypt-3.0.2.new/src/crypt_util.c ---- libxcrypt-3.0.2/src/crypt_util.c 2007-10-25 15:17:46.000000000 +0200 -+++ libxcrypt-3.0.2.new/src/crypt_util.c 2013-02-04 12:45:20.560191479 +0100 -@@ -30,8 +30,7 @@ - #endif - #include - --#include --#define __libc_lock_t pthread_mutex_t -+#include - - #ifndef STATIC - #define STATIC static -@@ -265,7 +264,7 @@ - */ - struct crypt_data _ufc_foobar; - --__libc_lock_define_initialized (static, _ufc_tables_lock) -+static pthread_mutex_t _ufc_tables_lock = PTHREAD_MUTEX_INITIALIZER; - - #ifdef DEBUG - -@@ -362,7 +361,7 @@ - #endif - - if(small_tables_initialized == 0) { -- __libc_lock_lock (_ufc_tables_lock); -+ pthread_mutex_lock (&_ufc_tables_lock); - if(small_tables_initialized) - goto small_tables_done; - -@@ -471,7 +470,7 @@ - } - small_tables_initialized = 1; - small_tables_done: -- __libc_lock_unlock(_ufc_tables_lock); -+ pthread_mutex_unlock (&_ufc_tables_lock); - } - - /* diff --git a/libxcrypt2.4/libxcrypt_2.4.orig.tar.gz b/libxcrypt2.4/libxcrypt_2.4.orig.tar.gz deleted file mode 100644 index d28288d18..000000000 Binary files a/libxcrypt2.4/libxcrypt_2.4.orig.tar.gz and /dev/null differ