Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/platon/files/
Date: Tue, 31 Jan 2017 08:42:57
Message-Id: 1485852087.d06d23fcff031053d61e02cbf6b4a45f3d886d86.soap@gentoo
1 commit: d06d23fcff031053d61e02cbf6b4a45f3d886d86
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:52:49 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06d23fc
7
8 sci-chemistry/platon: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/platon/files/20110126-buffer-overflow.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/sci-chemistry/platon/files/20110126-buffer-overflow.patch b/sci-chemistry/platon/files/20110126-buffer-overflow.patch
16 deleted file mode 100644
17 index 548bd2b..00000000
18 --- a/sci-chemistry/platon/files/20110126-buffer-overflow.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 ---- xdrvr.c 2010-06-27 15:21:49.026967128 +0200
22 -+++ xdrvr_new.c 2010-06-27 15:22:57.132069867 +0200
23 -@@ -864,11 +864,9 @@
24 - int zdate_(string)
25 - char *string;
26 - {
27 -- static char tmp[25];
28 - time_t now;
29 - now = time(NULL);
30 -- strcpy(tmp,ctime(&now));
31 -- strncpy(string,tmp,25);
32 -+ strncpy(string,ctime(&now),25);
33 - return(1);
34 - }
35 - int slaap_(int *i)
36 \ No newline at end of file