diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-01-25 20:21:19 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-01-25 20:21:19 +0100 |
commit | 539deca82561c903b104cb2495e29367d5bf5b67 (patch) | |
tree | 65630c3b75e74e3d7f5738add7992ebe5a12b2e7 | |
parent | bf8db6ef2d107c9fe83541c76ffd8f0b5f0bc98b (diff) | |
download | midipix_build-539deca82561c903b104cb2495e29367d5bf5b67.tar.bz2 midipix_build-539deca82561c903b104cb2495e29367d5bf5b67.tar.xz |
vars/build.vars:coreutils: updates coreutils to v8.29 (via Redfoxmoon.)
patches/coreutils{,_minipix}-8.29.local.patch: via Redfoxmoon.
-rw-r--r-- | patches/coreutils-8.29.local.patch (renamed from patches/coreutils-8.28.local.patch) | 18 | ||||
l--------- | patches/coreutils_minipix-8.28.local.patch | 1 | ||||
l--------- | patches/coreutils_minipix-8.29.local.patch | 1 | ||||
-rw-r--r-- | vars/build.vars | 4 |
4 files changed, 3 insertions, 21 deletions
diff --git a/patches/coreutils-8.28.local.patch b/patches/coreutils-8.29.local.patch index ac518644..f254d43d 100644 --- a/patches/coreutils-8.28.local.patch +++ b/patches/coreutils-8.29.local.patch @@ -42,24 +42,6 @@ diff -ru coreutils-8.27.orig/Makefile.in coreutils-8.27/Makefile.in info_TEXINFOS = doc/coreutils.texi doc_coreutils_TEXINFOS = \ doc/perm.texi \ -@@ -14773,7 +14775,8 @@ - $$argv$(EXEEXT)) \ - && : $${SOURCE_DATE_EPOCH=`cat $(srcdir)/.timestamp 2>/dev/null || :`} \ - && export SOURCE_DATE_EPOCH && $(run_help2man) \ -- --source='$(PACKAGE_STRING)' \ -+ --no-discard-stderr \ -+ --source='$(PACKAGE_STRING)' \ - --include=$(srcdir)/man/$$name.x \ - --output=$$t/$$name.1 \ - --info-page='\(aq(coreutils) '$$name' invocation\(aq' \ -@@ -14786,6 +14789,7 @@ - && chmod a-w $@-t \ - && mv $@-t $@ - .PHONY: check-root -+ - check-root: - $(MAKE) check TESTS='$(root_tests)' SUBDIRS=. - diff -ru coreutils-8.27.orig/src/fs.h coreutils-8.27/src/fs.h --- coreutils-8.27.orig/src/fs.h 2017-03-09 05:44:05.000000000 +0100 +++ coreutils-8.27/src/fs.h 2017-08-11 19:05:05.283026746 +0200 diff --git a/patches/coreutils_minipix-8.28.local.patch b/patches/coreutils_minipix-8.28.local.patch deleted file mode 120000 index fd046725..00000000 --- a/patches/coreutils_minipix-8.28.local.patch +++ /dev/null @@ -1 +0,0 @@ -coreutils-8.28.local.patch
\ No newline at end of file diff --git a/patches/coreutils_minipix-8.29.local.patch b/patches/coreutils_minipix-8.29.local.patch new file mode 120000 index 00000000..1f90788e --- /dev/null +++ b/patches/coreutils_minipix-8.29.local.patch @@ -0,0 +1 @@ +coreutils-8.29.local.patch
\ No newline at end of file diff --git a/vars/build.vars b/vars/build.vars index 48c49408..d720303c 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -677,8 +677,8 @@ mksh sbase sed tar tcsh the_silver_searcher toilet ubase util_linux which zsh"; : ${PKG_BC_SHA256SUM:=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc}; : ${PKG_BC_VERSION:=1.06.95}; : ${PKG_BC_URL:=http://alpha.gnu.org/gnu/bc/bc-${PKG_BC_VERSION}.tar.bz2}; -: ${PKG_COREUTILS_SHA256SUM:=1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65}; -: ${PKG_COREUTILS_VERSION:=8.28}; +: ${PKG_COREUTILS_SHA256SUM:=92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e}; +: ${PKG_COREUTILS_VERSION:=8.29}; : ${PKG_COREUTILS_URL:=https://ftp.gnu.org/gnu/coreutils/coreutils-${PKG_COREUTILS_VERSION}.tar.xz}; : ${PKG_DASH_SHA256SUM:=5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659}; : ${PKG_DASH_VERSION:=0.5.9.1}; |