pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/vtun Bugfix: a sprintf format string in the distri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7592933e2d4d
branches:  trunk
changeset: 480328:7592933e2d4d
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Mon Sep 06 07:00:29 2004 +0000

description:
Bugfix: a sprintf format string in the distribution patches was incorrect.

diffstat:

 net/vtun/Makefile         |   4 ++--
 net/vtun/distinfo         |   3 ++-
 net/vtun/patches/patch-ac |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r d14d29add69e -r 7592933e2d4d net/vtun/Makefile
--- a/net/vtun/Makefile Mon Sep 06 06:42:29 2004 +0000
+++ b/net/vtun/Makefile Mon Sep 06 07:00:29 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2004/04/11 07:27:22 snj Exp $
+# $NetBSD: Makefile,v 1.28 2004/09/06 07:00:29 cjs Exp $
 
 DISTNAME=      vtun-2.6
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    net
 MASTER_SITES=  http://vtun.sourceforge.net/
 
diff -r d14d29add69e -r 7592933e2d4d net/vtun/distinfo
--- a/net/vtun/distinfo Mon Sep 06 06:42:29 2004 +0000
+++ b/net/vtun/distinfo Mon Sep 06 07:00:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/10/27 16:55:32 hubertf Exp $
+$NetBSD: distinfo,v 1.8 2004/09/06 07:00:29 cjs Exp $
 
 SHA1 (vtun-2.6.tar.gz) = ba6474a551856a7bb55b4cc21d858b8275a2e610
 Size (vtun-2.6.tar.gz) = 95637 bytes
@@ -6,3 +6,4 @@
 Size (vtun-26to30.patch) = 338255 bytes
 SHA1 (patch-aa) = 88e8f9bec1cfd3fe9baf95fd870d3b94ff120aba
 SHA1 (patch-ab) = e1891ef0c50ef79ee05967e06e110ce64891ab0a
+SHA1 (patch-ac) = 26a0d9eb062618c19e245cab959dbf198c0cae48
diff -r d14d29add69e -r 7592933e2d4d net/vtun/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vtun/patches/patch-ac Mon Sep 06 07:00:29 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/09/06 07:00:29 cjs Exp $
+
+--- auth.c.orig        2004-09-06 15:52:51.000000000 +0900
++++ auth.c     2004-09-06 15:53:30.000000000 +0900
+@@ -589,7 +589,7 @@
+ 
+                  response_to_chal (chalsrv, h, chal_res, chal_resh);
+ 
+-                 print_p (fd, "OK RESPSRV: %s %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
++                 print_p (fd, "OK RESPSRV: %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
+                  stage = ST_CHAL_CLI;
+                  continue;
+               }



Home | Main Index | Thread Index | Old Index