CommentFileSizeAuthor
#2 2811357-2.patch505 bytesalexpott

Comments

alexpott created an issue. See original summary.

alexpott’s picture

StatusFileSize
new505 bytes

alexpott credited mattlt.

alexpott’s picture

jibran’s picture

Status: Active » Reviewed & tested by the community

Seems legit.

~/www/vd8/app (8.2.x=) $ composer show | grep paragonie
paragonie/random_compat              1.1.1   PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
~/www/vd8/app (8.2.x=) $ gco 8.1.x
Checking out files: 100% (1699/1699), done.
Switched to branch '8.1.x'
Your branch is up-to-date with 'origin/8.1.x'.
~/www/vd8/app (8.1.x=) $ composer show | grep paragonie
paragonie/random_compat              1.1.1   PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
~/www/vd8/app (8.1.x=) $ gco 8.3.x
Switched to branch '8.3.x'
Your branch is up-to-date with 'origin/8.3.x'.
~/www/vd8/app (8.3.x=) $ composer show | grep paragonie
paragonie/random_compat              1.1.1   PHP 5.x polyfill for random_bytes() and random_int() from PHP 7

  • xjm committed 434a969 on 8.3.x
    Issue #2811357 by alexpott, mattlt, jibran: Fix CHANGELOG.txt for 8.2.0...

  • xjm committed 894f823 on 8.2.x
    Issue #2811357 by alexpott, mattlt, jibran: Fix CHANGELOG.txt for 8.2.0...
xjm’s picture

Status: Reviewed & tested by the community » Fixed

Committed 434a969 and pushed to 8.3.x and 8.2.x. Thanks!

sarciszewski’s picture

It's worth noting via this tweet and/or via this blog post (if you need an authoritative source), the recommended requirements string for random_compat is ^1|^2.

Some dependencies, e.g. defuse/php-encryption, will require version 2 explicitly. Some libraries haven't caught up and will explicitly require version 1.x.

If you're going to stick with the v1.x branch, please upgrade to at least v1.4.

xjm’s picture

Thanks @sarciszewski. I believe the issue is under discussion in #2763787: Upgrade random_compat to latest version. In this issue we had just documented the dependency upgrade prematurely.

xjm’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.