diff options
author | kent <kent@pkgsrc.org> | 2002-04-05 19:20:53 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-04-05 19:20:53 +0000 |
commit | b58f209fdf55d9dabc50b4573e10b1f4cbc59660 (patch) | |
tree | 495c211946c1dcdb6aa40664ea6acbcf22538026 /lang/gcc-ssp/Makefile | |
parent | 282fca7b31d356791fc911158b9ea186d91d83e8 (diff) | |
download | pkgsrc-b58f209fdf55d9dabc50b4573e10b1f4cbc59660.tar.gz |
Update the ssp patch to 2.95.3-5.
Change in 2.95.3-5:
- Some fixes at the copying arguments
More concretely, a problem at compilation of src/usr.sbin/pppd/pppd/eui64.c
is solved.
Diffstat (limited to 'lang/gcc-ssp/Makefile')
-rw-r--r-- | lang/gcc-ssp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 31bbeb5673a..cda1c1fff94 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/03/29 10:47:58 kent Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/05 19:20:53 kent Exp $ DISTNAME= gcc-2.95.3 GCC_VERSION= 2.95.3 -PKGNAME= gcc-ssp-2.95.3.4 +PKGNAME= gcc-ssp-2.95.3.5 PKGVERSION= ${GCC_VERSION} PKGREVISION= PKGBASENAME= gcc-ssp @@ -13,9 +13,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trl.ibm.com/projects/security/ssp/ COMMENT= GNU Compiler Collection with Stack-smashing protection -SSP_PATCH= protector-2.95.3-4.tar.gz +SSP_PATCH= protector-2.95.3-5.tar.gz DISTFILES+= ${DISTNAME}.tar.gz ${SSP_PATCH} -SITES_protector-2.95.3-4.tar.gz= http://www.trl.ibm.com/projects/security/ssp/gcc2_95_3/ +SITES_protector-2.95.3-5.tar.gz= http://www.trl.ibm.com/projects/security/ssp/gcc2_95_3/ PATCHDIR= ../gcc/patches GCC_FILESDIR= ${FILESDIR}/../../gcc/files @@ -95,7 +95,7 @@ post-build: ${WRKSRC}/gcc/xgcc -B${WRKSRC}/gcc/ -O2 -o ${WRKDIR}/buffer ${FILESDIR}/buffer.c ulimit -c 0 && ${WRKDIR}/buffer abcdefghijklmnopqrstuvwxyz 2> ${WRKDIR}/output || true @if [ x"`/bin/cat ${WRKDIR}/output`" = "x: stack smashing attack in function main" ]; then \ - echo "---- Stack protection succeeded."; \ + echo "===> Stack protection succeeded."; \ exit 0; \ else \ echo "**** Stack protection failed."; \ |