pkgsrc/security/xml-security-c/Makefile
ryoon 1018597813 Update to 1.7.3
Changelog:
Bug

    [SANTUARIO-378] - xml-security-c cannot initialise on a Windows system with mandatory user profiles
    [SANTUARIO-380] - Avoid use of PATH_MAX where possible
    [SANTUARIO-381] - Spelling error in xsec/enc/OpenSSL/OpenSSLCryptoSymmetricKey.cpp
    [SANTUARIO-384] - OpenSSLCryptoKeyEC::signBase64SignatureDSA fails most of time
    [SANTUARIO-400] - Buffer overwrite in WinCAPICryptoSymmetricKey::encrypt() (WinCAPICryptoSymmetricKey.cpp)
    [SANTUARIO-409] - Win32 unicode build breaks due to wchar_t * passed to GetProcAddress()
    [SANTUARIO-426] - xml-security-c-1.7.3 not getting build on AIX with xerces-c-3.1.2

Improvement

    [SANTUARIO-386] - Spec file patch to add RHEL7 support
2016-10-09 03:17:18 +00:00

21 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/10/09 03:17:18 ryoon Exp $
DISTNAME= xml-security-c-1.7.3
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://santuario.apache.org/
COMMENT= XML Digital Signature specification implementation
LICENSE= apache-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"