diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-20 23:24:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-20 23:24:58 +0000 |
commit | b12efbb1f780896c222cf0c9dc60e5528a5aaa29 (patch) | |
tree | ee4ba2a06ff88f0bcb07d6d0a68b699d4433827c /devel/libntlm | |
parent | d870a37b6dce0b7a6f4e31772d601f38bb6bf8f0 (diff) | |
download | pkgsrc-b12efbb1f780896c222cf0c9dc60e5528a5aaa29.tar.gz |
Update to 0.3.3:
* 18 September 2004 Revision 0.3.3
** Use const for buildSmbNtlmAuthRequest() and buildSmbNtlmAuthResponse().
** Source code is indented according to GNU Coding Standard.
Diffstat (limited to 'devel/libntlm')
-rw-r--r-- | devel/libntlm/Makefile | 4 | ||||
-rw-r--r-- | devel/libntlm/PLIST | 4 | ||||
-rw-r--r-- | devel/libntlm/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile index c392bf4952f..113ab100bf2 100644 --- a/devel/libntlm/Makefile +++ b/devel/libntlm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/09/20 23:24:58 wiz Exp $ # -DISTNAME= libntlm-0.3.2 +DISTNAME= libntlm-0.3.3 CATEGORIES= security MASTER_SITES= http://josefsson.org/libntlm/releases/ diff --git a/devel/libntlm/PLIST b/devel/libntlm/PLIST index ad8e83dc26c..63e39eda03f 100644 --- a/devel/libntlm/PLIST +++ b/devel/libntlm/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/09/20 23:24:58 wiz Exp $ include/ntlm.h lib/libntlm.a lib/libntlm.la lib/libntlm.so lib/libntlm.so.0 -lib/libntlm.so.0.1 +lib/libntlm.so.0.2 lib/pkgconfig/libntlm.pc diff --git a/devel/libntlm/distinfo b/devel/libntlm/distinfo index 75518c6f777..9b9091a280e 100644 --- a/devel/libntlm/distinfo +++ b/devel/libntlm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/09/20 23:24:58 wiz Exp $ -SHA1 (libntlm-0.3.2.tar.gz) = 6b658496ab96eb1878ec0dd72db2e4941b319d37 -Size (libntlm-0.3.2.tar.gz) = 207997 bytes +SHA1 (libntlm-0.3.3.tar.gz) = 27e3e4cdfb5f9aa09ee5f19a2d16627a9d61225d +Size (libntlm-0.3.3.tar.gz) = 311517 bytes |