From 3149030985208d86863f95a377b0ffe3c29214f8 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Sep 2001 16:47:12 +0000 Subject: Update to 0.4.9.4. Changes since 0.4.9.2: Parts of the daemon code are now run in a chroot jail. qmail-style ~/Mailbox support was added. The inetd vs. standalone mode setting has been made runtime configurable. A bug resulting in incorrect failure reason being logged, and a bug which could result in mailbox corruption (glued messages) have been fixed. --- mail/popa3d/Makefile | 4 ++-- mail/popa3d/distinfo | 8 ++++---- mail/popa3d/patches/patch-aa | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'mail') diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 656ff655a8a..6e59c895ce7 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2001/09/02 16:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/11 16:47:12 wiz Exp $ # -DISTNAME= popa3d-0.4.9.2 +DISTNAME= popa3d-0.4.9.4 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ \ diff --git a/mail/popa3d/distinfo b/mail/popa3d/distinfo index 0454e3b05e5..e5f0c731a9a 100644 --- a/mail/popa3d/distinfo +++ b/mail/popa3d/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2001/09/02 16:48:32 wiz Exp $ +$NetBSD: distinfo,v 1.5 2001/09/11 16:47:12 wiz Exp $ -SHA1 (popa3d-0.4.9.2.tar.gz) = d1537d5627b1896081fc214ffd109469f1759558 -Size (popa3d-0.4.9.2.tar.gz) = 25169 bytes -SHA1 (patch-aa) = 7fa677a0350dddf120925304e18453d4bb3cda63 +SHA1 (popa3d-0.4.9.4.tar.gz) = dee99e39e1bab97ae63baa3c9adae7fbe76a4846 +Size (popa3d-0.4.9.4.tar.gz) = 26193 bytes +SHA1 (patch-aa) = 8b7aac7ec32034dd827359571d026231058535bd SHA1 (patch-ab) = 4cdb1515020d399c3da458b4ceab8dbcf157cfb6 diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa index 4e130309365..6bf31445e46 100644 --- a/mail/popa3d/patches/patch-aa +++ b/mail/popa3d/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2001/09/11 16:47:13 wiz Exp $ ---- params.h.orig Sat Sep 1 11:08:34 2001 +--- params.h.orig Sat Sep 8 15:46:55 2001 +++ params.h -@@ -124,8 +124,8 @@ +@@ -142,8 +142,8 @@ * * Note that there's no built-in password aging support. */ @@ -13,12 +13,12 @@ $NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $ #define AUTH_PAM 0 #define AUTH_PAM_USERPASS 0 -@@ -158,7 +158,7 @@ - * Your mail spool directory. Note: only local (non-NFS) mode 775 mail - * spools are currently supported. +@@ -178,7 +178,7 @@ + * + * #undef this for qmail-style $HOME/Mailbox mailboxes. */ -#define MAIL_SPOOL_PATH "/var/spool/mail" +#define MAIL_SPOOL_PATH "/var/mail" - #endif - + #ifndef MAIL_SPOOL_PATH + /* -- cgit v1.2.3