diff --git a/popa3d/.md5sum b/popa3d/.md5sum index 129a3072b..e372f6556 100644 --- a/popa3d/.md5sum +++ b/popa3d/.md5sum @@ -1,3 +1,3 @@ 3baf2cb939f1783406096bc7bf4742f7 popa3d -8c6db4e265bf81a16fb9e0cbdfb90049 popa3d-1.0.patch -2e0f91765ff5935bbc24626f02a69ada popa3d-1.0.tar.gz +a1540e9cf856247d32f61c3cb881b127 popa3d-1.0.1.tar.gz +9c5e5760429b5d0cb24f55240c666090 popa3d-config.patch diff --git a/popa3d/Pkgfile b/popa3d/Pkgfile index c7968ff1e..c3d5a0969 100644 --- a/popa3d/Pkgfile +++ b/popa3d/Pkgfile @@ -3,14 +3,14 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=popa3d -version=1.0 -release=2 +version=1.0.1 +release=1 source=(http://www.openwall.com/popa3d/$name-$version.tar.gz \ - $name-$version.patch popa3d) + $name-config.patch popa3d) build () { cd $name-$version - patch -p1 < $SRC/$name-$version.patch + patch -p1 < $SRC/$name-config.patch make make DESTDIR=$PKG install install -D -m 755 $SRC/popa3d $PKG/etc/rc.d/popa3d diff --git a/popa3d/popa3d-1.0.patch b/popa3d/popa3d-config.patch similarity index 72% rename from popa3d/popa3d-1.0.patch rename to popa3d/popa3d-config.patch index 2676c880c..1873dce33 100644 --- a/popa3d/popa3d-1.0.patch +++ b/popa3d/popa3d-config.patch @@ -1,6 +1,6 @@ -diff -Nru popa3d-1.0.orig/Makefile popa3d-1.0/Makefile ---- popa3d-1.0.orig/Makefile 2005-09-09 21:03:30.000000000 +0200 -+++ popa3d-1.0/Makefile 2005-09-09 21:03:44.000000000 +0200 +diff -Nru popa3d-1.0.1.orig/Makefile popa3d-1.0.1/Makefile +--- popa3d-1.0.1.orig/Makefile 2006-03-12 11:39:29.000000000 +0100 ++++ popa3d-1.0.1/Makefile 2006-03-12 11:39:40.000000000 +0100 @@ -3,13 +3,13 @@ RM = rm -f MKDIR = mkdir -p @@ -26,9 +26,9 @@ diff -Nru popa3d-1.0.orig/Makefile popa3d-1.0/Makefile SBINDIR = $(PREFIX)/sbin MANDIR = $(PREFIX)/man -diff -Nru popa3d-1.0.orig/params.h popa3d-1.0/params.h ---- popa3d-1.0.orig/params.h 2005-09-09 21:03:30.000000000 +0200 -+++ popa3d-1.0/params.h 2005-09-09 21:03:44.000000000 +0200 +diff -Nru popa3d-1.0.1.orig/params.h popa3d-1.0.1/params.h +--- popa3d-1.0.1.orig/params.h 2006-03-12 11:39:29.000000000 +0100 ++++ popa3d-1.0.1/params.h 2006-03-12 11:39:40.000000000 +0100 @@ -13,7 +13,7 @@ /* * Are we going to be a standalone server or start via an inetd clone? @@ -39,14 +39,14 @@ diff -Nru popa3d-1.0.orig/params.h popa3d-1.0/params.h #if POP_STANDALONE @@ -103,7 +103,7 @@ - * A pseudo-user to run as before authentication. The user and its UID + * A pseudo-user to run as before authentication. The user and its UID * must not be used for any other purpose. */ -#define POP_USER POP_SERVER +#define POP_USER "mail" /* - * An empty directory to chroot to before authentication. The directory + * An empty directory to chroot to before authentication. The directory @@ -191,7 +191,7 @@ * * #undef this for qmail-style $HOME/Mailbox mailboxes.