# HG changeset patch # User Matthias Förste # Date 1509098211 -7200 # Node ID 87b508932fa302e4a8b485ee618bea84686a8530 # Parent 9b659b42285d7fb769372def9ae755a753645130 fix for new Squid3-Hierachy methods PINNED and ORIGINAL_DST. diff -r 9b659b42285d -r 87b508932fa3 calamaris/2.99.4.0-19/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/calamaris/2.99.4.0-19/README Fri Oct 27 11:56:51 2017 +0200 @@ -0,0 +1,7 @@ +$ apt-get source calamaris/jessie +$ cd calamaris-2.99.4.0 +$ quilt import /new-hier-methods-pinned-and-original-dst.diff +$ dch -D jessie -n 'backported fix for new Squid3-Hierachy methods PINNED and ORIGINAL_DST.' +$ # append '~ius' to debian revision number manually +$ dch -e +$ $FAVOURITE-PACKAGE-BUILDER diff -r 9b659b42285d -r 87b508932fa3 calamaris/2.99.4.0-19/new-hier-methods-pinned-and-original-dst.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/calamaris/2.99.4.0-19/new-hier-methods-pinned-and-original-dst.diff Fri Oct 27 11:56:51 2017 +0200 @@ -0,0 +1,13 @@ +diff --git a/calamaris b/calamaris +index d0f76a6..aeba787 100755 +--- a/calamaris ++++ b/calamaris +@@ -1220,7 +1220,7 @@ Thank You.\n\n"; + $hier++; + $hier_size += $log_size; + $hier_time += $log_reqtime; +- if ( $log_hier_method =~ m#DIRECT|SOURCE_FASTEST#o ) { ++ if ( $log_hier_method =~ m#DIRECT|ORIGINAL_DST|PINNED|SOURCE_FASTEST#o ) { + $hier_direct++; + $hier_direct_size += $log_size; + $hier_direct_time += $log_reqtime;';