mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)
This commit is contained in:
parent
d0bacf1c97
commit
9c40dcb094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63605
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mm-1.1.3.tar.gz) = ba14a90239e26337eef079b698f35eae
|
||||
MD5 (mm-1.2.0.tar.gz) = a14a60a6e066785901585e31dbdc09c3
|
||||
|
@ -1 +1 @@
|
||||
Shared memory library for applications with pre-forked process model
|
||||
Shared memory allocation library for applications with pre-forked process model
|
||||
|
@ -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/
|
||||
|
@ -3,4 +3,4 @@ include/mm.h
|
||||
lib/libmm.a
|
||||
lib/libmm.la
|
||||
lib/libmm.so
|
||||
lib/libmm.so.11
|
||||
lib/libmm.so.12
|
||||
|
Loading…
Reference in New Issue
Block a user