upgrade postgrey to v1.32; from David Hill

This commit is contained in:
jakob 2008-08-22 21:57:49 +00:00
parent 54a79ffa7d
commit 5481d79049
3 changed files with 14 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2008/05/21 10:52:40 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2008/08/22 21:57:49 jakob Exp $
COMMENT= postfix greylist daemon
DISTNAME= postgrey-1.31
PKGNAME= ${DISTNAME}p0
DISTNAME= postgrey-1.32
PKGNAME= ${DISTNAME}
CATEGORIES= mail
HOMEPAGE= http://postgrey.schweikert.ch/

View File

@ -1,5 +1,5 @@
MD5 (postgrey-1.31.tar.gz) = t6im/J8a2ALFpRajvjS7KQ==
RMD160 (postgrey-1.31.tar.gz) = t4vGAGF+XthKK3g6Q5+DQn0WjZc=
SHA1 (postgrey-1.31.tar.gz) = GYuk67hL6H8YmjNrzqqBwiBJxpc=
SHA256 (postgrey-1.31.tar.gz) = 1FhwG8Dh/6kASSyFPF+10lShLiI8PFjKP0Re7gw9bmo=
SIZE (postgrey-1.31.tar.gz) = 34895
MD5 (postgrey-1.32.tar.gz) = UkpOFlv5l5lvO8yt45RxLw==
RMD160 (postgrey-1.32.tar.gz) = hiVTmRZaGR6KSUCNANHCNKsMmr0=
SHA1 (postgrey-1.32.tar.gz) = e33xiWd/wW51lvxXIx7WXb3eZBQ=
SHA256 (postgrey-1.32.tar.gz) = tGCTkBi5h2PHT00ychBK24XzIbz9nIZtr/c+TgYf6yQ=
SIZE (postgrey-1.32.tar.gz) = 35486

View File

@ -1,16 +1,15 @@
$OpenBSD: patch-postgrey,v 1.2 2008/03/31 21:26:15 jakob Exp $
--- postgrey.orig Thu Sep 6 16:32:58 2007
+++ postgrey Fri Mar 21 10:19:05 2008
@@ -23,7 +23,7 @@ use vars qw(@ISA);
--- postgrey.orig Thu Jul 31 12:51:39 2008
+++ postgrey Thu Jul 31 12:54:15 2008
@@ -23,7 +23,7 @@
@ISA = qw(Net::Server::Multiplex);
my $VERSION = '1.31';
my $VERSION = '1.32';
-my $DEFAULT_DBDIR = '/var/spool/postfix/postgrey';
+my $DEFAULT_DBDIR = '/var/db/postgrey';
my $CONFIG_DIR = '/etc/postfix';
sub cidr_parse($)
@@ -556,8 +556,8 @@ sub main()
@@ -574,8 +574,8 @@
commandline => [ $0, @ARGV_saved ],
port => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" ],
proto => $opt{inet} ? 'tcp' : 'unix',
@ -21,7 +20,7 @@ $OpenBSD: patch-postgrey,v 1.2 2008/03/31 21:26:15 jakob Exp $
dbdir => $opt{dbdir} || $DEFAULT_DBDIR,
setsid => $opt{daemonize} ? 1 : undef,
pid_file => $opt{daemonize} ? $opt{pidfile} : undef,
@@ -763,9 +763,9 @@ B<postgrey> [I<options>...]
@@ -782,9 +782,9 @@
-i, --inet=[HOST:]PORT listen on PORT, localhost if HOST is not specified
-d, --daemonize run in the background
--pidfile=PATH put daemon pid into this file