perfuse update: fix memory leak and freed buffer reuse
This commit is contained in:
parent
f84f7c1b28
commit
da79fa453b
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2011,v 1.3324 2011/12/16 23:44:32 sbd Exp $
|
||||
$NetBSD: CHANGES-2011,v 1.3325 2011/12/17 05:47:49 manu Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2011:
|
||||
|
||||
|
@ -5313,3 +5313,4 @@ Changes to the packages collection and infrastructure in 2011:
|
|||
Updated math/aamath to 0.3nb2 [sbd 2011-12-16]
|
||||
Updated net/samba35 to 3.5.12 [asau 2011-12-16]
|
||||
Updated devel/monotone to 1.0nb5 [sbd 2011-12-16]
|
||||
Updated filesystems/perfuse to 20111217 [manu 2011-12-17]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2011/11/28 08:33:16 manu Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2011/12/17 05:47:50 manu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perfuse-20111128
|
||||
DISTNAME= perfuse-20111217
|
||||
CATEGORIES= filesystems
|
||||
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/perfuse/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2011/11/28 08:33:16 manu Exp $
|
||||
$NetBSD: distinfo,v 1.30 2011/12/17 05:47:50 manu Exp $
|
||||
|
||||
SHA1 (perfuse-20111128.tgz) = 62c8ea4ade27e13c463751476222df50fec76ecf
|
||||
RMD160 (perfuse-20111128.tgz) = cab994be1d2eabfd5af2bd0f35497bfc34fcd57e
|
||||
Size (perfuse-20111128.tgz) = 41983 bytes
|
||||
SHA1 (perfuse-20111217.tgz) = bcf72851e79f501b47c320f6a3baf592e7d89c5a
|
||||
RMD160 (perfuse-20111217.tgz) = a05dde1169a3aca9cb082e4725e165e6d93c68b1
|
||||
Size (perfuse-20111217.tgz) = 42032 bytes
|
||||
SHA1 (patch-aa) = 76e8dba75518ec7e1a5f02d15b2c4ce5c7e61d80
|
||||
|
|
Loading…
Reference in a new issue