Skip to content

Commit

Permalink
Merge pull request #1164 from nextcloud/fix/bump-phpseclib/phpseclib-…
Browse files Browse the repository at this point in the history
…to-2.0.38

Bump phpseclib/phpseclib to 2.0.38
  • Loading branch information
come-nc committed Sep 5, 2022
2 parents d6a35b6 + 1387b8c commit f143482
Show file tree
Hide file tree
Showing 19 changed files with 1,806 additions and 298 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"php-ds/php-ds": "^1.3",
"php-http/guzzle7-adapter": "^1.0.0",
"php-opencloud/openstack": "^3.1",
"phpseclib/phpseclib": "2.0.32",
"phpseclib/phpseclib": "^2.0.38",
"pimple/pimple": "^3.5.0",
"psr/container": "^1.1.1",
"psr/event-dispatcher": "^1.0",
Expand Down
17 changes: 9 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions composer/installed.json
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": [
{
Expand Down
10 changes: 5 additions & 5 deletions composer/installed.php
Expand Up @@ -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(),
Expand Down Expand Up @@ -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(),
Expand Down Expand Up @@ -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(),
Expand Down
1 change: 1 addition & 0 deletions phpseclib/phpseclib/AUTHORS
Expand Up @@ -4,3 +4,4 @@ phpseclib Developers: monnerat (Patrick Monnerat)
bantu (Andreas Fischer)
petrich (Hans-Jürgen Petrich)
GrahamCampbell (Graham Campbell)
hc-jworman

0 comments on commit f143482

Please sign in to comment.