SOURCES: grub-pxe.patch (NEW) - http://os.inf.tu-dresden.de/~adam/grub/0.97...
baggins
baggins at pld-linux.org
Mon Jan 12 14:03:57 CET 2009
Author: baggins Date: Mon Jan 12 13:03:57 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- http://os.inf.tu-dresden.de/~adam/grub/0.97/grub-0.97-os.7.diff.gz
with minor modifications to apply cleanly
---- Files affected:
SOURCES:
grub-pxe.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/grub-pxe.patch
diff -u /dev/null SOURCES/grub-pxe.patch:1.1
--- /dev/null Mon Jan 12 14:03:58 2009
+++ SOURCES/grub-pxe.patch Mon Jan 12 14:03:52 2009
@@ -0,0 +1,50495 @@
+Index: debian/control
+===================================================================
+--- debian/control (.../upstream/grub-0.97) (revision 0)
++++ debian/control (.../trunk) (revision 112)
+@@ -0,0 +1,16 @@
++Source: grub
++Section: admin
++Priority: optional
++Maintainer: GNU GRUB Maintainers <bug-grub at gnu.org>
++Standards-Version: 3.0.1
++
++Package: grub
++Architecture: i386 hurd-i386
++Depends: ${shlibs:Depends}
++Build-Depends: texi2html
++Description: GRand Unified Bootloader
++ GRUB is a GPLed bootloader intended to unify bootloading across x86
++ operating systems. In addition to loading the Linux and *BSD kernels,
++ it implements the Multiboot standard, which allows for flexible loading
++ of multiple boot images (needed for modular kernels such as the GNU
++ Hurd).
+Index: debian/postinst
+===================================================================
+--- debian/postinst (.../upstream/grub-0.97) (revision 0)
++++ debian/postinst (.../trunk) (revision 112)
+@@ -0,0 +1,20 @@
++#! /bin/sh
++set -e
++
++# Provide a backward-compatibility symlink to the doc directory.
++package=grub
++case "$1" in
++configure)
++ if [ -d /usr/doc ]; then
++ if [ ! -e /usr/doc/$package -a -d /usr/share/doc/$package ]; then
++ ln -sf ../share/doc/$package /usr/doc/$package
++ fi
++ fi
++ ;;
++esac
++
++# Install our info pages.
++install-info --quiet --section Kernel Kernel \
++ /usr/share/info/grub.info.gz
++install-info --quiet --section Kernel Kernel \
++ /usr/share/info/multiboot.info.gz
+Index: debian/prerm
+===================================================================
+--- debian/prerm (.../upstream/grub-0.97) (revision 0)
++++ debian/prerm (.../trunk) (revision 112)
+@@ -0,0 +1,16 @@
++#! /bin/sh
++set -e
++
++# Delete our backward-compatibility symlink.
++package=grub
++case "$1" in
++remove | upgrade)
++ if [ -d /usr/doc -a -L /usr/doc/$package ]; then
++ rm -f /usr/doc/$package
++ fi
++ ;;
++esac
++
++# Install our info pages.
++install-info --quiet --remove /usr/share/info/grub.info.gz
++install-info --quiet --remove /usr/share/info/multiboot.info.gz
+Index: debian/changelog
+===================================================================
+--- debian/changelog (.../upstream/grub-0.97) (revision 0)
++++ debian/changelog (.../trunk) (revision 112)
+@@ -0,0 +1,314 @@
++grub (1:0.97-os.3) unstable; urgency=low
++
++ * New version, added PXE network card support.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Sat, 2 Sep 2006 22:55:44 +0200
++
++grub (1:0.97-os.2) unstable; urgency=low
++
++ * New version, merged grub-diskless-patch-3.tar.gz.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Tue, 22 Aug 2006 23:25:41 +0200
++
++grub (1:0.97-os.1) unstable; urgency=low
++
++ * New upstream release.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Wed, 18 May 2005 16:35:05 +0200
++
++grub (1:0.96-os.1) unstable; urgency=low
++
++ * New upstream release.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Fri, 11 Feb 2005 15:09:49 +0100
++
++grub (1:0.95-os.1) unstable; urgency=low
++
++ * New upstream version.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Mon, 19 Jul 2004 00:13:02 +0200
++
++grub (1:0.94-os.2a) unstable; urgency=low
++
++ * Add some older 3com drivers.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Sun, 9 May 2004 16:27:50 +0200
++
++grub (1:0.94-os.2) unstable; urgency=low
++
++ * Fix auto-bootp.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Wed, 28 Jan 2004 15:46:26 +0100
++
++grub (1:0.94-os.1) unstable; urgency=low
++
++ * New upstream
++ * Fancy clear screen (don't destroy screen contents on serial console
++ upon start of GRUB)
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Mon, 26 Jan 2004 13:21:18 +0100
++
++grub (1:0.93-os.11) unstable; urgency=low
++
++ * New version (new eepro100 PCI-ids, other things).
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Fri, 29 Aug 2003 22:55:51 +0200
++
++grub (1:0.93-os.10) unstable; urgency=low
++
++ * New version (varexpand features, bugfixes)
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Mon, 7 Jul 2003 13:43:54 +0200
++
++grub (1:0.93-os.9) unstable; urgency=low
++
++ * New version
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Tue, 6 May 2003 18:44:13 +0200
++
++grub (1:0.93-os.8) unstable; urgency=low
++
++ * New version (some new and hidden features).
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Fri, 25 Apr 2003 00:50:13 +0200
++
++grub (1:0.93-os.7) unstable; urgency=low
++
++ * Fix serious memory corruption bug (well, now I love the -W gcc switch...)
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Tue, 22 Apr 2003 00:57:46 +0200
++
++grub (1:0.93-os.6) unstable; urgency=low
++
++ * New version: a search feature was added.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Sun, 20 Apr 2003 23:20:03 +0200
++
++grub (1:0.93-os.5) unstable; urgency=low
++
++ * Modified toggle_print_status a bit.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Wed, 2 Apr 2003 14:44:55 +0200
++
++grub (1:0.93-os.4) unstable; urgency=low
++
++ * Modified semantics of toggles and added more variable stuff.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Tue, 18 Mar 2003 23:46:50 +0100
++
++grub (1:0.93-os.3) unstable; urgency=low
++
++ * Add toggle triggers and a detection for vmware.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Thu, 13 Feb 2003 22:21:00 +0100
++
++grub (1:0.93-os.2) unstable; urgency=low
++
++ * Fix missing colors with our extensions in the menu frame.
++ * And other hacks here added.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Mon, 10 Feb 2003 14:31:26 +0100
++
++grub (1:0.93-os.1) unstable; urgency=low
++
++ * Ported our stuff back to the 0.93 upstream version.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Sun, 26 Jan 2003 13:22:28 +0100
++
++grub (1:0.9.0-fm3.8) unstable; urgency=low
++
++ * Put an epoch in here because debian version follows upstream more
++ closely.
++
++ -- Adam Lackorzynski <adam at os.inf.tu-dresden.de> Tue, 28 May 2002 19:28:55 +0200
++
++grub (0.9.0-fm3.7) unstable; urgency=low
++
++ * stolen from upstream:
++ - fix eepro100 support
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Wed, 10 Apr 2002 15:00:00 +0200
++
++grub (0.9.0-fm3.6) unstable; urgency=low
++
++ * stolen from upstream:
++ - APM fixes
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Wed, 04 Mar 2002 14:00:00 +0200
++
++grub (0.9.0-fm3.5) unstable; urgency=low
++
++ * stolen from upstream:
++ - Set the level of APM support to 1.1, before turning off the power state.
++ - If a serial device is not configured yet, restore the terminal and set
++ ERRNUM to ERR_NEED_SERIAL
++ - If USE_CURSES is true, ignore the signal SIGWINCH.
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Wed, 14 Nov 2001 13:00:00 +0200
++
++grub (0.9.0-fm3.4) unstable; urgency=low
++
++ * Added check for valid module load address
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Wed, 14 Nov 2001 13:00:00 +0200
++
++grub (0.9.0-fm3.3) unstable; urgency=low
++
++ * Fixed error when seeking back on tftp'd file
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Thu, 26 Jul 2001 18:00:00 +0200
++
++grub (0.9.0-fm3.2) unstable; urgency=low
++
++ * Disabled reading of shared symbols because it fails (machine reboot)
++ if kernel is loaded from network
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Thu, 26 Jul 2001 18:00:00 +0200
++
++grub (0.9.0-fm3.1) unstable; urgency=low
++
++ * Universal release for Tulip 21140/21143, VMware, 3c595, NE2000, EEPRO100
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Thu, 26 Jul 2001 18:00:00 +0200
++
++grub (0.5.97-tp.1) unstable; urgency=low
++
++ * Fixed eepro100 for our Thinkpads
++
++ -- Frank Mehnert <fm3 at os.inf.tu-dresden.de> Fri, 12 Jan 2001 10:00:00 +0200
++
++grub (0.5.96) unstable; urgency=low
++
++ * Many, many new features and bugfixes. This is the final test release;
++ the next release will be version 1.0.
++ * Install HTML documentation in addition to Info pages.
++ (closes:bug#42242,bug#42273)
++ * Fix documentation to refer to /usr/sbin/grub as well as
++ /sbin/grub. (closes:bug#67132)
++ * Be more verbose about missing setup files. (closes:bug#71661)
++
++ -- Gordon Matzigkeit <gord at debian.org> Wed, 4 Oct 2000 10:44:42 -0600
++
++grub (0.5.95) unstable; urgency=low
++
++ * ReiserFS support from Jochen Hoenicke.
++ * `--disable-lba-support-bitmap-check' is now a runtime option,
++ `--force-lba', which works with `install', `setup', and
++ `grub-install.' (closes:bug#61513)
++ * Fixed a bug in LBA support checking. Please let us know if you
++ need to use `--force-lba' for Grub to work.
++ * NetBSD ELF kernel support is added.
++
++ -- Gordon Matzigkeit <gord at debian.org> Tue, 27 Jun 2000 09:44:41 -0600
++
++grub (0.5.94) unstable; urgency=low
++
++ * Fix /usr/doc symlink. (closes:bug#50932)
++ * Better testing for BIOS LBA support. (closes:bug#53507)
++ * New installation script. (closes:bug#48755)
++
++ -- Gordon Matzigkeit <gord at debian.org> Fri, 10 Mar 2000 14:55:02 -0600
++
++grub (0.5.93.1) unstable; urgency=low
++
++ * Update to Standards-Version: 3.0.1, mainly for FHS support.
++ * Fix definition of ext2_dir_entry. (closes:bug#49017)
++ * Fix rules for cross-compiling. (closes:bug#49034)
++ * Update synopsis for grub(8). (closes:bug#48991)
++ * Don't clear the line when hitting enter in the GRUB shell.
++ (closes:bug#48989)
++
++ -- Gordon Matzigkeit <gord at debian.org> Fri, 5 Nov 1999 22:31:30 -0600
++
++grub (0.5.93) unstable; urgency=low
++
++ * Updated example configurations. (closes:bug#42136)
++ * Highlight color set correctly when editing. (closes:bug#42549)
++ * dpkg-shlibdeps called on /usr/sbin/grub. (closes:bug#42704)
++ * Properly install Texinfo documentation. (closes:bug#42705,bug#42919)
++ (closes:bug#43080,bug#45150)
++ * Update file locations in README.debian. (closes:bug#42834)
++ * Upstream fixes for new binutils assembler syntax. (closes:bug#47946)
++ * FAT32 support. (closes:bug#47970)
++ * Password option fixed. (closes:bug#43798)
++ * Sample menu.lst included in doc directory. (closes:bug#47181)
++
++ -- Gordon Matzigkeit <gord at debian.org> Sat, 30 Oct 1999 09:59:09 -0600
++
++grub (0.5.92) unstable; urgency=low
++
++ * Data files are now in /usr/lib/grub/$(HWARCH).
++ * Unix boot utility available as /usr/sbin/grub.
++ * Full Texinfo documentation.
++
++ -- GRUB Maintainers <bug-grub at gnu.org> Mon, 26 Jul 1999 12:46:37 -0600
++
++grub (0.5.91) unstable; urgency=low
++
++ * Added support for LBA mode and preliminary AWARD/AMI hard disk BIOS
++ extensions.
++ * GRUB data now installed in /share/grub/$(host_cpu)-$(host_vendor).
++ * Preliminary Texinfo documentation.
++
++ -- Gordon Matzigkeit <gord at debian.org> Sun, 14 Mar 1999 20:23:04 -0600
++
++grub (0.5.90) unstable; urgency=low
++
++ * Beta-testing release.
++ * GRUB is now officially part of the GNU Project, and the Debian package
++ is maintained by its upstream maintainers.
++ * LS-120 IDE floppy support should work now (fixes: #33720).
++
++ -- Gordon Matzigkeit <gord at debian.org> Mon, 1 Mar 1999 12:59:06 -0600
++
++grub (0.5-3) unstable; urgency=low
++
++ * GRUB now understands symbolic links (fixes: #17306).
++
++ -- Gordon Matzigkeit <gord at debian.org> Sun, 21 Feb 1999 05:13:25 -0600
++
++grub (0.5-2) unstable; urgency=low
++
++ * Assembly source cleanups.
++
++ -- Gordon Matzigkeit <gord at debian.org> Sun, 14 Feb 1999 20:33:39 -0600
++
++grub (0.5-1) unstable; urgency=low
++
++ * Put everything in /lib/grub (not /boot/grub) and don't install during
++ postinst so that we can't accidentally wreck a working system. This
++ means the package needn't be experimental anymore.
++ * Get rid of grubinst because it doesn't work with 0.5, and I'd rather
++ improve GRUB's builtin installation process.
++ * Use `e' rather than enter to edit.
++ * Minor bug fixes.
++
++ -- Gordon Matzigkeit <gord at debian.org> Sun, 31 Jan 1998 14:11:32 -0600
++
++grub (0.4-2) experimental; urgency=low
++
++ * Make postinstall script
++ * Create manpage for grubinst
++ * Make grubinst more flexible
++ * Address bugs 15227 and 15163 (packaging and clue endowment)
++
++ -- Steve Dunham <dunham at debian.org> Thu, 1 Jan 1998 00:38:22 -0500
++
++grub (0.4-2) experimental; urgency=low
++
++ * Make postinstall script
++ * Create manpage for grubinst
++ * Make grubinst more flexible
++ * Address bugs 15227 and 15163 (packaging and clue endowment)
++
++ -- Steve Dunham <dunham at debian.org> Thu, 1 Jan 1998 00:38:22 -0500
++
++grub (0.4-1) unstable; urgency=low
++
++ * Initial Release.
++
++ -- Steve Dunham <dunham at debian.org> Wed, 19 Nov 1997 23:42:47 -0500
++
++Local variables:
++mode: debian-changelog
++End:
+Index: debian/copyright
+===================================================================
+--- debian/copyright (.../upstream/grub-0.97) (revision 0)
++++ debian/copyright (.../trunk) (revision 112)
+@@ -0,0 +1,27 @@
++This package was debianized by Gordon Matzigkeit <gord at debian.org>.
++It was downloaded from ftp://alpha.gnu.org/gnu/grub/.
++
++Tom Lees implemented building the e2fs_stage1_5, Steve Dunham adapted
++it to fat_stage1_5.
++
++GRUB's copyright:
++
++ Copyright (C) 1996 Erich Boleyn <erich at uruk.org>
++ Copyright (C) 1999-2000 Free Software Foundation, Inc.
++
++ This program is free software; you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation; either version 2, or (at your option)
++ any later version.
++
++ This program is distributed in the hope that it will be useful,
++ but WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++ GNU General Public License for more details.
++
++ You should have received a copy of the GNU General Public License
++ along with this program; if not, write to the Free Software Foundation,
++ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
++
++On Debian GNU systems, the complete text of the GNU General Public
++License can be found in `/usr/share/common-licenses/GPL'.
+Index: debian/rules
+===================================================================
+--- debian/rules (.../upstream/grub-0.97) (revision 0)
++++ debian/rules (.../trunk) (revision 112)
+@@ -0,0 +1,112 @@
++#!/usr/bin/make -f
++# -*-makefile-*-
++# based on the sample debian/rules file for GNU hello by Ian Jackson.
++
++package:=grub
++
++# For cross-compilation.
++DEB_BUILD_ARCH := $(shell dpkg --print-installation-architecture)
++DEB_BUILD_GNU_CPU := $(patsubst hurd-%,%,$(DEB_BUILD_ARCH))
++ifeq ($(filter-out hurd-%,$(DEB_BUILD_ARCH)),)
++ DEB_BUILD_GNU_SYSTEM := gnu
++else
++ DEB_BUILD_GNU_SYSTEM := linux
++endif
++DEB_BUILD_GNU_TYPE := $(DEB_BUILD_GNU_CPU)-$(DEB_BUILD_GNU_SYSTEM)
++DEB_HOST_GNU_TYPE := $(DEB_BUILD_GNU_TYPE)
++
++INSTALL = install -c
++INSTALL_DATA = $(INSTALL) -m 644
++INSTALL_PROGRAM = $(INSTALL) -m 755
++
++build:
++ $(checkdir)
++ CC=gcc-3.4 ./configure \
++ --enable-pcnet32 \
++ --enable-ntulip \
++ --enable-eepro100 \
++ --enable-ne \
++ --enable-ns8390 \
++ --enable-3c509 \
++ --enable-3c590 \
++ --enable-3c595 \
++ --enable-3c90x \
++ --enable-3c509 \
++ --enable-3c529 \
++ --enable-via-rhine \
++ --disable-auto-linux-mem-opt \
++ --enable-diskless \
++ --prefix=/usr \
++ $(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
++ --mandir='$${datadir}/man' --infodir='$${datadir}/info'
++# ./configure \
++# --disable-auto-linux-mem-opt \
++# --enable-rtl8139 \
++# --prefix=/usr \
++# $(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
++# --mandir='$${datadir}/man' --infodir='$${datadir}/info'
++ make
++ echo timestamp > build
++
++clean:
++ $(checkdir)
++ -rm -f build
++ -make distclean
++ -rm -f `find . -name "*~"`
++ -rm -rf debian/tmp debian/files* core debian/substvars conftestdir
++
++binary-indep: checkroot build
++ $(checkdir)
++# There are no architecture-independent files to be uploaded
++# generated by this package. If there were any they would be
++# made here.
++
++binary-arch: checkroot build
++ $(checkdir)
++ -rm -rf debian/tmp
++## make dirs
++ install -d debian/tmp debian/tmp/usr/share/doc/grub debian/tmp/DEBIAN
++## install files
++
++ dir=`cd debian/tmp && pwd` && make install DESTDIR=$$dir
++
++ top=`pwd` && cd debian/tmp/usr/share/doc/grub && \
++ ln -s $$top/docs/{grub,multiboot}.texi . && \
++ texi2html -split_chapter -I $$top/docs grub.texi && \
++ texi2html -split_chapter -I $$top/docs multiboot.texi && \
++ rm -f grub.texi multiboot.texi
++
++ gzip -f9 debian/tmp/usr/share/info/* debian/tmp/usr/share/man/*/*
++ strip -s debian/tmp/usr/sbin/grub debian/tmp/usr/bin/mbchk
++
++ $(INSTALL_DATA) TODO BUGS NEWS docs/menu.lst \
++ debian/tmp/usr/share/doc/grub/
++
++ $(INSTALL_DATA) ChangeLog debian/tmp/usr/share/doc/grub/changelog
++ gzip -f9 debian/tmp/usr/share/doc/grub/changelog
++ $(INSTALL_DATA) debian/changelog debian/tmp/usr/share/doc/grub/changelog.Debian
++ gzip -f9 debian/tmp/usr/share/doc/grub/changelog.Debian
++ $(INSTALL_DATA) debian/copyright debian/tmp/usr/share/doc/grub/
++ $(INSTALL_DATA) debian/README.debian debian/tmp/usr/share/doc/grub/
++
++ # Install control files.
++ $(INSTALL_PROGRAM) debian/postinst debian/prerm debian/tmp/DEBIAN
++ dpkg-shlibdeps debian/tmp/usr/sbin/grub
++ dpkg-gencontrol -isp
++ chown -R root.root debian/tmp
++ chmod -R go=rX debian/tmp
++ dpkg --build debian/tmp ..
++
++define checkdir
++ test -f debian/rules -a -f stage2/fsys_ext2fs.c
++endef
++
++# Below here is fairly generic really
++
++binary: binary-indep binary-arch
++
++checkroot:
++ $(checkdir)
++ test root = "`whoami`"
++
++.PHONY: binary binary-arch binary-indep clean checkroot
+Index: debian/README.debian
+===================================================================
+--- debian/README.debian (.../upstream/grub-0.97) (revision 0)
++++ debian/README.debian (.../trunk) (revision 112)
+@@ -0,0 +1,24 @@
++GRUB for Debian GNU
++-------------------
++
++GRUB is a GPLed bootloader intended to unify bootloading across x86
++operating systems. In addition to loading Linux and FreeBSD, it
++implements the Multiboot standard, which allows for flexible loading
++of multiple boot images (needed for modular kernels such as the GNU
++Hurd).
++
++One unique featue of GRUB is that it can understand filesystems at
++boot time, rather than just simple blocklists. Hence, you can load
++any kernel in the file system from the boot prompt without having to
++edit configuration files or rerun a special installation program.
++
++NOTE: GRUB does not yet have a simple installation mechanism, but
++we're working on this, so please don't report it as a bug. Until
++then, do `info grub', and copy the binary files in
++/usr/share/grub/$(HWARCH) to /boot/grub.
++
++WARNING: Never use the binary files in /usr/share/grub directly
++(i.e. without first copying them to /boot/grub), or else your system
++will break the next time you upgrade.
++
++Gordon Matzigkeit <gord at debian.org>, Sat, 13 Mar 1999 17:30:29 -0600
+
+Property changes on: debian
+___________________________________________________________________
+Name: svn:ignore
+ + tmp
+files
+substvars
+
+
+Index: configure.ac
+===================================================================
+--- configure.ac (.../upstream/grub-0.97) (revision 112)
++++ configure.ac (.../trunk) (revision 112)
+@@ -13,7 +13,7 @@
+ dnl USE OF THIS SOFTWARE.
+
+ AC_PREREQ(2.57)
+-AC_INIT([GRUB], [0.97], [bug-grub at gnu.org])
++AC_INIT([GRUB], [0.97-os.7], [adam at os.inf.tu-dresden.de])
+ AC_CONFIG_SRCDIR([stage2/stage2.c])
+ AC_CONFIG_HEADER([config.h])
+ AM_INIT_AUTOMAKE
+@@ -110,7 +110,7 @@
+ CFLAGS=$saved_CFLAGS
+ ])
+ if test "x$no_stack_protector_flag" = xyes; then
+- STAGE2_CFLAGS="$STAGE2_CFLAGS -fno-stack-protector"
<<Diff was trimmed, longer than 597 lines>>
More information about the pld-cvs-commit
mailing list