summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-05 19:01:42 +0000
committerwiz <wiz@pkgsrc.org>2017-02-05 19:01:42 +0000
commit04df1b596e3d79f838e0ac367d44f543186cc9c6 (patch)
tree4c3679dd7317ace646b3d5e366dcabe1cf6988ee /textproc
parent333773fd8af2d455b866df5eaa8e738463d24f37 (diff)
downloadpkgsrc-04df1b596e3d79f838e0ac367d44f543186cc9c6.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/gsed/Makefile4
-rw-r--r--textproc/gsed/distinfo11
-rw-r--r--textproc/gsed/patches/patch-Makefile.in16
3 files changed, 7 insertions, 24 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 66791a29444..d8b11f808f6 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -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 --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo
index 40075b82d04..91f1a124c4a 100644
--- a/textproc/gsed/distinfo
+++ b/textproc/gsed/distinfo
@@ -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 --git a/textproc/gsed/patches/patch-Makefile.in b/textproc/gsed/patches/patch-Makefile.in
deleted file mode 100644
index 0693b6e6070..00000000000
--- a/textproc/gsed/patches/patch-Makefile.in
+++ /dev/null
@@ -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) \