From owner-cvs-all Fri Jan 7 11:39: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F6BC1565A; Fri, 7 Jan 2000 11:38:58 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11492; Fri, 7 Jan 2000 11:38:58 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <200001071938.LAA11492@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 7 Jan 2000 11:38:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mkisofs Makefile ports/sysutils/mkisofs/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 2000/01/07 11:38:57 PST Modified files: sysutils/mkisofs Makefile sysutils/mkisofs/files md5 Log: 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. Revision Changes Path 1.19 +2 -2 ports/sysutils/mkisofs/Makefile 1.11 +1 -1 ports/sysutils/mkisofs/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message