Date: Wed, 26 Sep 2012 22:35:12 +0200 (CEST) From: Thomas-Martin Seck <tmseck@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172098: [Maintainer] www/squid31: update to 3.1.21 Message-ID: <20120926203512.3618F130C6B@wcfields.tmseck.homedns.org> Resent-Message-ID: <201209262040.q8QKe5Gn094104@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172098 >Category: ports >Synopsis: [Maintainer] www/squid31: update to 3.1.21 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 26 20:40:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 8.3-RELEASE amd64 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Septemer 26, 2012. >Description: Update to 3.1.21. Removed file: files/patch-configure >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (.../www/squid31) (Revision 2000) +++ Makefile (.../local/squid31) (Revision 2000) @@ -90,7 +90,7 @@ LATEST_LINK= squid31 -SQUID_STABLE_VER= 20 +SQUID_STABLE_VER= 21 CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[^1].* cacheboy-[0-9]* lusca-head-[0-9]* GNU_CONFIGURE= yes Index: distinfo =================================================================== --- distinfo (.../www/squid31) (Revision 2000) +++ distinfo (.../local/squid31) (Revision 2000) @@ -1,2 +1,2 @@ -SHA256 (squid3.1/squid-3.1.20.tar.bz2) = 33cc4d73a1ce523d341a339e2c2df896a51225d7dbd3488d0945a113c908d84c -SIZE (squid3.1/squid-3.1.20.tar.bz2) = 2559610 +SHA256 (squid3.1/squid-3.1.21.tar.bz2) = eb9e26ebc2f7d992d135a1212540d46ebced9ceb4a74972ee0065477c1dc2e25 +SIZE (squid3.1/squid-3.1.21.tar.bz2) = 2559469 Index: files/patch-configure =================================================================== --- files/patch-configure (.../www/squid31) (Revision 2000) +++ files/patch-configure (.../local/squid31) (Revision 2000) @@ -1,23 +0,0 @@ -Correct two configure tests that fail whenn g++ is used instead of gcc. ---- configure.orig 2010-05-30 16:00:03.000000000 +0200 -+++ configure 2010-05-30 16:00:33.000000000 +0200 -@@ -48547,7 +48547,10 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - -+#include <sys/types.h> /* for setresuid(2) on FreeBSD */ -+#include <stdio.h> /* for perror(3) on FreeBSD */ - #include <stdlib.h> -+#include <unistd.h> /* for setresuid(2) on FreeBSD */ - int main(int argc, char **argv) { - if(setresuid(-1,-1,-1)) { - perror("setresuid:"); -@@ -48632,7 +48635,7 @@ - int main(int argc, char **argv) - { - int size = 20; -- char *str = malloc(size); -+ char *str = (char *)malloc(size); - memset(str, 'x', size); - strnstr(str, "fubar", size); - return 0; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926203512.3618F130C6B>