diff options
author | gdt <gdt@pkgsrc.org> | 2012-03-05 11:27:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-03-05 11:27:52 +0000 |
commit | 39c0378c9db8979dcd8a5c1586f45aa43237b352 (patch) | |
tree | 8c81f3c7db7bf920dab3bb7d0805841a30f85ddd /net/coda/distinfo | |
parent | f2bed08da43381f98dc3c3ba6f7590ae6a893807 (diff) | |
download | pkgsrc-39c0378c9db8979dcd8a5c1586f45aa43237b352.tar.gz |
Add patch to fix directory reading problems:
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and
thus padding) for the representation of directories in UFS.
coda_readdir will call the readdir from the container filesystem, and
thus the padding of directories must match what the container
filesystem would have done.
Analysis and fix due to Brett Lymn.
Not yet reported upstream; a better fix is desired.
Also:
Set LICENSE.
Add annotations to other patches about their upstream status, after
pinging upstream.
Diffstat (limited to 'net/coda/distinfo')
-rw-r--r-- | net/coda/distinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/coda/distinfo b/net/coda/distinfo index 384b981e138..107af766378 100644 --- a/net/coda/distinfo +++ b/net/coda/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2011/03/11 20:27:42 gdt Exp $ +$NetBSD: distinfo,v 1.7 2012/03/05 11:27:52 gdt Exp $ SHA1 (coda-6.9.5.tar.gz) = 248af27c506f5c3be4c4e53f821c9c904580fe60 RMD160 (coda-6.9.5.tar.gz) = 9ef0643aacc7d1352ef253af00d4c7e6ad9e1f78 Size (coda-6.9.5.tar.gz) = 1723098 bytes SHA1 (patch-ac) = b9f9fd68c633e09717252562b06238b87df1a6b7 -SHA1 (patch-ad) = 464c8e435ccfd23d5dd68f94a87e18fa2899f335 +SHA1 (patch-ad) = adfee7c5d7de913ee3b898a13bf7acfeac52b765 +SHA1 (patch-coda-src_dir_dirbody.c) = 3e3524a4a03ce359956ae00d9b24d1aa3292c752 |