pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/squid3



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Jun 23 15:10:36 UTC 2016

Modified Files:
        pkgsrc/www/squid3: distinfo
Added Files:
        pkgsrc/www/squid3/patches: patch-src_adaptation_ecap_ServiceRep.cc

Log Message:
Fix non-default, probably unusused so far, ecap option build, after
libecap move to C++11.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/squid3/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/squid3/patches/patch-src_adaptation_ecap_ServiceRep.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid3/distinfo
diff -u pkgsrc/www/squid3/distinfo:1.51 pkgsrc/www/squid3/distinfo:1.52
--- pkgsrc/www/squid3/distinfo:1.51     Sun May  8 23:29:19 2016
+++ pkgsrc/www/squid3/distinfo  Thu Jun 23 15:10:36 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2016/05/08 23:29:19 taca Exp $
+$NetBSD: distinfo,v 1.52 2016/06/23 15:10:36 prlw1 Exp $
 
 SHA1 (squid-3.5.19.tar.xz) = 809133b751df9fb5bca07f181b3e2f7df392f761
 RMD160 (squid-3.5.19.tar.xz) = ef97ea9eb6273ec8ded8f74860bcfa7675bf1fb1
@@ -10,6 +10,7 @@ SHA1 (patch-compat_debug.h) = a828871704
 SHA1 (patch-errors_Makefile.in) = afbac822ac84d5e1734d55fc625e949ae0b85289
 SHA1 (patch-src_Makefile.in) = 7233a92a4f6ecc06d88e125f08f7413e0741f3b6
 SHA1 (patch-src_SquidNew.cc) = eef6e72e168cf7f40518fab13dc2f55ed0268db9
+SHA1 (patch-src_adaptation_ecap_ServiceRep.cc) = 246bc60bf2b06ddd99cacf59ae99dcbeee7365c2
 SHA1 (patch-src_base_TidyPointer.h) = d05017d7db904286afb02600ed3cc2f0f253b939
 SHA1 (patch-src_store.cc) = 055d98a59103b02a51876a5c8ffed9514954beb4
 SHA1 (patch-tools_Makefile.in) = 3a7678c63a11a35fabef091a3b18e63859f0796f

Added files:

Index: pkgsrc/www/squid3/patches/patch-src_adaptation_ecap_ServiceRep.cc
diff -u /dev/null pkgsrc/www/squid3/patches/patch-src_adaptation_ecap_ServiceRep.cc:1.1
--- /dev/null   Thu Jun 23 15:10:36 2016
+++ pkgsrc/www/squid3/patches/patch-src_adaptation_ecap_ServiceRep.cc   Thu Jun 23 15:10:36 2016
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_adaptation_ecap_ServiceRep.cc,v 1.1 2016/06/23 15:10:36 prlw1 Exp $
+
+http://bugs.squid-cache.org/show_bug.cgi?id=4376
+
+--- ./src/adaptation/ecap/ServiceRep.cc.orig   2016-05-08 12:46:35.000000000 +0000
++++ ./src/adaptation/ecap/ServiceRep.cc
+@@ -234,7 +234,7 @@ bool Adaptation::Ecap::ServiceRep::probe
+ 
+ bool Adaptation::Ecap::ServiceRep::up() const
+ {
+-    return theService;
++    return bool(theService);
+ }
+ 
+ bool Adaptation::Ecap::ServiceRep::wantsUrl(const String &urlPath) const



Home | Main Index | Thread Index | Old Index