From 0c0eb310dcadd6b5b180a9a41c1634adf60c12b9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 7 Dec 2003 19:18:16 +0000 Subject: Update to 0.6.4: Changes made between 0.6.3 and 0.6.4 (2003/11/17). The uses of sprintf(3) have been replaced by the concat() function implemented locally. Also, add rc.d script to PLIST for binary packages. --- mail/popa3d/Makefile | 4 ++-- mail/popa3d/PLIST | 3 ++- mail/popa3d/distinfo | 8 ++++---- mail/popa3d/patches/patch-ab | 16 ++++++++-------- 4 files changed, 16 insertions(+), 15 deletions(-) (limited to 'mail') diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 8ab0dfc932d..428da7a1780 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2003/08/30 22:51:22 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2003/12/07 19:18:16 wiz Exp $ # -DISTNAME= popa3d-0.6.3 +DISTNAME= popa3d-0.6.4 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ \ diff --git a/mail/popa3d/PLIST b/mail/popa3d/PLIST index 5476705719b..14bf5b22ec7 100644 --- a/mail/popa3d/PLIST +++ b/mail/popa3d/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2002/11/07 03:48:00 dillo Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/07 19:18:17 wiz Exp $ +etc/rc.d/popa3d man/man8/popa3d.8 sbin/popa3d share/doc/popa3d/DESIGN diff --git a/mail/popa3d/distinfo b/mail/popa3d/distinfo index 1166aa99391..c986a4fd4dd 100644 --- a/mail/popa3d/distinfo +++ b/mail/popa3d/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2003/04/15 08:28:19 wiz Exp $ +$NetBSD: distinfo,v 1.14 2003/12/07 19:18:17 wiz Exp $ -SHA1 (popa3d-0.6.3.tar.gz) = cff50f52ca3629f15e386f955dbf7771a9ce64ae -Size (popa3d-0.6.3.tar.gz) = 31551 bytes +SHA1 (popa3d-0.6.4.tar.gz) = 944d94346b4edd0d4c40f4ca0b81599a47d1087d +Size (popa3d-0.6.4.tar.gz) = 31881 bytes SHA1 (patch-aa) = 672b3b4d7319a4af1580af2df955f380bcddbb45 -SHA1 (patch-ab) = 59ac34d26451ceadba7b610a427ba0a1e454f302 +SHA1 (patch-ab) = 9ea78b98fa9279a147a20ca8fc5f938b98365d27 diff --git a/mail/popa3d/patches/patch-ab b/mail/popa3d/patches/patch-ab index 7c8ee0001d1..29cdf14e7be 100644 --- a/mail/popa3d/patches/patch-ab +++ b/mail/popa3d/patches/patch-ab @@ -1,20 +1,20 @@ -$NetBSD: patch-ab,v 1.7 2003/02/20 13:51:23 salo Exp $ +$NetBSD: patch-ab,v 1.8 2003/12/07 19:18:17 wiz Exp $ ---- Makefile.orig 2001-10-28 02:10:49.000000000 +0100 -+++ Makefile 2003-02-20 14:27:15.000000000 +0100 +--- Makefile.orig Mon Nov 17 01:43:35 2003 ++++ Makefile @@ -1,30 +1,32 @@ -CC = gcc -LD = gcc -RM = rm -f -MKDIR = mkdir -p --INSTALL = install --CFLAGS = -c -Wall -O2 -fomit-frame-pointer +-INSTALL = install -c +-CFLAGS = -Wall -O2 -fomit-frame-pointer +#CC = gcc +LD = $(CC) +#RM = rm -f +#MKDIR = mkdir -p -+#INSTALL = install -+CFLAGS += -c -Wall -O2 -fomit-frame-pointer ++#INSTALL = install -c ++CFLAGS += -Wall -O2 -fomit-frame-pointer # You may use OpenSSL's MD5 routines instead of the ones supplied here #CFLAGS += -DHAVE_OPENSSL -LDFLAGS = -s @@ -22,7 +22,7 @@ $NetBSD: patch-ab,v 1.7 2003/02/20 13:51:23 salo Exp $ LIBS = # Linux with glibc, FreeBSD, NetBSD -#LIBS += -lcrypt -+LIBS += -lc -lcrypt ++LIBS += -lcrypt # HP-UX trusted system #LIBS += -lsec # Solaris (POP_STANDALONE, POP_VIRTUAL) -- cgit v1.2.3