Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2023-11-28T18:11:38Z

Commit: 
https://github.com/php/web-wiki/commit/3cc87babcf5f4e63b3f5a934b0b930afd5b988d5
Raw diff: 
https://github.com/php/web-wiki/commit/3cc87babcf5f4e63b3f5a934b0b930afd5b988d5.diff

Bump phpseclib/phpseclib from 2.0.31 to 3.0.34 in /dokuwiki

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.31 
to 3.0.34.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/2.0.31...3.0.34)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supp...@github.com>

Changed paths:
  M  dokuwiki/composer.json
  M  dokuwiki/composer.lock


Diff:

diff --git a/dokuwiki/composer.json b/dokuwiki/composer.json
index 4a46d776..ac59c410 100644
--- a/dokuwiki/composer.json
+++ b/dokuwiki/composer.json
@@ -8,7 +8,7 @@
         "php": ">=7.2",
         "ext-json": "*",
         "splitbrain/php-archive": "~1.0",
-        "phpseclib/phpseclib": "~2.0",
+        "phpseclib/phpseclib": "~3.0",
         "simplepie/simplepie": "^1.4",
         "geshi/geshi": "dev-master as 1.0.x-dev",
         "openpsa/universalfeedcreator": "^1.8",
diff --git a/dokuwiki/composer.lock b/dokuwiki/composer.lock
index b1644b1c..7868722f 100644
--- a/dokuwiki/composer.lock
+++ b/dokuwiki/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies";,
         "This file is @generated automatically"
     ],
-    "content-hash": "09f5f3726c3993d80980df99ab2a59dc",
+    "content-hash": "1f1db4052c4ae8322f5e4bdb38583da2",
     "packages": [
         {
             "name": "aziraphale/email-address-validator",
@@ -256,29 +256,147 @@
             },
             "time": "2022-04-04T10:02:43+00:00"
         },
+        {
+            "name": "paragonie/constant_time_encoding",
+            "version": "v2.6.3",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/paragonie/constant_time_encoding.git";,
+                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938";,
+                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7|^8"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^6|^7|^8|^9",
+                "vimeo/psalm": "^1|^2|^3|^4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "ParagonIE\\ConstantTime\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Paragon Initiative Enterprises",
+                    "email": "secur...@paragonie.com",
+                    "homepage": "https://paragonie.com";,
+                    "role": "Maintainer"
+                },
+                {
+                    "name": "Steve 'Sc00bz' Thomas",
+                    "email": "st...@tobtu.com",
+                    "homepage": "https://www.tobtu.com";,
+                    "role": "Original Developer"
+                }
+            ],
+            "description": "Constant-time Implementations of RFC 4648 Encoding 
(Base-64, Base-32, Base-16)",
+            "keywords": [
+                "base16",
+                "base32",
+                "base32_decode",
+                "base32_encode",
+                "base64",
+                "base64_decode",
+                "base64_encode",
+                "bin2hex",
+                "encoding",
+                "hex",
+                "hex2bin",
+                "rfc4648"
+            ],
+            "support": {
+                "email": "i...@paragonie.com",
+                "issues": 
"https://github.com/paragonie/constant_time_encoding/issues";,
+                "source": "https://github.com/paragonie/constant_time_encoding";
+            },
+            "time": "2022-06-14T06:56:20+00:00"
+        },
+        {
+            "name": "paragonie/random_compat",
+            "version": "v9.99.100",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/paragonie/random_compat.git";,
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a";,
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">= 7"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "4.*|5.*",
+                "vimeo/psalm": "^1"
+            },
+            "suggest": {
+                "ext-libsodium": "Provides a modern crypto API that can be 
used to generate random bytes."
+            },
+            "type": "library",
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Paragon Initiative Enterprises",
+                    "email": "secur...@paragonie.com",
+                    "homepage": "https://paragonie.com";
+                }
+            ],
+            "description": "PHP 5.x polyfill for random_bytes() and 
random_int() from PHP 7",
+            "keywords": [
+                "csprng",
+                "polyfill",
+                "pseudorandom",
+                "random"
+            ],
+            "support": {
+                "email": "i...@paragonie.com",
+                "issues": "https://github.com/paragonie/random_compat/issues";,
+                "source": "https://github.com/paragonie/random_compat";
+            },
+            "time": "2020-10-15T08:29:30+00:00"
+        },
         {
             "name": "phpseclib/phpseclib",
-            "version": "2.0.31",
+            "version": "3.0.34",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpseclib/phpseclib.git";,
-                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
+                "reference": "56c79f16a6ae17e42089c06a2144467acc35348a"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4";,
-                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
+                "url": 
"https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a";,
+                "reference": "56c79f16a6ae17e42089c06a2144467acc35348a",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.3"
+                "paragonie/constant_time_encoding": "^1|^2",
+                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
+                "php": ">=5.6.1"
             },
             "require-dev": {
-                "phing/phing": "~2.7",
-                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
-                "squizlabs/php_codesniffer": "~2.0"
+                "phpunit/phpunit": "*"
             },
             "suggest": {
+                "ext-dom": "Install the DOM extension to load XML formatted 
public keys.",
                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension 
in order to speed up arbitrary precision integer arithmetic operations.",
                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms 
provided by the libsodium-php extension.",
                 "ext-mcrypt": "Install the Mcrypt extension in order to speed 
up a few other cryptographic operations.",
@@ -290,7 +408,7 @@
                     "phpseclib/bootstrap.php"
                 ],
                 "psr-4": {
-                    "phpseclib\\": "phpseclib/"
+                    "phpseclib3\\": "phpseclib/"
                 }
             },
             "notification-url": "https://packagist.org/downloads/";,
@@ -347,7 +465,7 @@
             ],
             "support": {
                 "issues": "https://github.com/phpseclib/phpseclib/issues";,
-                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31";
+                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.34";
             },
             "funding": [
                 {
@@ -363,7 +481,7 @@
                     "type": "tidelift"
                 }
             ],
-            "time": "2021-04-06T13:56:45+00:00"
+            "time": "2023-11-27T11:13:31+00:00"
         },
         {
             "name": "simplepie/simplepie",
@@ -617,5 +735,5 @@
     "platform-overrides": {
         "php": "7.2"
     },
-    "plugin-api-version": "2.3.0"
+    "plugin-api-version": "2.6.0"
 }

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to