mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
669fc7afef
commit
c9474df488
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24515
@ -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/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cdrecord-1.8a37.tar.gz) = 2a1916b5d09b80b6724be657b23330ed
|
||||
MD5 (cdrecord-1.8a38.tar.gz) = a147a4106fbf28a1ddbbd90cb0e61c9e
|
||||
|
@ -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/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cdrecord-1.8a37.tar.gz) = 2a1916b5d09b80b6724be657b23330ed
|
||||
MD5 (cdrecord-1.8a38.tar.gz) = a147a4106fbf28a1ddbbd90cb0e61c9e
|
||||
|
Loading…
Reference in New Issue
Block a user