summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24rump, fs-utils: removewiz1-6/+0
rump does not build in any bulk builds I could find; upstream development stopped in 2017; fs-utils needs rump; its development stopped in 2013.
2021-10-26filesystems: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07filesystems: Remove SHA1 hashes for distfilesnia1-2/+1
2015-11-03Add SHA512 digests for distfiles for filesystems categoryagc1-1/+2
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.
2013-07-05Update filesystems/fs-utils to 20130701 - release v1.00stacktic1-5/+4
2013-06-26Don't define a symbol twice in the same file.joerg1-1/+2
2013-06-18try fixing problem seen in clang bulk build (void function returning value)wiz1-1/+2
2013-06-01Update filesystems/fs-utils to 20130601 - Enable NFSstacktic1-4/+4
2013-05-26Update filesystems/fs-utils to 20130519stacktic1-4/+4
- add fsu_df command
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 to use github versionsstacktic1-7/+4
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2011-12-21Fix shared library linkage with USE_BSD_MAKEFILE in a bootstrappeddholland1-1/+2
environment, where the rules for building .so files don't really accomodate multiple libs in the same package properly. This is a hack; bootstrap-mk-files should be fixed.
2011-04-30Fixed build (patch from Chavdar Ivanov in PR/44752)stacktic1-1/+3
2009-11-16Updated fs-utils to version 20091116stacktic1-4/+4
- Syncd code with HEAD - Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly
2009-11-02Updated filesystems/fs-utils to version 20091102stacktic1-4/+4
- Added support for FreeBSD and Linux
2009-06-05Updated fs-utils to 20090527stacktic1-4/+4
- Fixed some bugs - Added support of hardlink in fsu_ecp - Fixed PR pkg/41488
2009-02-11Updated fs-utils to 20090211stacktic1-4/+4
- Clean up - Sync with HEAD - use fork in fsu_console
2008-11-24Updated to fs-utils-20081124stacktic1-4/+4
2008-09-29Updated to fs-utils-20080929stacktic1-4/+4
2008-09-29Initial import of fs-utils-20080925 (ok by wiz).stacktic1-0/+5
Tools to access and modify a file system image without having to mount it. Classic commands included (prefixed with fsu_): * cat, diff, du, find, ls * chflags, chmod, chown, mv, rm, rmdir * cp, ln, mkdir, mkfifo, mknod, touch New commands: * fsu_ecp (cp-like which allows the user to get/put files from/to the image) * fsu_exec (executes a local command like text editor on a file from the image) * fsu_write (writes its input in a file on the image) * fsu_console (a command console tool that uses previous commands and adds directory browsing) This package is enabled only for NetBSD 4.99.72 and newer.