diff options
author | dirk <dirk@FreeBSD.org> | 2000-01-08 03:38:57 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-01-08 03:38:57 +0800 |
commit | 2d96833baeec079f8f0a68f993c098f2a9a3b862 (patch) | |
tree | 0e2db3ac5492f24808ccd2b516dbc383ffbe58a3 /sysutils/mkisofs/Makefile | |
parent | 69c6ec2f2723ae8272c4195b8001c60f48fa0422 (diff) | |
download | freebsd-ports-gnome-2d96833baeec079f8f0a68f993c098f2a9a3b862.tar.gz freebsd-ports-gnome-2d96833baeec079f8f0a68f993c098f2a9a3b862.tar.zst freebsd-ports-gnome-2d96833baeec079f8f0a68f993c098f2a9a3b862.zip |
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.
Diffstat (limited to 'sysutils/mkisofs/Makefile')
-rw-r--r-- | sysutils/mkisofs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 55dbf7fd2cb6..c013ee60391d 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/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/ \ |