diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-22 23:45:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-22 23:45:22 +0000 |
commit | 897e650a30c2cf8c64bcaaf62ba4446c013e7f40 (patch) | |
tree | a04d4390c9a08a20885994fc58a28aa2fd4e0d4b /devel | |
parent | 2aef24ebac3b670f279320707d76b7f5e5760d30 (diff) | |
download | pkgsrc-897e650a30c2cf8c64bcaaf62ba4446c013e7f40.tar.gz |
Update to 0.3.7:
** A RPM *.spec file is included.
** Fix compiler warnings, contributed by Frediano Ziglio.
** Gnulib is used, currently only to provide more robust ntlm_check_version.
** Address in license was updated to reflect the new FSF postal address.
Set TEST_TARGET.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libntlm/Makefile | 6 | ||||
-rw-r--r-- | devel/libntlm/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile index 35b583cb1e9..e7123551358 100644 --- a/devel/libntlm/Makefile +++ b/devel/libntlm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/07/21 16:29:48 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/07/22 23:45:22 wiz Exp $ # -DISTNAME= libntlm-0.3.6 -PKGREVISION= 1 +DISTNAME= libntlm-0.3.7 CATEGORIES= security MASTER_SITES= http://josefsson.org/libntlm/releases/ @@ -12,6 +11,7 @@ COMMENT= Library that implement Microsoft's NTLM authentication GNU_CONFIGURE= yes USE_LIBTOOL= yes +TEST_TARGET= check PKGCONFIG_OVERRIDE+= libntlm.pc.in diff --git a/devel/libntlm/distinfo b/devel/libntlm/distinfo index 0da2bc1f9fa..5f601d296a8 100644 --- a/devel/libntlm/distinfo +++ b/devel/libntlm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:19 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/07/22 23:45:22 wiz Exp $ -SHA1 (libntlm-0.3.6.tar.gz) = a78634014f500f7c298ed17b083a18e1f2619fb8 -RMD160 (libntlm-0.3.6.tar.gz) = b95bb49d01aeb224e1645d6ec70c4d7200d041f1 -Size (libntlm-0.3.6.tar.gz) = 319440 bytes +SHA1 (libntlm-0.3.7.tar.gz) = 9d4eb3c0af5f78c750a2328d2d87aca19d00d636 +RMD160 (libntlm-0.3.7.tar.gz) = 2d95c5e1207790470d9ed34cc385e5aa1f227982 +Size (libntlm-0.3.7.tar.gz) = 321429 bytes |