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:           Sun Feb  5 19:01:42 UTC 2017

Modified Files:
        pkgsrc/textproc/gsed: Makefile distinfo
Removed Files:
        pkgsrc/textproc/gsed/patches: patch-Makefile.in

Log Message:
Updated gsed to 4.4.

* Noteworthy changes in release 4.4 (2017-02-03) [stable]

** Bug fixes

  sed could segfault when invoked with specific combination of newlines
  in the input and regex pattern. [Bug introduced in sed-4.3]


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/gsed/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/gsed/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/gsed/patches/patch-Makefile.in

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.49 pkgsrc/textproc/gsed/Makefile:1.50
--- pkgsrc/textproc/gsed/Makefile:1.49  Mon Jan 16 11:45:14 2017
+++ pkgsrc/textproc/gsed/Makefile       Sun Feb  5 19:01:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2017/01/16 11:45:14 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2017/02/05 19:01:42 wiz Exp $
 
-DISTNAME=      sed-4.3
+DISTNAME=      sed-4.4
 PKGNAME=       g${DISTNAME}
 CATEGORIES=    textproc editors
 MASTER_SITES=  ${MASTER_SITE_GNU:=sed/}

Index: pkgsrc/textproc/gsed/distinfo
diff -u pkgsrc/textproc/gsed/distinfo:1.22 pkgsrc/textproc/gsed/distinfo:1.23
--- pkgsrc/textproc/gsed/distinfo:1.22  Mon Jan 16 11:45:14 2017
+++ pkgsrc/textproc/gsed/distinfo       Sun Feb  5 19:01:42 2017
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.22 2017/01/16 11:45:14 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/02/05 19:01:42 wiz Exp $
 
-SHA1 (sed-4.3.tar.xz) = 8f9f142bf836caa8b167898d5f0f7f4d96d29d28
-RMD160 (sed-4.3.tar.xz) = 59debef6dd7bb13898ae55edd8aff7db84dd2db1
-SHA512 (sed-4.3.tar.xz) = 4d76a099cf7115763b79b45be5c96338750baa47e34c36075f714e022614397aa9240099d6d009e69aa4d06b6cfc14dcc0f8313442a1465f448b36fb6874a26d
-Size (sed-4.3.tar.xz) = 1167168 bytes
-SHA1 (patch-Makefile.in) = d0e17522fb2306c10b18e16d3b75140206f5e280
+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 (patch-sed_utils.c) = a4d0c5aaadc6a0fac1100e949f2d8a63eb16d427



Home | Main Index | Thread Index | Old Index