diff --git a/socat-remove_date.patch b/socat-remove_date.patch index 07bbea3..fba4c7d 100644 --- a/socat-remove_date.patch +++ b/socat-remove_date.patch @@ -1,7 +1,20 @@ -diff --git a/socat.c b/socat.c -index 5062914..4c9aa1a 100644 ---- a/socat.c -+++ b/socat.c +From: Pascal Bleser +Date: Sun, 02 Feb 2014 10:09:04 +0000 +Subject: [PATCH] Remove __DATE__ and __TIME__ macros to avoid unneccessary rebuilds +References: +Upstream: no + +remove __DATE__ and __TIME__ macros to avoid unneccessary rebuilds +fixes W: file-contains-date-and-time + +--- + socat.c | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +Index: socat-1.7.2.3/socat.c +=================================================================== +--- socat-1.7.2.3.orig/socat.c 2011-12-06 07:44:41.000000000 +0000 ++++ socat-1.7.2.3/socat.c 2014-03-03 19:31:00.000000000 +0000 @@ -70,8 +70,6 @@ static int socat_newchild(void); static const char socatversion[] = #include "./VERSION" diff --git a/socat.changes b/socat.changes index e1efa07..0239517 100644 --- a/socat.changes +++ b/socat.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 3 19:35:45 UTC 2014 - andreas.stieger@gmx.de + +- mention patch in changelog entry, annotate patch + ------------------------------------------------------------------- Sun Feb 02 10:09:04 UTC 2014 - pascal.bleser@opensuse.org - update to 1.7.2.3: security fix: * CVE-2014-0019: socats PROXY-CONNECT address was vulnerable to a buffer overflow with data from command line (see socat-secadv5.txt) +- added esocat-remove_date.patch to prevent unneccessary rebuilds, + fixes W: file-contains-date-and-time ------------------------------------------------------------------- Tue May 28 13:27:12 UTC 2013 - meissner@suse.com