Date: Sun, 31 Jan 2010 04:20:30 GMT From: Boris Kochergin <spawk@acm.poly.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/143392: UPDATE] sysutils/geomWatch to 1.1.1 Message-ID: <201001310420.o0V4KUow020002@www.freebsd.org> Resent-Message-ID: <201001310430.o0V4U2vw093931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143392 >Category: misc >Synopsis: UPDATE] sysutils/geomWatch to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 31 04:30:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Boris Kochergin >Release: 8.0-RELEASE-p1 >Organization: Polytechnic Institute of NYU >Environment: FreeBSD peer 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #4: Sat Dec 12 19:33:12 EST 2009 root@peer:/usr/obj/usr/src/sys/PEER i386 >Description: Bug fixes: - Fixed a memory leak in the GEOM class by calling geom_deletetree() to free memory allocated by geom_gettree(). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN geomWatch.old/Makefile geomWatch/Makefile --- geomWatch.old/Makefile 2010-01-30 23:12:09.840239537 -0500 +++ geomWatch/Makefile 2010-01-30 23:12:22.402236990 -0500 @@ -6,7 +6,7 @@ # PORTNAME= geomWatch -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://isis.poly.edu/~bk/geomWatch/ \ http://bk.macroblock.net/geomWatch/ diff -ruN geomWatch.old/distinfo geomWatch/distinfo --- geomWatch.old/distinfo 2010-01-30 23:12:09.839239689 -0500 +++ geomWatch/distinfo 2010-01-30 23:14:26.221249292 -0500 @@ -1,3 +1,3 @@ -MD5 (geomWatch-1.1.0.tbz) = 78cd50517cd1b16e8d732525ce1cc450 -SHA256 (geomWatch-1.1.0.tbz) = 8ba902bdc260acf404084fe0adcbeaa4dd3a2724f53a729b60ffc8973093cf05 -SIZE (geomWatch-1.1.0.tbz) = 6715 +MD5 (geomWatch-1.1.1.tbz) = e6f324a051ed0b400acc073ce9dccb73 +SHA256 (geomWatch-1.1.1.tbz) = 69013fc5194b99000eb78417d9d99b6ede91f8d26a62a8ecd7af2b9b1f28b1b5 +SIZE (geomWatch-1.1.1.tbz) = 6786 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001310420.o0V4KUow020002>