r692 - crux-2.1/ports/opt/fcron
Author: jue Date: 2006-02-07 18:10:54 +0100 (Tue, 07 Feb 2006) New Revision: 692 Added: crux-2.1/ports/opt/fcron/fcron-config.patch Removed: crux-2.1/ports/opt/fcron/fcron-3.0.0.patch Modified: crux-2.1/ports/opt/fcron/.md5sum crux-2.1/ports/opt/fcron/Pkgfile Log: [security] fcron: update to 3.0.1, http://www.securityfocus.com/bid/16467 Modified: crux-2.1/ports/opt/fcron/.md5sum =================================================================== --- crux-2.1/ports/opt/fcron/.md5sum 2006-02-07 10:10:28 UTC (rev 691) +++ crux-2.1/ports/opt/fcron/.md5sum 2006-02-07 17:10:54 UTC (rev 692) @@ -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 Modified: crux-2.1/ports/opt/fcron/Pkgfile =================================================================== --- crux-2.1/ports/opt/fcron/Pkgfile 2006-02-07 10:10:28 UTC (rev 691) +++ crux-2.1/ports/opt/fcron/Pkgfile 2006-02-07 17:10:54 UTC (rev 692) @@ -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 @@ --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} Deleted: crux-2.1/ports/opt/fcron/fcron-3.0.0.patch =================================================================== --- crux-2.1/ports/opt/fcron/fcron-3.0.0.patch 2006-02-07 10:10:28 UTC (rev 691) +++ crux-2.1/ports/opt/fcron/fcron-3.0.0.patch 2006-02-07 17:10:54 UTC (rev 692) @@ -1,19 +0,0 @@ -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 @@ - fi - ;; - *) -- if test -d "$withval"; then -- etcdir="$withval" -- AC_MSG_RESULT($withval) -- else -- AC_MSG_ERROR([ --Directory $withval does not exist]) -- fi -+ etcdir="$withval" -+ AC_MSG_RESULT($withval) - ;; - esac ], - if test -d "/etc"; then Copied: crux-2.1/ports/opt/fcron/fcron-config.patch (from rev 680, crux-2.1/ports/opt/fcron/fcron-3.0.0.patch) =================================================================== --- crux-2.1/ports/opt/fcron/fcron-3.0.0.patch 2006-02-06 13:58:56 UTC (rev 680) +++ crux-2.1/ports/opt/fcron/fcron-config.patch 2006-02-07 17:10:54 UTC (rev 692) @@ -0,0 +1,19 @@ +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 + ;; + *) +- if test -d "$withval"; then +- etcdir="$withval" +- AC_MSG_RESULT($withval) +- else +- AC_MSG_ERROR([ +-Directory $withval does not exist]) +- fi ++ etcdir="$withval" ++ AC_MSG_RESULT($withval) + ;; + esac ], + if test -d "/etc"; then
participants (1)
-
crux@crux.nu