Browse Source

modifying package: gcc-3.4.0 20040427 -> 20040512

master
parent
commit
c6768becf6
  1. 8
      gcc/gcc.spec

8
gcc/gcc.spec

@ -23,13 +23,13 @@
## SUCH DAMAGE.
##
# FIXME: with_bounds and with_ssp broken until updated versions are released
# FIXME: with_bounds broken until updated version is released
# package version
%define V_full 3.4.0
%define V_comp %nil
%define V_bounds 3.3.3-1.00
%define V_ssp 3.3-7
%define V_ssp 3.4-1
# package information
Name: gcc
@ -42,7 +42,7 @@ Class: CORE
Group: Compiler
License: GPL
Version: %{V_full}
Release: 20040427
Release: 20040512
# package options
%option with_cxx yes
@ -66,7 +66,7 @@ Release: 20040427
Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
Patch0: gcc.patch
Patch1: http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-gcc-%{V_bounds}.patch.bz2
Patch2: http://www.trl.ibm.com/projects/security/ssp/gcc3_3/protector-%{V_ssp}.tar.gz
Patch2: http://www.trl.ibm.com/projects/security/ssp/gcc3_4/protector-%{V_ssp}.tar.gz
# build information
Prefix: %{l_prefix}

Loading…
Cancel
Save