[csw-devel] SF.net SVN: gar:[5441] csw/mgar/pkg/pound2/trunk
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Tue Jun 30 15:49:21 CEST 2009
Revision: 5441
http://gar.svn.sourceforge.net/gar/?rev=5441&view=rev
Author: bensons
Date: 2009-06-30 13:49:21 +0000 (Tue, 30 Jun 2009)
Log Message:
-----------
pound2: adjusted manpage and packagename
Modified Paths:
--------------
csw/mgar/pkg/pound2/trunk/Makefile
csw/mgar/pkg/pound2/trunk/checksums
csw/mgar/pkg/pound2/trunk/files/patch-pound.8
Modified: csw/mgar/pkg/pound2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pound2/trunk/Makefile 2009-06-30 13:40:41 UTC (rev 5440)
+++ csw/mgar/pkg/pound2/trunk/Makefile 2009-06-30 13:49:21 UTC (rev 5441)
@@ -1,7 +1,6 @@
-GARNAME = Pound
+GARNAME = pound2
GARVERSION = 2.4.5
CATEGORIES = net
-CATALOGNAME = pound2
DESCRIPTION = reverse proxy load balancer
define BLURB
@@ -13,7 +12,8 @@
endef
MASTER_SITES = http://www.apsis.ch/pound/
-DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES = Pound-$(GARVERSION).tgz
+DISTNAME = Pound-$(GARVERSION)
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
@@ -46,8 +46,8 @@
ginstall -d $(DESTDIR)$(mandir)/man8
ginstall -m 644 $(WORKSRC)/pound.8 $(DESTDIR)$(mandir)/man8/pound2.8
ginstall -m 644 $(WORKSRC)/poundctl.8 $(DESTDIR)$(mandir)/man8/pound2ctl.8
- ginstall -d $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
- ginstall -m 644 $(FILEDIR)/pound2-sample.cfg $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
+ ginstall -d $(DESTDIR)$(sysconfdir)/$(GARNAME)
+ ginstall -m 644 $(FILEDIR)/pound2-sample.cfg $(DESTDIR)$(sysconfdir)/$(GARNAME)
ginstall -d $(DESTDIR)/var/opt/csw/run
docs-list = $(WORKSRC)/README
@@ -56,8 +56,8 @@
docs-list += $(WORKSRC)/z2_2_5_1.py
docs-list += $(WORKSRC)/z2_2_6_1.py
install-docs:
- ginstall -d $(DESTDIR)$(docdir)/$(CATALOGNAME)
+ ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
@( for file in $(docs-list) ; do \
- ginstall -m 644 $$file $(DESTDIR)$(docdir)/$(CATALOGNAME) ; \
+ ginstall -m 644 $$file $(DESTDIR)$(docdir)/$(GARNAME) ; \
done )
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/pound2/trunk/checksums
===================================================================
--- csw/mgar/pkg/pound2/trunk/checksums 2009-06-30 13:40:41 UTC (rev 5440)
+++ csw/mgar/pkg/pound2/trunk/checksums 2009-06-30 13:49:21 UTC (rev 5441)
@@ -1,3 +1,3 @@
4c4613e857ee14c06c61ab09e28ae503 download/Pound-2.4.5.tgz
-f68ef6bad086ece622fe74a5c28c9725 download/patch-pound.8
+30fabf8e6abf2e1af1cc65bc740c0124 download/patch-pound.8
e7acc61f9ff01ecaaa628a08b207176f download/patch-pound.h
Modified: csw/mgar/pkg/pound2/trunk/files/patch-pound.8
===================================================================
--- csw/mgar/pkg/pound2/trunk/files/patch-pound.8 2009-06-30 13:40:41 UTC (rev 5440)
+++ csw/mgar/pkg/pound2/trunk/files/patch-pound.8 2009-06-30 13:49:21 UTC (rev 5441)
@@ -1,5 +1,5 @@
*** Pound-2.4.5.orig/pound.8 Mon Jun 29 17:53:58 2009
---- Pound-2.4.5/pound.8 Tue Jun 30 13:55:23 2009
+--- Pound-2.4.5/pound.8 Tue Jun 30 15:47:59 2009
***************
*** 155,161 ****
\fB\-f\fR config_file
@@ -35,6 +35,57 @@
In general, any number of back-end servers may be specified. Use the priority to
affect the load distribution among unequal-performance servers.
***************
+*** 833,839 ****
+ .br
+ Port 443
+ .br
+! Cert "/etc/pound/server.pem"
+ .br
+
+ .br
+--- 833,839 ----
+ .br
+ Port 443
+ .br
+! Cert "/opt/csw/etc/pound2/server.pem"
+ .br
+
+ .br
+***************
+*** 868,874 ****
+ .br
+ Port 443
+ .br
+! Cert "/etc/pound/server.pem"
+ .br
+ End
+ .br
+--- 868,874 ----
+ .br
+ Port 443
+ .br
+! Cert "/opt/csw/etc/pound2/server.pem"
+ .br
+ End
+ .br
+***************
+*** 1013,1019 ****
+ .br
+ Port 443
+ .br
+! Cert "/etc/pound/pound.pem"
+ .br
+ Client 20
+ .br
+--- 1013,1019 ----
+ .br
+ Port 443
+ .br
+! Cert "/opt/csw/etc/pound/pound2.pem"
+ .br
+ Client 20
+ .br
+***************
*** 1107,1122 ****
.br
.SH FILES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list