ports/123615: [MAINTAINER] sysutils/lsof: update to 4.80

Larry Rosenman ler at lerctr.org
Mon May 12 17:50:03 UTC 2008


>Number:         123615
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/lsof: update to 4.80
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 17:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Larry Rosenman
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD thebighonker.lerctr.org 7.0-STABLE FreeBSD 7.0-STABLE #11: Sun May  4 18:55:19 CDT
>Description:
- Update to 4.80
Notes from the Author, Vic Abell:
I found two serious problems in the recent lsof 4.79, so I am releasing 4.80 to correct them.

The first problem was a quoting error in the FreeBSD Configure stanza.

The second problem was a missing rule in the PSTAT-based HP-UX Makefile.
I found two serious problems in the recent lsof 4.79, so I am releasing 4.80 to correct them.

The first problem was a quoting error in the FreeBSD Configure stanza.

The second problem was a missing rule in the PSTAT-based HP-UX Makefile.

Lsof 4.80 has some FreeBSD file locking changes and adds support for the Linux UDPLITE protocol.

The change log is enclosed.

Vic

===================================================================

4.80		May 12, 2008
		Updated for a FreeBSD 7.0 and above byte level locking
		change.  The problem was reported by Conrad J. Sabatier
		<conrads at cox.net>, who helped test the update.  Wesley
		Shields <wxs at FreeBSD.org> provided an 8.0-CURRENT test
		system.

		Propagated the FreeBSD 7.0 and above locking changes to
		FreeBSD 6.x, based on a report from Edwin Groothuis
		<edwin at FreeBSD.org>.

		Added warnings for unsupported dialects or versions.

		Added Linux support for the UDPLITE protocol.  Eric
		Dumazet <dada1 at cosmosbay.com> supplied a patch.

		Added a missing quote to the Configure script's
		FreeBSD stanza.

		Added a usage.o rule to the HP-UX PSTAT-based
		Makefile.  I mistakenly deleted the rule at revision
		4.79.  The missing rule was reported by Kawaljeet Kaur
		<kawaljeet.malviya at gmail.com> who tested the corrected
		Makefile.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lsof-4.80,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /home/ler/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof/Makefile	2008-04-19 11:43:48.962575355 -0500
+++ /home/ler/ports/sysutils/lsof/Makefile	2008-05-12 12:34:39.259354138 -0500
@@ -3,12 +3,12 @@
 # Date created:			  Sat July 20, 1996
 # Whom:				  David O'Brien (obrien at FreeBSD.org)
 #
-# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.163 2008/04/17 21:15:22 bsam Exp $
+# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.160 2008/04/11 15:07:00 pav Exp $
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.79
-PORTEPOCH=	1
+PORTVERSION=	4.80
+PORTEPOCH=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
@@ -29,7 +29,7 @@
 MAINTAINER=	ler at lerctr.org
 COMMENT=	Lists information about open files (similar to fstat(1))
 
-#FIXUP_RELEASE=no
+#FIXUP_RELEASE=YES
 .if defined(FIXUP_RELEASE)
 DISTNAME=	${PORTNAME}_${PORTVERSION}.freebsd
 .else
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/distinfo /home/ler/ports/sysutils/lsof/distinfo
--- /usr/ports/sysutils/lsof/distinfo	2008-04-19 11:43:48.967574967 -0500
+++ /home/ler/ports/sysutils/lsof/distinfo	2008-05-12 12:34:46.778899927 -0500
@@ -1,3 +1,3 @@
-MD5 (lsof_4.79.tar.bz2) = 34e35c07973b5175d787f72a29ab5711
-SHA256 (lsof_4.79.tar.bz2) = c63862a958ffd80b009a32f77d0711d7c6af56a2022a8a35da0ae7994f1ce711
-SIZE (lsof_4.79.tar.bz2) = 767375
+MD5 (lsof_4.80.tar.bz2) = 18d124d063619eeee147a8d638e2b8fd
+SHA256 (lsof_4.80.tar.bz2) = 793dad29852649b69f29254dfe60a13c5bd71ca177a483319cbd5da9121b13e0
+SIZE (lsof_4.80.tar.bz2) = 768053
--- lsof-4.80,2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list