Hello community, here is the log from the commit of package grub checked in at Mon Dec 1 12:08:33 CET 2008. -------- --- arch/i386/grub/grub.changes 2008-11-20 17:57:58.000000000 +0100 +++ /mounts/work_src_done/STABLE/grub/grub.changes 2008-12-01 11:39:07.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Dec 1 11:36:39 CET 2008 - duwe@suse.de + +- the string handling fix revealed other problems; + some device names won't fit into 16 chars. + Increase the size consistently, and fix bnc#450091 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grub.spec ++++++ --- /var/tmp/diff_new_pack.n27786/_old 2008-12-01 12:07:34.000000000 +0100 +++ /var/tmp/diff_new_pack.n27786/_new 2008-12-01 12:07:34.000000000 +0100 @@ -26,7 +26,7 @@ License: GPL v2 or later Group: System/Boot Version: 0.97 -Release: 155 +Release: 156 Source0: %{name}-%{version}.tar.gz Source1: installgrub Source2: grubonce @@ -230,6 +230,10 @@ exit 0 %changelog +* Mon Dec 01 2008 duwe@suse.de +- the string handling fix revealed other problems; + some device names won't fit into 16 chars. + Increase the size consistently, and fix bnc#450091 * Thu Nov 20 2008 duwe@suse.de - fix serious bug in "setup" command string handling * Thu Nov 06 2008 duwe@suse.de ++++++ string-ops-fix ++++++ --- /var/tmp/diff_new_pack.n27786/_old 2008-12-01 12:07:35.000000000 +0100 +++ /var/tmp/diff_new_pack.n27786/_new 2008-12-01 12:07:35.000000000 +0100 @@ -5,7 +5,7 @@ char real_config_filename[64]; char cmd_arg[256]; - char device[16]; -+#define DEVNAMLEN 16 ++#define DEVNAMLEN 256 + char device[DEVNAMLEN]; char *buffer = (char *) RAW_ADDR (0x100000); int is_force_lba = 0; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de