From owner-soc-status@freebsd.org Thu Jun 25 14:58:11 2015 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AB4998CDC2 for ; Thu, 25 Jun 2015 14:58:11 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 011C411DB for ; Thu, 25 Jun 2015 14:58:11 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: by yhfk64 with SMTP id k64so13519935yhf.2 for ; Thu, 25 Jun 2015 07:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zeN9LHPNlT8hEsduL+0g7Y1B/cxL+eRPZYs8oU0jFzQ=; b=pSQiK3StLhhW3YNGaua/+G6Fw1KU+2dE+6la8DubrWtHNsItv+dAy6KgbuZoopm8DK 9y1siEj58iAe0+wKeRrKSfWxXgHuYVDmVHpvPSzi+Mk79yAUChPWwlDY1/uNmyiXQvKO 9vMjSjIbcuhmmjAp3XxFK8nhL/MJE+XBAxguSvCHpI31AnoxpwQ3ClwjiXcV05ztF8Lv 83NtZxYcVMO7aNjox0V/t3tUNbcuWSwp/F0Te9YDvodJrBzHSWwRHJ+vfvVABilRBNQZ 7P6rv8X52dgmBDEyFf3jfnc7EYEbm9SRAjZZ2qsfqNJc5sxYKnKh50A/gPdPXM8uNi0Z 1uXQ== MIME-Version: 1.0 X-Received: by 10.13.231.199 with SMTP id q190mr4656447ywe.164.1435244289913; Thu, 25 Jun 2015 07:58:09 -0700 (PDT) Received: by 10.37.96.214 with HTTP; Thu, 25 Jun 2015 07:58:09 -0700 (PDT) Date: Thu, 25 Jun 2015 16:58:09 +0200 Message-ID: Subject: [gsoc2015] FreeBSD libc security extensions From: Oliver Pinter To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 14:58:11 -0000 Hi All! This year I'm working on porting the FORTIFY_SOURCE and libc security extensions to FreeBSD. The first part is mostly done, some functions, properly hooking in to the build (mark the required programs to build with FORTIFY_SOURCE) and testing are remained. In my schedule this would be done till 5. July. At current state these are done: * ported the functions from bionic libc, as you could see on the projects wiki page: https://wiki.freebsd.org/SummerOfCode2015/FreeBSDLibcSecurityExtensions * hooked in to the build * setted up build test: http://jenkins.hardenedbsd.org:8180/jenkins/job/opBSD-11-fortify-amd64/ * generated ISOs are here: http://jenkins.hardenedbsd.org/builds/opBSD-11-fortify-amd64-LATEST/ . I proceed mostly based on my scheduling. Oliver PS.: Yes, I have forgotten the previous status e-mails.