Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19162 invoked from network); 20 Jul 2017 23:16:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2017 23:16:53 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:33566] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/FE-02884-1E931795 for ; Thu, 20 Jul 2017 19:16:52 -0400 Received: by mail-wm0-f51.google.com with SMTP id v139so882913wmv.0 for ; Thu, 20 Jul 2017 16:16:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku.com; s=google; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=G1lujzhBuK5rR96IUA2VNpGcQduFt0ftNtRWqeJf/88=; b=OrHJko5wOxfAChNl1X8p7ckEGiqUGCZVrI36LgkQt24VSPq/0RX5ssITM3Jxv78YmL KVpdj3ZFt6jgSbsmxXGSruMc2ofbEmue4BwNH139aabRnsT+35plQK4LccX6YAYUTvn+ 5/Pcxo28mwPJZQPA/HU4hZ6vv1vMk8qwtzpWYCWhZJwfwmy5Og8h9Uu52vK9gCgS1dUU aStn7h523b1Ac2Q3u9AwUVPifHHtKU6n0JUVAOILsi8bRHPXnpfCgIyX7DpEw5RAe911 7KgU6tG3nXaSdSvH6OQnN7R60GrQ/5uPtBTeKvBooD/YrXIuP36Q4WIn5nT+1yJPVK25 pV4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=G1lujzhBuK5rR96IUA2VNpGcQduFt0ftNtRWqeJf/88=; b=fgLd7nD0WcbrU9btWbW8TsggmL1N26h5obapMSCDzbFHRKYhAQLn48Mq2ZJbRNvLmH fBfBI0USHoQ68VOKazZ84NX+z7b0cEnxs7ZlhgZD7W0bYyCFqXKACwjtRFOorJgSOCkv 9qxx3Y+Jmf63glEpiGWOZxvkoHkhHyOfuBBi7UUX6Ann755ds6ADyR2AsO0cEgaIg7Id 6oLado8JLaSfWxSs67L4SQOhRI4oWcktAcNtQ79qCTJlbPfnC3DamfNQEhER+ZC5G9/Q MiLFVJ+t+C0qvxfrmzBSiz7gPue6JZXipdONusSGNAcovwT8FmIrARCeTtpVuGvpvI92 BQwg== X-Gm-Message-State: AIVw11340xcLJtyzeolzQwZPRtnIyrBxBRR5w01phKIJtD/BzEQ1lb5U /y6h/KaVHLHyZWxB+AzVdQ== X-Received: by 10.80.190.139 with SMTP id b11mr4197628edk.254.1500592606740; Thu, 20 Jul 2017 16:16:46 -0700 (PDT) Received: from [192.168.1.5] (ipb21b4037.dynamic.kabel-deutschland.de. [178.27.64.55]) by smtp.gmail.com with ESMTPSA id c56sm2335231ede.21.2017.07.20.16.16.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jul 2017 16:16:45 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Message-ID: Date: Fri, 21 Jul 2017 01:16:45 +0200 To: PHP internals X-Mailer: Apple Mail (2.3273) Subject: libsodium version target for 7.2 From: dz@heroku.com (David Zuelke) Hi all, The standalone sodium extension has been changed a few days ago to = require libsodium 1.0.9: = https://github.com/jedisct1/libsodium-php/commit/e4d6d281cf197deb0086b592a= 72f282905ba7ead Will this version requirement also be ported to the PHP-7.2 branch? The reason I'm asking is because the current Ubuntu LTS (16.04) has = version 1.0.8 of libsodium, and IMO that's an important platform to take = into consideration. The next LTS (18.04) isn't due until mid 2018. Cheers, David