Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4013 invoked from network); 27 Mar 2016 02:49:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2016 02:49:41 -0000 Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain paragonie.com designates 209.85.218.43 as permitted sender) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.218.43 mail-oi0-f43.google.com Received: from [209.85.218.43] ([209.85.218.43:36576] helo=mail-oi0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/54-03797-14A47F65 for ; Sat, 26 Mar 2016 21:49:37 -0500 Received: by mail-oi0-f43.google.com with SMTP id r187so136267321oih.3 for ; Sat, 26 Mar 2016 19:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=TXP7qT8FFSbMC1J4Je4NYwwDc2k8cwd0B3ywy8U6ycA=; b=0873jZ/8nRDQmVRFUMSVTQkVsWQ7RPdeD1+pn8nPUjWK37A0Y2sW3SGV4w+75NSGWD czP5Q+Da9XHvwyhY/0sbxGpFvwzc/xhf6DqeJXsqI/97tN2qilvLPo6g6k5WhVq7inr4 y7cuUQKhlWr2yTeHntp5r1jZRpzhtgN2lwx5APXurJxClVORrYIpwXR2BBp0OdGJTKiI dXR3VtVLG/D80B492XqWNHEbzUvwgBMhdX07CKUYgkw8RtCQmkGa4KXbAFLcZwRm5RjL RVivZ4E0LLmSA9tifSl481an5kjO6sf3ucvOCYXVwHjR1qf876tGbnmHypq0FJNyMCZq Uklg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=TXP7qT8FFSbMC1J4Je4NYwwDc2k8cwd0B3ywy8U6ycA=; b=YWTLX+loppmheZivFXGd3AN8F8R7eK02JX9++/UB32Zr3bYx8si4JTrf1PsMRl9Vet k03phYnWLsQr1+nAAnE+cWIzgK9DP0rcndv+FYxq1GTm7Zl5SktTFc/3X6a4W/EKfCE8 VTtZKNFnk3llz9l3DDrtIKffirvu/2ec/hQiDBGezrDIdO3OlzAFfeK8S7XIzUH8Di4y y255c3NX/dIyg5lp2JU9wNg/e4iHJJzZ1XcEqaVFdhUe0m8YVW2bimrt8r4fLUk6QlU/ hOtLdssjYq6uxZuSTVRFmx17ZSLWqx1qlO7NFYHbBIRjcVS25FZsxa4xGtlnX2bcntkz VM6w== X-Gm-Message-State: AD7BkJLgUB6Rp30fJS9YJT5Bb6UD4CwIGqCGrqFvYYtj+yO9RXr5BH537ixhNyKDAfqAG9Q7Z3d8pS4o+hZ68Q== MIME-Version: 1.0 X-Received: by 10.157.63.53 with SMTP id m50mr9106061otc.54.1459046974551; Sat, 26 Mar 2016 19:49:34 -0700 (PDT) Received: by 10.157.14.42 with HTTP; Sat, 26 Mar 2016 19:49:34 -0700 (PDT) Date: Sat, 26 Mar 2016 22:49:34 -0400 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC] Libsodium (bump) From: scott@paragonie.com (Scott Arciszewski) Quick update: https://github.com/jedisct1/libsodium/commit/20bf121fcde3104babede887980be835e07b10dd Looks like libsodium 1.0.9 will be out soon, which means ext/sodium 1.0.3 will follow, and then we can get the RFC fleshed out and ready for voting soon after. (As a reminder from the previous threads, the link to the RFC rough draft is https://wiki.php.net/rfc/libsodium) Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises