2021-10-26 12:25:31 by Nia Alarie | Files touched by this commit (47) |
Log message: filesystems: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:51:05 by Nia Alarie | Files touched by this commit (47) |
Log message: filesystems: Remove SHA1 hashes for distfiles |
2017-09-06 12:40:36 by Thomas Klausner | Files touched by this commit (136) |
Log message: Comment out dead sites. |
2015-11-03 01:15:02 by Alistair G. Crooks | Files touched by this commit (39) |
Log message: Add SHA512 digests for distfiles for filesystems category Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. |
2014-02-09 18:23:54 by Sebastian Wiedenroth | Files touched by this commit (4) |
Log message: Fix build on SunOS: link network libs and needed an include for sys/mkdev.h |
2012-10-03 18:08:34 by Aleksej Saushev | Files touched by this commit (35) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-01-06 06:03:31 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Help this package build on Mac OS X, DragonflyBSD and FreeBSD. No functional change. |
2009-07-08 18:44:50 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: user-destdir support |
2007-05-13 17:34:05 by Alistair G. Crooks | Files touched by this commit (3) |
Log message: Change to create directories before copying files to them. Won't matter in the normal case, but matters in bulk builds in our new NO_MTREE order. Do all of the work in the package's install target, too. |
2007-04-24 21:06:04 by Alistair G. Crooks | Files touched by this commit (10) | |
Log message: Initial import of u9fs-2.0.3 to the Packages Collection. U9fs is a program that serves Unix files to Plan 9 machines using the 9P protocol. It is typically invoked on a Unix machine by inetd with its standard input and output connected to a network connection, typically TCP on an Ethernet. It typically runs as user root and multiplexes access to multiple Plan 9 clients over the single wire. It assumes Plan 9 uids match Unix login names, and changes to the corresponding Unix effective uid when processing requests. U9fs serves both 9P1 (the 9P protocol as used by the second and third editions of Plan 9) and 9P2000. |