From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22850 invoked by alias); 30 Sep 2004 07:51:08 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 22831 invoked from network); 30 Sep 2004 07:51:07 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 30 Sep 2004 07:51:07 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 9B3AECA3298 for ; Thu, 30 Sep 2004 09:51:06 +0200 (CEST) To: GNU libc hackers Subject: Fix nscd & -fpie From: Andreas Jaeger Date: Thu, 30 Sep 2004 07:51:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-09/txt/msg00113.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 998 The new files were not build with -fpie, committed as obvious, Andreas 2004-09-30 Andreas Jaeger * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie. (CFLAGS-initgrcache.c): Likewise. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: nscd/Makefile --- nscd/Makefile 30 Sep 2004 02:20:19 -0000 1.29 +++ nscd/Makefile 30 Sep 2004 07:50:35 -0000 @@ -89,6 +89,8 @@ CFLAGS-mem.c =3D -fpie CFLAGS-nscd_setup_thread.c =3D -fpie CFLAGS-aicache.c =3D -fpie CFLAGS-selinux.c =3D -fpie +CFLAGS-nscd_initgroups.c =3D -fpie +CFLAGS-initgrcache.c =3D -fpie =20 $(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=3D.o)) $(LINK.o) -pie -Wl,-O1 \ --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBBW7rqOJpWPMJyoSYRArK4AJsH9f131OiZqo15WXc2DcfCDH3dBwCfSook JfUDiQMWNR4fuaLl2ZhHq40= =6bmH -----END PGP SIGNATURE----- --=-=-=--