diff --git a/sources b/sources index aa3e113..c59d264 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.1.17.tar.gz) = af0e395a0e13f7084ef75d61a1b2682947518b3a1bb9a79fba1a7f1899b14a64b0c61302c96e98c215bb5c5484e541e30bf027c519093ade2713be3bc71f1614 +SHA512 (wordpress-5.1.18.tar.gz) = 4dff8a76fed07d7c547dc5b43d49d0c3175939fe25808af78d8d35d03ea4f9e5f4a604ac21451f993f64abdaa6de5ccfbae35f9e94eb3d3e82919fac9c801900 diff --git a/wordpress.spec b/wordpress.spec index ee16091..5b1e9bf 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -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 - 5.1.18-1 +- WordPress 5.1.18 Security Release + * Mon Oct 16 2023 Remi Collet - 5.1.17-1 - WordPress 5.1.17 Security Release