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: 26-Sep-2007 23:56:54
Branch: HEAD Handle: 2007092622565400
Added files:
openpkg-src/postgrey postgrey.patch
Modified files:
openpkg-src/postgrey postgrey.spec
Log:
taint mode is not compatible with the used Net::Server stuff we have
in perl-net
Summary:
Revision Changes Path
1.7 +9 -0 openpkg-src/postgrey/postgrey.patch
1.47 +3 -1 openpkg-src/postgrey/postgrey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.patch
============================================================================
$ cvs diff -u -r0 -r1.7 postgrey.patch
--- /dev/null 2007-09-26 23:56:08 +0200
+++ postgrey.patch 2007-09-26 23:56:54 +0200
@@ -0,0 +1,9 @@
+Index: postgrey
+--- postgrey.orig 2007-09-06 16:32:58 +0200
++++ postgrey 2007-09-26 23:55:53 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -T -w
++#!/usr/bin/perl -w
+
+ # Postgrey: a Postfix Greylisting Policy Server
+ # Copyright (c) 2004-2007 ETH Zurich
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 postgrey.spec
--- openpkg-src/postgrey/postgrey.spec 7 Sep 2007 09:17:55 -0000
1.46
+++ openpkg-src/postgrey/postgrey.spec 26 Sep 2007 21:56:54 -0000
1.47
@@ -33,13 +33,14 @@
Group: Mail
License: GPL
Version: 1.31
-Release: 20070907
+Release: 20070926
# list of sources
Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
Source1: rc.postgrey
Source2: whitelist.clients
Source3: whitelist.recipients
+Patch0: postgrey.patch
# build information
Prefix: %{l_prefix}
@@ -69,6 +70,7 @@
%prep
%setup -q
+ %patch -p0
%build
# build manual page
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]