aboutsummaryrefslogtreecommitdiff
path: root/devel/mm
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2002-07-26 14:42:01 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2002-07-26 14:42:01 +0000
commit9c40dcb094c03902af33563f3fe213bd02b270cb (patch)
tree6fce49e082381d9a75733662d4266ffd8a50501e /devel/mm
parentd0bacf1c9719f1c60725c90235d4de7a4f7da9fc (diff)
downloadports-9c40dcb094c03902af33563f3fe213bd02b270cb.tar.gz
ports-9c40dcb094c03902af33563f3fe213bd02b270cb.zip
Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)
Notes
Notes: svn path=/head/; revision=63605
Diffstat (limited to 'devel/mm')
-rw-r--r--devel/mm/Makefile5
-rw-r--r--devel/mm/distinfo2
-rw-r--r--devel/mm/pkg-comment2
-rw-r--r--devel/mm/pkg-descr9
-rw-r--r--devel/mm/pkg-plist2
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/mm/Makefile b/devel/mm/Makefile
index bcac8b9ab593..6b6a7086c557 100644
--- a/devel/mm/Makefile
+++ b/devel/mm/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= mm
-PORTVERSION= 1.1.3
+PORTVERSION= 1.2.0
CATEGORIES= devel
-MASTER_SITES= http://www.engelschall.com/sw/mm/ \
- ftp://ftp.engelschall.com/sw/mm/
+MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/
MAINTAINER= rse@engelschall.com
diff --git a/devel/mm/distinfo b/devel/mm/distinfo
index 0ad1662e2255..9d44c5642dad 100644
--- a/devel/mm/distinfo
+++ b/devel/mm/distinfo
@@ -1 +1 @@
-MD5 (mm-1.1.3.tar.gz) = ba14a90239e26337eef079b698f35eae
+MD5 (mm-1.2.0.tar.gz) = a14a60a6e066785901585e31dbdc09c3
diff --git a/devel/mm/pkg-comment b/devel/mm/pkg-comment
index 3ff74652923a..58194c7b419a 100644
--- a/devel/mm/pkg-comment
+++ b/devel/mm/pkg-comment
@@ -1 +1 @@
-Shared memory library for applications with pre-forked process model
+Shared memory allocation library for applications with pre-forked process model
diff --git a/devel/mm/pkg-descr b/devel/mm/pkg-descr
index 5e3419139724..587d8c38b868 100644
--- a/devel/mm/pkg-descr
+++ b/devel/mm/pkg-descr
@@ -1,7 +1,8 @@
-MM - Shared Memory Library
-Copyright (c) 1999-2000 Ralf S. Engelschall, All rights reserved.
+OSSP mm - Shared Memory Allocation Library
+Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
-The MM library is a 2-layer abstraction library which simplifies
+OSSP mm is a 2-layer abstraction library which simplifies
the usage of shared memory between forked (and this way strongly
related) processes under Unix platforms. On the first layer it
hides all platform dependent implementation details (allocation
@@ -10,4 +11,4 @@ second layer it provides a high-level malloc(3)-style API for a
convenient and well known way to work with data-structures inside
those shared memory segments.
-WWW: http://www.engelschall.com/sw/mm/
+WWW: http://www.ossp.org/pkg/lib/mm/
diff --git a/devel/mm/pkg-plist b/devel/mm/pkg-plist
index 5fdfa754b8b1..543b4ba5e950 100644
--- a/devel/mm/pkg-plist
+++ b/devel/mm/pkg-plist
@@ -3,4 +3,4 @@ include/mm.h
lib/libmm.a
lib/libmm.la
lib/libmm.so
-lib/libmm.so.11
+lib/libmm.so.12