84c021c176
* Version 1.6 (released 2020-04-19) ** Fix buffer overflow in buildSmbNtlmAuth* function. CVE-2019-17455. Reported by Kirin in <https://gitlab.com/jas/libntlm/-/issues/2> and patch provided by Cedric Buissart. See newly introduced regression check test_CVE-2019-17455.c for test of a vulnerable library. ** API and ABI modifications. No changes since last version.
19 lines
478 B
Makefile
19 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.22 2020/06/09 06:18:17 wiz Exp $
|
|
|
|
DISTNAME= libntlm-1.6
|
|
CATEGORIES= devel security
|
|
MASTER_SITES= http://www.nongnu.org/libntlm/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/libntlm/
|
|
COMMENT= Library that implement Microsoft's NTLM authentication
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
PKGCONFIG_OVERRIDE+= libntlm.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|