Commit:    281d56c5ed39e16d690151eaa73b05d4137a54b2
Author:    Ferenc Kovacs <[email protected]>         Thu, 19 Jan 2017 22:33:50 
+0100
Parents:   d497926a9a913ea8f0e7d6fc47f52afd173835b2
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=281d56c5ed39e16d690151eaa73b05d4137a54b2

Log:
5.6.30

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2017-01-19-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_30.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index d3d51c5..4431261 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,41 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.30"><!-- {{{ 5.6.30 -->
+<h3>Version 5.6.30</h3>
+<b><?php release_date('19-Jan-2017'); ?></b>
+<ul><li>EXIF:
+<ul>
+  <li><?php bugfix(73737); ?> (FPE when parsing a tag format).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73549); ?> (Use after free when stream is passed to 
imagepng).</li>
+  <li><?php bugfix(73868); ?> (DOS vulnerability in 
gdImageCreateFromGd2Ctx()).</li>
+  <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(68447); ?> (grapheme_extract take an extra trailing 
character).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive).</li>
+  <li><?php bugfix(73768); ?> (Memory corruption when loading hostile 
phar).</li>
+  <li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li>Reverted fix for bug <?php bugl(73530); ?> (Unsetting result set may 
reset other result set).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(70213); ?> (Unserialize context shared on double class 
lookup).</li>
+  <li><?php bugfix(73825); ?> (Heap out of bounds read on unserialize in 
finish_nested_data()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.29"><!-- {{{ 5.6.29 -->
 <h3>Version 5.6.29</h3>
 <b><?php release_date('08-Dec-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index e06235e..ebab2f6 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2017-01-19-3.xml"/>
   <xi:include href="entries/2017-01-19-2.xml"/>
   <xi:include href="entries/2017-01-19-1.xml"/>
   <xi:include href="entries/2016-12-27-1.xml"/>
diff --git a/archive/entries/2017-01-19-3.xml b/archive/entries/2017-01-19-3.xml
new file mode 100644
index 0000000..c37ea81
--- /dev/null
+++ b/archive/entries/2017-01-19-3.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.29 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-01-19-3</id>
+  <published>2017-01-19T13:30:25-08:00</published>
+  <updated>2017-01-19T13:30:25-08:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2017-01-19-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-01-19-3"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.30. This is a security release. Several security bugs were fixed in
+     this release.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.</p>
+
+     <p>
+     According to <a href="http://php.net/supported-versions.php";>our release 
calendar</a>, this PHP 5.6 version
+     is the last planned release that contains regular bugfixes. All the 
consequent releases
+     will contain only security-relevant fixes, for the term of two years.
+     PHP 5.6 users that need further bugfixes are encouraged to upgrade to PHP 
7.
+     </p>
+
+     <p>For source downloads of PHP 5.6.30 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+     The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.30";>ChangeLog</a>.
+     </p>
+    </div>
+     
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 3cbd980..11610bc 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -38,7 +38,7 @@ $OLDRELEASES = array (
       'date' => '08 Dec 2016',
       'museum' => false,
     ),
-       '7.1.0' => 
+    '7.1.0' => 
     array (
       'announcement' => 
       array (
@@ -581,6 +581,42 @@ $OLDRELEASES = array (
   ),
   5 => 
   array (
+    '5.6.29' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_29.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.29.tar.bz2',
+          'name' => 'PHP 5.6.29 (tar.bz2)',
+          'md5' => 'b2772a0bdada0e20f4e1937f71416bcc',
+          'sha256' => 
'499b844c8aa7be064c111692e51a093ba94e54d2d9abb01e70ea76183a1825bb',
+          'date' => '08 Dec 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.29.tar.gz',
+          'name' => 'PHP 5.6.29 (tar.gz)',
+          'md5' => '826ae90570ad480ee4541d6a320b406a',
+          'sha256' => 
'0b1b939129a7286c5a474ac2cf845b979477f26dff36639e04022def9e252574',
+          'date' => '08 Dec 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.29.tar.xz',
+          'name' => 'PHP 5.6.29 (tar.xz)',
+          'md5' => '190bf5b52d1fc68d5500a8cdc7e33164',
+          'sha256' => 
'0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7',
+          'date' => '08 Dec 2016',
+        ),
+      ),
+      'date' => '08 Dec 2016',
+      'museum' => false,
+    ),
     '5.6.28' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index d691c84..e6e96ef 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -52,20 +52,20 @@ $PHP_7_0_SHA256     = array(
 );
 
 /* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.30RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_6_RC_DATE = "05 Jan 2017";
 
-$PHP_5_6_VERSION         = "5.6.29";
-$PHP_5_6_DATE            = "08 Dec 2016";
+$PHP_5_6_VERSION         = "5.6.30";
+$PHP_5_6_DATE            = "19 Dec 2017";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "b2772a0bdada0e20f4e1937f71416bcc",
-                       "tar.gz"        => "826ae90570ad480ee4541d6a320b406a",
-                       "tar.xz"        => "190bf5b52d1fc68d5500a8cdc7e33164",
+                       "tar.bz2"       => "67566191957b5fcac8567a5a9bbdced7",
+                       "tar.gz"        => "8c7ef86c259abad33f213405a35a13c2",
+                       "tar.xz"        => "68753955a8964ae49064c6424f81eb3e",
 );
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"499b844c8aa7be064c111692e51a093ba94e54d2d9abb01e70ea76183a1825bb",
-                       "tar.gz"        => 
"0b1b939129a7286c5a474ac2cf845b979477f26dff36639e04022def9e252574",
-                       "tar.xz"        => 
"0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7",
+                       "tar.bz2"       => 
"a105c293fa1dbff118b5b0ca74029e6c461f8c78f49b337a2a98be9e32c27906",
+                       "tar.gz"        => 
"8bc7d93e4c840df11e3d9855dcad15c1b7134e8acf0cf3b90b932baea2d0bde2",
+                       "tar.xz"        => 
"a363185c786432f75e3c7ff956b49c3369c3f6906a6b10459f8d1ddc22f70805",
 );
 
 /* PHP 5.5 Release */
diff --git a/releases/5_6_30.php b/releases/5_6_30.php
new file mode 100644
index 0000000..e47db92
--- /dev/null
+++ b/releases/5_6_30.php
@@ -0,0 +1,29 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_30.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.30 Release Announcement");
+?>
+
+     <h1>PHP 5.6.30 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.30. This is a security release. Several security bugs were fixed in
+     this release.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>
+     According to <a href="http://php.net/supported-versions.php";>our release 
calendar</a>, this PHP 5.6 version
+     is the last planned release that contains regular bugfixes. All the 
consequent releases
+     will contain only security-relevant fixes, for the term of two years.
+     PHP 5.6 users that need further bugfixes are encouraged to upgrade to PHP 
7.
+     </p>
+
+     <p>For source downloads of PHP 5.6.30 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+     The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.30";>ChangeLog</a>.
+     </p>
+
+<?php site_footer(); ?>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to