popa3d: update to 1.0.1

This commit is contained in:
Juergen Daubert 2006-03-12 11:12:18 +00:00
parent 06164de8f6
commit ef641f2e65
3 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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?