openbsd-ports/www/pound/patches/patch-pound_8
gonzalo 076b365b14 Update for Pound to 2.6:
- allow multiple AddHeader directives
    - fixed memory leak in config/AddHeader
    - fixed memory leak in DH
    - fixed problem in SNI certificate storage
    - changed long to long long for support of requests larger than 2GB
    - added parsing for certificate CN
    - fixed problem in task enqueing
    - fixed small problem in Makefile

And others, while here, GROFF is not needed and patches applied
upstream.

Ok 'Looks fine' aja@
2012-09-17 13:05:14 +00:00

27 lines
1.0 KiB
Plaintext

$OpenBSD: patch-pound_8,v 1.3 2012/09/17 13:05:14 gonzalo Exp $
--- pound.8.orig Wed Dec 28 10:57:45 2011
+++ pound.8 Tue Sep 4 17:04:51 2012
@@ -155,7 +155,7 @@ running a quick syntax check before actually activatin
\fB\-f\fR config_file
Location of the configuration file (see below for a full description of the format).
Default:
-.I /usr/local/etc/pound.cfg
+.I ${SYSCONFDIR}/pound.cfg
.TP
\fB\-p\fR pid_file
Location of the pid file.
@@ -1191,11 +1191,11 @@ this is where
.B Pound
will attempt to record its process id.
.TP
-\fI/usr/local/etc/pound.cfg\fR
+\fI${SYSCONFDIR}/pound.cfg\fR
the default configuration file (the location may be changed when compiling - see the
F_CONF flag in the Makefile).
.TP
-\fI/usr/local/etc/pound/cert.pem\fR
+\fI${SYSCONFDIR}/pound/cert.pem\fR
the certificate file(s) for HTTPS. The location must be defined in the configuration
file - this is only a suggestion. The file must contain a PEM-encoded certificate,
optionally a certificate chain from a known Certificate Authority to your server certificate