WordPress 5.1.18 Security Release

This commit is contained in:
Remi Collet 2024-02-01 08:43:38 +01:00
commit 76d1ef4d54
2 changed files with 11 additions and 8 deletions

View file

@ -1 +1 @@
SHA512 (wordpress-5.1.17.tar.gz) = af0e395a0e13f7084ef75d61a1b2682947518b3a1bb9a79fba1a7f1899b14a64b0c61302c96e98c215bb5c5484e541e30bf027c519093ade2713be3bc71f1614
SHA512 (wordpress-5.1.18.tar.gz) = 4dff8a76fed07d7c547dc5b43d49d0c3175939fe25808af78d8d35d03ea4f9e5f4a604ac21451f993f64abdaa6de5ccfbae35f9e94eb3d3e82919fac9c801900

View file

@ -17,7 +17,7 @@
Summary: Blog tool and publishing platform
URL: http://www.wordpress.org
Name: wordpress
Version: 5.1.17
Version: 5.1.18
Release: 1%{?dist}
License: GPLv2
@ -124,15 +124,15 @@ rm -rf wp-includes/js/swfupload
# remove .htaccess, protected by httpd config file
rm wp-content/plugins/akismet/.htaccess
%patch0 -p1 -b .dolly
%patch -P0 -p1 -b .dolly
#patch1 -p1 -b .rhbz522897
%patch2 -p1
%patch3 -p1
%patch -P2 -p1
%patch -P3 -p1
# Adjust mediaelement not to use its SWF
%patch4 -p1
%patch -P4 -p1
#rm wp-includes/js/mediaelement/media*swf
%patch7 -p1
%patch8 -p1
%patch -P7 -p1
%patch -P8 -p1
# We patch .js files, so minify them
php %{SOURCE5} \
@ -271,6 +271,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig
%changelog
* Thu Feb 01 2024 Remi Collet <remi@remirepo.net> - 5.1.18-1
- WordPress 5.1.18 Security Release
* Mon Oct 16 2023 Remi Collet <remi@remirepo.net> - 5.1.17-1
- WordPress 5.1.17 Security Release