diff options
author | ginsbach <ginsbach@pkgsrc.org> | 2018-05-30 14:58:03 +0000 |
---|---|---|
committer | ginsbach <ginsbach@pkgsrc.org> | 2018-05-30 14:58:03 +0000 |
commit | cfb2e4b71d207b8985279fbd58581a085a4cbdda (patch) | |
tree | 448796e62485dffde96f4228b937d8a213d86f80 /security/mcrypt/Makefile | |
parent | 45d3e977070ec92090f9950b43cee40ff5ce5d32 (diff) | |
download | pkgsrc-cfb2e4b71d207b8985279fbd58581a085a4cbdda.tar.gz |
Add various patches from (Brew, Debian, Red Hat, SUSE)
Upstream for mcrypt is effectively dead so incorporate patches from
other OSS packaging systems. These patches address the following:
* CVE-2012-4409 (fix)
* CVE-2012-4527 (fix)
* Spelling and grammar fixes for man page
* Fix potential format-string attacks (no vulnerability Id)
* Fix potential buffer overflows (no vulnerability Id)
* Make native format default as in Debian, Red Hat, and SUSE since
openpgp format handling is seriously broken.
* Fix ARM build [unclear if this is necessary for non-Linux systems]
* Correct include file for OSX
Diffstat (limited to 'security/mcrypt/Makefile')
-rw-r--r-- | security/mcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 85f4b2d6d06..cc65aca958f 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2015/03/05 22:47:54 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2018/05/30 14:58:03 ginsbach Exp $ DISTNAME= mcrypt-2.6.8 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/} |