[100185] trunk/dports/net/squid3

jmr at macports.org jmr at macports.org
Sun Dec 2 19:30:05 PST 2012


Revision: 100185
          https://trac.macports.org/changeset/100185
Author:   jmr at macports.org
Date:     2012-12-02 19:30:05 -0800 (Sun, 02 Dec 2012)
Log Message:
-----------
squid3: update to 3.2.4

Modified Paths:
--------------
    trunk/dports/net/squid3/Portfile

Added Paths:
-----------
    trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2012-12-03 02:58:33 UTC (rev 100184)
+++ trunk/dports/net/squid3/Portfile	2012-12-03 03:30:05 UTC (rev 100185)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.2.3
+version         3.2.4
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -30,14 +30,15 @@
                 ftp://ftp.squid-cache.org/pub/squid/
 
 distname        squid-${version}
-checksums       md5 b26171dfd397defd9ee113d555691b86 \
-                sha1 41f6cf385d043ee07ef87582dca166303e71cd17 \
-                rmd160 e7ac26cdbdf926baa6e470bcb19992aca8ff94fa
+checksums       md5 5fd7d120c429aaeacdf008938a36cb94 \
+                sha1 62971c112cce5d2df976bc43bcaf87c0725fd37f \
+                rmd160 5529f5ee0cf3d4c28af7123b3254e52ac32991c4
 
 use_bzip2       yes
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \
-                patch-basic_pam_auth.cc.diff
+                patch-basic_pam_auth.cc.diff \
+                patch-ext_file_userip_acl.cc.diff
 
 platform darwin 10 {
     # ticket #37102, /usr/include/rpcsvc/yp_prot.h tries to redefine bool

Added: trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff
===================================================================
--- trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff	                        (rev 0)
+++ trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff	2012-12-03 03:30:05 UTC (rev 100185)
@@ -0,0 +1,12 @@
+--- helpers/external_acl/file_userip/ext_file_userip_acl.cc.orig	2012-12-02 20:23:10.000000000 +1100
++++ helpers/external_acl/file_userip/ext_file_userip_acl.cc	2012-12-03 14:16:21.000000000 +1100
+@@ -23,6 +23,9 @@
+ #include "rfc1738.h"
+ #include "util.h"
+ 
++#if HAVE_ERRNO_H
++#include <errno.h>
++#endif
+ #if HAVE_STDIO_H
+ #include <stdio.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121202/9b2e684f/attachment.html>


More information about the macports-changes mailing list