Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 09:06:35 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501694 - in head/www/squid: . files
Message-ID:  <201905150906.x4F96ZPK072087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed May 15 09:06:35 2019
New Revision: 501694
URL: https://svnweb.freebsd.org/changeset/ports/501694

Log:
  Update to 4.7
  
  Changelog:
  
  - Bug 4942: --with-filedescriptors does not do anything
  - Bug 4928: Cannot convert non-IPv4 to IPv4
  - Bug 4823: assertion failed: "lowestOffset () <= target_offset"
  - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs
  - Fix squidclient authentication to origin servers
  - Fix stack-based buffer-overflow when parsing SNMP messages
  - Add support for buffer-size= to UDP logging
  - TLS: When using OpenSSL, trust intermediate CAs from trusted store
  
  PR:		237882
  Submitted by:		timp87@gmail.com (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/squid/Makefile
  head/www/squid/distinfo
  head/www/squid/files/patch-configure

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Wed May 15 09:01:35 2019	(r501693)
+++ head/www/squid/Makefile	Wed May 15 09:06:35 2019	(r501694)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	squid
-PORTVERSION=	4.6
-PORTREVISION=	1
+PORTVERSION=	4.7
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.squid-cache.org/Versions/v4/ \
 		http://www2.us.squid-cache.org/Versions/v4/ \

Modified: head/www/squid/distinfo
==============================================================================
--- head/www/squid/distinfo	Wed May 15 09:01:35 2019	(r501693)
+++ head/www/squid/distinfo	Wed May 15 09:06:35 2019	(r501694)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544169299
-SHA256 (squid4/squid-4.6.tar.xz) = 015bade5d3a4905142c4c605df5c4216471e3d8338079955e0e44b0ae0303d41
-SIZE (squid4/squid-4.6.tar.xz) = 2439792
+TIMESTAMP = 1557845771
+SHA256 (squid4/squid-4.7.tar.xz) = a29cf65f77ab70a8b1cf47e6fe1d2975ec9d04d2446d54669a5afd2aee5e354e
+SIZE (squid4/squid-4.7.tar.xz) = 2440884

Modified: head/www/squid/files/patch-configure
==============================================================================
--- head/www/squid/files/patch-configure	Wed May 15 09:01:35 2019	(r501693)
+++ head/www/squid/files/patch-configure	Wed May 15 09:06:35 2019	(r501694)
@@ -1,23 +1,5 @@
 --- configure.orig	2019-02-19 03:04:42 UTC
 +++ configure
-@@ -26173,7 +26173,7 @@ else
-   ;;
-   *)
-   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
-+for as_dir in $krb5confpatth
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-@@ -26321,7 +26321,7 @@ else
-   ;;
-   *)
-   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
-+for as_dir in $krb5confpatth
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
 @@ -34701,7 +34701,7 @@ done
  ##
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150906.x4F96ZPK072087>