Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 23:57:03 -0400 (EDT)
From:      "aaron@snaphat.com" <assroot@snaphat.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67204: Port upgrade: sysutils/usrinfo fixes a bug that caused segfaults
Message-ID:  <200405260357.i4Q3v3TG006231@snaphat.com>
Resent-Message-ID: <200405260400.i4Q40cOK007243@freefall.freebsd.org>

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

>Number:         67204
>Category:       ports
>Synopsis:       Port upgrade: sysutils/usrinfo fixes a bug that caused segfaults
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 25 21:00:37 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Myles Landwehr
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD snaphat.com 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Sun Jan 18 00:29:40 EST 2004 root@snaphat.com:/usr/obj/usr/src/sys/FBSD52KERN i386


	
>Description:
	usrinfo updated .07. Added help command + fixed program errors.
>How-To-Repeat:
>Fix:

--- usrinfo.diff begins here ---
diff -ruN usrinfo.bak/Makefile usrinfo/Makefile
--- usrinfo.bak/Makefile	Tue May 25 23:31:36 2004
+++ usrinfo/Makefile	Tue May 25 23:18:33 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	usrinfo
-PORTVERSION=	.06
+PORTVERSION=	.07
 CATEGORIES=	sysutils
 MASTER_SITES=	http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
diff -ruN usrinfo.bak/distinfo usrinfo/distinfo
--- usrinfo.bak/distinfo	Tue May 25 23:31:36 2004
+++ usrinfo/distinfo	Tue May 25 23:28:31 2004
@@ -1,2 +1,2 @@
-MD5 (usrinfo-.06.tar.bz2) = 886d74e361b5d5acaa8b75955e91a3a9
-SIZE (usrinfo-.06.tar.bz2) = 2926
+MD5 (usrinfo-.07.tar.bz2) = ff2e06112d259e3c443845aca501bdf1
+SIZE (usrinfo-.07.tar.bz2) = 3571
diff -ruN usrinfo.bak/files/patch-usrinfo.cpp usrinfo/files/patch-usrinfo.cpp
--- usrinfo.bak/files/patch-usrinfo.cpp	Tue May 25 23:31:36 2004
+++ usrinfo/files/patch-usrinfo.cpp	Wed Dec 31 19:00:00 1969
@@ -1,9 +0,0 @@
---- usrinfo.cpp.orig	Tue May 18 04:50:46 2004
-+++ usrinfo.cpp	Tue May 25 02:18:09 2004
-@@ -147,4 +147,5 @@
- 	usrtest(argv);
- 	preftest(argv);
- 	infodisplay(argv);
--	return 0;//end
}
-+	return 0;//end
-+}
--- usrinfo.diff ends here ---


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



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