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: Fri Apr 27 14:16:23 UTC 2018
Modified Files:
pkgsrc/textproc/gsed: Makefile distinfo
Log Message:
gsed: update to 4.5.
* Noteworthy changes in release 4.5 (2018-03-31) [stable]
** Bug fixes
sed now fails when matching very long input lines (>2GB).
Before, sed would silently ignore the regex without indicating an
error. [Bug present at least since sed-3.02]
sed no longer rejects comments and closing braces after y/// commands.
[Bug existed at least since sed-3.02]
sed -E --posix no longer ignores special meaning of '+','?','|' .
[Bug introduced in the original implementation of --posix option in
v4.1a-5-gba68fb4]
sed -i now creates selinux context based on the context of the symlink
instead of the symlink target. [Bug present since at least sed-4.2]
sed -i --follow-symlinks remains unchanged.
sed now treats the sequence '\x5c' (ASCII 92, backslash) as literal
backslash character, not as an escape prefix character.
[Bug present since sed-3.02.80]
Old behavior:
$ echo z | sed -E 's/(z)/\x5c1/' # identical to 's/(z)/\1/'
z
New behavior:
$ echo z | sed -E 's/(z)/\x5c1/'
\1
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/gsed/Makefile
cvs rdiff -u -r1.23 -r1.24 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.50 pkgsrc/textproc/gsed/Makefile:1.51
--- pkgsrc/textproc/gsed/Makefile:1.50 Sun Feb 5 19:01:42 2017
+++ pkgsrc/textproc/gsed/Makefile Fri Apr 27 14:16:23 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2017/02/05 19:01:42 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2018/04/27 14:16:23 wiz Exp $
-DISTNAME= sed-4.4
+DISTNAME= sed-4.5
PKGNAME= g${DISTNAME}
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
Index: pkgsrc/textproc/gsed/distinfo
diff -u pkgsrc/textproc/gsed/distinfo:1.23 pkgsrc/textproc/gsed/distinfo:1.24
--- pkgsrc/textproc/gsed/distinfo:1.23 Sun Feb 5 19:01:42 2017
+++ pkgsrc/textproc/gsed/distinfo Fri Apr 27 14:16:23 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2017/02/05 19:01:42 wiz Exp $
+$NetBSD: distinfo,v 1.24 2018/04/27 14:16:23 wiz Exp $
-SHA1 (sed-4.4.tar.xz) = a196cd036efd52a8e349cfe88ab4baa555fb29d5
-RMD160 (sed-4.4.tar.xz) = bc26466afe2affd3cdc6821e3648bcce3db168f2
-SHA512 (sed-4.4.tar.xz) = 4e1b0a7403913f1e25047eb2292a0a9b3488b15b4463ce2803e05eaecbc2da19f477a18e6a70c992461c38ced90774415091aa2d8ce85cb74e391610d9eedb70
-Size (sed-4.4.tar.xz) = 1181664 bytes
+SHA1 (sed-4.5.tar.xz) = 6635c344956ef928cc33aca798ad20c6c1ea25f7
+RMD160 (sed-4.5.tar.xz) = 5eb9b1adee939572cca4d353a83e6e35f9423bfb
+SHA512 (sed-4.5.tar.xz) = f95fb27e03b2301dae63878413b4c48e40341cc676945a612e1d0bd911da3192858ae142791292a99fbdaacbc7dab2d6fccb50787c06846f99b0b3740b40c196
+Size (sed-4.5.tar.xz) = 1274252 bytes
SHA1 (patch-sed_utils.c) = a4d0c5aaadc6a0fac1100e949f2d8a63eb16d427
Home |
Main Index |
Thread Index |
Old Index