diff options
author | vs <vs@FreeBSD.org> | 2004-06-23 21:02:45 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-23 21:02:45 +0800 |
commit | 63e54bb80d88a4a7d5fac9b834e53a81b8edf77e (patch) | |
tree | 4e8de6352b6921e8561d81f3a155852399c00b17 | |
parent | 07040161a4e031b3c1e9aed44089c8c2978f2dd4 (diff) | |
download | freebsd-ports-gnome-63e54bb80d88a4a7d5fac9b834e53a81b8edf77e.tar.gz freebsd-ports-gnome-63e54bb80d88a4a7d5fac9b834e53a81b8edf77e.tar.zst freebsd-ports-gnome-63e54bb80d88a4a7d5fac9b834e53a81b8edf77e.zip |
Update to 1.4.3
PR: ports/66307
Submitted by: c0decafe.net
Approved by: maintainer timeout
24 files changed, 238 insertions, 634 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index abae78c09ccd..6068f21e389c 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -6,38 +6,38 @@ # PORTNAME= jabber -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= net -MASTER_SITES= http://jabberd.jabberstudio.org/downloads/ \ - http://download.jabber.org/dists/1.4/final/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://jabberd.jabberstudio.org/1.4/dist/ +DISTNAME= ${PORTNAME}d-${PORTVERSION} DIST_SUBDIR= jabber MAINTAINER= seanc@FreeBSD.org COMMENT= Online presence and instant messaging server +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth + GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_PERL5= yes CONFIGURE_ARGS+= --enable-ssl - -rc=${PREFIX}/etc/rc.d +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.endif #JABDIR= ${PORTNAME}-${PORTVERSION} # Save this data for use later: jabber doesn't have an install target # or a sane set of defaults. post-patch: - @echo "${WRKSRC}" > ${WRKSRC}/.wrksrc-freebsd - @echo "${PREFIX}" > ${WRKSRC}/.prefix-freebsd - @echo "${INSTALL_DATA}" > ${WRKSRC}/.install_data-freebsd - @echo "${INSTALL_SCRIPT}" > ${WRKSRC}/.install_script-freebsd - @echo "${INSTALL_PROGRAM}" > ${WRKSRC}/.install_program-freebsd + ${ECHO} "${WRKSRC}" > ${WRKSRC}/.wrksrc-freebsd + ${ECHO} "${PREFIX}" > ${WRKSRC}/.prefix-freebsd + ${ECHO} "${INSTALL_DATA}" > ${WRKSRC}/.install_data-freebsd + ${ECHO} "${INSTALL_SCRIPT}" > ${WRKSRC}/.install_script-freebsd + ${ECHO} "${INSTALL_PROGRAM}" > ${WRKSRC}/.install_program-freebsd post-install: - @PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${INSTALL_SCRIPT} ${FILESDIR}/jabberd.sh ${rc} + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${INSTALL_DATA} ${FILESDIR}/jabberd.sh ${PREFIX}/etc/rc.d/ .include <bsd.port.mk> diff --git a/net-im/jabber/distinfo b/net-im/jabber/distinfo index ab9a48722523..2dd9ec7c1caf 100644 --- a/net-im/jabber/distinfo +++ b/net-im/jabber/distinfo @@ -1,2 +1,2 @@ -MD5 (jabber/jabber-1.4.2.tar.gz) = 10780dbdb93926ea5bb360e1186b939c -SIZE (jabber/jabber-1.4.2.tar.gz) = 690217 +MD5 (jabber/jabberd-1.4.3.tar.gz) = a3e964d6fa07b5d850302ae0512f94c6 +SIZE (jabber/jabberd-1.4.3.tar.gz) = 258016 diff --git a/net-im/jabber/files/jabberd.sh b/net-im/jabber/files/jabberd.sh index d6aa960fb6f6..2ad8b7ea99c7 100644 --- a/net-im/jabber/files/jabberd.sh +++ b/net-im/jabber/files/jabberd.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/jabberd\.sh\$"); then echo "$0: Cannot determine the PREFIX" >&2 diff --git a/net/jabber/files/patch-ab b/net-im/jabber/files/patch-Makefile index 589e6646ceee..ce467316fcdd 100644 --- a/net/jabber/files/patch-ab +++ b/net-im/jabber/files/patch-Makefile @@ -11,7 +11,7 @@ all: all-recursive -@@ -13,8 +17,29 @@ +@@ -13,8 +17,28 @@ single: single-recursive @@ -37,7 +37,6 @@ + ${INSTALL_DIR} ${INCDIR}/lib + ${INSTALL_DATA} jabberd/lib/lib.h ${INCDIR}/lib + ${INSTALL_DATA} jabberd/lib/xmlparse.h ${INCDIR}/lib -+ ${INSTALL_DATA} jabberd/pth-1.4.0/pth.h ${INCDIR} + all-local: diff --git a/net-im/jabber/files/patch-aa b/net-im/jabber/files/patch-aa deleted file mode 100644 index 80239a100c69..000000000000 --- a/net-im/jabber/files/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ ---- configure.orig Mon Feb 11 11:14:06 2002 -+++ configure Sun Apr 14 18:38:40 2002 -@@ -32,7 +32,8 @@ - LDFLAGS="$LDFLAGS" - LIBS="$LIBS" - XLDFLAGS="$XLDFLAGS " --JHOME=`pwd` -+JHOME="`cat .prefix-freebsd`/lib/jabber" -+WRKSRC="`cat .wrksrc-freebsd`" - - ## - # Print a cool header -@@ -76,31 +77,19 @@ - ## - # Pth check - ## --printf "Getting pth settings..." --PTH_CFLAGS=`pth-config --cflags` --PTH_LDFLAGS=`pth-config --ldflags` --PTH_LIBS=`pth-config --libs` --PTH_LIBDIR=`pth-config --libdir` --if [ -n "$PTH_CFLAGS" ]; then -- CFLAGS="$CFLAGS $PTH_CFLAGS"; -- LDFLAGS="$LDFLAGS $PTH_LDFLAGS"; -- LIBS="$LIBS $PTH_LIBS"; -- SLIBS="$SLIBS $PTH_LIBDIR/libpth.a"; -- printf " Done.\n"; --else -- if [ -d "jabberd/pth-1.4.0" ]; then -- opwd=`pwd` -- cd jabberd/pth-1.4.0; -- ./configure || (printf "Error Configuring pth"; exit 1); -- cd $opwd; -- PSUBDIR="pth-1.4.0"; -- PTHP=`pwd`"/jabberd/pth-1.4.0"; -- PLINK="$PTHP/pth_*.o"; -- CFLAGS="$CFLAGS -I`pwd`/jabberd/pth-1.4.0"; -- else -- printf " Error.\n\n No version of PTH is available on this system\nhttp://www.gnu.org/software/pth/"; -- fi --fi -+echo "Using jabber's internal copy of pth 1.4.0 because 1.4.1 is incompatible" -+opwd=`pwd` -+cd jabberd/pth-1.4.0; -+echo "Configuring jabber pth-1.4.0..." -+./configure || (echo "Error Configuring pth"; exit 1); -+echo "Building pth-1.4.0..." -+gmake -+cd $opwd; -+PSUBDIR="pth-1.4.0"; -+PTHP="`pwd`/jabberd/pth-1.4.0"; -+PLINK="$PTHP/pth_*.o"; -+CFLAGS="$CFLAGS -I${PTHP}"; -+LDFLAGS="$LDFLAGS -L${PTHP}"; - - - diff --git a/net-im/jabber/files/patch-ac b/net-im/jabber/files/patch-ac deleted file mode 100644 index 45e15e08afaa..000000000000 --- a/net-im/jabber/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- jabber.xml.orig Sat Feb 3 22:46:56 2001 -+++ jabber.xml Sun Feb 11 01:19:01 2001 -@@ -576,7 +576,7 @@ - <!-- - This specifies the file to store the pid of the process in. - --> -- <pidfile>./jabber.pid</pidfile> -+ <pidfile>/var/tmp/jabber.pid</pidfile> - - - </jabber> diff --git a/net-im/jabber/files/patch-configure b/net-im/jabber/files/patch-configure new file mode 100644 index 000000000000..07f6c8b3c757 --- /dev/null +++ b/net-im/jabber/files/patch-configure @@ -0,0 +1,9 @@ +--- configure.orig Mon Feb 11 11:14:06 2002 ++++ configure Sun Apr 14 18:38:40 2002 +@@ -32,7 +32,8 @@ + LDFLAGS="$LDFLAGS" + LIBS="$LIBS" + XLDFLAGS="$XLDFLAGS " +-JHOME=`pwd` ++JHOME="`cat .prefix-freebsd`/lib/jabber" ++WRKSRC="`cat .wrksrc-freebsd`" diff --git a/net/jabber/files/patch-ad b/net-im/jabber/files/patch-jabber.xml index 63266c9a12eb..378893a1aea6 100644 --- a/net/jabber/files/patch-ad +++ b/net-im/jabber/files/patch-jabber.xml @@ -1,27 +1,17 @@ ---- jabber.xml.orig Sun Feb 11 17:24:48 2001 -+++ jabber.xml Sun Feb 11 17:26:23 2001 -@@ -41,6 +41,10 @@ - Multiple <host/> entries are allowed - each one is for a +--- jabber.xml.orig Thu Nov 13 22:53:46 2003 ++++ jabber.xml Thu May 6 04:19:22 2004 +@@ -49,6 +49,10 @@ separate virtual server. Note that each host entry must be on one line, the server doesn't like it otherwise! :) + Use lowercase for the hostname. + + Currently on FreeBSD jabberd is started with the -h option + from /usr/local/etc/rc.d/jabberd.sh. You'll need to modify -+ this before changing below. ++ it before the below applies. --> <host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host> -@@ -193,7 +197,9 @@ - entry for <host/> above. - --> - -+ <!-- - <update><jabberd:cmdline flag="h">localhost</jabberd:cmdline></update> -+ --> - - <!-- - This enables the server to automatically update the -@@ -298,7 +304,7 @@ +@@ -356,7 +360,7 @@ <xdb_file>./xdb_file/xdb_file.so</xdb_file> </load> <xdb_file xmlns="jabber:config:xdb_file"> @@ -30,7 +20,7 @@ </xdb_file> </xdb> -@@ -357,7 +363,7 @@ +@@ -430,7 +434,7 @@ <host/> <logtype/> <format>%d: [%t] (%h): %s</format> @@ -39,7 +29,7 @@ <stderr/> </log> -@@ -370,7 +376,7 @@ +@@ -443,7 +447,7 @@ <host/> <logtype>record</logtype> <format>%d %h %s</format> @@ -48,3 +38,12 @@ </log> <!-- The following two services are for handling server-to-server traffic. --> +@@ -668,7 +672,7 @@ + <!-- + This specifies the file to store the pid of the process in. + --> +- <pidfile>./jabber.pid</pidfile> ++ <pidfile>/var/tmp/jabber.pid</pidfile> + + + </jabber> diff --git a/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c b/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c new file mode 100644 index 000000000000..bc7d2121959e --- /dev/null +++ b/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c @@ -0,0 +1,11 @@ +--- jsm/modules/mod_auth_crypt.c.orig Thu May 6 00:00:20 2004 ++++ jsm/modules/mod_auth_crypt.c Thu May 6 00:00:01 2004 +@@ -28,7 +28,7 @@ + * + * --------------------------------------------------------------------------*/ + #include "jsm.h" +-#include "crypt.h" ++#include <unistd.h> + + #define HASH_CRYPT 1 + #define HASH_SHA1 2 diff --git a/net-im/jabber/pkg-deinstall b/net-im/jabber/pkg-deinstall index 7c67ecc0cca6..b886ee3b5b00 100644 --- a/net-im/jabber/pkg-deinstall +++ b/net-im/jabber/pkg-deinstall @@ -1,71 +1,19 @@ -#! /bin/sh +#!/bin/sh -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -delete_account() { - local u g home - - u=$1 - g=$2 - if yesno "Do you want me to remove group \"${g}\"" y; then - pw groupdel -n ${g} - echo "Done." - fi - if yesno "Do you want me to remove user \"${u}\"" y; then - eval home=~${u} - pw userdel -n ${u} - echo "Done." - if [ -d "${home}" ]; then - echo "Please remember to remove the home directory \"${home}\" as" - echo "well as the mirrored files." - fi - fi -} - -if [ x$2 != xDEINSTALL ]; then - exit +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 fi -export PATH=/bin:/usr/bin:/usr/sbin - USER=jabber -GROUP=jabber -if ps -axc | grep -q jabberd; then - if yesno "There are some jabberd processes running. Shall I kill them" y - then - killall -SIGKILL -u ${USER} jabberd - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi +if pw usershow "${USER}" 2>/dev/null 1>&2; then + echo "To delete Jabber user permanently, use 'pw userdel ${USER}'" fi -delete_account ${USER} ${GROUP} +if pw groupshow "${USER}" 2>/dev/null 1>&2; then + echo "To delete Jabber group permanently, use 'pw groupdel ${USER}'" +fi + +echo "If you wish to delete jabber data files, remove '/var/spool/jabber' directory." + +exit 0 diff --git a/net-im/jabber/pkg-install b/net-im/jabber/pkg-install index 7714ddb1d21a..926e79391c4c 100644 --- a/net-im/jabber/pkg-install +++ b/net-im/jabber/pkg-install @@ -1,151 +1,56 @@ -#! /bin/sh - -chmods_done=" " - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -make_account() { - local u g gcos homeopt home - - u=$1 - g=$2 - gcos=$3 - homeopt=${4:+"-d $4"} - - if pw group show "${g}" >/dev/null 2>&1; then - echo "You already have a group \"${g}\", so I will use it." - else - echo "You need a group \"${g}\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ${g} || exit - echo "Done." +#!/bin/sh + +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi + +USER=jabber +GROUP=${USER} +UID=93 +GID=${UID} +SPOOLDIR="/var/spool/jabber" +ETCDIR=${PREFIX:-$PKG_PREFIX}/etc + +if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then + if pw groupadd ${GROUP} -g ${GID}; then + echo "Added group \"${GROUP}\"." else - echo "Please create it, and try again." - if ! grep -q "^${u}:" /etc/passwd; then - echo "While you're at it, please create a user \"${u}\" too," - echo "with a default group of \"${g}\"." - fi - exit 1 + echo "Adding group \"${GROUP}\" failed..." + exit 1 fi - fi - - if pw user show "${u}" >/dev/null 2>&1; then - echo "You already have a user \"${u}\", so I will use it." - else - echo "You need a user \"${u}\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ${u} -g ${g} -h - ${homeopt} \ - -s /nonexistent -c "${gcos}" || exit - echo "Done." +fi + +if ! pw usershow "${USER}" 2>/dev/null 1>&2; then + if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ + -s "/sbin/nologin" -d "/nonexistent" \ + -c "Jabber Daemon"; \ + then + echo "Added user \"${USER}\"." else - echo "Please create it, and try again." - exit 1 - fi - fi - - if [ x"$homeopt" = x ]; then - eval home=~${u} - if [ ! -d "${home}" ]; then - if yesno \ - "Would you like me to create ${u}'s home directory (${home})" y - then - (umask 77 && \ - mkdir -p ${home}) || exit - chown -R ${u}:${g} ${home} || exit - else - echo "Please create it, and try again." + echo "Adding user \"${USER}\" failed..." exit 1 - fi fi - fi -} - -case $2 in - -POST-INSTALL) - if which -s pw && which -s lockf; then - : - else - cat <<EOF - -This system looks like a pre-2.2 version of FreeBSD. I see that it -is missing the "lockf" and/or "pw" utilities. I need these utilities. -Please get them and install them, and try again. You can get the -sources from: - - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.bin/lockf.tar.gz - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz - -EOF - exit 1 - fi - - user=jabber - group=jabber - spooldir="/var/spool/jabber" - etcdir=${PREFIX:-$PKG_PREFIX}/etc - - echo "" - make_account ${user} ${group} "Jabber Daemon" "/nonexistent" - - if [ ! -d ${spooldir} ]; then - echo "Creating \"${spooldir}\"." - mkdir -p ${spooldir} - fi - - echo "Fixing ownerships and modes in \"${spooldir}\"." - chown -R ${user}:${group} ${spooldir} - chmod -R go= ${spooldir} - - if [ ! -f ${etcdir}/jabber.xml ]; then - echo "Creating \"${etcdir}/jabber.xml\"." - cp -p ${etcdir}/jabber.xml.sample ${etcdir}/jabber.xml - fi - - echo "Fixing config files ownerships and modes." - chown root:${group} ${etcdir}/jabber.xml ${etcdir}/jabber.xml.sample - chmod 640 ${etcdir}/jabber.xml ${etcdir}/jabber.xml.sample - - if [ ! -f /var/log/jabber.error ]; then - echo "Creating \"/var/log/jabber.error\"." - cp /dev/null /var/log/jabber.error - fi - - if [ ! -f /var/log/jabber.record ]; then - echo "Creating \"/var/log/jabber.record\"." - cp /dev/null /var/log/jabber.record - fi - - echo "Fixing log files ownerships and modes." - chown ${user}:${group} /var/log/jabber.error /var/log/jabber.record - chmod 640 /var/log/jabber.error /var/log/jabber.record - - ;; -esac +fi + +if [ ! -d ${SPOOLDIR} ]; then + echo "Creating \"${SPOOLDIR}\"." + mkdir -p ${SPOOLDIR} +fi + +echo "Fixing ownerships and modes in \"${SPOOLDIR}\"." +chown -R ${USER}:${GROUP} ${SPOOLDIR} +chmod -R go= ${SPOOLDIR} + +if [ ! -f ${ETCDIR}/jabber.xml ]; then + echo "Creating \"${ETCDIR}/jabber.xml\"." + cp -p ${ETCDIR}/jabber.xml.sample ${ETCDIR}/jabber.xml +fi + +echo "Fixing config files ownerships and modes." +chown root:${GROUP} ${ETCDIR}/jabber.xml ${ETCDIR}/jabber.xml.sample +chmod 640 ${ETCDIR}/jabber.xml ${ETCDIR}/jabber.xml.sample + +echo "Fixing log files, ownerships and modes." +touch /var/log/jabber.error /var/log/jabber.record +chown ${USER}:${GROUP} /var/log/jabber.error /var/log/jabber.record +chmod 640 /var/log/jabber.error /var/log/jabber.record diff --git a/net-im/jabber/pkg-plist b/net-im/jabber/pkg-plist index 14a96c279805..071bb1f22f38 100644 --- a/net-im/jabber/pkg-plist +++ b/net-im/jabber/pkg-plist @@ -6,7 +6,6 @@ include/jabber/lib/lib.h include/jabber/lib/xmlparse.h include/jabber/platform-settings include/jabber/jabberd.h -include/jabber/pth.h lib/jabber/dialback/dialback.so lib/jabber/dnsrv/dnsrv.so lib/jabber/jsm/jsm.so diff --git a/net/jabber/Makefile b/net/jabber/Makefile index abae78c09ccd..6068f21e389c 100644 --- a/net/jabber/Makefile +++ b/net/jabber/Makefile @@ -6,38 +6,38 @@ # PORTNAME= jabber -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= net -MASTER_SITES= http://jabberd.jabberstudio.org/downloads/ \ - http://download.jabber.org/dists/1.4/final/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://jabberd.jabberstudio.org/1.4/dist/ +DISTNAME= ${PORTNAME}d-${PORTVERSION} DIST_SUBDIR= jabber MAINTAINER= seanc@FreeBSD.org COMMENT= Online presence and instant messaging server +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth + GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_PERL5= yes CONFIGURE_ARGS+= --enable-ssl - -rc=${PREFIX}/etc/rc.d +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.endif #JABDIR= ${PORTNAME}-${PORTVERSION} # Save this data for use later: jabber doesn't have an install target # or a sane set of defaults. post-patch: - @echo "${WRKSRC}" > ${WRKSRC}/.wrksrc-freebsd - @echo "${PREFIX}" > ${WRKSRC}/.prefix-freebsd - @echo "${INSTALL_DATA}" > ${WRKSRC}/.install_data-freebsd - @echo "${INSTALL_SCRIPT}" > ${WRKSRC}/.install_script-freebsd - @echo "${INSTALL_PROGRAM}" > ${WRKSRC}/.install_program-freebsd + ${ECHO} "${WRKSRC}" > ${WRKSRC}/.wrksrc-freebsd + ${ECHO} "${PREFIX}" > ${WRKSRC}/.prefix-freebsd + ${ECHO} "${INSTALL_DATA}" > ${WRKSRC}/.install_data-freebsd + ${ECHO} "${INSTALL_SCRIPT}" > ${WRKSRC}/.install_script-freebsd + ${ECHO} "${INSTALL_PROGRAM}" > ${WRKSRC}/.install_program-freebsd post-install: - @PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${INSTALL_SCRIPT} ${FILESDIR}/jabberd.sh ${rc} + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${INSTALL_DATA} ${FILESDIR}/jabberd.sh ${PREFIX}/etc/rc.d/ .include <bsd.port.mk> diff --git a/net/jabber/distinfo b/net/jabber/distinfo index ab9a48722523..2dd9ec7c1caf 100644 --- a/net/jabber/distinfo +++ b/net/jabber/distinfo @@ -1,2 +1,2 @@ -MD5 (jabber/jabber-1.4.2.tar.gz) = 10780dbdb93926ea5bb360e1186b939c -SIZE (jabber/jabber-1.4.2.tar.gz) = 690217 +MD5 (jabber/jabberd-1.4.3.tar.gz) = a3e964d6fa07b5d850302ae0512f94c6 +SIZE (jabber/jabberd-1.4.3.tar.gz) = 258016 diff --git a/net/jabber/files/jabberd.sh b/net/jabber/files/jabberd.sh index d6aa960fb6f6..2ad8b7ea99c7 100644 --- a/net/jabber/files/jabberd.sh +++ b/net/jabber/files/jabberd.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/jabberd\.sh\$"); then echo "$0: Cannot determine the PREFIX" >&2 diff --git a/net-im/jabber/files/patch-ab b/net/jabber/files/patch-Makefile index 589e6646ceee..ce467316fcdd 100644 --- a/net-im/jabber/files/patch-ab +++ b/net/jabber/files/patch-Makefile @@ -11,7 +11,7 @@ all: all-recursive -@@ -13,8 +17,29 @@ +@@ -13,8 +17,28 @@ single: single-recursive @@ -37,7 +37,6 @@ + ${INSTALL_DIR} ${INCDIR}/lib + ${INSTALL_DATA} jabberd/lib/lib.h ${INCDIR}/lib + ${INSTALL_DATA} jabberd/lib/xmlparse.h ${INCDIR}/lib -+ ${INSTALL_DATA} jabberd/pth-1.4.0/pth.h ${INCDIR} + all-local: diff --git a/net/jabber/files/patch-aa b/net/jabber/files/patch-aa deleted file mode 100644 index 80239a100c69..000000000000 --- a/net/jabber/files/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ ---- configure.orig Mon Feb 11 11:14:06 2002 -+++ configure Sun Apr 14 18:38:40 2002 -@@ -32,7 +32,8 @@ - LDFLAGS="$LDFLAGS" - LIBS="$LIBS" - XLDFLAGS="$XLDFLAGS " --JHOME=`pwd` -+JHOME="`cat .prefix-freebsd`/lib/jabber" -+WRKSRC="`cat .wrksrc-freebsd`" - - ## - # Print a cool header -@@ -76,31 +77,19 @@ - ## - # Pth check - ## --printf "Getting pth settings..." --PTH_CFLAGS=`pth-config --cflags` --PTH_LDFLAGS=`pth-config --ldflags` --PTH_LIBS=`pth-config --libs` --PTH_LIBDIR=`pth-config --libdir` --if [ -n "$PTH_CFLAGS" ]; then -- CFLAGS="$CFLAGS $PTH_CFLAGS"; -- LDFLAGS="$LDFLAGS $PTH_LDFLAGS"; -- LIBS="$LIBS $PTH_LIBS"; -- SLIBS="$SLIBS $PTH_LIBDIR/libpth.a"; -- printf " Done.\n"; --else -- if [ -d "jabberd/pth-1.4.0" ]; then -- opwd=`pwd` -- cd jabberd/pth-1.4.0; -- ./configure || (printf "Error Configuring pth"; exit 1); -- cd $opwd; -- PSUBDIR="pth-1.4.0"; -- PTHP=`pwd`"/jabberd/pth-1.4.0"; -- PLINK="$PTHP/pth_*.o"; -- CFLAGS="$CFLAGS -I`pwd`/jabberd/pth-1.4.0"; -- else -- printf " Error.\n\n No version of PTH is available on this system\nhttp://www.gnu.org/software/pth/"; -- fi --fi -+echo "Using jabber's internal copy of pth 1.4.0 because 1.4.1 is incompatible" -+opwd=`pwd` -+cd jabberd/pth-1.4.0; -+echo "Configuring jabber pth-1.4.0..." -+./configure || (echo "Error Configuring pth"; exit 1); -+echo "Building pth-1.4.0..." -+gmake -+cd $opwd; -+PSUBDIR="pth-1.4.0"; -+PTHP="`pwd`/jabberd/pth-1.4.0"; -+PLINK="$PTHP/pth_*.o"; -+CFLAGS="$CFLAGS -I${PTHP}"; -+LDFLAGS="$LDFLAGS -L${PTHP}"; - - - diff --git a/net/jabber/files/patch-ac b/net/jabber/files/patch-ac deleted file mode 100644 index 45e15e08afaa..000000000000 --- a/net/jabber/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- jabber.xml.orig Sat Feb 3 22:46:56 2001 -+++ jabber.xml Sun Feb 11 01:19:01 2001 -@@ -576,7 +576,7 @@ - <!-- - This specifies the file to store the pid of the process in. - --> -- <pidfile>./jabber.pid</pidfile> -+ <pidfile>/var/tmp/jabber.pid</pidfile> - - - </jabber> diff --git a/net/jabber/files/patch-configure b/net/jabber/files/patch-configure new file mode 100644 index 000000000000..07f6c8b3c757 --- /dev/null +++ b/net/jabber/files/patch-configure @@ -0,0 +1,9 @@ +--- configure.orig Mon Feb 11 11:14:06 2002 ++++ configure Sun Apr 14 18:38:40 2002 +@@ -32,7 +32,8 @@ + LDFLAGS="$LDFLAGS" + LIBS="$LIBS" + XLDFLAGS="$XLDFLAGS " +-JHOME=`pwd` ++JHOME="`cat .prefix-freebsd`/lib/jabber" ++WRKSRC="`cat .wrksrc-freebsd`" diff --git a/net-im/jabber/files/patch-ad b/net/jabber/files/patch-jabber.xml index 63266c9a12eb..378893a1aea6 100644 --- a/net-im/jabber/files/patch-ad +++ b/net/jabber/files/patch-jabber.xml @@ -1,27 +1,17 @@ ---- jabber.xml.orig Sun Feb 11 17:24:48 2001 -+++ jabber.xml Sun Feb 11 17:26:23 2001 -@@ -41,6 +41,10 @@ - Multiple <host/> entries are allowed - each one is for a +--- jabber.xml.orig Thu Nov 13 22:53:46 2003 ++++ jabber.xml Thu May 6 04:19:22 2004 +@@ -49,6 +49,10 @@ separate virtual server. Note that each host entry must be on one line, the server doesn't like it otherwise! :) + Use lowercase for the hostname. + + Currently on FreeBSD jabberd is started with the -h option + from /usr/local/etc/rc.d/jabberd.sh. You'll need to modify -+ this before changing below. ++ it before the below applies. --> <host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host> -@@ -193,7 +197,9 @@ - entry for <host/> above. - --> - -+ <!-- - <update><jabberd:cmdline flag="h">localhost</jabberd:cmdline></update> -+ --> - - <!-- - This enables the server to automatically update the -@@ -298,7 +304,7 @@ +@@ -356,7 +360,7 @@ <xdb_file>./xdb_file/xdb_file.so</xdb_file> </load> <xdb_file xmlns="jabber:config:xdb_file"> @@ -30,7 +20,7 @@ </xdb_file> </xdb> -@@ -357,7 +363,7 @@ +@@ -430,7 +434,7 @@ <host/> <logtype/> <format>%d: [%t] (%h): %s</format> @@ -39,7 +29,7 @@ <stderr/> </log> -@@ -370,7 +376,7 @@ +@@ -443,7 +447,7 @@ <host/> <logtype>record</logtype> <format>%d %h %s</format> @@ -48,3 +38,12 @@ </log> <!-- The following two services are for handling server-to-server traffic. --> +@@ -668,7 +672,7 @@ + <!-- + This specifies the file to store the pid of the process in. + --> +- <pidfile>./jabber.pid</pidfile> ++ <pidfile>/var/tmp/jabber.pid</pidfile> + + + </jabber> diff --git a/net/jabber/files/patch-jsm-modules-mod_auth_crypt.c b/net/jabber/files/patch-jsm-modules-mod_auth_crypt.c new file mode 100644 index 000000000000..bc7d2121959e --- /dev/null +++ b/net/jabber/files/patch-jsm-modules-mod_auth_crypt.c @@ -0,0 +1,11 @@ +--- jsm/modules/mod_auth_crypt.c.orig Thu May 6 00:00:20 2004 ++++ jsm/modules/mod_auth_crypt.c Thu May 6 00:00:01 2004 +@@ -28,7 +28,7 @@ + * + * --------------------------------------------------------------------------*/ + #include "jsm.h" +-#include "crypt.h" ++#include <unistd.h> + + #define HASH_CRYPT 1 + #define HASH_SHA1 2 diff --git a/net/jabber/pkg-deinstall b/net/jabber/pkg-deinstall index 7c67ecc0cca6..b886ee3b5b00 100644 --- a/net/jabber/pkg-deinstall +++ b/net/jabber/pkg-deinstall @@ -1,71 +1,19 @@ -#! /bin/sh +#!/bin/sh -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -delete_account() { - local u g home - - u=$1 - g=$2 - if yesno "Do you want me to remove group \"${g}\"" y; then - pw groupdel -n ${g} - echo "Done." - fi - if yesno "Do you want me to remove user \"${u}\"" y; then - eval home=~${u} - pw userdel -n ${u} - echo "Done." - if [ -d "${home}" ]; then - echo "Please remember to remove the home directory \"${home}\" as" - echo "well as the mirrored files." - fi - fi -} - -if [ x$2 != xDEINSTALL ]; then - exit +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 fi -export PATH=/bin:/usr/bin:/usr/sbin - USER=jabber -GROUP=jabber -if ps -axc | grep -q jabberd; then - if yesno "There are some jabberd processes running. Shall I kill them" y - then - killall -SIGKILL -u ${USER} jabberd - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi +if pw usershow "${USER}" 2>/dev/null 1>&2; then + echo "To delete Jabber user permanently, use 'pw userdel ${USER}'" fi -delete_account ${USER} ${GROUP} +if pw groupshow "${USER}" 2>/dev/null 1>&2; then + echo "To delete Jabber group permanently, use 'pw groupdel ${USER}'" +fi + +echo "If you wish to delete jabber data files, remove '/var/spool/jabber' directory." + +exit 0 diff --git a/net/jabber/pkg-install b/net/jabber/pkg-install index 7714ddb1d21a..926e79391c4c 100644 --- a/net/jabber/pkg-install +++ b/net/jabber/pkg-install @@ -1,151 +1,56 @@ -#! /bin/sh - -chmods_done=" " - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local dflt question answer - - question=$1 - dflt=$2 - while :; do - answer=$(ask "${question}" "${dflt}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -make_account() { - local u g gcos homeopt home - - u=$1 - g=$2 - gcos=$3 - homeopt=${4:+"-d $4"} - - if pw group show "${g}" >/dev/null 2>&1; then - echo "You already have a group \"${g}\", so I will use it." - else - echo "You need a group \"${g}\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw groupadd ${g} || exit - echo "Done." +#!/bin/sh + +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi + +USER=jabber +GROUP=${USER} +UID=93 +GID=${UID} +SPOOLDIR="/var/spool/jabber" +ETCDIR=${PREFIX:-$PKG_PREFIX}/etc + +if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then + if pw groupadd ${GROUP} -g ${GID}; then + echo "Added group \"${GROUP}\"." else - echo "Please create it, and try again." - if ! grep -q "^${u}:" /etc/passwd; then - echo "While you're at it, please create a user \"${u}\" too," - echo "with a default group of \"${g}\"." - fi - exit 1 + echo "Adding group \"${GROUP}\" failed..." + exit 1 fi - fi - - if pw user show "${u}" >/dev/null 2>&1; then - echo "You already have a user \"${u}\", so I will use it." - else - echo "You need a user \"${u}\"." - if which -s pw && yesno "Would you like me to create it" y; then - pw useradd ${u} -g ${g} -h - ${homeopt} \ - -s /nonexistent -c "${gcos}" || exit - echo "Done." +fi + +if ! pw usershow "${USER}" 2>/dev/null 1>&2; then + if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ + -s "/sbin/nologin" -d "/nonexistent" \ + -c "Jabber Daemon"; \ + then + echo "Added user \"${USER}\"." else - echo "Please create it, and try again." - exit 1 - fi - fi - - if [ x"$homeopt" = x ]; then - eval home=~${u} - if [ ! -d "${home}" ]; then - if yesno \ - "Would you like me to create ${u}'s home directory (${home})" y - then - (umask 77 && \ - mkdir -p ${home}) || exit - chown -R ${u}:${g} ${home} || exit - else - echo "Please create it, and try again." + echo "Adding user \"${USER}\" failed..." exit 1 - fi fi - fi -} - -case $2 in - -POST-INSTALL) - if which -s pw && which -s lockf; then - : - else - cat <<EOF - -This system looks like a pre-2.2 version of FreeBSD. I see that it -is missing the "lockf" and/or "pw" utilities. I need these utilities. -Please get them and install them, and try again. You can get the -sources from: - - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.bin/lockf.tar.gz - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz - -EOF - exit 1 - fi - - user=jabber - group=jabber - spooldir="/var/spool/jabber" - etcdir=${PREFIX:-$PKG_PREFIX}/etc - - echo "" - make_account ${user} ${group} "Jabber Daemon" "/nonexistent" - - if [ ! -d ${spooldir} ]; then - echo "Creating \"${spooldir}\"." - mkdir -p ${spooldir} - fi - - echo "Fixing ownerships and modes in \"${spooldir}\"." - chown -R ${user}:${group} ${spooldir} - chmod -R go= ${spooldir} - - if [ ! -f ${etcdir}/jabber.xml ]; then - echo "Creating \"${etcdir}/jabber.xml\"." - cp -p ${etcdir}/jabber.xml.sample ${etcdir}/jabber.xml - fi - - echo "Fixing config files ownerships and modes." - chown root:${group} ${etcdir}/jabber.xml ${etcdir}/jabber.xml.sample - chmod 640 ${etcdir}/jabber.xml ${etcdir}/jabber.xml.sample - - if [ ! -f /var/log/jabber.error ]; then - echo "Creating \"/var/log/jabber.error\"." - cp /dev/null /var/log/jabber.error - fi - - if [ ! -f /var/log/jabber.record ]; then - echo "Creating \"/var/log/jabber.record\"." - cp /dev/null /var/log/jabber.record - fi - - echo "Fixing log files ownerships and modes." - chown ${user}:${group} /var/log/jabber.error /var/log/jabber.record - chmod 640 /var/log/jabber.error /var/log/jabber.record - - ;; -esac +fi + +if [ ! -d ${SPOOLDIR} ]; then + echo "Creating \"${SPOOLDIR}\"." + mkdir -p ${SPOOLDIR} +fi + +echo "Fixing ownerships and modes in \"${SPOOLDIR}\"." +chown -R ${USER}:${GROUP} ${SPOOLDIR} +chmod -R go= ${SPOOLDIR} + +if [ ! -f ${ETCDIR}/jabber.xml ]; then + echo "Creating \"${ETCDIR}/jabber.xml\"." + cp -p ${ETCDIR}/jabber.xml.sample ${ETCDIR}/jabber.xml +fi + +echo "Fixing config files ownerships and modes." +chown root:${GROUP} ${ETCDIR}/jabber.xml ${ETCDIR}/jabber.xml.sample +chmod 640 ${ETCDIR}/jabber.xml ${ETCDIR}/jabber.xml.sample + +echo "Fixing log files, ownerships and modes." +touch /var/log/jabber.error /var/log/jabber.record +chown ${USER}:${GROUP} /var/log/jabber.error /var/log/jabber.record +chmod 640 /var/log/jabber.error /var/log/jabber.record diff --git a/net/jabber/pkg-plist b/net/jabber/pkg-plist index 14a96c279805..071bb1f22f38 100644 --- a/net/jabber/pkg-plist +++ b/net/jabber/pkg-plist @@ -6,7 +6,6 @@ include/jabber/lib/lib.h include/jabber/lib/xmlparse.h include/jabber/platform-settings include/jabber/jabberd.h -include/jabber/pth.h lib/jabber/dialback/dialback.so lib/jabber/dnsrv/dnsrv.so lib/jabber/jsm/jsm.so |