Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/2.8 backport] reference: fix broken alias for DomainRegexp #4114

Merged

Conversation

thaJeztah
Copy link
Member

An incorrect alias snuck into 152af63 (#4031), and DomainRegexp was aliased to the regex for digests (DigestRegexp).

This didn't affect this repository, as it didn't use the aliases and migrated to the new module, but does affect user of the old module that depend on the aliases.

(cherry picked from commit c8c2bc2)

An incorrect alias snuck into 152af63,
and DomainRegexp was aliased to the regex for digests (DigestRegexp).

This didn't affect this repository, as it didn't use the aliases and migrated
to the new module, but does affect user of the old module that depend on the
aliases.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit c8c2bc2)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@milosgajdos milosgajdos merged commit d85b88a into distribution:release/2.8 Oct 19, 2023
3 checks passed
@thaJeztah thaJeztah deleted the 2.8_backport_fix_regex_alias branch October 19, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants