1
0
forked from ports/opt

[security] fcron: update to 3.0.1, http://www.securityfocus.com/bid/16467

This commit is contained in:
Juergen Daubert 2006-02-07 17:10:54 +00:00
parent 9b749effa0
commit 77f4c12e7a
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
646ff958524a01da4069b33c5b48b52a fcron
7a14d116f1a1e9aca2815e1c82cae9eb fcron-3.0.0.patch
55e92f8536c8b52c9b73b96a6a3e0fe3 fcron-3.0.0.src.tar.gz
8e5dcb3a646c11294294895954ef0a48 fcron-3.0.1.src.tar.gz
58ccf07493af3c154502fbd1376d0dc1 fcron-config.patch
39072065ed7a9ea70bc40308f622ebcf root.orig

View File

@ -3,14 +3,14 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=fcron
version=3.0.0
release=2
version=3.0.1
release=1
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
$name-$version.patch fcron root.orig)
$name-config.patch fcron root.orig)
build () {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
patch -p1 < $SRC/$name-config.patch
autoconf
./configure --prefix=/usr \
--with-etcdir=/etc/fcron \
@ -23,7 +23,7 @@ build () {
--with-pam=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,man/man3}
rm -r $PKG/usr/{doc,man/{fr,man3}}
chown root:root $PKG/{var,var/spool}
chmod 755 $PKG/{var,var/spool}

View File

@ -1,7 +1,7 @@
diff -Nru fcron-3.0.0.orig/configure.in fcron-3.0.0/configure.in
--- fcron-3.0.0.orig/configure.in 2005-11-13 13:23:58.000000000 +0100
+++ fcron-3.0.0/configure.in 2005-11-13 13:24:25.000000000 +0100
@@ -265,13 +265,8 @@
diff -Nru fcron-3.0.1.orig/configure.in fcron-3.0.1/configure.in
--- fcron-3.0.1.orig/configure.in 2006-02-07 18:02:49.000000000 +0100
+++ fcron-3.0.1/configure.in 2006-02-07 18:03:02.000000000 +0100
@@ -268,13 +268,8 @@
fi
;;
*)