From owner-svn-ports-all@FreeBSD.ORG Sat Aug 30 20:00:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B84E66D; Sat, 30 Aug 2014 20:00:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F09B412D7; Sat, 30 Aug 2014 20:00:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UK0iqO025222; Sat, 30 Aug 2014 20:00:44 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7UK0imI025220; Sat, 30 Aug 2014 20:00:44 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201408302000.s7UK0imI025220@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 30 Aug 2014 20:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366672 - head/news/inn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 20:00:45 -0000 Author: johans Date: Sat Aug 30 20:00:44 2014 New Revision: 366672 URL: http://svnweb.freebsd.org/changeset/ports/366672 QAT: https://qat.redports.org/buildarchive/r366672/ Log: Make all files owned by news:news as it was in the previous version Correctly make innbind setuid again Bump PORTREVISION Modified: head/news/inn/Makefile head/news/inn/pkg-plist Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Sat Aug 30 19:46:01 2014 (r366671) +++ head/news/inn/Makefile Sat Aug 30 20:00:44 2014 (r366672) @@ -3,7 +3,7 @@ PORTNAME?= inn PORTVERSION?= 2.5.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= news ipv6 # Master distribution broken MASTER_SITES?= ${MASTER_SITE_ISC} Modified: head/news/inn/pkg-plist ============================================================================== --- head/news/inn/pkg-plist Sat Aug 30 19:46:01 2014 (r366671) +++ head/news/inn/pkg-plist Sat Aug 30 20:00:44 2014 (r366672) @@ -1,14 +1,16 @@ +@owner news +@group news @exec mkdir -p %%NEWSBASE%% %%CWDNEWSBASE%% bin/actmerge bin/actsync bin/actsyncd bin/archive -@group news -@mode 4755 +@owner root +@mode 4550 bin/auth/passwd/ckpasswd -@group @mode +@owner news %%KERBEROS%%bin/auth/passwd/auth_krb5 bin/auth/passwd/radius bin/auth/resolv/domain @@ -54,7 +56,11 @@ bin/imapfeed bin/inews bin/inncheck bin/innconfval +@owner root +@mode 4550 bin/innbind +@mode +@owner news bin/innd bin/inndf bin/innfeed @@ -321,8 +327,6 @@ man/man8/writelog.8.gz %%EXAMPLESDIR%%/subscriptions @comment -------------------------------------------------------------- @cwd / -@owner news -@group news @sample %%DBDIR%%/active.sample @sample %%DBDIR%%/active.times.sample @sample %%DBDIR%%/newsgroups.sample @@ -364,14 +368,10 @@ man/man8/writelog.8.gz @sample %%CONFDIR%%/storage.conf.sample @sample %%CONFDIR%%/subscriptions.sample @comment -------------------------------------------------------------- -@owner -@group @cwd @dirrm %%EXAMPLESDIR%%/db @dirrm %%EXAMPLESDIR%% @cwd / -@owner news -@group news @dirrm %%TMPDIR%% @dirrm %%SHAREDIR%% @dirrm %%NEWSSPOOL%%/overview @@ -398,10 +398,8 @@ man/man8/writelog.8.gz @dirrm %%NEWSBASE%%/bin/auth/passwd @dirrm %%NEWSBASE%%/bin/auth @dirrm %%NEWSBASE%%/bin -@dirrm %%CONFDIR%% @dirrm %%DBDIR%% @dirrm %%LOGDIR%%/OLD @dirrm %%LOGDIR%% -@owner news -@group news +@dirrm %%CONFDIR%% @unexec rmdir %%NEWSBASE%% 2>/dev/null ||( echo "===> If you don't plan to use inn later, you can safely remove %%NEWSBASE%%. Deinstall process kept these files intact:" | fmt && for i in $(find %D/news -type f); do echo " - $i"; done)