Security update to 7.42.1. Fixes:

CVE-2015-3153: sensitive HTTP server headers also sent to proxies
This commit is contained in:
naddy 2015-04-30 22:32:24 +00:00
parent 0958e68ce4
commit 232e17bba0
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.107 2015/04/28 19:26:36 naddy Exp $
# $OpenBSD: Makefile,v 1.108 2015/04/30 22:32:24 naddy Exp $
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
DISTNAME= curl-7.42.0
DISTNAME= curl-7.42.1
SHARED_LIBS= curl 24.8 # 7.0
CATEGORIES= net
HOMEPAGE= http://curl.haxx.se/

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.42.0.tar.lzma) = 3SJR3m8mgt/CntGOhv8vNMFOZfwD/dtisBV+dpMr5kk=
SIZE (curl-7.42.0.tar.lzma) = 2731954
SHA256 (curl-7.42.1.tar.lzma) = PWwZarUIOrLqNpGBlgLnuWmEBM6EgNQAjjumSCLMLEc=
SIZE (curl-7.42.1.tar.lzma) = 2732330

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.31 2015/04/28 19:26:36 naddy Exp $
@comment $OpenBSD: PLIST,v 1.32 2015/04/30 22:32:24 naddy Exp $
@bin bin/curl
bin/curl-config
include/curl/
@ -142,6 +142,7 @@ lib/pkgconfig/libcurl.pc
@man man/man3/CURLOPT_OPENSOCKETFUNCTION.3
@man man/man3/CURLOPT_PASSWORD.3
@man man/man3/CURLOPT_PATH_AS_IS.3
@man man/man3/CURLOPT_PINNEDPUBLICKEY.3
@man man/man3/CURLOPT_PORT.3
@man man/man3/CURLOPT_POST.3
@man man/man3/CURLOPT_POSTFIELDS.3