Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-05 15:59:43 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-05 15:59:43 +0300
commit1387b8c56a88ef7228bafc520cf3341b0d5f1a7a (patch)
treeeb20af877154d87c3138a7fda34a8d1f6861a32d /composer
parentd6a35b6d5759c08dd268618951f9e5b1c18aa939 (diff)
Bump phpseclib/phpseclib to 2.0.38
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'composer')
-rw-r--r--composer/installed.json17
-rw-r--r--composer/installed.php10
2 files changed, 14 insertions, 13 deletions
diff --git a/composer/installed.json b/composer/installed.json
index 1cb2e013..1def2305 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -3148,17 +3148,17 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "2.0.32",
- "version_normalized": "2.0.32.0",
+ "version": "2.0.38",
+ "version_normalized": "2.0.38.0",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd"
+ "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
- "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
+ "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
"shasum": ""
},
"require": {
@@ -3173,9 +3173,10 @@
"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.",
- "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
+ "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
+ "ext-xml": "Install the XML extension to load XML formatted public keys."
},
- "time": "2021-06-12T12:12:59+00:00",
+ "time": "2022-09-02T17:04:26+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3240,7 +3241,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.32"
+ "source": "https://github.com/phpseclib/phpseclib/tree/2.0.38"
},
"funding": [
{
diff --git a/composer/installed.php b/composer/installed.php
index 832b77ba..bd2d7725 100644
--- a/composer/installed.php
+++ b/composer/installed.php
@@ -3,7 +3,7 @@
'name' => 'nextcloud/3rdparty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '143faae0eba0121682129d1261158dd9db74b2b2',
+ 'reference' => 'd6a35b6d5759c08dd268618951f9e5b1c18aa939',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
@@ -319,7 +319,7 @@
'nextcloud/3rdparty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '143faae0eba0121682129d1261158dd9db74b2b2',
+ 'reference' => 'd6a35b6d5759c08dd268618951f9e5b1c18aa939',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
@@ -452,9 +452,9 @@
'dev_requirement' => false,
),
'phpseclib/phpseclib' => array(
- 'pretty_version' => '2.0.32',
- 'version' => '2.0.32.0',
- 'reference' => 'f5c4c19880d45d0be3e7d24ae8ac434844a898cd',
+ 'pretty_version' => '2.0.38',
+ 'version' => '2.0.38.0',
+ 'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd',
'type' => 'library',
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
'aliases' => array(),