Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2007 11:49:28 -0500 (CDT)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111421: [maintainer update] new port version for sysutils/mcweject
Message-ID:  <200704091649.l39GnSHV065143@smithers.neuro.mcw.edu>
Resent-Message-ID: <200704091650.l39Go9G3041548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111421
>Category:       ports
>Synopsis:       [maintainer update] new port version for sysutils/mcweject
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 16:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Medical College of Wisconsin
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed Aug 24 14:54:53 CDT 2005 bacon@clone.neuro.mcw.edu:/usr/obj/usr/src/sys/clone i386

>Description:

This update to sysutils/mcweject addresses a buffer-overflow vulnerability, and contains a number of other enhancements.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/sysutils/mcweject/Makefile mcweject/Makefile
--- /usr/ports/sysutils/mcweject/Makefile	Thu Jan 18 19:43:26 2007
+++ mcweject/Makefile	Mon Apr  9 10:49:15 2007
@@ -1,20 +1,20 @@
 # New ports collection Makefile for:	mcweject
 # Date created:				11 Jan 2005
-# Whom:					Jason Bacon <jbacon@mcw.edu>
+# Whom:					Jason Bacon
 #
-# $FreeBSD: ports/sysutils/mcweject/Makefile,v 1.3 2007/01/19 01:43:26 delphij Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	mcweject
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
+MASTER_SITES=	http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ \
+		http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
 
-MAINTAINER=	jbacon@mcw.edu
+MAINTAINER=	bacon@smithers.neuro.mcw.edu
 COMMENT=	Removable media eject
 
 MAN1=		eject.1
-MANCOMPRESSED=	yes
 SUB_FILES=	pkg-message
 
 CONFLICTS=	eject-[0-9]*
@@ -22,15 +22,6 @@
 
 PLIST_FILES=	sbin/eject share/examples/mcweject/eject.allow
 PLIST_DIRS=	share/examples/mcweject
-
-do-install:
-	${MKDIR} ${PREFIX}/share/examples/mcweject
-	${INSTALL_DATA} ${WRKSRC}/eject.allow.sample \
-		${PREFIX}/share/examples/mcweject/eject.allow
-	${INSTALL_PROGRAM} ${WRKSRC}/eject ${PREFIX}/sbin
-	${CHMOD} 4511 ${PREFIX}/sbin/eject
-	${INSTALL_DATA} ${WRKSRC}/eject.1 ${PREFIX}/man/man1
-	${GZIP_CMD} ${PREFIX}/man/man1/eject.1
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN /usr/ports/sysutils/mcweject/distinfo mcweject/distinfo
--- /usr/ports/sysutils/mcweject/distinfo	Mon Jan 23 19:06:17 2006
+++ mcweject/distinfo	Mon Apr  9 10:48:23 2007
@@ -1,3 +1,3 @@
-MD5 (mcweject-0.9.tar.gz) = dd2ec20b8c9054faf238d2c35cc77e2c
-SHA256 (mcweject-0.9.tar.gz) = 64621c15939c5929eaaae405aa3d8411342406659d7e5b1a35f1e8812fc4af73
-SIZE (mcweject-0.9.tar.gz) = 6037
+MD5 (mcweject-1.0.tar.gz) = b17f80e781c7b2e63fa96ccb31d97fa5
+SHA256 (mcweject-1.0.tar.gz) = 89f2a3031aa5d19e3b676ac4e36bb2b2b095e4da14b9a2668a865974e3206b22
+SIZE (mcweject-1.0.tar.gz) = 6077
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704091649.l39GnSHV065143>