summaryrefslogtreecommitdiff
path: root/net/samba/distinfo
diff options
context:
space:
mode:
authorgroo <groo@pkgsrc.org>2001-06-01 15:17:23 +0000
committergroo <groo@pkgsrc.org>2001-06-01 15:17:23 +0000
commitba75a66f20739920656736c08e5ef161f4a932e3 (patch)
treee17c09d0e46a2070bdd0d756fe89f8afd2dadaef /net/samba/distinfo
parent4a3dd5d94108d925c12518ef560b31d9e9ef5924 (diff)
downloadpkgsrc-ba75a66f20739920656736c08e5ef161f4a932e3.tar.gz
Apply patch to tdb.c so that it works on pre-UBC systems. .tdb databases
were previously enlarged by the sequence: lseek, write, munmap, mmap and are now enlarged by: munmap, lseek, write, mmap. The Samba team is already aware of the problem. I expect this patch will be incorporated in a future release.
Diffstat (limited to 'net/samba/distinfo')
-rw-r--r--net/samba/distinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/distinfo b/net/samba/distinfo
index 62f539063cd..2a39d73800a 100644
--- a/net/samba/distinfo
+++ b/net/samba/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2001/05/24 21:52:14 jlam Exp $
+$NetBSD: distinfo,v 1.9 2001/06/01 15:21:53 groo Exp $
SHA1 (samba-2.2.0.tar.gz) = a7010ff4b3e99a94e8a618184e551e3e61909859
Size (samba-2.2.0.tar.gz) = 5835104 bytes
SHA1 (patch-aa) = 191875ae477167a1937a011c5b2f9baf033e41d8
SHA1 (patch-ab) = 28cfc5703a2c04b48a3e52047453c27d30aab160
SHA1 (patch-ac) = 851ad9368742f02bdfa20a640e876447f895f5f8
+SHA1 (patch-ad) = 9881d62319bd6d582c69e303f5aaa4e7c0c5e823