/[pkgs]/devel/DevIL/DevIL-1.7.5-allegropicfix.patch
ViewVC logotype

Contents of /devel/DevIL/DevIL-1.7.5-allegropicfix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed Jan 14 10:53:07 2009 UTC (10 months, 1 week ago) by jwrdegoede
Branch: MAIN
CVS Tags: DevIL-1_7_7-1_fc11, F-12-split, DevIL-1_7_8-1_fc11, DevIL-1_7_5-2_fc11, F-11-split, DevIL-1_7_8-3_fc12, DevIL-1_7_7-2_fc11, DevIL-1_7_5-1_fc11, DevIL-1_7_8-2_fc12, HEAD
File MIME type: text/x-patch
* Tue Jan 13 2009 Hans de Goede <hdegoede@redhat.com> 1.7.5-1
- Update to latest upstream: 1.7.5
- Add patch to fix CVE-2008-5262
1 diff -up devil-1.7.5/configure~ devil-1.7.5/configure
2 --- devil-1.7.5/configure~ 2009-01-13 20:36:43.000000000 +0100
3 +++ devil-1.7.5/configure 2009-01-13 20:36:43.000000000 +0100
4 @@ -21763,7 +21763,7 @@ echo $ECHO_N "checking for Allegro - ver
5 no_allegro=yes
6 else
7 allegro_CFLAGS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --cflags`
8 - allegro_LIBS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --libs`
9 + allegro_LIBS=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --libs | sed 's/-lalleg_unsharable//'`
10 ALLEGRO_CONFIG_major_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \
11 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12 ALLEGRO_CONFIG_minor_version=`$ALLEGRO_CONFIG $ALLEGRO_CONFIG_args --version | \

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2