r4712 - in trunk/varnish-cache: bin/varnishd bin/varnishtest man

ingvar at varnish-cache.org ingvar at varnish-cache.org
Wed Apr 21 15:31:03 CEST 2010


Author: ingvar
Date: 2010-04-21 15:31:03 +0200 (Wed, 21 Apr 2010)
New Revision: 4712

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.1
   trunk/varnish-cache/bin/varnishtest/Makefile.am
   trunk/varnish-cache/man/vcl.7so
Log:
Patch by Robert Scheck <robert at fedoraproject.org> for varnish >= 2.1, which adds the
missing (former implicit) linking to libm. And as implicit linking can be dangerous,
this changed, see: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking

Commited by Ingvar. This is necessary to make varnish build on fedora>13.



Modified: trunk/varnish-cache/bin/varnishd/varnishd.1
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.1	2010-04-21 13:00:14 UTC (rev 4711)
+++ trunk/varnish-cache/bin/varnishd/varnishd.1	2010-04-21 13:31:03 UTC (rev 4712)
@@ -173,6 +173,9 @@
 See
 .Sx Run-Time Parameters
 for a list of parameters.
+.It Fl S Ar file
+Path to a file containing a secret used for authorizing access to the
+management port.
 .It Fl s Ar type Ns Xo
 .Op , Ns Ar options
 .Xc

Modified: trunk/varnish-cache/bin/varnishtest/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishtest/Makefile.am	2010-04-21 13:00:14 UTC (rev 4711)
+++ trunk/varnish-cache/bin/varnishtest/Makefile.am	2010-04-21 13:31:03 UTC (rev 4712)
@@ -25,7 +25,7 @@
 		$(top_builddir)/lib/libvarnish/libvarnish.la \
 		$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
 		$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
-		${PTHREAD_LIBS}
+		${LIBM} ${PTHREAD_LIBS}
 
 EXTRA_DIST = $(top_srcdir)/bin/varnishtest/tests/*.vtc \
 	$(top_srcdir)/bin/varnishtest/tests/README

Modified: trunk/varnish-cache/man/vcl.7so
===================================================================
--- trunk/varnish-cache/man/vcl.7so	2010-04-21 13:00:14 UTC (rev 4711)
+++ trunk/varnish-cache/man/vcl.7so	2010-04-21 13:31:03 UTC (rev 4712)
@@ -126,7 +126,6 @@
 can be set to the maximum list size. Setting a value of 0 disables
 saintmode checking entirely for that backend. The value in the backend
 declaration overrides the parameter.
-
 .Ss Directors
 Directors choose from different backends based on health status and a
 per-director algorithm.




More information about the varnish-commit mailing list