pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/coda



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar  5 11:27:53 UTC 2012

Modified Files:
        pkgsrc/net/coda: Makefile distinfo
        pkgsrc/net/coda/patches: patch-ad
Added Files:
        pkgsrc/net/coda/patches: patch-coda-src_dir_dirbody.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/coda/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/coda/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/coda/patches/patch-ad
cvs rdiff -u -r0 -r1.1 pkgsrc/net/coda/patches/patch-coda-src_dir_dirbody.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index