pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libmm Update to 1.4.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1317574a228d
branches:  trunk
changeset: 503656:1317574a228d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 18:54:51 2005 +0000

description:
Update to 1.4.0:

 Changes between 1.3.1 and 1.4.0 (12-Sep-2003 to 02-Sep-2005)

  *) Optimize insertion of free memory chunks by merging with
     the spare area if possible to decrease memory fragmentation.

  *) Fix mm_realloc() function: If the memory chunk passed to mm_realloc()
     can't be extended and a new chunk must be allocated, the old memory
     is copied into the new chunk with a call to memcpy(3). However, the
     used size is the length of the new data and will cause memcpy(3) to
     access memory beyond the old data chunk's boundaries.
     [Kirk Petersen]

  *) Upgraded build environment to GNU Libtool 1.5.20 and GNU shtool 2.0.2
     [Ralf S. Engelschall]

  *) Updated all copyright messages for year 2005.
     [Ralf S. Engelschall]

diffstat:

 devel/libmm/Makefile |  4 ++--
 devel/libmm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r f11c59145951 -r 1317574a228d devel/libmm/Makefile
--- a/devel/libmm/Makefile      Thu Nov 24 18:54:21 2005 +0000
+++ b/devel/libmm/Makefile      Thu Nov 24 18:54:51 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:27 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/24 18:54:51 wiz Exp $
 
-DISTNAME=      mm-1.3.1
+DISTNAME=      mm-1.4.0
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.ossp.org/pkg/lib/mm/
diff -r f11c59145951 -r 1317574a228d devel/libmm/distinfo
--- a/devel/libmm/distinfo      Thu Nov 24 18:54:21 2005 +0000
+++ b/devel/libmm/distinfo      Thu Nov 24 18:54:51 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 22:24:19 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/24 18:54:51 wiz Exp $
 
-SHA1 (mm-1.3.1.tar.gz) = 10ad006caaef0fc71ffea1b56b76bde88da8d4db
-RMD160 (mm-1.3.1.tar.gz) = 7ddc31ca696612b3aa0b960ec0dbc43c3fdce6a0
-Size (mm-1.3.1.tar.gz) = 327680 bytes
+SHA1 (mm-1.4.0.tar.gz) = de64ec2acf61632942d3fe046dd617f75043f3d7
+RMD160 (mm-1.4.0.tar.gz) = 5f404a56e4f103f317473d7dde021373813b2176
+Size (mm-1.4.0.tar.gz) = 336055 bytes



Home | Main Index | Thread Index | Old Index