OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jul-2007 00:22:59
Branch: HEAD Handle: 2007071723225700
Modified files:
openpkg-src/postgrey postgrey.spec
Log:
drop the taint flag as it breaks under run-time with the latest
Net::Daemon stuff
Summary:
Revision Changes Path
1.43 +2 -2 openpkg-src/postgrey/postgrey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 postgrey.spec
--- openpkg-src/postgrey/postgrey.spec 21 Jun 2007 18:28:30 -0000
1.42
+++ openpkg-src/postgrey/postgrey.spec 17 Jul 2007 22:22:57 -0000
1.43
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 1.28
-Release: 20070621
+Release: 20070718
# list of sources
Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
@@ -87,7 +87,7 @@
# install programs and manual pages
%{l_shtool} install -c -m 755 \
- -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
+ -e 's;#!/usr/bin/perl -T;#!%{l_prefix}/bin/perl;g' \
-e "s;\\(.\\)Sys::Syslog\\(. :
undef\\);\\1%{l_prefix}/var/postgrey/postgrey.log\\2;" \
postgrey $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 755 \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]