[security] fcron: update to 3.0.1, http://www.securityfocus.com/bid/16467
This commit is contained in:
parent
9b749effa0
commit
77f4c12e7a
@ -1,4 +1,4 @@
|
|||||||
646ff958524a01da4069b33c5b48b52a fcron
|
646ff958524a01da4069b33c5b48b52a fcron
|
||||||
7a14d116f1a1e9aca2815e1c82cae9eb fcron-3.0.0.patch
|
8e5dcb3a646c11294294895954ef0a48 fcron-3.0.1.src.tar.gz
|
||||||
55e92f8536c8b52c9b73b96a6a3e0fe3 fcron-3.0.0.src.tar.gz
|
58ccf07493af3c154502fbd1376d0dc1 fcron-config.patch
|
||||||
39072065ed7a9ea70bc40308f622ebcf root.orig
|
39072065ed7a9ea70bc40308f622ebcf root.orig
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
|
||||||
name=fcron
|
name=fcron
|
||||||
version=3.0.0
|
version=3.0.1
|
||||||
release=2
|
release=1
|
||||||
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
|
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
|
||||||
$name-$version.patch fcron root.orig)
|
$name-config.patch fcron root.orig)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
patch -p1 < $SRC/$name-$version.patch
|
patch -p1 < $SRC/$name-config.patch
|
||||||
autoconf
|
autoconf
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-etcdir=/etc/fcron \
|
--with-etcdir=/etc/fcron \
|
||||||
@ -23,7 +23,7 @@ build () {
|
|||||||
--with-pam=no
|
--with-pam=no
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
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}
|
chown root:root $PKG/{var,var/spool}
|
||||||
chmod 755 $PKG/{var,var/spool}
|
chmod 755 $PKG/{var,var/spool}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -Nru fcron-3.0.0.orig/configure.in fcron-3.0.0/configure.in
|
diff -Nru fcron-3.0.1.orig/configure.in fcron-3.0.1/configure.in
|
||||||
--- fcron-3.0.0.orig/configure.in 2005-11-13 13:23:58.000000000 +0100
|
--- fcron-3.0.1.orig/configure.in 2006-02-07 18:02:49.000000000 +0100
|
||||||
+++ fcron-3.0.0/configure.in 2005-11-13 13:24:25.000000000 +0100
|
+++ fcron-3.0.1/configure.in 2006-02-07 18:03:02.000000000 +0100
|
||||||
@@ -265,13 +265,8 @@
|
@@ -268,13 +268,8 @@
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
Loading…
x
Reference in New Issue
Block a user