]> git.pld-linux.org Git - packages/curl.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Aug 2001 04:38:32 +0000 (04:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-progress-fix.patch -> 1.2
    curl-so.patch -> 1.2

curl-progress-fix.patch [deleted file]
curl-so.patch [deleted file]

diff --git a/curl-progress-fix.patch b/curl-progress-fix.patch
deleted file mode 100644 (file)
index 1fa1e12..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/progress.c     Sun Jun 24 20:41:34 2001
-+++ lib/progress.c.mis Tue Jul  3 11:32:28 2001
-@@ -97,7 +97,8 @@
-   if(!(data->progress.flags & PGRS_HIDE)) {
-     data->progress.lastshow=0;
-     Curl_pgrsUpdate(conn); /* the final (forced) update */
--    fprintf(data->err, "\n");
-+    if (!data->progress.callback)
-+      fprintf(data->err, "\n");
-   }
- }
diff --git a/curl-so.patch b/curl-so.patch
deleted file mode 100644 (file)
index 9221568..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-;
-; don't patch Makefile.am because new autoconf is required to make it working
-;
-diff -urN curl-7.8.org/lib/Makefile.in curl-7.8/lib/Makefile.in
---- curl-7.8.org/lib/Makefile.in       Sat Jun 16 22:55:04 2001
-+++ curl-7.8/lib/Makefile.in   Sat Jun 16 23:03:27 2001
-@@ -101,7 +101,7 @@
- INCLUDES = -I$(top_srcdir)/include
--libcurl_la_LDFLAGS = -version-info 2:0:1
-+libcurl_la_LDFLAGS = -version-info 2:1:0
- # This flag accepts an argument of the form current[:revision[:age]]. So,
- # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
- # 1.
This page took 0.261833 seconds and 4 git commands to generate.