pkgsrc/security/xml-security-c/Makefile
hasso 3d84da253a Update to 1.5.1. No detailed changelog, but from announcements:
1.5.1 release provides some bug fixes and a fix for the recently announced
HMAC vulnerability in the XML Signature specification (CVE-2009-0217).

1.5.0 release provides more bug fixes, partial support for Inclusive
Canonicalization 1.1, and support for the Xerces 3.x official release and
32/64-bit portability APIs.
2009-07-24 20:33:16 +00:00

26 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/24 20:33:16 hasso Exp $
DISTNAME= xml-security-c-1.5.1
CATEGORIES= security devel
MASTER_SITES= http://santuario.apache.org/dist/c-library/
MAINTAINER= hasso@NetBSD.org
HOMEPAGE= http://santuario.apache.org/c/index.html
COMMENT= XML Digital Signature specification implementation
LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/xalan-c/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"