Hello community, here is the log from the commit of package clanlib checked in at Mon Dec 11 20:43:52 CET 2006. -------- --- clanlib/clanlib.changes 2006-10-17 00:20:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/clanlib/clanlib.changes 2006-12-11 17:27:18.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 11 17:27:08 CET 2006 - meissner@suse.de + +- mark up assembler as needing no executable stack. + +------------------------------------------------------------------- New: ---- ClanLib-0.6.5-noexec.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clanlib.spec ++++++ --- /var/tmp/diff_new_pack.SbksCv/_old 2006-12-11 19:09:03.000000000 +0100 +++ /var/tmp/diff_new_pack.SbksCv/_new 2006-12-11 19:09:03.000000000 +0100 @@ -11,12 +11,12 @@ Name: clanlib BuildRequires: DirectFB-devel freeglut-devel freetype2-devel gcc-c++ hermes-devel libdrm-devel libmikmod libpng-devel libtiff-devel libvorbis-devel pkgconfig xorg-x11 -License: LGPL +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Autoreqprov: on URL: http://www.clanlib.org/ Version: 0.6.5 -Release: 374 +Release: 389 Summary: A Portable Interface for Writing Games Source: ClanLib-%{version}-1.tar.bz2 Patch0: ClanLib-%{version}-destdir.patch @@ -29,6 +29,7 @@ Patch7: ClanLib-%{version}-cast-warn.patch Patch8: ClanLib-%{version}-byteorder.patch Patch9: ClanLib-%{version}-gcc41.patch +Patch10: ClanLib-%{version}-noexec.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -69,6 +70,7 @@ %patch7 %patch8 %patch9 -p1 +%patch10 -p1 find -name ".cvsignore" | xargs rm -fv chmod -R a-s * @@ -120,6 +122,8 @@ #/usr/lib/ClanLib %changelog -n clanlib +* Mon Dec 11 2006 - meissner@suse.de +- mark up assembler as needing no executable stack. * Tue Oct 17 2006 - ro@suse.de - use DirectFB-devel in BuildRequires - add DirectFB-devel to require-list in devel package @@ -155,8 +159,8 @@ - Include missing assert. * Fri Feb 07 2003 - mcihar@suse.cz - updated to 0.6.5: -- DirectFB updates. -- Misc minor bug fixes. + - DirectFB updates. + - Misc minor bug fixes. - compiled with joystick support * Fri Feb 07 2003 - ro@suse.de - DirectFB-0.9.16 changed DSPF_RGB15 to DSPF_ARGB1555 @@ -196,8 +200,8 @@ - fixed to compile on ia64 * Mon Nov 12 2001 - nadvornik@suse.cz - updated to 0.5.1 -- many bugfixes -- updated documentation + - many bugfixes + - updated documentation * Mon Nov 12 2001 - ro@suse.de - no svgalib * Thu Nov 08 2001 - ro@suse.de ++++++ ClanLib-0.6.5-noexec.patch ++++++ --- ClanLib-0.6.5/Sources/SmallJPEG/jpgd/ifast.s.xx 2006-12-11 17:24:37.000000000 +0100 +++ ClanLib-0.6.5/Sources/SmallJPEG/jpgd/ifast.s 2006-12-11 17:24:43.000000000 +0100 @@ -6,6 +6,8 @@ # GNU Assembler (gas) version can be created by running this file through intel2gas. # +.section .note.GNU-stack,"",@progbits +.previous .globl jpeg_idct_ifast_asm .globl jpeg_idct_ifast_deinit --- ClanLib-0.6.5/Sources/Sound/Sound/ClanSound/mixer_asm.s.xx 2006-12-11 17:24:12.000000000 +0100 +++ ClanLib-0.6.5/Sources/Sound/Sound/ClanSound/mixer_asm.s 2006-12-11 17:24:18.000000000 +0100 @@ -9,6 +9,9 @@ # This file by Daniel Vogel 04/99 # ------------------------------------------------------------------------ + .section .note.GNU-stack,"",@progbits + .previous + #BITS 32 .globl mixer_clip_asm --- ClanLib-0.6.5/Sources/Display/Display/Generic/blit_transparent_clip_asm.s.xx 2006-12-11 17:23:07.000000000 +0100 +++ ClanLib-0.6.5/Sources/Display/Display/Generic/blit_transparent_clip_asm.s 2006-12-11 17:23:29.000000000 +0100 @@ -14,6 +14,8 @@ # changed things a bit Daniel Vogel (03/14/99) # changed things a bit Mikko Tiihonen (04/09/99) +.section .note.GNU-stack,"",@progbits +.previous #BITS 32 --- ClanLib-0.6.5/Sources/Display/Display/Generic/blit_transparent_noclip_asm.s.xx 2006-12-11 17:23:36.000000000 +0100 +++ ClanLib-0.6.5/Sources/Display/Display/Generic/blit_transparent_noclip_asm.s 2006-12-11 17:23:43.000000000 +0100 @@ -14,6 +14,8 @@ # changed things a bit Daniel Vogel (03/14/99) # changed things a bit Mikko Tiihonen (04/09/99) + .section .note.GNU-stack,"",@progbits + .previous #BITS 32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de