OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web openpkg$ Date: 14-Aug-2003 15:46:05 Branch: HEAD Handle: 2003081414460004 Modified files: openpkg-re/vcheck vc.postfix openpkg-src/postfix postfix.spec openpkg-web news.txt Log: added qshape tool Summary: Revision Changes Path 1.54 +6 -0 openpkg-re/vcheck/vc.postfix 1.168 +11 -5 openpkg-src/postfix/postfix.spec 1.6172 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/vcheck/vc.postfix ============================================================================ $ cvs diff -u -r1.53 -r1.54 vc.postfix --- openpkg-re/vcheck/vc.postfix 13 Aug 2003 11:35:07 -0000 1.53 +++ openpkg-re/vcheck/vc.postfix 14 Aug 2003 13:46:00 -0000 1.54 @@ -16,6 +16,12 @@ url = http://jimsun.linxnet.com/postfix_contrib.html regex = pflogsumm-(__VER__)\.tar\.gz } +prog postfix:qshape = { + disabled + comment = "cs: no tracking possible" + url = http://sbserv.stahl.bau.tu-bs.de/~hildeb/postfix/scripts/ + regex = qshape +} prog postfix:whoson = { version = 2.0.0.2 url = ftp://victor.teaser.fr/pub/lwa/postfix/ @@ . patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.167 -r1.168 postfix.spec --- openpkg-src/postfix/postfix.spec 13 Aug 2003 11:35:09 -0000 1.167 +++ openpkg-src/postfix/postfix.spec 14 Aug 2003 13:46:04 -0000 1.168 @@ -39,7 +39,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20030813 +Release: 20030814 # package options %option with_fsl yes @@ -54,9 +54,10 @@ Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz Source1: ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/pfixtls-%{V_tls}.tar.gz Source2: http://jimsun.linxnet.com/downloads/pflogsumm-%{V_pflogsumm}.tar.gz -Source3: etc.tar -Source4: fsl.postfix -Source5: rc.postfix +Source3: http://sbserv.stahl.bau.tu-bs.de/~hildeb/postfix/scripts/qshape +Source4: etc.tar +Source5: fsl.postfix +Source6: rc.postfix Patch0: postfix.patch Patch1: postfix.patch.pfls Patch2: ftp://victor.teaser.fr/pub/lwa/postfix/postfix-%{V_whoson}-whoson.patch @@ -119,7 +120,7 @@ %setup1 -q -T -D -a 1 %endif %setup2 -q -T -D -a 2 - %setup3 -q -T -D -a 3 + %setup4 -q -T -D -a 4 # apply SSL/TLS patch %if "%{with_tls}" == "yes" @@ -274,6 +275,10 @@ %{l_shtool} install -c -m 644 \ pflogsumm.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/ ) || exit $? + %{l_shtool} install -c -m 750 \ + -e 's;^#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \ + -e 's;/usr/sbin/postconf;%{l_prefix}/sbin/postconf;' \ + %{SOURCE qshape} $RPM_BUILD_ROOT%{l_prefix}/sbin/ # install run-command script %{l_shtool} mkdir -f -p -m 755 \ @@ -301,6 +306,7 @@ '%config %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/postfix/*' \ '%attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/libexec/postfix/*' \ '%attr(2755,%{l_musr},%{l_rgrp}) %{l_prefix}/sbin/{postdrop,postqueue}' \ + '%attr(0750,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/qshape' \ '%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/libexec/postfix' \ '%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/var/postfix' \ '%dir %attr(-,%{l_musr},%{l_rgrp}) %{l_prefix}/var/postfix/{maildrop,public}' @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.6171 -r1.6172 news.txt --- openpkg-web/news.txt 14 Aug 2003 13:23:13 -0000 1.6171 +++ openpkg-web/news.txt 14 Aug 2003 13:46:02 -0000 1.6172 @@ -1,3 +1,4 @@ +14-Aug-2003: Upgraded package: P<postfix-2.0.14-20030814> 14-Aug-2003: Upgraded package: P<lout-3.29-20030814> 14-Aug-2003: Upgraded package: P<gxmame-0.33-20030814> 14-Aug-2003: Upgraded package: P<fetchmail-6.2.4-20030814> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]