diff --git a/10.9-libcxx/stable/main/finkinfo/utils/coreutils.info b/10.9-libcxx/stable/main/finkinfo/utils/coreutils.info index b0b16b761d..6df4c480a4 100644 --- a/10.9-libcxx/stable/main/finkinfo/utils/coreutils.info +++ b/10.9-libcxx/stable/main/finkinfo/utils/coreutils.info @@ -1,5 +1,5 @@ Package: coreutils -Version: 8.32 +Version: 9.7 Epoch: 1 Revision: 2 BuildDepends: << @@ -20,19 +20,14 @@ Depends: << NoSetLDFLAGS: true SetLIBS: -L%p/lib Source: mirror:gnu:%n/%n-%v.tar.xz -Source-Checksum: SHA256(4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa) +Source-Checksum: SHA256(e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf) + # Fink will cause test-getlogin to fail as getlogin will report the original # user that invoked su/sudo. The failure of test-getcwd.sh is residual breakage # from the fix for "bug#13516: tests/rm/unread3 fails on Mac OS X 10.8". # Buggy 64-bit posixtime implementation fails posixtm-tests on darwin10. -PatchScript: << - # Seems Clang doesn't treat the attribute as equivalent to the keyword. - # https://savannah.gnu.org/bugs/?63349 is upstream patch - perl -pi -e 's|static _Noreturn void|static __attribute_noreturn__ void|g' lib/obstack.c -<< - InfoTest: << TestScript: << #!/bin/bash -ex