summarylogtreecommitdiffstats
path: root/perl-5-33-7.patch
diff options
context:
space:
mode:
authorMatt Day2022-01-30 19:41:20 +0000
committerMatt Day2022-01-30 19:41:20 +0000
commita9d2724c3cda9874056e91ec3b64c05b462562a6 (patch)
tree042766661e54e9398385b86016794f1db3b6c6da /perl-5-33-7.patch
parent43bcb6c91e75f84c2c752f8a46f42d774a781b98 (diff)
downloadaur-a9d2724c3cda9874056e91ec3b64c05b462562a6.tar.gz
Bump to 2.0.12
Diffstat (limited to 'perl-5-33-7.patch')
-rw-r--r--perl-5-33-7.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/perl-5-33-7.patch b/perl-5-33-7.patch
deleted file mode 100644
index f0c588061775..000000000000
--- a/perl-5-33-7.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/perl/modperl_perl.c 2021/04/20 13:48:02 1889013
-+++ src/modules/perl/modperl_perl.c 2021/04/20 13:55:29 1889014
-@@ -268,7 +268,7 @@
- #ifdef MP_NEED_HASH_SEED_FIXUP
- if (MP_init_hash_seed_set) {
- #if MP_PERL_VERSION_AT_LEAST(5, 17, 6)
-- memcpy(&PL_hash_seed, &MP_init_hash_seed,
-+ memcpy(PL_hash_seed, &MP_init_hash_seed,
- sizeof(PL_hash_seed) > sizeof(MP_init_hash_seed) ?
- sizeof(MP_init_hash_seed) : sizeof(PL_hash_seed));
- PL_hash_seed_set = MP_init_hash_seed_set;