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: 11-Nov-2005 20:50:49
Branch: HEAD Handle: 2005111119504800
Modified files:
openpkg-src/postgrey postgrey.patch postgrey.spec
Log:
upgrading package: postgrey 1.21 -> 1.22
Summary:
Revision Changes Path
1.5 +4 -20 openpkg-src/postgrey/postgrey.patch
1.30 +2 -2 openpkg-src/postgrey/postgrey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 postgrey.patch
--- openpkg-src/postgrey/postgrey.patch 11 Mar 2005 16:42:37 -0000
1.4
+++ openpkg-src/postgrey/postgrey.patch 11 Nov 2005 19:50:48 -0000
1.5
@@ -1,25 +1,9 @@
Index: postgrey
---- postgrey.orig 2005-03-07 11:16:22 +0100
-+++ postgrey 2005-03-11 17:41:50 +0100
-@@ -32,6 +32,7 @@
- if(open(CLIENTS, $f)) {
- while(<CLIENTS>) {
- s/^\s+//; s/\s+$//; next if $_ eq '' or /^#/;
-+ s/\s+#.*$//;
- if(/^\/(\S+)\/$/) {
- # regular expression
- push @whitelist_clients, qr{$1}i;
-@@ -68,6 +69,7 @@
- if(open(RECIPIENTS, $f)) {
- while(<RECIPIENTS>) {
- s/^\s+//; s/\s+$//; next if $_ eq '' or /^#/;
-+ s/\s+#.*$//;
- my ($user, $domain) = split(/\@/, $_, 2);
- if(/^\/(\S+)\/$/) {
- # regular expression
-@@ -775,8 +777,6 @@
+--- postgrey.orig 2005-11-11 19:00:27 +0100
++++ postgrey 2005-11-11 20:48:36 +0100
+@@ -790,8 +790,6 @@
- =back
+ Mail-domain of the recipient (example.com).
-=back
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 postgrey.spec
--- openpkg-src/postgrey/postgrey.spec 15 Apr 2005 06:15:07 -0000
1.29
+++ openpkg-src/postgrey/postgrey.spec 11 Nov 2005 19:50:48 -0000
1.30
@@ -32,8 +32,8 @@
Class: PLUS
Group: Mail
License: GPL
-Version: 1.21
-Release: 20050415
+Version: 1.22
+Release: 20051111
# list of sources
Source0:
http://isg.ee.ethz.ch/tools/postgrey/pub/postgrey-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]