From owner-freebsd-ports@FreeBSD.ORG Thu Aug 21 01:54:42 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83231CDA for ; Thu, 21 Aug 2014 01:54:42 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 525C4311E for ; Thu, 21 Aug 2014 01:54:42 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id c1so12635923igq.1 for ; Wed, 20 Aug 2014 18:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bjUHOQ73SctBzmHtVYahD/Ha7xGbz999rlZV1laPiKg=; b=WfV6DZvZQ8daI3SDl/4NYyiPWO0fKlgi9aJnJ92OdSH10Lc/KZfP7R9XVhHLi1kywq lZF7GitqhNggWJtyYByvbPjFJrc5IbnkhRFGKhk8fHxuk3+SwJyn6W1hTnAQd0W4itw4 pjDkklv+DodeN3yzP1Ew/7+iIAUjqXjnhgizXNsTPEv6SaaXwgGYmJewv7mYkNwkp2jw IrhcsnhW5Jqg5cKI8FUe0y1bVXouRXA2RLr1C4GiEE6qv1Qhvh618UPMCn7lEfdpIUGd aZSY9kwdHIx55pMYHia6omnAMwphH/IhWmWThLB4LxH+cZ9fPZrkDOs/GglpIvD1k/Ce tV4Q== MIME-Version: 1.0 X-Received: by 10.50.153.83 with SMTP id ve19mr17146927igb.4.1408586081806; Wed, 20 Aug 2014 18:54:41 -0700 (PDT) Received: by 10.107.138.14 with HTTP; Wed, 20 Aug 2014 18:54:41 -0700 (PDT) In-Reply-To: <53F4CE0E.8040106@FreeBSD.org> References: <523D79CD.2090302@FreeBSD.org> <53F4CE0E.8040106@FreeBSD.org> Date: Wed, 20 Aug 2014 20:54:41 -0500 Message-ID: Subject: Re: [CFT] SSP Package Repository available From: Chuck Burns To: Ports FreeBSD Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 01:54:42 -0000 Interesting. I wonder if this repo will get along with the new_xorg repo. About to find out... On Wed, Aug 20, 2014 at 11:34 AM, Bryan Drewery wrote: > On 9/21/2013 5:49 AM, Bryan Drewery wrote: > > Ports now support enabling Stack Protector [1] support on FreeBSD 10 > > i386 and amd64, and older releases on amd64 only currently. > > > > Support may be added for earlier i386 releases once all ports properly > > respect LDFLAGS. > > > > To enable, just add WITH_SSP=yes to your make.conf and rebuild all ports. > > > > The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-all > > may optionally be set instead. > > > > Please help test this on your system. We would like to eventually enable > > this by default, but need to identify any major ports that have run-time > > issues due to it. > > > > [1] https://en.wikipedia.org/wiki/Buffer_overflow_protection > > > > We have not had any feedback on this yet and want to get it enabled by > default for ports and packages. > > We now have a repository that you can use rather than the default to > help test. We need your help to identify any issues before switching the > default. > > This repository is available for: > > head > 10.0 > 9.1,9.2,9.3 > > It is not available for 8.4. If someone is willing to test on 8.4 I will > build a repository for it. > > Place this in /usr/local/etc/pkgs/repos/FreeBSD_ssp.conf: > > FreeBSD: { enabled: no } > FreeBSD_ssp: { > url: "pkg+http://pkg.FreeBSD.org/${ABI}/ssp", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > > Once that is done you should force reinstall packages from this repository: > > pkg update > pkg upgrade -f > > Thanks for your help! > Bryan Drewery > On behalf of portmgr. > >