Merge remote-tracking branch 'origin/3.7' into 3.8

This commit is contained in:
Juergen Daubert 2024-10-17 09:56:20 +02:00
commit 81510ba31e
3 changed files with 9 additions and 10 deletions

View File

@ -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/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqqNYETXZjuFbFoe600a3CaSfgyM4ZeTFNpfs1085+eDmAZo8RIXfg4DGoT7rNNBPdvgiIICvhNC00UmEK2LLowo=
SHA256 (Pkgfile) = 1f10fd6498673635e41ce4ae6d10652e406cd12b532fe45b122b09a5e44a9c35
SHA256 (.footprint) = 6d68de2b1cef1f57bbc8f9ceadd73cc2976744a8882d377f7c78caa2cdfd6fed
SHA256 (rhash-1.4.4.tar.gz) = 8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a
RWRJc1FUaeVeqst2PvvCBebQw9aQpcp/NjrBVmSBT1STghztUB/CyLNflpHDBCUoVcJjnVd+8tunWcibJWun+47dC8yOC0bQ/QM=
SHA256 (Pkgfile) = 40a2a2b1ad42ae53c8ffd85d2689be89d598296fe6d378e95601c31ffa1045f6
SHA256 (.footprint) = 43f640f3e6d84b7a8ee0493a0bd9075c5e367072fd1f7a3aa64c534a44879faa
SHA256 (rhash-1.4.5.tar.gz) = 6db837e7bbaa7c72c5fd43ca5af04b1d370c5ce32367b9f6a1f7b49b2338c09a

View File

@ -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" \