pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/rdfind



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri May 15 11:15:36 UTC 2026

Modified Files:
        pkgsrc/sysutils/rdfind: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/rdfind/patches: patch-Fileinfo.hh patch-rdfind.cc

Log Message:
Updated sysutils/rdfind to 1.8.0 (also fixes build with latest nettle)

pkgsrc patches appear to have been included upstream

2026-02-22 Paul Dreik <rdfind%pauldreik.se@localhost>
        * release 1.8.0
        * check that the resultsfile can be written to, before starting work
        * fix bug when using minfilesize and ignoreempty at the same time
        * control first and last byte size: -firstbytessize and -lastbytessize
        * hash 4096 first/last bytes instead of comparing 64 during the first/last
          bytes step.
        * optionally disable first/last byte reading
        * optionally disable checksumming
        * fix minor bug in dryrun output
        * support building with nettle 4.0
        * add progress option -progress
        * polish the man page slightly
        * building with cmake now runs the existing tests and newly written
          unit tests
2025-02-03 Paul Dreik <rdfind%pauldreik.se@localhost>
        * release 1.7.0
        * add xxh checksum for speed
        * add controllable buffer size -buffersize N
2023-06-17 Paul Dreik <rdfind%pauldreik.se@localhost>
        * release 1.6.0
2023-06-17 Paul Dreik <rdfind%pauldreik.se@localhost>
        * add sha512 support


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/rdfind/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/rdfind/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/rdfind/patches/patch-Fileinfo.hh \
    pkgsrc/sysutils/rdfind/patches/patch-rdfind.cc

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

Modified files:

Index: pkgsrc/sysutils/rdfind/Makefile
diff -u pkgsrc/sysutils/rdfind/Makefile:1.10 pkgsrc/sysutils/rdfind/Makefile:1.11
--- pkgsrc/sysutils/rdfind/Makefile:1.10        Thu May 14 16:42:09 2026
+++ pkgsrc/sysutils/rdfind/Makefile     Fri May 15 11:15:36 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/14 16:42:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2026/05/15 11:15:36 abs Exp $
 
-DISTNAME=      rdfind-1.5.0
-PKGREVISION=   2
+DISTNAME=      rdfind-1.8.0
 CATEGORIES=    sysutils
 MASTER_SITES=  https://rdfind.pauldreik.se/
 

Index: pkgsrc/sysutils/rdfind/distinfo
diff -u pkgsrc/sysutils/rdfind/distinfo:1.7 pkgsrc/sysutils/rdfind/distinfo:1.8
--- pkgsrc/sysutils/rdfind/distinfo:1.7 Thu Jun  8 14:35:46 2023
+++ pkgsrc/sysutils/rdfind/distinfo     Fri May 15 11:15:36 2026
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/06/08 14:35:46 joerg Exp $
+$NetBSD: distinfo,v 1.8 2026/05/15 11:15:36 abs Exp $
 
-BLAKE2s (rdfind-1.5.0.tar.gz) = c8c290dce6ffca48f614e0d7cafeeada36190a5cf26b58145aad7ee8a861f980
-SHA512 (rdfind-1.5.0.tar.gz) = 0ba95e3d9ed4f127d271500c6f36c8945d0c8193fa2719636cc780e56de108e35404d1860edcb2fca2d9a4fb8b09dcd5dab904e55cf0530d664aaf8510be266b
-Size (rdfind-1.5.0.tar.gz) = 131167 bytes
-SHA1 (patch-Fileinfo.hh) = 006fa7dfcc3dbbceae27da376f46ca2b82d920f9
-SHA1 (patch-rdfind.cc) = 858e8fac4fe8f97d290a85b9a8e43f9f943b367b
+BLAKE2s (rdfind-1.8.0.tar.gz) = 5c5952b9c88f4e5558f9de5b58a21f587bda9e98858745c626d08864fd673c74
+SHA512 (rdfind-1.8.0.tar.gz) = f2d3a16fa39758ef423081728667eb868a52c71616b147b05f542e4568e690d0133dafb5d82fee6f624415ee57a274b80fb831dca561b482e0e1b20267ef1035
+Size (rdfind-1.8.0.tar.gz) = 144597 bytes



Home | Main Index | Thread Index | Old Index