Skip to content

Commit f143482

Browse files
authored
Merge pull request #1164 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38
Bump phpseclib/phpseclib to 2.0.38
2 parents d6a35b6 + 1387b8c commit f143482

File tree

19 files changed

+1806
-298
lines changed

19 files changed

+1806
-298
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"php-ds/php-ds": "^1.3",
4242
"php-http/guzzle7-adapter": "^1.0.0",
4343
"php-opencloud/openstack": "^3.1",
44-
"phpseclib/phpseclib": "2.0.32",
44+
"phpseclib/phpseclib": "^2.0.38",
4545
"pimple/pimple": "^3.5.0",
4646
"psr/container": "^1.1.1",
4747
"psr/event-dispatcher": "^1.0",

composer.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/installed.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,17 +3148,17 @@
31483148
},
31493149
{
31503150
"name": "phpseclib/phpseclib",
3151-
"version": "2.0.32",
3152-
"version_normalized": "2.0.32.0",
3151+
"version": "2.0.38",
3152+
"version_normalized": "2.0.38.0",
31533153
"source": {
31543154
"type": "git",
31553155
"url": "https://github.com/phpseclib/phpseclib.git",
3156-
"reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd"
3156+
"reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd"
31573157
},
31583158
"dist": {
31593159
"type": "zip",
3160-
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
3161-
"reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
3160+
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
3161+
"reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
31623162
"shasum": ""
31633163
},
31643164
"require": {
@@ -3173,9 +3173,10 @@
31733173
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
31743174
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
31753175
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3176-
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3176+
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
3177+
"ext-xml": "Install the XML extension to load XML formatted public keys."
31773178
},
3178-
"time": "2021-06-12T12:12:59+00:00",
3179+
"time": "2022-09-02T17:04:26+00:00",
31793180
"type": "library",
31803181
"installation-source": "dist",
31813182
"autoload": {
@@ -3240,7 +3241,7 @@
32403241
],
32413242
"support": {
32423243
"issues": "https://github.com/phpseclib/phpseclib/issues",
3243-
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.32"
3244+
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.38"
32443245
},
32453246
"funding": [
32463247
{

composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'nextcloud/3rdparty',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '143faae0eba0121682129d1261158dd9db74b2b2',
6+
'reference' => 'd6a35b6d5759c08dd268618951f9e5b1c18aa939',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../',
99
'aliases' => array(),
@@ -319,7 +319,7 @@
319319
'nextcloud/3rdparty' => array(
320320
'pretty_version' => 'dev-master',
321321
'version' => 'dev-master',
322-
'reference' => '143faae0eba0121682129d1261158dd9db74b2b2',
322+
'reference' => 'd6a35b6d5759c08dd268618951f9e5b1c18aa939',
323323
'type' => 'library',
324324
'install_path' => __DIR__ . '/../',
325325
'aliases' => array(),
@@ -452,9 +452,9 @@
452452
'dev_requirement' => false,
453453
),
454454
'phpseclib/phpseclib' => array(
455-
'pretty_version' => '2.0.32',
456-
'version' => '2.0.32.0',
457-
'reference' => 'f5c4c19880d45d0be3e7d24ae8ac434844a898cd',
455+
'pretty_version' => '2.0.38',
456+
'version' => '2.0.38.0',
457+
'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd',
458458
'type' => 'library',
459459
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
460460
'aliases' => array(),

phpseclib/phpseclib/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ phpseclib Developers: monnerat (Patrick Monnerat)
44
bantu (Andreas Fischer)
55
petrich (Hans-Jürgen Petrich)
66
GrahamCampbell (Graham Campbell)
7+
hc-jworman

0 commit comments

Comments
 (0)