OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 22-Oct-2003 10:09:23
Branch: HEAD Handle: 2003102209092102
Modified files:
openpkg-src/gcc gcc.spec
openpkg-web news.txt
Log:
fix typo: s/spp/ssp/
Summary:
Revision Changes Path
1.79 +8 -8 openpkg-src/gcc/gcc.spec
1.7105 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 gcc.spec
--- openpkg-src/gcc/gcc.spec 21 Oct 2003 18:23:47 -0000 1.78
+++ openpkg-src/gcc/gcc.spec 22 Oct 2003 08:09:23 -0000 1.79
@@ -27,7 +27,7 @@
%define V_full 3.3.2
%define V_comp %nil
%define V_bounds 3.3.1-1.01
-%define V_spp 3.3-5
+%define V_ssp 3.3-5
# package information
Name: gcc
@@ -39,7 +39,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20031021
+Release: 20031022
# package options
%option with_cxx yes
@@ -50,19 +50,19 @@
%option with_binutils yes
%option with_threads yes
%option with_bounds no
-%option with_spp no
+%option with_ssp no
%option with_gcc no
# options sanity check
-%if "%{with_bounds}" == "yes" && "%{with_spp}" == "yes"
- %{error:build-time options 'with_bounds' and 'with_spp' conflict}
+%if "%{with_bounds}" == "yes" && "%{with_ssp}" == "yes"
+ %{error:build-time options 'with_bounds' and 'with_ssp' conflict}
%endif
# list of sources
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_spp}.tar.gz
+Patch2:
http://www.trl.ibm.com/projects/security/ssp/gcc3_3/protector-%{V_ssp}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -89,9 +89,9 @@
%if "%{with_bounds}" == "yes"
%patch1 -p1
%endif
-%if "%{with_spp}" == "yes"
+%if "%{with_ssp}" == "yes"
( cd gcc
- %{l_gzip} -d -c %{PATCH protector-%{V_spp}.tar.gz} | %{l_tar} xf -
+ %{l_gzip} -d -c %{PATCH protector-%{V_ssp}.tar.gz} | %{l_tar} xf -
%{l_patch} -p1 <protector.dif ) || exit $?
%endif
%{l_shtool} subst -v -s \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7104 -r1.7105 news.txt
--- openpkg-web/news.txt 21 Oct 2003 18:25:18 -0000 1.7104
+++ openpkg-web/news.txt 22 Oct 2003 08:09:21 -0000 1.7105
@@ -1,3 +1,4 @@
+22-Oct-2003: Upgraded package: P<gcc-3.3.2-20031022>
21-Oct-2003: Upgraded package: P<expat-1.95.7-20031021>
21-Oct-2003: Upgraded package: P<gcc-3.3.2-20031021>
21-Oct-2003: Upgraded package: P<snmpdx-0.2.8-20031021>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]