Date: Thursday, August 20, 2020 @ 06:02:23 Author: bpiotrowski Revision: 394420
4.4.16-3: ship libcrypt.so; enable "legacy" hashes for backwards compat Modified: libxcrypt/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-20 06:01:37 UTC (rev 394419) +++ PKGBUILD 2020-08-20 06:02:23 UTC (rev 394420) @@ -2,7 +2,7 @@ pkgname=libxcrypt pkgver=4.4.16 -pkgrel=2 +pkgrel=3 pkgdesc='Modern library for one-way hashing of passwords' arch=(x86_64) url='https://github.com/besser82/libxcrypt/' @@ -22,7 +22,7 @@ ./configure \ --prefix=/usr \ --disable-static \ - --enable-hashes=strong \ + --enable-hashes=strong,glibc \ --enable-obsolete-api=no \ --disable-failure-tokens make @@ -36,5 +36,4 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - rm -f "$pkgdir/usr/lib/libcrypt.so" }
