4b170cbec4
- Changed buildreqs list to be one per line - Skipped patches included upstream - Rebased sphinx build patch - Changed description to match upstream - Added basic buildreqs gcc and make - Included vcs_version.h and vrt.h to produce correct provides, even when building in a non-standard buildroot - Patched local find_provides similarily - Added a couple of patches that adjusts test values for the koji i686 and ppc64 build servers - Added -fPIC and -pie for el6 rebuilds - redhat subdir is now fetched from new upstream gitrepo
15 lines
466 B
Diff
15 lines
466 B
Diff
--- bin/varnishtest/tests/v00017.vtc.orig 2015-09-30 13:39:14.000000000 +0200
|
|
+++ bin/varnishtest/tests/v00017.vtc 2015-10-05 13:58:05.129191488 +0200
|
|
@@ -36,9 +36,9 @@
|
|
sub vcl_recv { if (client.ip ~ a) { return(pass); } }
|
|
}
|
|
|
|
-varnish v1 -errvcl {DNS lookup(10.1.2.): } {
|
|
+varnish v1 -errvcl {DNS lookup(198..2.): } {
|
|
backend b { .host = "127.0.0.1"; }
|
|
- acl a { "10.1.2."; }
|
|
+ acl a { "198..2."; }
|
|
sub vcl_recv { if (client.ip ~ a) { return(pass); } }
|
|
}
|
|
|