From owner-soc-status@FreeBSD.ORG Wed Jul 24 07:53:07 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9D3E89B4 for ; Wed, 24 Jul 2013 07:53:07 +0000 (UTC) (envelope-from tuchalia@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0DD2F43 for ; Wed, 24 Jul 2013 07:53:06 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id w20so224315lbh.24 for ; Wed, 24 Jul 2013 00:53:05 -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=EWqmUmQSahXeIoG0LvjnSx5pFk+HckEer3JVMrRAoGM=; b=UQ/7zE2+3MpC0l27GNDhF1HkdDCfgzIKr908I5Wqp/NfOdc5vNQHRV2ZoyY0R2rTQX XfVvZtO7NEePE9dgSEJYPpK2StHAGmyfRjBMxcAA2n2oS0yKPfQZc6h6PG90xTPQwd8Z VIVW62JNPRrYTwIVpzcVsmCGvo3S9hGtYLAvA3y2zxtMruWwLQvWQ/Ch8EgP621NfAvM Ki6ezTsqcDMO8LOUQADs1PRzfmYX+ExBeXk8HUZVC0LGkUjmpN6Uro/1fcEuM/sA2hko MBPb9dLyH3NvMSCvkgiuN/CIpb3YlmnHDrSaC5sHe8Ea28syS1VaB9G30WuV2LtbcVZE cBIw== MIME-Version: 1.0 X-Received: by 10.112.75.74 with SMTP id a10mr3665901lbw.66.1374652385110; Wed, 24 Jul 2013 00:53:05 -0700 (PDT) Received: by 10.112.170.198 with HTTP; Wed, 24 Jul 2013 00:53:05 -0700 (PDT) Date: Wed, 24 Jul 2013 09:53:05 +0200 Message-ID: Subject: Porting compression/video to Capsicum - Weekly Status From: tuchalia To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 24 Jul 2013 07:53:07 -0000 Hi there, I've managed to port xz succesfully, I had to do some changes when it came to opening the files, but it's done. I've started with zlib, and at the beggining we did some thing wrong, like trying to compartmentalize the library just as a normal application, but we soon realized this is not what we wanted. We have now to write a sandboxed process that calls all the functions from the library for us (which, BTW, will make the whole process quicker). Thank you, Daniel