diff options
author | ghen <ghen@pkgsrc.org> | 2006-07-11 07:42:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-07-11 07:42:31 +0000 |
commit | ce10d967c7ab4f9e39c01320b9696892feafe744 (patch) | |
tree | e30605cfbf1ae663ea4dd06bcf10500deede10ce /net/samba | |
parent | 8c8b470f31740e3110448a40e67e4b4d9645e6cd (diff) | |
download | pkgsrc-ce10d967c7ab4f9e39c01320b9696892feafe744.tar.gz |
Fix path in patch-cd.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/distinfo | 4 | ||||
-rw-r--r-- | net/samba/patches/patch-cd | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/distinfo b/net/samba/distinfo index 3092f3aac3a..d49fcbe3ebf 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.49 2006/07/11 07:34:35 ghen Exp $ +$NetBSD: distinfo,v 1.50 2006/07/11 07:42:31 ghen Exp $ SHA1 (samba-3.0.22/samba-3.0.22.tar.gz) = 76eba872b3e8f647e16d0d8d129e02848a7989d7 RMD160 (samba-3.0.22/samba-3.0.22.tar.gz) = b41cffc999c524c1650d2dd3fbd063dc79741091 @@ -48,4 +48,4 @@ SHA1 (patch-bx) = b46172b1e7e4937039b894eff7caf6dff5cbba62 SHA1 (patch-by) = adc269c07d06108fe77afbb65d5eb309fc4d6d67 SHA1 (patch-bz) = 143ff731caced00aa6ba589a1d83581a7449b853 SHA1 (patch-ca) = 4863e5d3dbf01c92443464e9a3b01720859aca05 -SHA1 (patch-cd) = 1ff0792f57b702bc4c6fe82867876534d3ba35a6 +SHA1 (patch-cd) = 420b3c8dddb0c19e6d73183e0a183d25421b7c09 diff --git a/net/samba/patches/patch-cd b/net/samba/patches/patch-cd index 732310c8192..9ec582287b8 100644 --- a/net/samba/patches/patch-cd +++ b/net/samba/patches/patch-cd @@ -1,10 +1,10 @@ -$NetBSD: patch-cd,v 1.1 2006/07/11 07:34:35 ghen Exp $ +$NetBSD: patch-cd,v 1.2 2006/07/11 07:42:31 ghen Exp $ Security patch from http://www.samba.org/samba/security/CAN-2006-3403.html (fixes a memory exhaustion DoS against smbd). ---- source/smbd/service.c.orig 2006-01-25 00:46:32.000000000 +0100 -+++ source/smbd/service.c +--- smbd/service.c.orig 2006-01-25 00:46:32.000000000 +0100 ++++ smbd/service.c @@ -763,6 +763,11 @@ connection_struct *make_connection(const smb_panic("make_connection: PANIC ERROR. Called as nonroot\n"); } |