Skip to content
Snippets Groups Projects
Commit b8c005ef authored by alice's avatar alice
Browse files

main/diffutils: upgrade to 3.10

parent 7a04bb17
No related branches found
No related tags found
No related merge requests found
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=diffutils
pkgver=3.9
pkgrel=2
pkgver=3.10
pkgrel=0
pkgdesc="Show differences among files"
subpackages="$pkgname-doc"
url="https://www.gnu.org/software/diffutils/"
arch="all"
license="GPL-3.0-or-later"
checkdepends="perl"
source="https://ftp.gnu.org/pub/gnu/diffutils/diffutils-$pkgver.tar.xz
skip-test-presue-output-tty.patch
"
source="https://ftp.gnu.org/pub/gnu/diffutils/diffutils-$pkgver.tar.xz"
build() {
CFLAGS="$CFLAGS -flto=auto" \
......@@ -34,6 +32,5 @@ package() {
}
sha512sums="
d43280cb1cb2615a8867d971467eb9a3fa037fe9a411028068036f733dab42b10d42767093cea4de71e62b2659a3ec73bd7d1a8f251befd49587e32802682d0f diffutils-3.9.tar.xz
5df0dc7a452180c361698ee502b4636a5e7277132e543136c205747fac64acc6276186ec8c884b17e9fe3e307f15e045ba327d44ac4662db88675c309c56367a skip-test-presue-output-tty.patch
219d2c815a120690c6589846271e43aee5c96c61a7ee4abbef97dfcdb3d6416652ed494b417de0ab6688c4322540d48be63b5e617beb6d20530b5d55d723ccbb diffutils-3.10.tar.xz
"
Test fails for unknown reasons on lxc builders
diff --git a/tests/colors b/tests/colors
index d28a61c..e799dd3 100755
--- a/tests/colors
+++ b/tests/colors
@@ -123,11 +123,11 @@ compare exp out || fail=1
# Before the fix in http://debbugs.gnu.org/22067,
# this test would trigger an infinite loop bug.
-mkfifo fifo
-printf '%1000000s-a' > a
-printf '%1000000s-b' > b
-head -c 10 < fifo > /dev/null &
-diff --color=always ---presume-output-tty a b > fifo
-test $? = 141 || fail=1
+#mkfifo fifo
+#printf '%1000000s-a' > a
+#printf '%1000000s-b' > b
+#head -c 10 < fifo > /dev/null &
+#diff --color=always ---presume-output-tty a b > fifo
+#test $? = 141 || fail=1
Exit $fail
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment