From 65737cf14a7220bd9a487aa2af4ae0e79bd23e86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 21:45:04 +0000 Subject: gentoo resync : 08.01.2018 --- sys-devel/automake/Manifest | 1 - .../automake/files/automake-1.15-mdate-tz.patch | 53 ---------------------- 2 files changed, 54 deletions(-) delete mode 100644 sys-devel/automake/files/automake-1.15-mdate-tz.patch (limited to 'sys-devel/automake') diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest index cfa342ff762e..9c1a8b5043d2 100644 --- a/sys-devel/automake/Manifest +++ b/sys-devel/automake/Manifest @@ -2,7 +2,6 @@ AUX automake-1.10-ccnoco-ldflags.patch 901 BLAKE2B dee96c3d931011c9f30ab803ce039 AUX automake-1.10-perl-5.16.patch 3555 BLAKE2B 8128b27ade89b12445b02532d9837ff469e6d0e1be3ebab6969d8d68c3a57a27e25ff89db82ed8abf3eff6d392bbd3b91a0b5b6b0827e7eec1279bc5345dc024 SHA512 050d66f3f1b4aed6482a234b32bbdbe231ddea0c9f4fb2ff97e963095ad69a487fd65986189fd659fbe8d8d011f3f866e92e506e653fd832d2adaf3263ed33fc AUX automake-1.13-dyn-ithreads.patch 2126 BLAKE2B 13fa89641077b7e9e7052441b84b756d7ddbd1ac3b87857028ccb34feb4528d774400fc411bf4fa54bbed697d8be6bf948d774d474f0638611c52f8d98696951 SHA512 7a3795cb8b14b347a296abd410f3a740401e796a06317e52fa1ef8b0866099f71965f7fb12fd85db2ccc7445f310a4dbff6870d8a63e72c49ed6f8ca9da97277 AUX automake-1.13-perl-escape-curly-bracket.patch 1135 BLAKE2B d8a8872354fc6171a8e4d239734ebdbd3d99eb902fb3b279f32e109ef63afd4f3f6b5bd0531cebba90e95c6ff447b069214228a004297607f814e9d249a88377 SHA512 857d7ef08f2b8ff5569cf3d52cda2cb419ff006eb9208535d902f1a9de0743443703f280e85b5ade90c66ca17bc21b1dfd44494e93ff865cc141523cb25ef564 -AUX automake-1.15-mdate-tz.patch 1757 BLAKE2B 5b019a5e0d9f9668d7c4f4486498af88fda62194c059ed803b61831c8284e1006b45dd6d03e3557c2fe8e1580871f75c8a907b2fb0d500651fa6436edb76b4a2 SHA512 c4fc5a2ed4d7d6e0dc06f0e90fa84bea99f35145a885485fef072c4e0dfc979f696959e1d54381f78de429a11d5ee9b061686cca8fd1c85469245d5b4d2cdc52 AUX automake-1.15-perl-escape-curly-bracket.patch 1129 BLAKE2B deb9f842d4d0fd8735e7da0a8344a8c48521097db06cf8c37705046dfdeedc913fcc8fe9c462a7f0dc9089f2548fdfb86a26e19edeb966d3d769a396faca3fae SHA512 d6c2078e7eebd4e5104e7c9d9b5623cab322689b520e28b788a0e6fc52d795ef24e246f72ada9be6aae7d4904e34e4a6f2b6dc94abb3ed70b338d89985ed2164 AUX automake-1.4-CVE-2009-4029.patch 2186 BLAKE2B 6a33684f950b1e932418e2b7d8d6676fc27792e354f3b72502d5149e9ec9db6fb984e5bb168a465ad97e13d0f1d84b6b8acc0ca04ef51612577196f67441cad3 SHA512 cf65172ee59f91869b13292204e9744fb385a2cf13a17dab0e1dba5b1f403da55d1bd73448b00d81f46de2c9e7de1347e7b6868cd6f4b5e97e255a5c206d2d31 AUX automake-1.4-ansi2knr-stdlib.patch 249 BLAKE2B bbf77d9aba954d03cfdb896c88bf9fb98695951011f885936b9df29c522d5ea5d46ee1441d37c7e367cd2c7429a2f017edbf4645470f55c55a7c50b0a7b2ae50 SHA512 db8d0e71e702e236b1e9d6f2ff949b6981a02da4ec143219ea10327f7c6dd9845f100c62c715b6cda46082dbc2cfb69bd50aea64d5fccc5bbd6fe81351a0012c diff --git a/sys-devel/automake/files/automake-1.15-mdate-tz.patch b/sys-devel/automake/files/automake-1.15-mdate-tz.patch deleted file mode 100644 index e00f2bf329d1..000000000000 --- a/sys-devel/automake/files/automake-1.15-mdate-tz.patch +++ /dev/null @@ -1,53 +0,0 @@ -https://bugs.gentoo.org/520818 -https://bugs.gentoo.org/574492 -https://lists.gnu.org/archive/html/bug-automake/2014-10/msg00003.html -https://lists.gnu.org/archive/html/bug-automake/2014-10/msg00004.html - -https://debbugs.gnu.org/20314 -https://bugs.debian.org/782345 -https://lists.gnu.org/archive/html/automake-patches/2015-04/msg00000.html - -From: Reiner Herrmann -Date: Sat, 18 Jul 2015 14:10:35 -0400 -Subject: Make output of mdate-sh deterministic - -mdate-sh pretty-prints the modification time of a file. -But it's output can vary depending on the timezone of -the caller. Someone in timezone GMT-12 will get a different -result (day) than someone in timezone GMT+12. - -As this output is also used to create/update stamp files, -which influence the further build process, the build result -can vary. -To enable reproducible builds and to have a more deterministic -build behavior, this change fixes the timezone to UTC. - -Signed-off-by: Reiner Herrmann ---- - lib/mdate-sh | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/lib/mdate-sh b/lib/mdate-sh -index e8dfaca..9e2c0c9 100755 ---- a/lib/mdate-sh -+++ b/lib/mdate-sh -@@ -1,7 +1,7 @@ - #!/bin/sh - # Get modification time of a file or directory and pretty-print it. - --scriptversion=2010-08-21.06; # UTC -+scriptversion=2015-04-09.19; # UTC - - # Copyright (C) 1995-2014 Free Software Foundation, Inc. - # written by Ulrich Drepper , June 1995 -@@ -74,6 +74,10 @@ export LC_ALL - LC_TIME=C - export LC_TIME - -+# Use UTC to get reproducible result -+TZ=UTC -+export TZ -+ - # GNU ls changes its time format in response to the TIME_STYLE - # variable. Since we cannot assume 'unset' works, revert this - # variable to its documented default. -- cgit v1.2.3