diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-08-26 01:13:21 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-08-26 01:13:21 +0000 |
commit | 304b9902d674380a447c77df2fb263ac6cc50de7 (patch) | |
tree | 831632469fd1e5332561800d0e89bf1fbc3ba6ce /net-misc/curl/files | |
parent | Make sure we force linking with ssl dynamically #184419. (diff) | |
download | gentoo-2-304b9902d674380a447c77df2fb263ac6cc50de7.tar.gz gentoo-2-304b9902d674380a447c77df2fb263ac6cc50de7.tar.bz2 gentoo-2-304b9902d674380a447c77df2fb263ac6cc50de7.zip |
purge vulnerable versions (sec bug #184934)
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-misc/curl/files')
-rw-r--r-- | net-misc/curl/files/curl-7.15-libtftp.patch | 12 | ||||
-rw-r--r-- | net-misc/curl/files/curl-7.15.1-test46.patch | 25 | ||||
-rw-r--r-- | net-misc/curl/files/digest-curl-7.15.1-r1 | 3 |
3 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/curl/files/curl-7.15-libtftp.patch b/net-misc/curl/files/curl-7.15-libtftp.patch deleted file mode 100644 index c92c66417f2e..000000000000 --- a/net-misc/curl/files/curl-7.15-libtftp.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nrup curl-7.15.1/lib/tftp.c curl-7.15.1/lib/tftp.c ---- curl-7.15.1/lib/tftp.c 2005-12-05 15:10:37.000000000 -0500 -+++ curl-7.15.1/lib/tftp.c 2006-03-18 20:16:02.000000000 -0500 -@@ -271,7 +271,7 @@ static void tftp_send_first(tftp_state_d - /* If we are downloading, send an RRQ */ - state->spacket.event = htons(TFTP_EVENT_RRQ); - } -- sprintf((char *)state->spacket.u.request.data, "%s%c%s%c", -+ snprintf((char *)state->spacket.u.request.data, 512, "%s%c%s%c", - filename, '\0', mode, '\0'); - sbytes = 4 + (int)strlen(filename) + (int)strlen(mode); - sbytes = sendto(state->sockfd, (void *)&state->spacket, diff --git a/net-misc/curl/files/curl-7.15.1-test46.patch b/net-misc/curl/files/curl-7.15.1-test46.patch deleted file mode 100644 index ee443d956341..000000000000 --- a/net-misc/curl/files/curl-7.15.1-test46.patch +++ /dev/null @@ -1,25 +0,0 @@ -=================================================================== -RCS file: /cvsroot/curl/curl/tests/data/test46,v -retrieving revision 1.13 -retrieving revision 1.14 -diff -u -r1.13 -r1.14 ---- curl/tests/data/test46 2005/05/24 10:03:13 1.13 -+++ curl/tests/data/test46 2006/02/06 20:02:14 1.14 -@@ -43,7 +43,7 @@ - - www.fake.come FALSE / FALSE 1022144953 cookiecliente si - www.loser.com FALSE / FALSE 1139150993 UID 99 --127.0.0.1 FALSE / FALSE 1139150993 mooo indeed -+127.0.0.1 FALSE / FALSE 1439150993 mooo indeed - 127.0.0.1 FALSE / FALSE 0 empty - </file> - </client> -@@ -67,7 +67,7 @@ - - www.fake.come FALSE / FALSE 1022144953 cookiecliente si - www.loser.com FALSE / FALSE 1139150993 UID 99 --127.0.0.1 FALSE / FALSE 1139150993 mooo indeed -+127.0.0.1 FALSE / FALSE 1439150993 mooo indeed - 127.0.0.1 FALSE / FALSE 0 empty - 127.0.0.1 FALSE / FALSE 1262322000 ckyPersistent permanent - 127.0.0.1 FALSE / FALSE 0 ckySession temporary diff --git a/net-misc/curl/files/digest-curl-7.15.1-r1 b/net-misc/curl/files/digest-curl-7.15.1-r1 deleted file mode 100644 index b801ba19eb94..000000000000 --- a/net-misc/curl/files/digest-curl-7.15.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d330d48580bfade58c82d4f295f171f0 curl-7.15.1.tar.bz2 1437950 -RMD160 c733937754b579d45de8c26cf4dfa6c5cec82fae curl-7.15.1.tar.bz2 1437950 -SHA256 8b1ea75a91ef7d1e00086865eba9a4cf8baefcb212ce451a61348e00b8756324 curl-7.15.1.tar.bz2 1437950 |