summaryrefslogtreecommitdiff
path: root/devel/libntlm/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-12-09 13:57:29 +0000
committerobache <obache@pkgsrc.org>2006-12-09 13:57:29 +0000
commitcffbefdc8ad149ca4d5364c2091362886d85d39b (patch)
tree41d8cc5a74f574d87677aacbab2fd9f2d81b75e2 /devel/libntlm/Makefile
parentc03fa99045b6f59284b6b29b7e3ac4e7ceb5ea27 (diff)
downloadpkgsrc-cffbefdc8ad149ca4d5364c2091362886d85d39b.tar.gz
Update libntlm to 0.3.12.
* Version 0.3.12 (released 2006-08-24) ** Update of gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.3.11 (released 2006-05-16) ** Fix buggy MD4 implementation on 64-bit platforms. ** Self tests are run under valgrind, if available. ** Updated gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.3.10 (released 2006-03-24) ** The library is linked with -no-undefined, to enable building a Windows DLL. ** Add new APIs to access the SMBencrypt and SMBNTencrypt functions. Suggested by Pavel Fedin <fedin@matek.ru>. ** API and ABI modifications. ntlm_smb_encrypt: ADD ntlm_smb_nt_encrypt: ADD * Version 0.3.9 (released 2005-10-23) ** DES and MD4 functionality replaced with gnulib modules. These modules also comes with self tests. ** API and ABI modifications. No changes since last version.
Diffstat (limited to 'devel/libntlm/Makefile')
-rw-r--r--devel/libntlm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile
index 7c55cf00fb5..4402106c68c 100644
--- a/devel/libntlm/Makefile
+++ b/devel/libntlm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:17 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/12/09 13:57:29 obache Exp $
#
-DISTNAME= libntlm-0.3.8
+DISTNAME= libntlm-0.3.12
CATEGORIES= security
MASTER_SITES= http://josefsson.org/libntlm/releases/
@@ -14,6 +14,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
-PKGCONFIG_OVERRIDE+= libntlm.pc.in
+PKGCONFIG_OVERRIDE+= libntlm.pc.in
.include "../../mk/bsd.pkg.mk"