sed: Update to 4.7

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>
This commit is contained in:
Stefan Schantl 2019-06-21 14:45:42 +02:00 committed by Michael Tremer
parent f6b546b34c
commit 502b100ed5
1 changed files with 9 additions and 2 deletions

View File

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