summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorFlorian Franzmann2020-08-19 21:11:41 +0200
committerFlorian Franzmann2020-08-20 18:25:37 +0200
commitd9054203c39cbfd4487376c7fa16de5a9d601bde (patch)
tree7a91aaa611707c9355488c650966620483afd54a /ftp
parent243a7dd3a934bd810633091763aef0bd0ff43332 (diff)
ftp/curl: version 7.72.0, security update
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curl/DETAILS4
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index bed92f8684..dcd1848628 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,6 +1,6 @@
SPELL=curl
- VERSION=7.71.1
- SECURITY_PATCH=31
+ VERSION=7.72.0
+ SECURITY_PATCH=32
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index dad74856c0..438cd9d4e9 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2020-08-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 7.72.0, SECURITY_PATCH++, fixes CVE-2020-8231
+
2020-07-10 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: only optionally depend on brotli if brotli is already
installed. This prevents a circular dependency.