Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 13:01:41 GMT
From:      Nikolay Pavlov <qpadla@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120882: Update port: net-im/openfire update to new version - openfire 3.4.5_1
Message-ID:  <200802201301.m1KD1fA1020145@www.freebsd.org>
Resent-Message-ID: <200802201310.m1KDA14Y017549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120882
>Category:       ports
>Synopsis:       Update port: net-im/openfire update to new version - openfire 3.4.5_1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 13:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Nikolay Pavlov
>Release:        6.1-RELEASE
>Organization:
Grimm Brothers
>Environment:
FreeBSD support 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Thu Jun 29 06:43:43 EDT 2006     root@support:/usr/src/sys/i386/compile/SMP-STABLE6  i386
>Description:
I've got a report that stunnel now uses UID 341 and GID 341. As it was suggested by freebsd-ports i want to register a new UID and GID - 342 for pure new openfire installations.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urd openfire/Makefile openfire.new/Makefile
--- openfire/Makefile	Wed Feb 20 07:48:11 2008
+++ openfire.new/Makefile	Wed Feb 20 07:47:57 2008
@@ -7,6 +7,7 @@
 
 PORTNAME=	openfire
 PORTVERSION=	3.4.5
+PORTREVISION=	1
 CATEGORIES=	net-im java
 MASTER_SITES=	http://www.igniterealtime.org/downloadServlet?filename=openfire/
 DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/./_/g}
diff -urd openfire/pkg-install openfire.new/pkg-install
--- openfire/pkg-install	Wed Feb 20 07:48:11 2008
+++ openfire.new/pkg-install	Wed Feb 20 07:44:05 2008
@@ -4,7 +4,7 @@
 POST-INSTALL)
         PUSER=openfire
         PGROUP=${PUSER}
-        PUID=341
+        PUID=342
         PGID=${PUID}
 
         if pw group show "${PGROUP}" >/dev/null; then
diff -urd UIDs UIDs.new
--- UIDs	Wed Feb 20 07:49:47 2008
+++ UIDs.new	Wed Feb 20 07:50:13 2008
@@ -107,6 +107,7 @@
 _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin
 wildfire:*:340:340:Wildfire Daemon:/nonexistent:/usr/sbin/nologin
 stunnel:*:341:341:Stunnel Daemon:/nonexistent:/usr/sbin/nologin
+openfire:*:342:342:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin
 _iodined:*:353:353:Iodine Daemon:/nonexistent:/usr/sbin/nologin
 ldap:*:389:389:OpenLDAP Server:/nonexistent:/usr/sbin/nologin
 tiarra:*:398:398:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin
diff -urd GIDs GIDs.new
--- GIDs	Wed Feb 20 07:48:46 2008
+++ GIDs.new	Wed Feb 20 07:51:38 2008
@@ -95,6 +95,7 @@
 dkfilter:*:325:
 wildfire:*:340:
 stunnel:*:341:
+openfire:*:342:
 _iodined:*:353:
 ldap:*:389:
 tiarra:*:398:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201301.m1KD1fA1020145>