From d74f197d8a97fc8c36fedc6f6b4b6235a87ce605 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 3 Dec 2003 16:46:32 +0000 Subject: [PATCH] Alejandro Mery : gcc33'ssp updated new location git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1901 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/base/gcc2/gcc2.desc | 4 ++-- package/base/gcc3-cross/gcc3-cross.desc | 2 +- package/base/gcc3/gcc3.desc | 4 ++-- package/base/gcc33/gcc33.desc | 6 +++++- package/base/gccx/gccx.desc | 4 ---- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index be73f05a6..ce700fe98 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -4,6 +4,7 @@ - finalized qcad - of course we should install my *_ibook xkb files - Alejandro Mery: little bdb cleanup and CV-URL + updated gcc's ssp updated and new location *) 2003-11-29 (2.0.0-rc3 - 2.0.0-rc4) diff --git a/package/base/gcc2/gcc2.desc b/package/base/gcc2/gcc2.desc index c32a7a1bd..6e314628f 100644 --- a/package/base/gcc2/gcc2.desc +++ b/package/base/gcc2/gcc2.desc @@ -28,7 +28,7 @@ [T] [T] This GCC contains the Stack-Smashing Protector Patch which can be enabled [T] with the -fstack-protector command-line option. More information about it -[T] ca be found at http://www.trl.ibm.com/projects/security/ssp/ . +[T] ca be found at http://www.research.ibm.com/trl/projects/security/ssp/ . [U] http://gcc.gnu.org/ The GCC Homepage @@ -47,5 +47,5 @@ [P] X 012--5---9 116.000 [D] 354985877 gcc-2.95.3.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.3/ -[D] 2603145003 protector-2.95.3-23.tar.gz http://researchweb.watson.ibm.com/trl/projects/security/ssp/gcc2_95_3/ +[D] 2603145003 protector-2.95.3-23.tar.gz http://www.research.ibm.com/trl/projects/security/ssp/gcc2_95_3/ diff --git a/package/base/gcc3-cross/gcc3-cross.desc b/package/base/gcc3-cross/gcc3-cross.desc index 3ce9fb0ab..3e5bf6c68 100644 --- a/package/base/gcc3-cross/gcc3-cross.desc +++ b/package/base/gcc3-cross/gcc3-cross.desc @@ -28,7 +28,7 @@ [T] [T] This GCC contains the Stack-Smashing Protector Patch which can be enabled [T] with the -fstack-protector command-line option. More information about it -[T] ca be found at http://www.trl.ibm.com/projects/security/ssp/ . +[T] ca be found at http://www.research.ibm.com/trl/projects/security/ssp/ . [U] http://gcc.gnu.org/ The GCC Homepage diff --git a/package/base/gcc3/gcc3.desc b/package/base/gcc3/gcc3.desc index a0bf2d08f..010951bf4 100644 --- a/package/base/gcc3/gcc3.desc +++ b/package/base/gcc3/gcc3.desc @@ -28,7 +28,7 @@ [T] [T] This GCC contains the Stack-Smashing Protector Patch which can be enabled [T] with the -fstack-protector command-line option. More information about it -[T] ca be found at http://www.trl.ibm.com/projects/security/ssp/ . +[T] ca be found at http://www.research.ibm.com/trl/projects/security/ssp/ . [U] http://gcc.gnu.org/ The GCC Homepage @@ -46,5 +46,5 @@ [P] X 012--5---9 117.000 [D] 4060808826 gcc-3.2.3.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-3.2.3/ -[D] 2790839069 protector-3.2.2-10.tar.gz http://researchweb.watson.ibm.com/trl/projects/security/ssp/gcc3_2_2/ +[D] 2790839069 protector-3.2.2-10.tar.gz http://www.research.ibm.com/trl/projects/security/ssp/gcc3_2_2/ diff --git a/package/base/gcc33/gcc33.desc b/package/base/gcc33/gcc33.desc index 7d9be8595..9b139e5aa 100644 --- a/package/base/gcc33/gcc33.desc +++ b/package/base/gcc33/gcc33.desc @@ -25,6 +25,10 @@ [T] This package contains the GNU Compiler Collection. It includes compilers [T] for the languages C, C++, Objective C, Fortran 77, Java and others ... +[T] +[T] This GCC contains the Stack-Smashing Protector Patch which can be enabled +[T] with the -fstack-protector command-line option. More information about it +[T] ca be found at http://www.research.ibm.com/trl/projects/security/ssp/ . [U] http://gcc.gnu.org/ The GCC Homepage @@ -43,5 +47,5 @@ [P] O 012--5---9 118.000 [D] 4139893671 gcc-3.3.2.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-3.3.2/ -[D] 3860248313 protector-3.3-4.tar.gz http://researchweb.watson.ibm.com/trl/projects/security/ssp/gcc3_3/ +[D] 3831155820 protector-3.3-5.tar.gz http://www.research.ibm.com/trl/projects/security/ssp/gcc3_3/ diff --git a/package/base/gccx/gccx.desc b/package/base/gccx/gccx.desc index 159de7b6c..c15252dfe 100644 --- a/package/base/gccx/gccx.desc +++ b/package/base/gccx/gccx.desc @@ -28,10 +28,6 @@ [T] [T] This packages is a _snapshot_ version of the GCC and _not_ indended for [T] normal users! -[T] -[T] This GCC contains the Stack-Smashing Protector Patch which can be enabled -[T] with the -fstack-protector command-line option. More information about it -[T] ca be found at http://www.trl.ibm.com/projects/security/ssp/ . [U] http://gcc.gnu.org/ The GCC Homepage