pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/entr



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Aug 11 09:56:20 UTC 2024

Modified Files:
        pkgsrc/sysutils/entr: Makefile distinfo

Log Message:
entr: Update to 5.6

Changes:
== 5.6: July 1, 2024
 - Process exit status messages using background awk scripts
 - Use min(OPEN_MAX, rl.rlim_max) to set rlim_cur on MacOS
 - Detect and use native strlcpy(3)
 - Always build with GNU_SOURCE set on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/entr/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/entr/distinfo

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

Modified files:

Index: pkgsrc/sysutils/entr/Makefile
diff -u pkgsrc/sysutils/entr/Makefile:1.26 pkgsrc/sysutils/entr/Makefile:1.27
--- pkgsrc/sysutils/entr/Makefile:1.26  Mon Jan  1 14:30:38 2024
+++ pkgsrc/sysutils/entr/Makefile       Sun Aug 11 09:56:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/01/01 14:30:38 leot Exp $
+# $NetBSD: Makefile,v 1.27 2024/08/11 09:56:20 leot Exp $
 
-DISTNAME=      entr-5.5
+DISTNAME=      entr-5.6
 CATEGORIES=    sysutils
 MASTER_SITES=  https://eradman.com/entrproject/code/
 

Index: pkgsrc/sysutils/entr/distinfo
diff -u pkgsrc/sysutils/entr/distinfo:1.25 pkgsrc/sysutils/entr/distinfo:1.26
--- pkgsrc/sysutils/entr/distinfo:1.25  Mon Jan  1 14:30:38 2024
+++ pkgsrc/sysutils/entr/distinfo       Sun Aug 11 09:56:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/01/01 14:30:38 leot Exp $
+$NetBSD: distinfo,v 1.26 2024/08/11 09:56:20 leot Exp $
 
-BLAKE2s (entr-5.5.tar.gz) = 5110dfd1bfcbdf47d5b20712c5b7dc57167cf0ea6122b16fd6c600a359bb312c
-SHA512 (entr-5.5.tar.gz) = 5150744142cf1639289c2d845cf8cd3cbc0ef57fce8285bc0e2908c430d8344659ff064810e175e69bd8a6f06144734b2efa4d733e0fba7fec83a1f48d053a0d
-Size (entr-5.5.tar.gz) = 21225 bytes
+BLAKE2s (entr-5.6.tar.gz) = 6ff3cffc91892322a98a872141d7f7b87208ce90bc986bbd8942bd57ae643655
+SHA512 (entr-5.6.tar.gz) = 9c65449b6fd7e172fde23a6d4d776b6fdbcec210ef54234db0af056e481acd11f53f9b25432a278435943bd998be734fcd997b5debdcace58112ac99d103f653
+Size (entr-5.6.tar.gz) = 23370 bytes



Home | Main Index | Thread Index | Old Index