ports/151352: [patch] sysutils/fcron portupdate: 3.0.3 to 3.0.6

Sébastien Santoro dereckson at gmail.com
Sun Oct 10 03:20:02 UTC 2010


>Number:         151352
>Category:       ports
>Synopsis:       [patch] sysutils/fcron portupdate: 3.0.3 to 3.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 03:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sébastien Santoro
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
FreeBSD scherzo.dereckson.be 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Sep 19 03:06:33 UTC 2010     dereckson at scherzo.dereckson.be:/usr/obj/usr/src/sys/SCHERZO  i386
>Description:
* Upgrade to 3.0.6
* License framework: GPLv2

CHANGELOG excerpt
_________________

11/08/2007      fcron 3.0.4 released
In this release the option random has been improved, a new option
erroronlymail has been added so as an email is sent only when the job
exited with a non-zero status.
Some cleanup on the file closures have been done, which should remove
the problems some users would see when job were executed (could not
read/write pid, etc).

03/04/2010      fcron 3.0.5 released
The prior focus of this release is to fix a security issue that was
found and would allow a malicious user to read fcron configuration
files and the fcrontabs of non-root users.

It also brings various minor improvements and bug fixes: please check
the changes file for more details.

04/05/2010      fcron 3.0.6 released
This new release fixes an issue preventing user from using fcrontab
correctly on some systems: they would get an operation not permitted
error message. A few other minor bug fixes are included as well.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru fcron.orig/Makefile fcron/Makefile
--- fcron.orig/Makefile	2007-06-11 07:08:28.000000000 +0000
+++ fcron/Makefile	2010-10-09 05:02:11.000000000 +0000
@@ -3,11 +3,11 @@
 # Date created:			Mar 1, 2001
 # Whom:				Ying-Chieh Liao <ijliao at FreeBSD.org>
 #
-# $FreeBSD: ports/sysutils/fcron/Makefile,v 1.25 2007/06/11 07:08:28 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	fcron
-PORTVERSION=	3.0.3
+PORTVERSION=	3.0.6
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		http://fcron.free.fr/archives/ \
@@ -46,6 +46,8 @@
 DOCSRC=		${WRKSRC}/doc/en
 .endif
 
+LICENSE=	GPLv2
+
 pre-su-install:
 	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 
diff -ru fcron.orig/distinfo fcron/distinfo
--- fcron.orig/distinfo	2007-06-11 07:08:28.000000000 +0000
+++ fcron/distinfo	2010-10-09 04:59:56.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (fcron-3.0.3.src.tar.gz) = c85e6eecd0564f37658ae250a491fd31
-SHA256 (fcron-3.0.3.src.tar.gz) = 5ba9605ce49446c18ed49c7d16602aef760169f29fbcc34dc09b6177388dce00
-SIZE (fcron-3.0.3.src.tar.gz) = 549501
+MD5 (fcron-3.0.6.src.tar.gz) = 69ebcb41921e2a282f41ebecb3a27053
+SHA256 (fcron-3.0.6.src.tar.gz) = 9c36b1bc6c931ec8b4ef55fef569ba17004b32f3ae0a72e3cc4ec4d15bee30a1
+SIZE (fcron-3.0.6.src.tar.gz) = 552805
Only in fcron: fcron


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list