blueness 14/06/25 12:46:50
Added: varnish-4.0.1-fix-warning.patch
varnish-4.0.1-fix-man-Makefile_am.patch
varnish-4.0.1-fix-doc-Makefile_am.patch
Log:
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.1 www-servers/varnish/files/varnish-4.0.1-fix-warning.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-warning.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-warning.patch?rev=1.1&content-type=text/plain
Index: varnish-4.0.1-fix-warning.patch
===================================================================
diff -Naur /root/varnish-4.0.1/lib/libvcc/vcc_expr.c
varnish-4.0.1/lib/libvcc/vcc_expr.c
--- /root/varnish-4.0.1/lib/libvcc/vcc_expr.c 2014-06-25 07:06:42.550508615
-0400
+++ varnish-4.0.1/lib/libvcc/vcc_expr.c 2014-06-23 09:43:06.000000000 -0400
@@ -670,7 +670,7 @@
struct expr *e1, *e2;
const char *ip;
const struct symbol *sym;
- double d;
+ double d = 0.0;
*e = NULL;
if (tl->t->tok == '(') {
1.1
www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch?rev=1.1&content-type=text/plain
Index: varnish-4.0.1-fix-man-Makefile_am.patch
===================================================================
diff -Naur varnish-4.0.1.orig/doc/sphinx/Makefile.am
varnish-4.0.1/doc/sphinx/Makefile.am
--- varnish-4.0.1.orig/doc/sphinx/Makefile.am 2014-06-23 09:43:06.000000000
-0400
+++ varnish-4.0.1/doc/sphinx/Makefile.am 2014-06-25 08:35:11.887750279
-0400
@@ -144,11 +144,13 @@
BUILT_SOURCES += include/varnishhist_options.rst \
include/varnishhist_synopsis.rst
-reference/vmod_std.generated.rst: $(top_srcdir)/lib/libvmod_std/vmod_std.rst
+reference/vmod_std.generated.rst: $(top_builddir)/lib/libvmod_std/vmod_std.rst
+ mkdir -p reference
cp $? $@
BUILT_SOURCES += reference/vmod_std.generated.rst
-reference/vmod_directors.generated.rst:
$(top_srcdir)/lib/libvmod_directors/vmod_directors.rst
+reference/vmod_directors.generated.rst:
$(top_builddir)/lib/libvmod_directors/vmod_directors.rst
+ mkdir -p reference
cp $? $@
BUILT_SOURCES += reference/vmod_directors.generated.rst
1.1
www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch?rev=1.1&content-type=text/plain
Index: varnish-4.0.1-fix-doc-Makefile_am.patch
===================================================================
diff -Naur varnish-4.0.1.orig/man/Makefile.am varnish-4.0.1/man/Makefile.am
--- varnish-4.0.1.orig/man/Makefile.am 2014-06-23 09:43:06.000000000 -0400
+++ varnish-4.0.1/man/Makefile.am 2014-06-25 08:40:43.498765372 -0400
@@ -86,8 +86,8 @@
$(top_srcdir)/doc/sphinx/include/varnishhist_synopsis.rst
${RST2MAN} $(RST2ANY_FLAGS)
$(top_srcdir)/doc/sphinx/reference/varnishhist.rst $@
-vmod_std.3: $(top_srcdir)/lib/libvmod_std/vmod_std.man.rst
+vmod_std.3: $(top_builddir)/lib/libvmod_std/vmod_std.man.rst
${RST2MAN} $(RST2ANY_FLAGS) $? $@
-vmod_directors.3: $(top_srcdir)/lib/libvmod_directors/vmod_directors.man.rst
+vmod_directors.3: $(top_builddir)/lib/libvmod_directors/vmod_directors.man.rst
${RST2MAN} $(RST2ANY_FLAGS) $? $@