pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/rhash



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 15 08:54:58 UTC 2022

Modified Files:
        pkgsrc/misc/rhash: Makefile buildlink3.mk distinfo
        pkgsrc/misc/rhash/patches: patch-librhash_Makefile
Removed Files:
        pkgsrc/misc/rhash/patches: patch-librhash_util.h

Log Message:
rhash: updated to 1.4.3

RHash v1.4.3

Allow simultaneous usage of --update and --check options
Honor --lowercase option while --embed-crc is in action
Improve ripemd160 performance
Support --brief option to show verification report without header and footer
Support --ignore-missing option, to ignore missing files in --check mode
Add --bt-transmission option to create Transmission compatible torrent files
Honor hash file extension in --update mode
LibRHash: add rhash_import() and rhash_export() functions
Support runtime loading of OpenSSL 3.0
Bugfix: Show total speed in the update mode
Bugfix: fix building of the LibRHash static library on Solaris
Bugfix: hash options were sometimes ignored in the --check mode
Bugfix: star character at the start of filepath must be ignored


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/rhash/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/rhash/buildlink3.mk
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/rhash/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/rhash/patches/patch-librhash_Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/misc/rhash/patches/patch-librhash_util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/rhash/Makefile
diff -u pkgsrc/misc/rhash/Makefile:1.19 pkgsrc/misc/rhash/Makefile:1.20
--- pkgsrc/misc/rhash/Makefile:1.19     Sat Oct  9 23:30:51 2021
+++ pkgsrc/misc/rhash/Makefile  Wed Jun 15 08:54:58 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/10/09 23:30:51 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/15 08:54:58 adam Exp $
 
-DISTNAME=      rhash-1.4.2
-PKGREVISION=   2
+DISTNAME=      rhash-1.4.3
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rhash/}
 GITHUB_PROJECT=        RHash

Index: pkgsrc/misc/rhash/buildlink3.mk
diff -u pkgsrc/misc/rhash/buildlink3.mk:1.4 pkgsrc/misc/rhash/buildlink3.mk:1.5
--- pkgsrc/misc/rhash/buildlink3.mk:1.4 Sun Oct  3 17:34:11 2021
+++ pkgsrc/misc/rhash/buildlink3.mk     Wed Jun 15 08:54:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2021/10/03 17:34:11 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/06/15 08:54:58 adam Exp $
 
 BUILDLINK_TREE+=       rhash
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        rhash
 RHASH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.rhash+=  rhash>=1.3.1
-BUILDLINK_ABI_DEPENDS.rhash?=  rhash>=1.3.9nb1
+BUILDLINK_ABI_DEPENDS.rhash+=  rhash>=1.3.9nb1
 BUILDLINK_PKGSRCDIR.rhash?=    ../../misc/rhash
 
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/misc/rhash/distinfo
diff -u pkgsrc/misc/rhash/distinfo:1.20 pkgsrc/misc/rhash/distinfo:1.21
--- pkgsrc/misc/rhash/distinfo:1.20     Mon Jan 10 00:40:47 2022
+++ pkgsrc/misc/rhash/distinfo  Wed Jun 15 08:54:58 2022
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.20 2022/01/10 00:40:47 tnn Exp $
+$NetBSD: distinfo,v 1.21 2022/06/15 08:54:58 adam Exp $
 
-BLAKE2s (rhash-1.4.2.tar.gz) = b1500945094920b948c9e2c59ea2e7a32382e751895c6ee049915abffdc841a0
-SHA512 (rhash-1.4.2.tar.gz) = 41df57e8b3f32c93d8e6f2ac668b32aaa23eb2eaf90a83f109e61e511404a5036ea88bcf2854e19c1ade0f61960e0d9edf01f3d82e1c645fed36579e9d7a6a25
-Size (rhash-1.4.2.tar.gz) = 416853 bytes
+BLAKE2s (rhash-1.4.3.tar.gz) = fd47c6f7997416d295fa92fa0611dc956596ff91f1199049baf3b6bd2d88a427
+SHA512 (rhash-1.4.3.tar.gz) = d87ffcde28d8f25cf775c279fed457e52d24523ed9b695629dae694b3c22372247d18f6032f8ce13a0b70fa2953be408982e46659daaa7c4ab227ae89eaed9c7
+Size (rhash-1.4.3.tar.gz) = 429290 bytes
 SHA1 (patch-configure) = 6f0c4abf3f487f046feea5aca5866481eda4546a
-SHA1 (patch-librhash_Makefile) = bbc2f173bd66a886a6ed5eae37e501096ce93d14
-SHA1 (patch-librhash_util.h) = 78d34ff14a7d03069915de0ade14f3d0faff2d69
+SHA1 (patch-librhash_Makefile) = f5a3ccdd8c0467b11f2dda553310bf5a9c8ade0c

Index: pkgsrc/misc/rhash/patches/patch-librhash_Makefile
diff -u pkgsrc/misc/rhash/patches/patch-librhash_Makefile:1.1 pkgsrc/misc/rhash/patches/patch-librhash_Makefile:1.2
--- pkgsrc/misc/rhash/patches/patch-librhash_Makefile:1.1       Mon Jan 10 00:40:47 2022
+++ pkgsrc/misc/rhash/patches/patch-librhash_Makefile   Wed Jun 15 08:54:58 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-librhash_Makefile,v 1.1 2022/01/10 00:40:47 tnn Exp $
+$NetBSD: patch-librhash_Makefile,v 1.2 2022/06/15 08:54:58 adam Exp $
 
 Make ar(1) flags compatible with SunOS 
 
---- librhash/Makefile.orig     2021-07-14 20:55:34.000000000 +0000
+--- librhash/Makefile.orig     2022-06-14 20:25:13.000000000 +0000
 +++ librhash/Makefile
-@@ -180,7 +180,7 @@ $(LIBRHASH_SHARED): $(SOURCES) $(EXPORTS
- 
+@@ -181,7 +181,7 @@ $(LIBRHASH_SHARED): $(SOURCES) $(EXPORTS
  # build static library
  $(LIBRHASH_STATIC): $(OBJECTS)
--      $(AR) cqs $@ $(OBJECTS)
-+      $(AR) crs $@ $(OBJECTS)
+       rm -f $@
+-      $(AR) -cqs $@ $(OBJECTS)
++      $(AR) -crs $@ $(OBJECTS)
  
  # test targets
- $(TEST_SHARED): $(LIBRHASH_SHARED) test_hashes.o
+ $(TEST_SHARED): $(LIBRHASH_SHARED) test_lib.o



Home | Main Index | Thread Index | Old Index