diff options
author | 2004-05-11 20:49:12 +0000 | |
---|---|---|
committer | 2004-05-11 20:49:12 +0000 | |
commit | c7841e898885f7baf9e20a90547bcdf1a0e1ff64 (patch) | |
tree | 2246d24533c3d8e9ea1f255ccd7edbc881e94b43 /sys-boot/syslinux/ChangeLog | |
parent | Add Version 0.4.1. (diff) | |
download | gentoo-2-c7841e898885f7baf9e20a90547bcdf1a0e1ff64.tar.gz gentoo-2-c7841e898885f7baf9e20a90547bcdf1a0e1ff64.tar.bz2 gentoo-2-c7841e898885f7baf9e20a90547bcdf1a0e1ff64.zip |
add ssp check before patching in nossp patches. This prevents breakage if your gcc knows nothing about -fstack-protector
Diffstat (limited to 'sys-boot/syslinux/ChangeLog')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 4cdbda61520e..1f64c3c12432 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.5 2004/04/29 03:53:12 solar Exp $ +# $Id: ChangeLog,v 1.6 2004/05/11 20:49:12 solar Exp $ + + 11 May 2004; <solar@gentoo.org> syslinux-2.06.ebuild, syslinux-2.09.ebuild: + add ssp check before patching in nossp patches. This prevents breakage if your + gcc knows nothing about -fstack-protector *syslinux-2.09 (28 Apr 2004) |