- mention patch in changelog entry, annotate patch

- added esocat-remove_date.patch to prevent unneccessary rebuilds,
  fixes W: file-contains-date-and-time

OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=22
This commit is contained in:
Andreas Stieger 2014-03-03 19:39:44 +00:00 committed by Git OBS Bridge
parent 1d286f400c
commit d8aced097d
2 changed files with 24 additions and 4 deletions

View File

@ -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 <pascal.bleser@opensuse.org>
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"

View File

@ -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