Hello community, here is the log from the commit of package wodim checked in at Thu May 3 23:52:32 CEST 2007. -------- --- wodim/wodim.changes 2007-04-24 11:33:42.000000000 +0200 +++ /mounts/work_src_done/STABLE/wodim/wodim.changes 2007-05-03 18:26:11.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 3 18:24:39 CEST 2007 - nadvornik@suse.cz + +- fixed crash on hidden boot catalog directory [#247950] + +------------------------------------------------------------------- New: ---- cdrkit-1.1.5.1-eltorito.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wodim.spec ++++++ --- /var/tmp/diff_new_pack.g18120/_old 2007-05-03 23:48:20.000000000 +0200 +++ /var/tmp/diff_new_pack.g18120/_new 2007-05-03 23:48:20.000000000 +0200 @@ -17,11 +17,12 @@ PreReq: permissions Autoreqprov: on Version: 1.1.5.1 -Release: 1 +Release: 5 Source: cdrkit-%{version}.tar.gz Source1: scan_scsi.linux Source2: cdinfo.c Source5: README.SUSE +Patch1: cdrkit-%{version}-eltorito.patch URL: http://cdrkit.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Tool for Writing CDRs @@ -122,6 +123,7 @@ %prep %setup -q -n cdrkit-%{version} +%patch1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -263,6 +265,8 @@ /usr/bin/list_audio_tracks %changelog +* Thu May 03 2007 - nadvornik@suse.cz +- fixed crash on hidden boot catalog directory [#247950] * Tue Apr 24 2007 - nadvornik@suse.cz - update to cdrkit-1.1.5.1 - experimental Large File Support with UDF filesystem ++++++ cdrkit-1.1.5.1-eltorito.patch ++++++ --- genisoimage/eltorito.c +++ genisoimage/eltorito.c @@ -228,6 +228,15 @@ iso9660_file_length(p2, s_entry, 0); /* flag file as necessary */ + + /* + * If the current directory is hidden, then hide this entry + */ + if (this_dir->dir_flags & INHIBIT_ISO9660_ENTRY) + bcat_de_flags |= INHIBIT_ISO9660_ENTRY; + if (this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) + bcat_de_flags |= INHIBIT_JOLIET_ENTRY; + s_entry->de_flags = bcat_de_flags; if ((use_XA || use_RockRidge) && ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org