Skip to content

Commit

Permalink
Prepare 1.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 23, 2023
1 parent 7536e54 commit 89c661f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@
require_once 'PEAR/PackageFileManager2.php';
PEAR::setErrorHandling(PEAR_ERROR_DIE);

$apiVersion = '1.6.7';
$apiVersion = '1.6.8';
$apiState = 'stable';

$releaseVersion = '1.6.7';
$releaseVersion = '1.6.8';
$releaseState = 'stable';
$releaseNotes = "[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].\n"
. "Ignore tests/debug.log and .gitattributes itself.";
$releaseNotes = "Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].";

$description =
"This package provides an object oriented interface to GNU Privacy " .
$description = "This package provides an object oriented interface to GNU Privacy " .
"Guard (GnuPG). It requires the GnuPG executable to be on the system.\n\n" .
"Though GnuPG can support symmetric-key cryptography, this package is " .
"intended only to facilitate public-key cryptography.\n\n" .
Expand All @@ -69,6 +67,7 @@
),
'ignore' => array(
'tests/config.php',
'tests/debug.log',
'tools/',
'package.php',
'composer.json',
Expand Down
22 changes: 10 additions & 12 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.12" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
<package packagerversion="1.10.13" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
Expand Down Expand Up @@ -29,20 +29,19 @@ This package requires PHP version 5.4.8 or greater.</description>
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
<date>2022-02-16</date>
<time>18:38:44</time>
<date>2023-11-23</date>
<time>10:12:15</time>
<version>
<release>1.6.7</release>
<api>1.6.7</api>
<release>1.6.8</release>
<api>1.6.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].
Ignore tests/debug.log and .gitattributes itself.
Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -166,18 +165,17 @@ Ignore tests/debug.log and .gitattributes itself.
<changelog>
<release>
<version>
<release>1.6.7</release>
<api>1.6.7</api>
<release>1.6.8</release>
<api>1.6.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2022-02-16</date>
<date>2023-11-23</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].
Ignore tests/debug.log and .gitattributes itself.
Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 89c661f

Please sign in to comment.