pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/gsed
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 27 10:37:33 UTC 2020
Modified Files:
pkgsrc/textproc/gsed: Makefile distinfo
Log Message:
gsed: update to 4.8.
* Noteworthy changes in release 4.8 (2020-01-14) [stable]
** Bug fixes
"sed -i" now creates temporary files with correct umask (limited to u=rwx).
Previously sed would incorrectly set umask on temporary files, resulting
in problems under certain fuse-like file systems.
[bug introduced in sed 4.2.1]
** Release
distribute gzip-compressed tarballs once again
** Improvements
a year's worth of gnulib development, including improved DFA performance
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/gsed/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/gsed/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/gsed/Makefile
diff -u pkgsrc/textproc/gsed/Makefile:1.55 pkgsrc/textproc/gsed/Makefile:1.56
--- pkgsrc/textproc/gsed/Makefile:1.55 Sat Jan 18 23:35:26 2020
+++ pkgsrc/textproc/gsed/Makefile Mon Jan 27 10:37:33 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2020/01/18 23:35:26 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2020/01/27 10:37:33 wiz Exp $
-DISTNAME= sed-4.7
+DISTNAME= sed-4.8
PKGNAME= g${DISTNAME}
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
Index: pkgsrc/textproc/gsed/distinfo
diff -u pkgsrc/textproc/gsed/distinfo:1.26 pkgsrc/textproc/gsed/distinfo:1.27
--- pkgsrc/textproc/gsed/distinfo:1.26 Wed Feb 13 19:53:52 2019
+++ pkgsrc/textproc/gsed/distinfo Mon Jan 27 10:37:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/02/13 19:53:52 wiz Exp $
+$NetBSD: distinfo,v 1.27 2020/01/27 10:37:33 wiz Exp $
-SHA1 (sed-4.7.tar.xz) = dbc842f6fdf538f366d97e7c4b4f241eaefd14a5
-RMD160 (sed-4.7.tar.xz) = d2d5b43a572792283f13e9d4504e873fbd5f781a
-SHA512 (sed-4.7.tar.xz) = e0be5db4cdf8226b34aaa9071bc5ae0eafde1c52227cee3512eea7fe2520d6c5cebf15266aa5c4adffbb51bf125c140a15644e28d57759893c12823ea9bbf4fb
-Size (sed-4.7.tar.xz) = 1298316 bytes
+SHA1 (sed-4.8.tar.xz) = 61bd770062d49cdab3f0f45df473e2bf950ba266
+RMD160 (sed-4.8.tar.xz) = 58ecaadd5fb43151a816f6576ec6a96717d434fc
+SHA512 (sed-4.8.tar.xz) = 7de25d9bc2981c63321c2223f3fbcab61d7b0df4fcf7d4394b72400b91993e1288d8bf53948ed5fffcf5a98c75265726a68ad4fb98e1d571bf768603a108c1c8
+Size (sed-4.8.tar.xz) = 1348048 bytes
Home |
Main Index |
Thread Index |
Old Index