diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-07 19:38:57 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-07 19:38:57 +0000 |
commit | c9474df488554b38fb53049b2d42c8d12bced487 (patch) | |
tree | 402269378b3c8e103410142bc22dbee652991855 /sysutils/mkisofs-devel | |
parent | Upgrade to 0.91. (diff) |
Upgrade to mkisofs included in cdrecord-1.8a38.
From AN-1.8a38:
- Fixed a seriuos bug related to the structures iso_path_table and
iso_directory_record.
Both structures have an odd length and some compilers (e.g. on
Sun3/mc68020 systems) will padd these structures to an even size.
For this reason it was a bad idea to use sizeof(iso_path_table)
of sizeof(iso_directory_record) for on disk size computations.
The changes affect central functionality and it is needed to do
testing if my changes will not introduce a new bug.
Notes
Notes:
svn path=/head/; revision=24515
Diffstat (limited to 'sysutils/mkisofs-devel')
-rw-r--r-- | sysutils/mkisofs-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mkisofs-devel/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile index 55dbf7fd2cb6..c013ee60391d 100644 --- a/sysutils/mkisofs-devel/Makefile +++ b/sysutils/mkisofs-devel/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= cdrecord-1.8a37 +DISTNAME= cdrecord-1.8a38 PKGNAME= mkisofs-${VERSION} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ \ diff --git a/sysutils/mkisofs-devel/distinfo b/sysutils/mkisofs-devel/distinfo index d24dd4f5b6d1..fa6025523701 100644 --- a/sysutils/mkisofs-devel/distinfo +++ b/sysutils/mkisofs-devel/distinfo @@ -1 +1 @@ -MD5 (cdrecord-1.8a37.tar.gz) = 2a1916b5d09b80b6724be657b23330ed +MD5 (cdrecord-1.8a38.tar.gz) = a147a4106fbf28a1ddbbd90cb0e61c9e |