pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gsed Updated gsed to 4.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4983844b85aa
branches:  trunk
changeset: 358133:4983844b85aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 05 19:01:42 2017 +0000

description:
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]

diffstat:

 textproc/gsed/Makefile                  |   4 ++--
 textproc/gsed/distinfo                  |  11 +++++------
 textproc/gsed/patches/patch-Makefile.in |  16 ----------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r c7fa008e21f9 -r 4983844b85aa textproc/gsed/Makefile
--- a/textproc/gsed/Makefile    Sun Feb 05 18:52:09 2017 +0000
+++ b/textproc/gsed/Makefile    Sun Feb 05 19:01:42 2017 +0000
@@ -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/}
diff -r c7fa008e21f9 -r 4983844b85aa textproc/gsed/distinfo
--- a/textproc/gsed/distinfo    Sun Feb 05 18:52:09 2017 +0000
+++ b/textproc/gsed/distinfo    Sun Feb 05 19:01:42 2017 +0000
@@ -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
diff -r c7fa008e21f9 -r 4983844b85aa textproc/gsed/patches/patch-Makefile.in
--- a/textproc/gsed/patches/patch-Makefile.in   Sun Feb 05 18:52:09 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.1 2017/01/16 11:45:14 wiz Exp $
-
-Avoid regenerating man page, which needs perl and leads
-to dependency loop.
-
---- Makefile.in.orig   2017-01-16 11:30:35.688633285 +0000
-+++ Makefile.in
-@@ -5769,7 +5769,7 @@ sed/version.h: Makefile
-       $(AM_V_at)chmod a-w $@t
-       $(AM_V_at)mv $@t $@
- 
--doc/sed.1: sed/sed$(EXEEXT) .version $(srcdir)/doc/sed.x
-+doc/sed.1: .version $(srcdir)/doc/sed.x
-       $(AM_V_GEN)$(MKDIR_P) doc
-       $(AM_V_at)rm -rf $@ $@-t
-       $(AM_V_at)$(HELP2MAN)                                           \



Home | Main Index | Thread Index | Old Index