pkgsrc/devel/libntlm/Makefile
wiz 2976aabc96 Update to 0.3.8:
* Version 0.3.8 (released 2005-09-27)

** New: buildSmbNtlmAuthRequest_noatsplit, buildSmbNtlmAuthResponse_noatsplit.
These functions can be used when your username contains '@' and you do
not wish that the remainder of the string is treated as a REALM value.
Suggested by David Leonard <davidl@vintela.com>.

** Uses memset instead of bzero.

** Fix license typo in libntlm.spec.

** Made the COPYING file contain LGPL, not GPL.

** Updated gnulib files.

** API and ABI modifications.
buildSmbNtlmAuthRequest_noatsplit: ADD.
buildSmbNtlmAuthResponse_noatsplit: ADD.
2005-09-30 13:26:24 +00:00

19 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/09/30 13:26:24 wiz Exp $
#
DISTNAME= libntlm-0.3.8
CATEGORIES= security
MASTER_SITES= http://josefsson.org/libntlm/releases/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://josefsson.org/libntlm/
COMMENT= Library that implement Microsoft's NTLM authentication
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
PKGCONFIG_OVERRIDE+= libntlm.pc.in
.include "../../mk/bsd.pkg.mk"