pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libntlm Update to 0.3.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36793ae61e8c
branches:  trunk
changeset: 499980:36793ae61e8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 13:26:24 2005 +0000

description:
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@localhost>.

** 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.

diffstat:

 devel/libntlm/Makefile |  4 ++--
 devel/libntlm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 4aadc0819dd7 -r 36793ae61e8c devel/libntlm/Makefile
--- a/devel/libntlm/Makefile    Fri Sep 30 13:26:02 2005 +0000
+++ b/devel/libntlm/Makefile    Fri Sep 30 13:26:24 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/08/10 20:56:15 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/09/30 13:26:24 wiz Exp $
 #
 
-DISTNAME=              libntlm-0.3.7
+DISTNAME=              libntlm-0.3.8
 CATEGORIES=            security
 MASTER_SITES=          http://josefsson.org/libntlm/releases/
 
diff -r 4aadc0819dd7 -r 36793ae61e8c devel/libntlm/distinfo
--- a/devel/libntlm/distinfo    Fri Sep 30 13:26:02 2005 +0000
+++ b/devel/libntlm/distinfo    Fri Sep 30 13:26:24 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/07/22 23:45:22 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/09/30 13:26:24 wiz Exp $
 
-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
+SHA1 (libntlm-0.3.8.tar.gz) = 3385b51ed5db489474cbabb568e8334e7ed8b261
+RMD160 (libntlm-0.3.8.tar.gz) = c6f564a83848823e883ba1af45d3ec7b6277a27b
+Size (libntlm-0.3.8.tar.gz) = 328409 bytes



Home | Main Index | Thread Index | Old Index