]> git.pld-linux.org Git - packages/wget.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2005 13:11:11 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget-segv.patch -> 1.2
    wget-strptime.patch -> 1.2

wget-segv.patch [deleted file]
wget-strptime.patch [deleted file]

diff --git a/wget-segv.patch b/wget-segv.patch
deleted file mode 100644 (file)
index 4fbccc7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- wget-1.10/src/ftp-basic.c.orig     2005-05-17 00:08:57.000000000 +0200
-+++ wget-1.10/src/ftp-basic.c  2005-07-13 21:03:36.903241688 +0200
-@@ -70,8 +70,10 @@
-     {
-       char *p;
-       char *line = fd_read_line (fd);
--      if (!line)
-+      if (!line) {
-+      *ret_line = NULL;
-       return FTPRERR;
-+      }
-       /* Strip trailing CRLF before printing the line, so that
-        escnonprint doesn't include bogus \012 and \015. */
---- wget-1.10/src/ftp.c.orig   2005-05-17 14:53:08.000000000 +0200
-+++ wget-1.10/src/ftp.c        2005-07-13 21:04:38.771836232 +0200
-@@ -1023,6 +1023,7 @@
-   err = ftp_response (csock, &respline);
-   if (err != FTPOK)
-     {
-+      if(respline != NULL)
-       xfree (respline);
-       /* The control connection is decidedly closed.  Print the time
-        only if it hasn't already been printed.  */
diff --git a/wget-strptime.patch b/wget-strptime.patch
deleted file mode 100644 (file)
index 20f298b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dur wget-1.9.1.orig/src/http.c wget-1.9.1/src/http.c
---- wget-1.9.1.orig/src/http.c 2003-10-15 01:32:15.000000000 +0200
-+++ wget-1.9.1/src/http.c      2004-01-28 10:50:00.757788465 +0100
-@@ -30,6 +30,7 @@
- #include <config.h>
-+#define _XOPEN_SOURCE
- #include <stdio.h>
- #include <stdlib.h>
- #include <sys/types.h>
-Only in wget-1.9.1/src: http.c~
This page took 0.094741 seconds and 4 git commands to generate.