summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lonjaret2007-07-11 18:51:03 +0200
committerEric Sandall2007-07-11 10:26:56 -0700
commitdcc95ec61563287147df25d6be10590a81607c02 (patch)
tree06dd94eafc80d75ea1b4e0f61284781c5e930b2f
parenta629d765df9b7f9cb85afb5aa086be13de1f0778 (diff)
curl: SECURITY_PATCH++
(cherry picked from commit 46f48d693302cb41816161a79abdbec0091c460d)
-rwxr-xr-xftp/curl/DETAILS2
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 31287dba12..682ed83ef6 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,6 +1,6 @@
SPELL=curl
VERSION=7.16.4
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://curl.haxx.se/download/$SOURCE
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 9f0e876a52..48724fd786 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,4 +1,7 @@
2007-07-11 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+
+2007-07-11 Mathieu Lonjaret <lejatorn@sourcemage.org>
* DETAILS: 7.16.4
2007-04-11 Ladislav Hagara <hgr@vabo.cz>