pkgsrc/emulators/suse100_openssl/Makefile
obache 4167630d2f Bump suse100_openssl to 5.
Update openssl from 0.9.7g-2.12 to 0.9.7g-2.15.

2.15:
This update of openssl fixes a off-by-one buffer overflow in function
SSL_get_shared_ciphers(). This vulnerability potentially allows remote code
execution; depending on memory layout of the process. (CVE-2007-5135)
2008-09-03 09:32:10 +00:00

14 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/09/03 09:32:10 obache Exp $
DISTNAME= suse_openssl-${SUSE_VERSION}
PKGREVISION= 5
CATEGORIES= emulators
DISTFILES= openssl-0.9.7g-2.15.${SUSE_ARCH}.rpm
MAINTAINER= markd@NetBSD.org
COMMENT= Linux compatibility package for OpenSSL
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"