hfsprogs 332.25-9build1 source package in Ubuntu

Changelog

hfsprogs (332.25-9build1) oneiric; urgency=low

  * Rebuild for OpenSSL 1.0.0.
 -- Colin Watson <email address hidden>   Tue, 17 May 2011 13:25:10 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Rogério Theodoro de Brito
Architectures:
any
Section:
otherosfs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hfsprogs_332.25.orig.tar.gz 719.2 KiB 74c9aeca899ed7f4bf155c65fc45bf0f250c0f6d57360ea953b1d536d9aa45e6
hfsprogs_332.25-9build1.debian.tar.gz 49.4 KiB a32b18bb400c0f7f8fdc400650d58bfe25ded1418df028f00894a244244c971f
hfsprogs_332.25-9build1.dsc 1.8 KiB d8649218c3bda9b6c1be89e19014bbe7567d7e44c77fc7224d1193853e7acdb1

Available diffs

View changes file

Binary packages built by this source

hfsprogs: mkfs and fsck for HFS and HFS+ file systems

 The HFS+ file system used by Apple Computer for their Mac OS is
 supported by the Linux kernel. Apple provides mkfs and fsck for
 HFS+ with the Unix core of their operating system, Darwin.
 .
 This package is a port of Apple's tools for HFS+ filesystems.
 .
 For users, HFS+ seems to be a good compromise to carry files between
 MacOS X and Linux Machines, as HFS+ doesn't suffer the problems of
 FAT32 like:
 .
  * huge space waste (in slack space as devices grow faster);
  * ability to create files that are more than 4GB in size (especially
    good for those working with multimedia and that need to carry large
    ISO files);
  * ability to use case preserving (and even sensitivity!);
  * ability to use uid's and gid's on the filesystem.
 .
 Users in general can enjoy such benefits since it is expected to have
 more HFS+ filesystems in use, as Apple has announced Macintoshes for
 ix86-64, besides the filesystem being already supported by PowerPC
 systems since the beginning.