diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-01-19 08:20:22 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-01-19 08:20:22 +0800 |
commit | 84aa798d544eda617c882d858e7e32b341c213bc (patch) | |
tree | dc36497b862044b68c7f291e25cd564f9f0a8510 /www | |
parent | 46dbf18e1e6f3c49d5024c6e92ddacf4f21ba58e (diff) | |
download | freebsd-ports-gnome-84aa798d544eda617c882d858e7e32b341c213bc.tar.gz freebsd-ports-gnome-84aa798d544eda617c882d858e7e32b341c213bc.tar.zst freebsd-ports-gnome-84aa798d544eda617c882d858e7e32b341c213bc.zip |
www/squid: update 3.5.12 -> 3.5.13
Changes:
* Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
* Bug 4387: Kerberos build errors on Solaris
* TLS: Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange
* TLS: Complete certificate chains using external intermediate certificates
* Avoid memory leaks when an X.509 certificate validator is used with SslBump
* Fix connection retry and fallback after failed server TLS connections
* Fix GnuTLS detection via pkg-config
* Fix startup crash with a misconfigured (too-small) shared memory cache
* ... and some documentation updates
PR: 206127
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 2 | ||||
-rw-r--r-- | www/squid/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 136b56210bae..5f843fba426e 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.12 +PORTVERSION= 3.5.13 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 3f212c4b184f..ccbe27e80919 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.12.tar.xz) = 8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42 -SIZE (squid3.5/squid-3.5.12.tar.xz) = 2299644 +SHA256 (squid3.5/squid-3.5.13.tar.xz) = e75d94671895270272883187296f17e26954bf00a090c97bfea8a4fc264a5b40 +SIZE (squid3.5/squid-3.5.13.tar.xz) = 2379460 |