pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cfs Fix for SA21310/CVE-2006-3123
details: https://anonhg.NetBSD.org/pkgsrc/rev/fbaed02331ab
branches: trunk
changeset: 517146:fbaed02331ab
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Aug 05 13:30:26 2006 +0000
description:
Fix for SA21310/CVE-2006-3123
Patch via. Debian
diffstat:
security/cfs/distinfo | 4 ++--
security/cfs/patches/patch-ah | 22 ++++++++++++++++++++--
2 files changed, 22 insertions(+), 4 deletions(-)
diffs (46 lines):
diff -r 495e3b64867c -r fbaed02331ab security/cfs/distinfo
--- a/security/cfs/distinfo Sat Aug 05 12:53:43 2006 +0000
+++ b/security/cfs/distinfo Sat Aug 05 13:30:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2005/09/08 22:37:54 abs Exp $
+$NetBSD: distinfo,v 1.11 2006/08/05 13:30:26 adrianp Exp $
SHA1 (cfs-1.4.1.tar.gz) = be3f73b233149477b739456498c71b120d5f2fb5
RMD160 (cfs-1.4.1.tar.gz) = 0ced92fe9773c6ce6b6706e26de9e17e710e7e46
@@ -10,4 +10,4 @@
SHA1 (patch-ae) = 68b440cda27353d1035bae3002a83d8131087a24
SHA1 (patch-af) = 19bbedcf0c37356dab747087c64617608ff91838
SHA1 (patch-ag) = 3c0236d65fbf01d68c590fcecc264ac269e66a7a
-SHA1 (patch-ah) = 6426888cf462fcd4c0245cb32ae78b7520aaf2d5
+SHA1 (patch-ah) = 8e1e92edf2e16e0c6a9c31e6c102f76129305b60
diff -r 495e3b64867c -r fbaed02331ab security/cfs/patches/patch-ah
--- a/security/cfs/patches/patch-ah Sat Aug 05 12:53:43 2006 +0000
+++ b/security/cfs/patches/patch-ah Sat Aug 05 13:30:26 2006 +0000
@@ -1,7 +1,25 @@
-$NetBSD: patch-ah,v 1.1 2005/03/21 18:08:31 wiz Exp $
+$NetBSD: patch-ah,v 1.2 2006/08/05 13:30:26 adrianp Exp $
---- cfs_fh.c.orig 2004-11-30 11:19:25.000000000 -0500
+--- cfs_fh.c.orig 2006-08-05 14:21:22.000000000 +0100
+++ cfs_fh.c
+@@ -289,7 +289,7 @@ doencrypt(k,s,l,salt,vect)
+ cfskey *k;
+ char *s;
+ int l;
+- int salt;
++ u_long salt;
+ char *vect;
+ {
+ int i,j,smsize;
+@@ -311,7 +311,7 @@ dodecrypt(k,s,l,salt,vect)
+ cfskey *k;
+ char *s;
+ int l;
+- int salt;
++ u_long salt;
+ char *vect;
+ {
+ int i,j,smsize;
@@ -547,7 +547,9 @@ fhtofd(f,mode)
openfd=NULL;
}
Home |
Main Index |
Thread Index |
Old Index