From a1567a94933ed391188aaaa802bc5c49c2c97b86 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 14 Oct 2024 15:46:24 +0200 Subject: [PATCH] rhash: updated to version 1.4.5 --- rhash/.footprint | 4 ++-- rhash/.signature | 8 ++++---- rhash/Pkgfile | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/rhash/.footprint b/rhash/.footprint index 9ac23c9b..9e9ccf6d 100644 --- a/rhash/.footprint +++ b/rhash/.footprint @@ -20,8 +20,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/librhash.a lrwxrwxrwx root/root usr/lib/librhash.so -> librhash.so.1 -lrwxrwxrwx root/root usr/lib/librhash.so.1 -> librhash.so.1.4.4 --rwxr-xr-x root/root usr/lib/librhash.so.1.4.4 +lrwxrwxrwx root/root usr/lib/librhash.so.1 -> librhash.so.1.4.5 +-rwxr-xr-x root/root usr/lib/librhash.so.1.4.5 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/librhash.pc drwxr-xr-x root/root usr/share/ diff --git a/rhash/.signature b/rhash/.signature index 28974901..f1ad9fde 100644 --- a/rhash/.signature +++ b/rhash/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqhaXFb7oYgNTn7TBlqniGy6kMblWV77lqAV75KBUMSIovij0vYFcuFuHkqWZ3K9rnN7EyApyJ9rV4riHdikGmQg= -SHA256 (Pkgfile) = d337ad3200c3544ec05455c1006678db7ace6fe744a85eaf01407ddffa62c57a -SHA256 (.footprint) = 6d68de2b1cef1f57bbc8f9ceadd73cc2976744a8882d377f7c78caa2cdfd6fed -SHA256 (rhash-1.4.4.tar.gz) = 8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a +RWRJc1FUaeVeqn7RP4oJsr06oGUMW9HMnbRjgM6iJhd+ffmJsgmlApkKjb3EOxYoZlv6+N4o5m85xq/gjhWhj4v3lLu4jK8aSgU= +SHA256 (Pkgfile) = 35fb469dc2663121577b4409ceeed7641595f3f011a90bc74860592998a2c811 +SHA256 (.footprint) = 43f640f3e6d84b7a8ee0493a0bd9075c5e367072fd1f7a3aa64c534a44879faa +SHA256 (rhash-1.4.5.tar.gz) = 6db837e7bbaa7c72c5fd43ca5af04b1d370c5ce32367b9f6a1f7b49b2338c09a diff --git a/rhash/Pkgfile b/rhash/Pkgfile index cf1b0e1e..f37ed5fa 100644 --- a/rhash/Pkgfile +++ b/rhash/Pkgfile @@ -3,16 +3,15 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=rhash -version=1.4.4 +version=1.4.5 release=1 source=(https://github.com/rhash/RHash/archive/v$version/$name-$version.tar.gz) build() { cd RHash-$version - sed -i -e '/^INSTALL_SHARED/s/644/755/' librhash/Makefile - - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --enable-lib-{static,shared} \ --extra-cflags="$CFLAGS" \