Bug 98103 - Update port: security/webfwlog new upstream version 0.92
Summary: Update port: security/webfwlog new upstream version 0.92
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 20:30 UTC by zeus
Modified: 2006-06-09 14:14 UTC (History)
0 users

See Also:


Attachments
file.diff (1.65 KB, patch)
2006-05-29 20:30 UTC, zeus
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zeus 2006-05-29 20:30:19 UTC
	new upstream version webfwlog-0.92
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-29 20:32:14 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-06-05 01:23:42 UTC
State Changed
From-To: open->feedback

Please, fix this: 

usr/local/bin changed 
gid expected 0 found 80 
usr/local/etc changed 
gid expected 0 found 80 

After instalation webfwlog change group, and that's not permitted.
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2006-06-05 01:25:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 4 zeus 2006-06-05 19:46:27 UTC
Here is a new patch against the existing port with fixes the
change-of-group-ownership issue.

-Bob

diff -wNru -x CVS /usr/ports/security/webfwlog/Makefile
security/webfwlog/Makefile
--- security/webfwlog/Makefile	Sat May 13 13:22:15 2006
+++ security/webfwlog/Makefile	Mon Jun  5 10:48:59 2006
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	webfwlog
-PORTVERSION=	0.91
+PORTVERSION=	0.92
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 PATCH_SITES=	http://devel.webfwlog.net/download/patches/
-PATCHFILES=	webfwlog-0.91-order_state.patch
+PATCHFILES=	webfwlog-0.92-date_syntax_url.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	zeus@ix.netcom.com
@@ -49,9 +49,6 @@
 CONFIGURE_ARGS+=--with-pgsql
 .endif
 
-BINGRP=		${WWWGRP}
-BINMODE=	4550
-
 pre-install:
 	@${MKDIR} ${PREFIX}/${HTML_DOC_ROOT}
 
@@ -95,6 +92,8 @@
 	@${RM} -f ${PREFIX}/etc/webfwlog.conf.new
 	@${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog
 	@${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog/include
+	@${CHOWN} :${WWWGRP} ${PREFIX}/bin/wfwl_syslog
+	@${CHMOD} o-wrx ${PREFIX}/bin/wfwl_syslog
 
 	@${ECHO}
 	@${CAT} ${PKGMESSAGE}
diff -wNru -x CVS /usr/ports/security/webfwlog/distinfo
security/webfwlog/distinfo
--- security/webfwlog/distinfo	Sat May 13 13:34:29 2006
+++ security/webfwlog/distinfo	Mon May 29 12:04:27 2006
@@ -1,6 +1,6 @@
-MD5 (webfwlog-0.91.tar.gz) = c60ffe77ffa92f339410dd43cf8b4825
-SHA256 (webfwlog-0.91.tar.gz) =
abb2ec8f41f1d7ee3f851c0104399c49489bc81b46540ffd560f84811551d7ba
-SIZE (webfwlog-0.91.tar.gz) = 244307
-MD5 (webfwlog-0.91-order_state.patch) = 9e4af7759320e08957915fc394f2e0d1
-SHA256 (webfwlog-0.91-order_state.patch) =
3e3c478dcb10951d0189897697bd0be4b4006dc4d7f58311650dcc5389f53280
-SIZE (webfwlog-0.91-order_state.patch) = 1230
+MD5 (webfwlog-0.92.tar.gz) = c0c94543bdb5694febf40352a0fae0dd
+SHA256 (webfwlog-0.92.tar.gz) =
374230f485a276036490a7fc9c500ebb00e9b7db5a83461fed5d50018175b1f7
+SIZE (webfwlog-0.92.tar.gz) = 246148
+MD5 (webfwlog-0.92-date_syntax_url.patch) =
9e30ea72a6724d6a9adff91754906aa8
+SHA256 (webfwlog-0.92-date_syntax_url.patch) =
11abd961fc327af4aad3d907ef4e8cfaf4ec0ec1d70acf2f478ef313856c255a
+SIZE (webfwlog-0.92-date_syntax_url.patch) = 1147
Comment 5 Marcus Alves Grando freebsd_committer freebsd_triage 2006-06-09 14:14:10 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!