Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates-3275865
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
automatic_updates-3275865
Commits
835bf788
Commit
835bf788
authored
5 years ago
by
Lucas Hedding
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3088922
by heddn: Check for updates to polyfills mid December 2019
parent
07dd9066
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
composer.lock
+5
-5
5 additions, 5 deletions
composer.lock
vendor/composer/installed.json
+6
-6
6 additions, 6 deletions
vendor/composer/installed.json
vendor/paragonie/sodium_compat/autoload.php
+1
-1
1 addition, 1 deletion
vendor/paragonie/sodium_compat/autoload.php
with
12 additions
and
12 deletions
composer.lock
+
5
−
5
View file @
835bf788
...
...
@@ -107,16 +107,16 @@
},
{
"name": "paragonie/sodium_compat",
"version": "v1.12.
0
",
"version": "v1.12.
1
",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "
8228b286d6b8fe24825f42ce02403f72656ac826
"
"reference": "
063cae9b3a7323579063e7037720f5b52b56c178
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/
8228b286d6b8fe24825f42ce02403f72656ac826
",
"reference": "
8228b286d6b8fe24825f42ce02403f72656ac826
",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/
063cae9b3a7323579063e7037720f5b52b56c178
",
"reference": "
063cae9b3a7323579063e7037720f5b52b56c178
",
"shasum": ""
},
"require": {
...
...
@@ -185,7 +185,7 @@
"secret-key cryptography",
"side-channel resistant"
],
"time": "2019-1
0-19T15:30:42
+00:00"
"time": "2019-1
1-07T17:07:24
+00:00"
}
],
"packages-dev": [],
...
...
This diff is collapsed.
Click to expand it.
vendor/composer/installed.json
+
6
−
6
View file @
835bf788
...
...
@@ -104,17 +104,17 @@
},
{
"name"
:
"paragonie/sodium_compat"
,
"version"
:
"v1.12.
0
"
,
"version_normalized"
:
"1.12.
0
.0"
,
"version"
:
"v1.12.
1
"
,
"version_normalized"
:
"1.12.
1
.0"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/paragonie/sodium_compat.git"
,
"reference"
:
"
8228b286d6b8fe24825f42ce02403f72656ac826
"
"reference"
:
"
063cae9b3a7323579063e7037720f5b52b56c178
"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/paragonie/sodium_compat/zipball/
8228b286d6b8fe24825f42ce02403f72656ac826
"
,
"reference"
:
"
8228b286d6b8fe24825f42ce02403f72656ac826
"
,
"url"
:
"https://api.github.com/repos/paragonie/sodium_compat/zipball/
063cae9b3a7323579063e7037720f5b52b56c178
"
,
"reference"
:
"
063cae9b3a7323579063e7037720f5b52b56c178
"
,
"shasum"
:
""
},
"require"
:
{
...
...
@@ -128,7 +128,7 @@
"ext-libsodium"
:
"PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
,
"ext-sodium"
:
"PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"time"
:
"2019-1
0-19T15:30:42
+00:00"
,
"time"
:
"2019-1
1-07T17:07:24
+00:00"
,
"type"
:
"library"
,
"installation-source"
:
"dist"
,
"autoload"
:
{
...
...
This diff is collapsed.
Click to expand it.
vendor/paragonie/sodium_compat/autoload.php
+
1
−
1
View file @
835bf788
...
...
@@ -47,7 +47,7 @@ if (PHP_VERSION_ID >= 50300) {
require_once
dirname
(
__FILE__
)
.
'/src/PHP52/SplFixedArray.php'
;
}
if
(
PHP_VERSION_ID
<
70200
||
!
extension_loaded
(
'sodium'
))
{
if
(
PHP_VERSION_ID
>=
50300
&&
!
defined
(
'SODIUM_
LIBRARY_MAJOR_VERSION
'
))
{
if
(
PHP_VERSION_ID
>=
50300
&&
!
defined
(
'SODIUM_
CRYPTO_SCALARMULT_BYTES
'
))
{
require_once
dirname
(
__FILE__
)
.
'/lib/php72compat_const.php'
;
}
if
(
PHP_VERSION_ID
>=
70000
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment