]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
sed: Update to 4.7
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 21 Jun 2019 12:45:42 +0000 (14:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Jun 2019 02:08:31 +0000 (03:08 +0100)
This is a major update to the latest available version of sed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
sed/sed.nm

index 49a44e463610d5fa2e413c01ea3a633f911e4695..7e1691b27c6b73c8274802b5340107e805762b66 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = sed
-version    = 4.2.2
-release    = 2
+version    = 4.7
+release    = 1
 
 groups     = Applications/Text
 url        = http://sed.sourceforge.net/
@@ -21,12 +21,19 @@ description
 end
 
 source_dl  = ftp://ftp.gnu.org/gnu/sed/
+sources    = %{thisapp}.tar.xz
 
 build
        configure_options += \
                --without-included-regex
 
        test
+               # Disable broken tests.
+               sed \
+                       -e 's|testsuite/inplace-selinux.sh||g' \
+                       -e 's|testsuite/panic-tests.sh||g' \
+               -i Makefile
+
                make check
        end
 end