From bc5002d4e062e0956f4131fc07d964ced6c1b61d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jan 2022 09:47:27 +0100 Subject: [PATCH 01/44] WordPress 5.9 Josephine (cherry picked from commit fa826e94113d6f5ede1f3fb0bb7f919487f8e927) --- sources | 2 +- wordpress-5.4-systemlibs.patch | 21 --------------------- wordpress-move-wp-content.patch | 30 ------------------------------ wordpress.spec | 19 +++++++------------ 4 files changed, 8 insertions(+), 64 deletions(-) delete mode 100644 wordpress-5.4-systemlibs.patch delete mode 100644 wordpress-move-wp-content.patch diff --git a/sources b/sources index 9dac3f0..63d0ba9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.8.3.tar.gz) = 08ebf959d9ae8ca33bee86fec222fb0266dc10bf6db4ed1ebeb7886a422abd838cbcc4d004002dea2c923c7a0822a1f410881b01f2e234560836b1635d98718b +SHA512 (wordpress-5.9.tar.gz) = 10530ecc073b6793f1e3c3711160af0e45868a2a84585b1dcb4b643bd1346648c7ed53774f805841c49bf806986ab5db4b244f72688fc6c55a9f9d2f2ab60571 diff --git a/wordpress-5.4-systemlibs.patch b/wordpress-5.4-systemlibs.patch deleted file mode 100644 index 6cbe5b1..0000000 --- a/wordpress-5.4-systemlibs.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up wordpress/wp-admin/includes/media.php.old wordpress/wp-admin/includes/media.php ---- wordpress/wp-admin/includes/media.php.old 2020-03-25 16:39:05.484028608 +0100 -+++ wordpress/wp-admin/includes/media.php 2020-02-11 00:47:04.000000000 +0100 -@@ -3477,7 +3477,7 @@ function wp_read_video_metadata( $file ) - } - - if ( ! class_exists( 'getID3', false ) ) { -- require ABSPATH . WPINC . '/ID3/getid3.php'; -+ require '/usr/share/php/getid3/getid3.php'; - } - - $id3 = new getID3(); -@@ -3588,7 +3588,7 @@ function wp_read_audio_metadata( $file ) - } - - if ( ! class_exists( 'getID3', false ) ) { -- require ABSPATH . WPINC . '/ID3/getid3.php'; -+ require '/usr/share/php/getid3/getid3.php'; - } - - $id3 = new getID3(); diff --git a/wordpress-move-wp-content.patch b/wordpress-move-wp-content.patch deleted file mode 100644 index 54eb921..0000000 --- a/wordpress-move-wp-content.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up wordpress/wp-includes/default-constants.php.rhbz522897 wordpress/wp-includes/default-constants.php ---- wordpress/wp-includes/default-constants.php.rhbz522897 2010-05-26 04:42:15.000000000 +0200 -+++ wordpress/wp-includes/default-constants.php 2011-06-02 12:29:57.919714584 +0200 -@@ -39,7 +39,7 @@ function wp_initial_constants( ) { - @ini_set('memory_limit', WP_MEMORY_LIMIT); - - if ( !defined('WP_CONTENT_DIR') ) -- define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' ); // no trailing slash, full paths only - WP_CONTENT_URL is defined further down -+ define( 'WP_CONTENT_DIR', '/var/www/wordpress/wp-content' ); // no trailing slash, full paths only - WP_CONTENT_URL is defined further down - - // Add define('WP_DEBUG', true); to wp-config.php to enable display of notices during development. - if ( !defined('WP_DEBUG') ) -@@ -75,7 +75,7 @@ function wp_initial_constants( ) { - */ - function wp_plugin_directory_constants( ) { - if ( !defined('WP_CONTENT_URL') ) -- define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up -+ define( 'WP_CONTENT_URL', get_option('siteurl')); // full url - WP_CONTENT_DIR is defined further up - - /** - * Allows for the plugins directory to be moved from the default location. -@@ -100,7 +100,7 @@ function wp_plugin_directory_constants( - * @deprecated - */ - if ( !defined('PLUGINDIR') ) -- define( 'PLUGINDIR', 'wp-content/plugins' ); // Relative to ABSPATH. For back compat. -+ define( 'PLUGINDIR', WP_CONTENT_DIR . 'plugins' ); // Relative to ABSPATH. For back compat. - - /** - * Allows for the mu-plugins directory to be moved from the default location. diff --git a/wordpress.spec b/wordpress.spec index e5a347a..cfd333a 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 5.8.3 +%global upstream_version 5.9 #global upstream_prever RC5 #global upstream_lower rc5 @@ -35,9 +35,6 @@ Source5: wordpress-minify.php # Patch out copyrighted text of Hello, Dolly # (and replace it with Free Software Song) Patch0: wordpress-5.2-hello.patch -# Move wp-content to /var/www/wordpress/ -# This patch doesn’t work well, see bugzilla.redhat.com/522897 -Patch1: wordpress-move-wp-content.patch # Drop swfupload: not built from source, not reasonably possible to do Patch2: wordpress-5.4-no_swfupload.patch # Adjust tinymce's media plugin not to use its SWF plugin. This changes @@ -55,8 +52,6 @@ Patch5: wordpress-5.4-config.patch # change DISALLOW_FILE_MODS default value to true # ignore WP_AUTO_UPDATE_CORE (always false) Patch6: wordpress-5.8-noupdate.patch -# Use system libraries -Patch7: wordpress-5.4-systemlibs.patch # Debian patch for jshint Patch8: wordpress-5.1-remove-jshint-refs.patch @@ -109,11 +104,11 @@ Requires: httpd Requires: ca-certificates # Bundled # grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php -Provides: bundled(php-simplepie) = 1.5.6 +Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php -Provides: bundled(php-getid3) = 1.9.20 +Provides: bundled(php-getid3) = 1.9.21 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.5.0 +Provides: bundled(php-phpmailer) = 6.5.3 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -140,13 +135,10 @@ rm -rf wp-includes/random_compat rm -rf wp-includes/sodium_compat %patch0 -p1 -b .dolly -#patch1 -p1 -b .rhbz522897 %patch2 -p1 %patch3 -p1 # Adjust mediaelement not to use its SWF %patch4 -p1 -#rm wp-includes/js/mediaelement/media*swf -%patch7 -p1 %patch8 -p1 # We patch .js files, so minify them @@ -270,6 +262,9 @@ end %changelog +* Wed Jan 26 2022 Remi Collet - 5.9-1 +- WordPress 5.9 Josephine + * Fri Jan 7 2022 Remi Collet - 5.8.3-1 - WordPress 5.8.3 Security Release From 0ed11b687b275ea31d28270d2f6891bb64e1a7e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Feb 2022 08:07:53 +0100 Subject: [PATCH 02/44] WordPress 5.9.1 Maintenance Release (cherry picked from commit 743be8c81c8da107195ddf93529a0ba566f7db59) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 63d0ba9..415c641 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.9.tar.gz) = 10530ecc073b6793f1e3c3711160af0e45868a2a84585b1dcb4b643bd1346648c7ed53774f805841c49bf806986ab5db4b244f72688fc6c55a9f9d2f2ab60571 +SHA512 (wordpress-5.9.1.tar.gz) = bef81308a1ac5797db71eb28d0f242dadd01edeb1db949ad2b619a2df23828fdde05befffe15c5948d0e864a6b1dbd09fff0296daccc6739b75f525d1fe21c0e diff --git a/wordpress.spec b/wordpress.spec index cfd333a..e77298c 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 5.9 +%global upstream_version 5.9.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Wed Feb 23 2022 Remi Collet - 5.9.1-1 +- WordPress 5.9.1 Maintenance Release + * Wed Jan 26 2022 Remi Collet - 5.9-1 - WordPress 5.9 Josephine From 054e3c0016549644cf9c08e560424450c7d1f680 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Mar 2022 07:41:50 +0100 Subject: [PATCH 03/44] WordPress 5.9.2 Security & Maintenance Release (cherry picked from commit 07fe7c3d0e76ecf4588eb1984c8c6e02d778fb23) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 415c641..5fa9a52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.9.1.tar.gz) = bef81308a1ac5797db71eb28d0f242dadd01edeb1db949ad2b619a2df23828fdde05befffe15c5948d0e864a6b1dbd09fff0296daccc6739b75f525d1fe21c0e +SHA512 (wordpress-5.9.2.tar.gz) = d2a93d753fcc63f7361c8faea694fba265045db8728fd903417fca1a41362b0a5bf1d75e606a35f95cedcb4951c3392d0e37c266f5b26f627602450b8537df62 diff --git a/wordpress.spec b/wordpress.spec index e77298c..b74fb07 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 5.9.1 +%global upstream_version 5.9.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Fri Mar 11 2022 Remi Collet - 5.9.2-1 +- WordPress 5.9.2 Security & Maintenance Release + * Wed Feb 23 2022 Remi Collet - 5.9.1-1 - WordPress 5.9.1 Maintenance Release From 23cea2d8633154cd20e3b2c7c1cbb7be718cc83e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Mar 2022 11:52:25 +0100 Subject: [PATCH 04/44] simplify httpd config (cherry picked from commit dcf7d42aae35d1748be46ba8cd28c76f0ac1afe8) --- wordpress-httpd-conf | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/wordpress-httpd-conf b/wordpress-httpd-conf index 3692823..dbefe97 100644 --- a/wordpress-httpd-conf +++ b/wordpress-httpd-conf @@ -5,31 +5,19 @@ Alias /wordpress /usr/share/wordpress AllowOverride Options - - # Apache 2.4 Require local - - - # Apache 2.2 - Order Deny,Allow - Deny from All - Allow from 127.0.0.1 - Allow from ::1 - # Deny access to any php file in the uploads directory - Order Deny,Allow - Deny from all + Require all denied # Deny access to any php file in the akismet directory - Order Deny,Allow - Deny from all + Require all denied From 789808f5b73654bb5032c3544d2a314f2339f3ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2022 11:20:10 +0200 Subject: [PATCH 05/44] WordPress 5.9.3 Maintenance Release (cherry picked from commit 3469ae9ebb304cc72601d14288a219700fbc127d) --- wordpress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress.spec b/wordpress.spec index b74fb07..82f528b 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 5.9.2 +%global upstream_version 5.9.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Wed Apr 6 2022 Remi Collet - 5.9.3-1 +- WordPress 5.9.3 Maintenance Release + * Fri Mar 11 2022 Remi Collet - 5.9.2-1 - WordPress 5.9.2 Security & Maintenance Release From 5a630a31f217ad55f001a6773f33273aaa78acde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2022 11:25:23 +0200 Subject: [PATCH 06/44] 5.9.3 sources (cherry picked from commit 6b9f7178f9f5464af9932632a6bc2062b29ec911) --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 5fa9a52..2155d04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.9.2.tar.gz) = d2a93d753fcc63f7361c8faea694fba265045db8728fd903417fca1a41362b0a5bf1d75e606a35f95cedcb4951c3392d0e37c266f5b26f627602450b8537df62 +SHA512 (wordpress-5.9.3.tar.gz) = 9d44d95c6f046558783c7de22cbe7eb912e21234b549b324ec43ab6013ba3f4990a3478e40c8cf399dbbdf00598dcf30423f9d1f74da83e63ee920de457b6637 From daac12ab8c009e1501774909d073aeb993d10b29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 May 2022 14:01:51 +0200 Subject: [PATCH 07/44] =?UTF-8?q?WordPress=206.0=20=E2=80=9CArturo?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit ada80a0aa07b22f786bc0adeaba49122a7b4c0f5) --- sources | 2 +- wordpress.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 2155d04..8d9bf5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.9.3.tar.gz) = 9d44d95c6f046558783c7de22cbe7eb912e21234b549b324ec43ab6013ba3f4990a3478e40c8cf399dbbdf00598dcf30423f9d1f74da83e63ee920de457b6637 +SHA512 (wordpress-6.0.tar.gz) = 5449129b21cb3c5093c73b7f712e91c05db27f60d3797b0697c3dd2929b6996b2ebf41a0e827b72a110625654acd2e336a73f76fba144d30e56586ac3ba2ca34 diff --git a/wordpress.spec b/wordpress.spec index 82f528b..c46a0fd 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 5.9.3 +%global upstream_version 6.0 #global upstream_prever RC5 #global upstream_lower rc5 @@ -108,7 +108,7 @@ Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.21 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.5.3 +Provides: bundled(php-phpmailer) = 6.6.0 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -262,6 +262,9 @@ end %changelog +* Wed May 25 2022 Remi Collet - 6.0-1 +- WordPress 6.0 “Arturo” + * Wed Apr 6 2022 Remi Collet - 5.9.3-1 - WordPress 5.9.3 Maintenance Release From b0f080bdbc234eedbd05879b06b1db5c19ebe111 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jul 2022 11:04:41 +0200 Subject: [PATCH 08/44] WordPress 6.0.1 Maintenance Release (cherry picked from commit 1189f1a8a1b34c0a3049d03934e3783284c7dac2) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8d9bf5a..e81f470 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.0.tar.gz) = 5449129b21cb3c5093c73b7f712e91c05db27f60d3797b0697c3dd2929b6996b2ebf41a0e827b72a110625654acd2e336a73f76fba144d30e56586ac3ba2ca34 +SHA512 (wordpress-6.0.1.tar.gz) = 686d03212cd635e343e2d2d468aabb9c4499f87a1db123943ef65547dfbd826c233777a3b7cb53e3838d08f51f3d4cdfeee53f49ad7408921d52315aad65187a diff --git a/wordpress.spec b/wordpress.spec index c46a0fd..af7a155 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.0 +%global upstream_version 6.0.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Wed Jul 13 2022 Remi Collet - 6.0.1-1 +- WordPress 6.0.1 Maintenance Release + * Wed May 25 2022 Remi Collet - 6.0-1 - WordPress 6.0 “Arturo” From 9d496d5b3b1f0e89fa6da7d71614602bf16fdfba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 10:11:51 +0200 Subject: [PATCH 09/44] WordPress 6.0.2 Security and Maintenance Release (cherry picked from commit 06b04541492a770ef8ed190bdaf0f66e33bc4c52) (cherry picked from commit b69137371093d1f71a069e957846ea6290c92882) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index e81f470..0e59441 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.0.1.tar.gz) = 686d03212cd635e343e2d2d468aabb9c4499f87a1db123943ef65547dfbd826c233777a3b7cb53e3838d08f51f3d4cdfeee53f49ad7408921d52315aad65187a +SHA512 (wordpress-6.0.2.tar.gz) = 4a7c9c64e154a804c3dd0a308c3b8d9ef62918656f7f324bc329fd7cf4b340abd2252495f15869aece4f0649d18bd0f43955e6b343a4b68ec2746d07b077a1d8 diff --git a/wordpress.spec b/wordpress.spec index af7a155..2d70b8f 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.0.1 +%global upstream_version 6.0.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Thu Sep 8 2022 Remi Collet - 6.0.2-1 +- WordPress 6.0.2 Security and Maintenance Release + * Wed Jul 13 2022 Remi Collet - 6.0.1-1 - WordPress 6.0.1 Maintenance Release From 8d6a62fc4ba5d6dc8d653ecd072d0111a3bcad8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Oct 2022 07:37:45 +0200 Subject: [PATCH 10/44] WordPress 6.0.3 Security Release (cherry picked from commit 567f0a1a874d11fe1ddbcec0da915aad21ce90ed) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 0e59441..2251e71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.0.2.tar.gz) = 4a7c9c64e154a804c3dd0a308c3b8d9ef62918656f7f324bc329fd7cf4b340abd2252495f15869aece4f0649d18bd0f43955e6b343a4b68ec2746d07b077a1d8 +SHA512 (wordpress-6.0.3.tar.gz) = febe05152b6a184add4e41a79d6a8747393a1b8cb4f2b45b30be4001f4ea81a04a042e978dd3a89789ed0bfd90b7cbb1e2ef9f82969a25b300746d59d4cf8427 diff --git a/wordpress.spec b/wordpress.spec index 2d70b8f..050e233 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.0.2 +%global upstream_version 6.0.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Tue Oct 18 2022 Remi Collet - 6.0.3-1 +- WordPress 6.0.3 Security Release + * Thu Sep 8 2022 Remi Collet - 6.0.2-1 - WordPress 6.0.2 Security and Maintenance Release From 6fe865b10b5c33839604dd5311d810f0ccfea993 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Nov 2022 14:41:11 +0100 Subject: [PATCH 11/44] =?UTF-8?q?WordPress=206.1=20=E2=80=9CMisha=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 672de89e39f4d16968e9e0b7f1fda5a10256f3c6) --- sources | 2 +- wordpress.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 2251e71..bc9d56b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.0.3.tar.gz) = febe05152b6a184add4e41a79d6a8747393a1b8cb4f2b45b30be4001f4ea81a04a042e978dd3a89789ed0bfd90b7cbb1e2ef9f82969a25b300746d59d4cf8427 +SHA512 (wordpress-6.1.tar.gz) = 383d486de1e3bc5d041690bf54f77e51af2c6cd099aa1f7d2ced8a897a332833906edb3a9460a86fe7b74daa7f92190789d5a087b785ba93e1aff646890c4726 diff --git a/wordpress.spec b/wordpress.spec index 050e233..4800872 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.0.3 +%global upstream_version 6.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -106,9 +106,9 @@ Requires: ca-certificates # grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php -Provides: bundled(php-getid3) = 1.9.21 +Provides: bundled(php-getid3) = 1.9.22 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.6.0 +Provides: bundled(php-phpmailer) = 6.6.5 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -262,6 +262,9 @@ end %changelog +* Wed Nov 2 2022 Remi Collet - 6.1-1 +- WordPress 6.1 “Misha” + * Tue Oct 18 2022 Remi Collet - 6.0.3-1 - WordPress 6.0.3 Security Release From 6259352273e7ab73fc9223c2dab32df843402d30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Nov 2022 11:33:31 +0100 Subject: [PATCH 12/44] WordPress 6.1.1 Maintenance Release (cherry picked from commit 55b253733297cc6ebc758da8dae08a918b13c664) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index bc9d56b..1827ffd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.1.tar.gz) = 383d486de1e3bc5d041690bf54f77e51af2c6cd099aa1f7d2ced8a897a332833906edb3a9460a86fe7b74daa7f92190789d5a087b785ba93e1aff646890c4726 +SHA512 (wordpress-6.1.1.tar.gz) = b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb diff --git a/wordpress.spec b/wordpress.spec index 4800872..b10de8d 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.1 +%global upstream_version 6.1.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -262,6 +262,9 @@ end %changelog +* Wed Nov 16 2022 Remi Collet - 6.1.1-1 +- WordPress 6.1.1 Maintenance Release + * Wed Nov 2 2022 Remi Collet - 6.1-1 - WordPress 6.1 “Misha” From 981edd2f61773092e3593514463a8a5ac1b83f4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Mar 2023 11:09:16 +0200 Subject: [PATCH 13/44] =?UTF-8?q?WordPress=206.2=20=E2=80=9CDolphy?= =?UTF-8?q?=E2=80=9D=20use=20SPDX=20license=20IDs=20(cherry=20picked=20fro?= =?UTF-8?q?m=20commit=20aa32e253fdbabb483633c1958af87e898d73bcaa)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v6.2 sources (cherry picked from commit afe38c7fe04229a67bcbf80d55fc22a01666a04b) (cherry picked from commit ae0c4b00a381b09e4d3d122b9a0b83a108231877) --- sources | 2 +- wordpress.spec | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 1827ffd..d15fe73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.1.1.tar.gz) = b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb +SHA512 (wordpress-6.2.tar.gz) = 207e2d7aad658772f33c91ed37440b06029de7977847efde5ccd6b4687e7430f3f1a6d9e6d40d1b09d0565ed12adc1e25dc4f34a0102aae2899ef9a8ef8b3baf diff --git a/wordpress.spec b/wordpress.spec index b10de8d..ccb1d41 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.1.1 +%global upstream_version 6.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -22,7 +22,11 @@ URL: http://www.wordpress.org Name: wordpress Version: %{upstream_version}%{?upstream_prever:~%upstream_lower} Release: 1%{?dist} -License: GPLv2 +# Wordpress is GPL-2.0-or-later +# php-simplepie is BSD-3-Clause +# php-getid3 is LGPL-3.0-or-later (or some others) +# php-mailer is LGPL-2.1-only +License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND LGPL-2.1-only Source0: https://wordpress.org/%{name}-%{upstream_version}%{?upstream_prever:-%{upstream_prever}}.tar.gz Source1: wordpress-httpd-conf @@ -108,7 +112,7 @@ Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.22 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.6.5 +Provides: bundled(php-phpmailer) = 6.7 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -262,6 +266,10 @@ end %changelog +* Thu Mar 30 2023 Remi Collet - 6.2-1 +- WordPress 6.2 “Dolphy” +- use SPDX license IDs + * Wed Nov 16 2022 Remi Collet - 6.1.1-1 - WordPress 6.1.1 Maintenance Release From fb1b5b69fafdc22b455478f2fa16245e867ff523 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 May 2023 07:08:38 +0200 Subject: [PATCH 14/44] WordPress 6.2.1 Maintenance & Security Release (cherry picked from commit 438c995a4eff06c51733d3562ce4ac2b298e5d22) --- sources | 2 +- wordpress.spec | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/sources b/sources index d15fe73..7d8d271 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.2.tar.gz) = 207e2d7aad658772f33c91ed37440b06029de7977847efde5ccd6b4687e7430f3f1a6d9e6d40d1b09d0565ed12adc1e25dc4f34a0102aae2899ef9a8ef8b3baf +SHA512 (wordpress-6.2.1.tar.gz) = 88e97a9c6d05ec18ac761ae247659febd19e60a10d80a09cdc70e284fbd4f91ac72c0f852d5482cc5dd7330eb85370c93fd644317d7a0f1b1156fa64b87f556f diff --git a/wordpress.spec b/wordpress.spec index ccb1d41..0da784d 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.2 +%global upstream_version 6.2.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -138,12 +138,12 @@ rm -rf wp-includes/random_compat # only for PHP < 7.2 without sodium_crypto_box rm -rf wp-includes/sodium_compat -%patch0 -p1 -b .dolly -%patch2 -p1 -%patch3 -p1 +%patch -P0 -p1 -b .dolly +%patch -P2 -p1 +%patch -P3 -p1 # Adjust mediaelement not to use its SWF -%patch4 -p1 -%patch8 -p1 +%patch -P4 -p1 +%patch -P8 -p1 # We patch .js files, so minify them php %{SOURCE5} \ @@ -177,8 +177,8 @@ fi # Create RPM configuration sed -e 's/\r//' wp-config-sample.php >wp-config.php -%patch5 -p1 -%patch6 -p1 +%patch -P5 -p1 +%patch -P6 -p1 # fix file encoding sed -i -e 's/\r//' license.txt @@ -266,6 +266,9 @@ end %changelog +* Wed May 17 2023 Remi Collet - 6.2.1-1 +- WordPress 6.2.1 Maintenance & Security Release + * Thu Mar 30 2023 Remi Collet - 6.2-1 - WordPress 6.2 “Dolphy” - use SPDX license IDs From 36b5de8cc4da1eea5da9e90875ee75872aff38b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 May 2023 10:54:14 +0200 Subject: [PATCH 15/44] WordPress 6.2.2 Security Release (cherry picked from commit cd7785a711e95ce6f98740b87a983b2f38bfb1c4) (cherry picked from commit 0e30b8645f8ff51ce7e32fa6ec83b919d36204fd) (cherry picked from commit e48cdd722a22cf2f3ea36ef7a76948837fb081e9) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 7d8d271..a9a7d70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.2.1.tar.gz) = 88e97a9c6d05ec18ac761ae247659febd19e60a10d80a09cdc70e284fbd4f91ac72c0f852d5482cc5dd7330eb85370c93fd644317d7a0f1b1156fa64b87f556f +SHA512 (wordpress-6.2.2.tar.gz) = 346c8c38e139b4a1de491a767fe34d1ff63b9ce4fbe62d2d5957c5b57704c47bed12c34e753324e018297a95a2e82e9d393e6255b540e22e0cecc74d4f557264 diff --git a/wordpress.spec b/wordpress.spec index 0da784d..cf1a4be 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.2.1 +%global upstream_version 6.2.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Sun May 21 2023 Remi Collet - 6.2.2-1 +- WordPress 6.2.2 Security Release + * Wed May 17 2023 Remi Collet - 6.2.1-1 - WordPress 6.2.1 Maintenance & Security Release From 85db766b6ad4924dd4f01a5d63e7f7a2f63daac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Aug 2023 09:08:57 +0200 Subject: [PATCH 16/44] =?UTF-8?q?WordPress=206.3=20=E2=80=9CLionel?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5d372d92f91ba53555d9ea546084b31410e74729) (cherry picked from commit 222ec0a6382cf0f3b937d0a391b39b85b6354943) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index a9a7d70..67f43cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.2.2.tar.gz) = 346c8c38e139b4a1de491a767fe34d1ff63b9ce4fbe62d2d5957c5b57704c47bed12c34e753324e018297a95a2e82e9d393e6255b540e22e0cecc74d4f557264 +SHA512 (wordpress-6.3.tar.gz) = b9b2fa19efb8a352cd53a16de6baa492e201d8607d4a07758146d9b40b09dd40172d7292cd6ca21be92799e2b40763a537f63c8506da7b99acc5d144196b0566 diff --git a/wordpress.spec b/wordpress.spec index cf1a4be..05508ec 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.2.2 +%global upstream_version 6.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Sun Aug 20 2023 Remi Collet - 6.3-1 +- WordPress 6.3 “Lionel” + * Sun May 21 2023 Remi Collet - 6.2.2-1 - WordPress 6.2.2 Security Release From 5d457582e4847e6e48b5397b19aaa002d245045d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 08:06:15 +0200 Subject: [PATCH 17/44] * WordPress 6.3.1 Maintenance Release (cherry picked from commit dd57a81f902f7655e55d04dcfd00b6853443e86d) --- sources | 2 +- wordpress.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 67f43cb..44a4fc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.3.tar.gz) = b9b2fa19efb8a352cd53a16de6baa492e201d8607d4a07758146d9b40b09dd40172d7292cd6ca21be92799e2b40763a537f63c8506da7b99acc5d144196b0566 +SHA512 (wordpress-6.3.1.tar.gz) = 786abd032f2c245f2af4974a3b11cfbc541754a12cbb1bfa2339ab68b469711d5d8bf9394ff12fd7b6b7a5b4006d72aeecd34dc8fbed531b39df287e878e2da9 diff --git a/wordpress.spec b/wordpress.spec index 05508ec..43d7207 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.3 +%global upstream_version 6.3.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -112,7 +112,7 @@ Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.22 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.7 +Provides: bundled(php-phpmailer) = 6.8.0 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -266,6 +266,9 @@ end %changelog +* Thu Aug 31 2023 Remi Collet - 6.3.1-1 +* WordPress 6.3.1 Maintenance Release + * Sun Aug 20 2023 Remi Collet - 6.3-1 - WordPress 6.3 “Lionel” From 3fc62fb52d935f1426e356b1e8c72e2cc10f9a9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Oct 2023 07:20:48 +0200 Subject: [PATCH 18/44] =?UTF-8?q?WordPress=206.3.2=20=E2=80=93=20Maintenan?= =?UTF-8?q?ce=20and=20Security=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 09fd35536419b844b35fd6cba853bf2a1b3188c8) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 44a4fc5..132d904 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.3.1.tar.gz) = 786abd032f2c245f2af4974a3b11cfbc541754a12cbb1bfa2339ab68b469711d5d8bf9394ff12fd7b6b7a5b4006d72aeecd34dc8fbed531b39df287e878e2da9 +SHA512 (wordpress-6.3.2.tar.gz) = 68fade6d608b8be4f35c7b7d0e8d73658b8690f3548d5374ca8a16a7b18affb9bcea54c1357fb442a1928cc0826ab40cabfd6ad91f0b4a5c00451036bea78747 diff --git a/wordpress.spec b/wordpress.spec index 43d7207..9c5f04e 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.3.1 +%global upstream_version 6.3.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Mon Oct 16 2023 Remi Collet - 6.3.2-1 +- WordPress 6.3.2 – Maintenance and Security release + * Thu Aug 31 2023 Remi Collet - 6.3.1-1 * WordPress 6.3.1 Maintenance Release From c9e6053704e46e9ffa436ff59dfecfdedd3a5d03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2023 14:58:13 +0100 Subject: [PATCH 19/44] =?UTF-8?q?WordPress=206.4=20=E2=80=9CShirley?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 4cc3f8f944f388c03ff0009d75c5eaa476c288f4) --- sources | 2 +- ...o_swfupload.patch => wordpress-6.4-no_swfupload.patch | 8 ++++---- wordpress.spec | 9 ++++++--- 3 files changed, 11 insertions(+), 8 deletions(-) rename wordpress-5.4-no_swfupload.patch => wordpress-6.4-no_swfupload.patch (74%) diff --git a/sources b/sources index 132d904..4464241 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.3.2.tar.gz) = 68fade6d608b8be4f35c7b7d0e8d73658b8690f3548d5374ca8a16a7b18affb9bcea54c1357fb442a1928cc0826ab40cabfd6ad91f0b4a5c00451036bea78747 +SHA512 (wordpress-6.4.tar.gz) = 9b39725b11a22a4937facb88ebee7999ad6dc539196b763f697773becd05ae18d806aef42ba6992c2b63ab1febb634adc2e87b97654b15f2e0bd9400cc163608 diff --git a/wordpress-5.4-no_swfupload.patch b/wordpress-6.4-no_swfupload.patch similarity index 74% rename from wordpress-5.4-no_swfupload.patch rename to wordpress-6.4-no_swfupload.patch index 3683cb7..2ef7c9e 100644 --- a/wordpress-5.4-no_swfupload.patch +++ b/wordpress-6.4-no_swfupload.patch @@ -1,7 +1,7 @@ diff -up wordpress/wp-includes/script-loader.php.old wordpress/wp-includes/script-loader.php ---- wordpress/wp-includes/script-loader.php.old 2020-03-25 16:34:50.606199762 +0100 -+++ wordpress/wp-includes/script-loader.php 2020-03-25 16:35:59.409883628 +0100 -@@ -892,12 +892,6 @@ function wp_default_scripts( $scripts ) +--- wordpress/wp-includes/script-loader.php.old 2023-11-08 14:47:40.820208939 +0100 ++++ wordpress/wp-includes/script-loader.php 2023-11-08 14:47:48.593183436 +0100 +@@ -1029,12 +1029,6 @@ function wp_default_scripts( $scripts ) $scripts->add( 'wp-plupload', "/wp-includes/js/plupload/wp-plupload$suffix.js", array( 'plupload', 'jquery', 'json2', 'media-models' ), false, 1 ); did_action( 'init' ) && $scripts->localize( 'wp-plupload', 'pluploadL10n', $uploader_l10n ); @@ -12,5 +12,5 @@ diff -up wordpress/wp-includes/script-loader.php.old wordpress/wp-includes/scrip - did_action( 'init' ) && $scripts->localize( 'swfupload-handlers', 'swfuploadL10n', $uploader_l10n ); - $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js", array(), false, 1 ); + did_action( 'init' ) && $scripts->add_data( 'comment-reply', 'strategy', 'async' ); - $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2015-05-03' ); diff --git a/wordpress.spec b/wordpress.spec index 9c5f04e..d24326b 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.3.2 +%global upstream_version 6.4 #global upstream_prever RC5 #global upstream_lower rc5 @@ -40,7 +40,7 @@ Source5: wordpress-minify.php # (and replace it with Free Software Song) Patch0: wordpress-5.2-hello.patch # Drop swfupload: not built from source, not reasonably possible to do -Patch2: wordpress-5.4-no_swfupload.patch +Patch2: wordpress-6.4-no_swfupload.patch # Adjust tinymce's media plugin not to use its SWF plugin. This changes # 'p.getParam("flash_video_player_url",u.convertUrl(u.url+"/moxieplayer.swf"))' # to 'false' @@ -112,7 +112,7 @@ Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.22 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.8.0 +Provides: bundled(php-phpmailer) = 6.8.1 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -266,6 +266,9 @@ end %changelog +* Wed Nov 8 2023 Remi Collet - 6.4-1 +- WordPress 6.4 “Shirley” + * Mon Oct 16 2023 Remi Collet - 6.3.2-1 - WordPress 6.3.2 – Maintenance and Security release From 87aeefe8f15c6e3d0079f94d4c32d820aeb598d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Nov 2023 09:53:56 +0100 Subject: [PATCH 20/44] WordPress 6.4.1 Maintenance Release (cherry picked from commit 7d5422b77cfc28cd4136a54583eeaa381ded4c92) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 4464241..befc635 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.4.tar.gz) = 9b39725b11a22a4937facb88ebee7999ad6dc539196b763f697773becd05ae18d806aef42ba6992c2b63ab1febb634adc2e87b97654b15f2e0bd9400cc163608 +SHA512 (wordpress-6.4.1.tar.gz) = 4b977cc8733f9f99e383f7495d626bee0d5b7c84ebffcb4d2eaad8dd2456a00c06f8f3d0eee741048e86ae38357b0e81928c3b4f76bfcb01f441c911704b4f99 diff --git a/wordpress.spec b/wordpress.spec index d24326b..6729a4c 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.4 +%global upstream_version 6.4.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Thu Nov 9 2023 Remi Collet - 6.4.1-1 +- WordPress 6.4.1 Maintenance Release + * Wed Nov 8 2023 Remi Collet - 6.4-1 - WordPress 6.4 “Shirley” From de7ce50833b47276390f803211a176c75f8e1119 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Dec 2023 08:39:06 +0100 Subject: [PATCH 21/44] WordPress 6.4.2 Maintenance & Security Release (cherry picked from commit 19ce14b238a774ba12e855483a6246b88fac2cb5) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index befc635..68fa774 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.4.1.tar.gz) = 4b977cc8733f9f99e383f7495d626bee0d5b7c84ebffcb4d2eaad8dd2456a00c06f8f3d0eee741048e86ae38357b0e81928c3b4f76bfcb01f441c911704b4f99 +SHA512 (wordpress-6.4.2.tar.gz) = 05f23101169d9340000121569b0b1676acc5f144e6e5f1fc320f41e3f57899b39c065049b3cf43fe278248cf51f7102853afa8673ba1be503f5a1016c593db68 diff --git a/wordpress.spec b/wordpress.spec index 6729a4c..f5b4fa7 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.4.1 +%global upstream_version 6.4.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Thu Dec 7 2023 Remi Collet - 6.4.2-1 +- WordPress 6.4.2 Maintenance & Security Release + * Thu Nov 9 2023 Remi Collet - 6.4.1-1 - WordPress 6.4.1 Maintenance Release From 1ee8106dca9976d3d3c3e377768953e2e548ab55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Feb 2024 08:30:33 +0100 Subject: [PATCH 22/44] WordPress 6.4.3 Maintenance & Security Release (cherry picked from commit b32b47631ad7b2ea2f4de1d283941994f14d756a) (cherry picked from commit 9867f65beaf700032003602d09719f65abc2ed7d) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 68fa774..83cab3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.4.2.tar.gz) = 05f23101169d9340000121569b0b1676acc5f144e6e5f1fc320f41e3f57899b39c065049b3cf43fe278248cf51f7102853afa8673ba1be503f5a1016c593db68 +SHA512 (wordpress-6.4.3.tar.gz) = a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb diff --git a/wordpress.spec b/wordpress.spec index f5b4fa7..3a082d6 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.4.2 +%global upstream_version 6.4.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Thu Feb 1 2024 Remi Collet - 6.4.3-1 +- WordPress 6.4.3 Maintenance & Security Release + * Thu Dec 7 2023 Remi Collet - 6.4.2-1 - WordPress 6.4.2 Maintenance & Security Release From 9f9605340365dbf086ce7a421a1032ee560143cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Apr 2024 08:12:13 +0200 Subject: [PATCH 23/44] =?UTF-8?q?WordPress=206.5=20=E2=80=9CRegina?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2531810fe48f2fb276c8ea1b021de81b25ce2795) --- sources | 2 +- wordpress.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 83cab3d..51eadd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.4.3.tar.gz) = a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb +SHA512 (wordpress-6.5.tar.gz) = 39ab557bfd4c2af7a5289f379cc4ee62a6720f2f41cefeb5328cf1a053a3f53d471ce081998debe7f4143ed11dcec6cc8c71da8867a3493c83d1b3742a99a9d4 diff --git a/wordpress.spec b/wordpress.spec index 3a082d6..56aa1e4 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.4.3 +%global upstream_version 6.5 #global upstream_prever RC5 #global upstream_lower rc5 @@ -110,9 +110,9 @@ Requires: ca-certificates # grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php Provides: bundled(php-simplepie) = 1.5.8 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php -Provides: bundled(php-getid3) = 1.9.22 +Provides: bundled(php-getid3) = 1.9.23 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.8.1 +Provides: bundled(php-phpmailer) = 6.9.1 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -266,6 +266,9 @@ end %changelog +* Wed Apr 3 2024 Remi Collet - 6.5-1 +- WordPress 6.5 “Regina” + * Thu Feb 1 2024 Remi Collet - 6.4.3-1 - WordPress 6.4.3 Maintenance & Security Release From 41c774bddebe93f9674099a65719521c67baf8ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Apr 2024 15:22:54 +0200 Subject: [PATCH 24/44] WordPress 6.5.2 Maintenance and Security Release (cherry picked from commit 520812b8dd64d3e142c461dbf8f6b604bdfc61e0) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 51eadd7..7193d3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.5.tar.gz) = 39ab557bfd4c2af7a5289f379cc4ee62a6720f2f41cefeb5328cf1a053a3f53d471ce081998debe7f4143ed11dcec6cc8c71da8867a3493c83d1b3742a99a9d4 +SHA512 (wordpress-6.5.2.tar.gz) = 51da72c4a5aeac0ae7ce968a7f05340d4af422226095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb diff --git a/wordpress.spec b/wordpress.spec index 56aa1e4..cd3de8b 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.5 +%global upstream_version 6.5.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Wed Apr 10 2024 Remi Collet - 6.5.2-1 +- WordPress 6.5.2 Maintenance and Security Release + * Wed Apr 3 2024 Remi Collet - 6.5-1 - WordPress 6.5 “Regina” From 6383f5c97d4e8b64dc2440b4a4abec43d3dd3057 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 12:00:35 +0200 Subject: [PATCH 25/44] WordPress 6.5.3 Maintenance Release (cherry picked from commit b5c588fb5888eea553d50d142a726bc235870566) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 7193d3b..51c9774 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.5.2.tar.gz) = 51da72c4a5aeac0ae7ce968a7f05340d4af422226095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb +SHA512 (wordpress-6.5.3.tar.gz) = 904be348fbb416f94a3cfc770e126f920b9dce3b4c8486e50ccbe3e3d37429949c1d385d2a75a70db8632049bd6c482d695e4565372df291403c90a261fe135b diff --git a/wordpress.spec b/wordpress.spec index cd3de8b..34a2806 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.5.2 +%global upstream_version 6.5.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Mon May 13 2024 Remi Collet - 6.5.3-1 +- WordPress 6.5.3 Maintenance Release + * Wed Apr 10 2024 Remi Collet - 6.5.2-1 - WordPress 6.5.2 Maintenance and Security Release From d361df888c2147f37e05f8e90a8dc1477d975c9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2024 07:54:45 +0200 Subject: [PATCH 26/44] v6.5.4 (cherry picked from commit 72216130098b70d1d3bbc6f5d3079fcd53f77d71) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 51c9774..de383d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.5.3.tar.gz) = 904be348fbb416f94a3cfc770e126f920b9dce3b4c8486e50ccbe3e3d37429949c1d385d2a75a70db8632049bd6c482d695e4565372df291403c90a261fe135b +SHA512 (wordpress-6.5.4.tar.gz) = 4300137980c9d0f4c7f4a2ca5771c3b1f70ac7c216f0c634b3c2c755214b697dc6af3223b05f848e2c7133342147e9ef191fd1408bb0f44ab80c03d7f2b3bb0b diff --git a/wordpress.spec b/wordpress.spec index 34a2806..eb6fc2d 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,7 +13,7 @@ %else %global with_nginx 0 %endif -%global upstream_version 6.5.3 +%global upstream_version 6.5.4 #global upstream_prever RC5 #global upstream_lower rc5 @@ -266,6 +266,9 @@ end %changelog +* Thu Jun 6 2024 Remi Collet - 6.5.4-1 +- WordPress 6.5.4 Maintenance Release + * Mon May 13 2024 Remi Collet - 6.5.3-1 - WordPress 6.5.3 Maintenance Release From f5111cd2291e97289a1aff3d77208bf33444c7df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 11:33:41 +0200 Subject: [PATCH 27/44] WordPress 6.4.2 Maintenance & Security Release (cherry picked from commit a4d1623c1c0abfc6214dd44b94a70cbcea28d67d) --- sources | 2 +- wordpress.spec | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/sources b/sources index de383d0..6a42fba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.5.4.tar.gz) = 4300137980c9d0f4c7f4a2ca5771c3b1f70ac7c216f0c634b3c2c755214b697dc6af3223b05f848e2c7133342147e9ef191fd1408bb0f44ab80c03d7f2b3bb0b +SHA512 (wordpress-6.5.5.tar.gz) = 34b401f6abf08d654188906117c54e962e22fb1e8abcfec2a191d761d5719b4cfe7c33d33f6da786b3e6a04e50622429d5d7c9f9b8baec0bd08430b1f4435ff7 diff --git a/wordpress.spec b/wordpress.spec index eb6fc2d..92bb611 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -8,12 +8,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %global wp_content %{_datadir}/wordpress/wp-content -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 -%global with_nginx 1 -%else -%global with_nginx 0 -%endif -%global upstream_version 6.5.4 +%global upstream_version 6.5.5 #global upstream_prever RC5 #global upstream_lower rc5 @@ -65,16 +60,12 @@ BuildRequires: php-cli BuildRequires: php-patchwork-jsqueeze BuildRequires: php(language) >= 7.2 -%if %{with_nginx} Requires: webserver Requires: php(httpd) Suggests: httpd # For directory ownership Requires: httpd-filesystem Requires: nginx-filesystem -%else -Requires: php -%endif Requires: php(language) >= 7.2 Requires: php-sodium Requires: php-ctype @@ -195,9 +186,7 @@ grep ' VERSION ' wp-includes/PHPMailer/PHPMailer.php # Apache configuration install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/wordpress.conf -%if %{with_nginx} install -m 0644 -D -p %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/nginx/default.d/wordpress.conf -%endif # Application mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress @@ -239,9 +228,7 @@ end %files %config(noreplace) %{_sysconfdir}/httpd/conf.d/wordpress.conf -%if %{with_nginx} %config(noreplace) %{_sysconfdir}/nginx/default.d/wordpress.conf -%endif %dir %{_datadir}/wordpress %{_datadir}/wordpress/wp-admin %{_datadir}/wordpress/wp-includes @@ -266,6 +253,9 @@ end %changelog +* Tue Jul 2 2024 Remi Collet - 6.5.5-1 +- WordPress 6.4.2 Maintenance & Security Release + * Thu Jun 6 2024 Remi Collet - 6.5.4-1 - WordPress 6.5.4 Maintenance Release From 32e5e14593d5ccc12dfd83b086d5bd76814a92d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jul 2024 13:48:40 +0200 Subject: [PATCH 28/44] =?UTF-8?q?WordPress=206.6=20=E2=80=9CDorsey?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 6cb5fa97c9fa02f877849e1ffe8d7edabbe81126) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 6a42fba..f0edf67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.5.5.tar.gz) = 34b401f6abf08d654188906117c54e962e22fb1e8abcfec2a191d761d5719b4cfe7c33d33f6da786b3e6a04e50622429d5d7c9f9b8baec0bd08430b1f4435ff7 +SHA512 (wordpress-6.6.tar.gz) = dd0ca8eb1737ca50dacdbb832a2fa5bedcc83fab3ed55aafb210d6fde4af14dec662cf3c0d9974316ad12c0848bdb14222cc43044472bdbd1b302e7bcf72b454 diff --git a/wordpress.spec b/wordpress.spec index 92bb611..e694c08 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -8,7 +8,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.5.5 +%global upstream_version 6.6 #global upstream_prever RC5 #global upstream_lower rc5 @@ -253,6 +253,9 @@ end %changelog +* Wed Jul 17 2024 Remi Collet - 6.6-1 +- WordPress 6.6 “Dorsey” + * Tue Jul 2 2024 Remi Collet - 6.5.5-1 - WordPress 6.4.2 Maintenance & Security Release From 5aee4d506f752399497a49af22a2b8982407a6a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jul 2024 09:33:22 +0200 Subject: [PATCH 29/44] WordPress 6.6.1 Maintenance Release (cherry picked from commit f6d465300d62051b1a776e5bad354aeb81714dca) (cherry picked from commit 5be9a0bd0fa1427de5d58756198f8218f731e34b) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index f0edf67..91b4980 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.6.tar.gz) = dd0ca8eb1737ca50dacdbb832a2fa5bedcc83fab3ed55aafb210d6fde4af14dec662cf3c0d9974316ad12c0848bdb14222cc43044472bdbd1b302e7bcf72b454 +SHA512 (wordpress-6.6.1.tar.gz) = a6fa5e8c6ebe57e6064db04286816a898a7c783adc7ffa3244e12e27af6a4eb0aaf49bec8e025c314bcee9d3f63775277211636d6f99a69c6458f73b103565e2 diff --git a/wordpress.spec b/wordpress.spec index e694c08..cc885c0 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -8,7 +8,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.6 +%global upstream_version 6.6.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -253,6 +253,9 @@ end %changelog +* Wed Jul 24 2024 Remi Collet - 6.6.1-1 +- WordPress 6.6.1 Maintenance Release + * Wed Jul 17 2024 Remi Collet - 6.6-1 - WordPress 6.6 “Dorsey” From e9513a1abacd330bd815b12ac95ef59e33b3d5ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Sep 2024 08:56:40 +0200 Subject: [PATCH 30/44] WordPress 6.6.2 Maintenance Release (cherry picked from commit 7eae81c8d2948b7d786d6bbf55b77511f3625754) --- sources | 2 +- wordpress.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 91b4980..e86e7b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.6.1.tar.gz) = a6fa5e8c6ebe57e6064db04286816a898a7c783adc7ffa3244e12e27af6a4eb0aaf49bec8e025c314bcee9d3f63775277211636d6f99a69c6458f73b103565e2 +SHA512 (wordpress-6.6.2.tar.gz) = 652d20f2d66a62d1dfa0c0e6edb7b80e32e9a50a6bdbfb995510091ed1e3cfe6c42db2b13cb78b69ff09c7e85a14b5b8881738477fa0ade8998967179df851e7 diff --git a/wordpress.spec b/wordpress.spec index cc885c0..8763cc3 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -5,10 +5,9 @@ # # Please preserve changelog entries # -%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.6.1 +%global upstream_version 6.6.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -253,6 +252,9 @@ end %changelog +* Wed Sep 11 2024 Remi Collet - 6.6.2-1 +- WordPress 6.6.2 Maintenance Release + * Wed Jul 24 2024 Remi Collet - 6.6.1-1 - WordPress 6.6.1 Maintenance Release From c487a2eead8dead92bfb2ce9c2a195da95017e37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Nov 2024 10:33:08 +0100 Subject: [PATCH 31/44] =?UTF-8?q?WordPress=206.7=20=E2=80=9CRollins?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 67b93cf5394effb8b686516f1b3eabfca24ea679) --- sources | 2 +- wordpress.spec | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sources b/sources index e86e7b6..5e0b594 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.6.2.tar.gz) = 652d20f2d66a62d1dfa0c0e6edb7b80e32e9a50a6bdbfb995510091ed1e3cfe6c42db2b13cb78b69ff09c7e85a14b5b8881738477fa0ade8998967179df851e7 +SHA512 (wordpress-6.7.tar.gz) = 2fba512d4ddbe2ec7722ecc5a4a2107b7ebdb8578bf3ef041ddafe65affd08fd8031d9088da576f5675bf4d98e7312d7ed903fd69135e7488f44bc6aff2b07c7 diff --git a/wordpress.spec b/wordpress.spec index 8763cc3..a090e75 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,12 +7,12 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.6.2 +%global upstream_version 6.7 #global upstream_prever RC5 #global upstream_lower rc5 Summary: Blog tool and publishing platform -URL: http://www.wordpress.org +URL: https://wordpress.org/ Name: wordpress Version: %{upstream_version}%{?upstream_prever:~%upstream_lower} Release: 1%{?dist} @@ -98,11 +98,11 @@ Requires: httpd Requires: ca-certificates # Bundled # grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php -Provides: bundled(php-simplepie) = 1.5.8 +Provides: bundled(php-simplepie) = 1.8.0 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.23 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.9.1 +Provides: bundled(php-phpmailer) = 6.9.2 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -174,9 +174,9 @@ sed -e 's/\r//' wp-config-sample.php >wp-config.php sed -i -e 's/\r//' license.txt : Bundled library versions -grep "SIMPLEPIE_VERSION'" wp-includes/class-simplepie.php -grep ' VERSION ' wp-includes/ID3/getid3.php -grep ' VERSION ' wp-includes/PHPMailer/PHPMailer.php +grep ' VERSION ' wp-includes/SimplePie/src/SimplePie.php +grep ' VERSION ' wp-includes/ID3/getid3.php +grep ' VERSION ' wp-includes/PHPMailer/PHPMailer.php %build @@ -252,6 +252,9 @@ end %changelog +* Wed Nov 13 2024 Remi Collet - 6.7-1 +- WordPress 6.7 “Rollins” + * Wed Sep 11 2024 Remi Collet - 6.6.2-1 - WordPress 6.6.2 Maintenance Release From ee2327a8a7053c0a8f46de585917dce9cd1b15de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Nov 2024 07:00:11 +0100 Subject: [PATCH 32/44] v6.7.1 (cherry picked from commit a7769fe106e43b073f96aefcefb62375048101de) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 5e0b594..3c23679 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.7.tar.gz) = 2fba512d4ddbe2ec7722ecc5a4a2107b7ebdb8578bf3ef041ddafe65affd08fd8031d9088da576f5675bf4d98e7312d7ed903fd69135e7488f44bc6aff2b07c7 +SHA512 (wordpress-6.7.1.tar.gz) = 4d9b7fb4c9e7b3ef4b971e85537db44f98513fba6546eed8d561fb4701f89e466eba8838aec578651abca4f961f10c2d794bc912642bd92017991e200795eb73 diff --git a/wordpress.spec b/wordpress.spec index a090e75..2075eb0 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.7 +%global upstream_version 6.7.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -252,6 +252,9 @@ end %changelog +* Fri Nov 22 2024 Remi Collet - 6.7.1-1 +- WordPress 6.7.1 Maintenance Release + * Wed Nov 13 2024 Remi Collet - 6.7-1 - WordPress 6.7 “Rollins” From 1eee410fde70ac81e91e78660fffd2020bbf439d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2025 08:33:49 +0100 Subject: [PATCH 33/44] v6.7.2 (cherry picked from commit 9fb61fd7e70dc28482202c1007de20ab88d8fb58) (cherry picked from commit 8d58fcd4eeaa1ad73d35c9693c8eb16a977a848f) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 3c23679..db19506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.7.1.tar.gz) = 4d9b7fb4c9e7b3ef4b971e85537db44f98513fba6546eed8d561fb4701f89e466eba8838aec578651abca4f961f10c2d794bc912642bd92017991e200795eb73 +SHA512 (wordpress-6.7.2.tar.gz) = a07db3c7e8989dc20496953c68f9772154d5b5bad0cec7c03466bbb6c84eb1f758859e5bbe3e1b27f770d86624006034d75c8c4ee1e1ea622887846bf56da1ca diff --git a/wordpress.spec b/wordpress.spec index 2075eb0..0bf4a1f 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.7.1 +%global upstream_version 6.7.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -252,6 +252,9 @@ end %changelog +* Wed Feb 12 2025 Remi Collet - 6.7.2-1 +- WordPress 6.7.2 Maintenance Release + * Fri Nov 22 2024 Remi Collet - 6.7.1-1 - WordPress 6.7.1 Maintenance Release From 47dd993ecacef7c6c66c52eafc144b01fed85118 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Apr 2025 08:31:41 +0200 Subject: [PATCH 34/44] =?UTF-8?q?WordPress=206.8=20=E2=80=9CCecil=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9407053f374454f8b07a80622621e619b69d418d) --- sources | 2 +- wordpress-5.2-hello.patch => wordpress-6.8-hello.patch | 9 +++++---- wordpress.spec | 9 ++++++--- 3 files changed, 12 insertions(+), 8 deletions(-) rename wordpress-5.2-hello.patch => wordpress-6.8-hello.patch (90%) diff --git a/sources b/sources index db19506..c808ac3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.7.2.tar.gz) = a07db3c7e8989dc20496953c68f9772154d5b5bad0cec7c03466bbb6c84eb1f758859e5bbe3e1b27f770d86624006034d75c8c4ee1e1ea622887846bf56da1ca +SHA512 (wordpress-6.8.tar.gz) = 9698277873810c54003b964a686fc3b88c387495f9b3112a8c27df92d322893fab0695ddc25eb3014a0fa96da805932b4f4a64f1f5ebd25508fa25c61f4d5be3 diff --git a/wordpress-5.2-hello.patch b/wordpress-6.8-hello.patch similarity index 90% rename from wordpress-5.2-hello.patch rename to wordpress-6.8-hello.patch index 5ccc2f5..32bdca9 100644 --- a/wordpress-5.2-hello.patch +++ b/wordpress-6.8-hello.patch @@ -1,7 +1,7 @@ diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugins/hello.php ---- wordpress/wp-content/plugins/hello.php.dolly 2019-03-28 15:09:05.874797878 +0100 -+++ wordpress/wp-content/plugins/hello.php 2019-03-28 15:10:15.892164549 +0100 -@@ -6,41 +6,26 @@ +--- wordpress/wp-content/plugins/hello.php.dolly 2025-04-16 08:21:31.710644174 +0200 ++++ wordpress/wp-content/plugins/hello.php 2025-04-16 08:23:15.011000365 +0200 +@@ -6,7 +6,7 @@ /* Plugin Name: Hello Dolly Plugin URI: http://wordpress.org/plugins/hello-dolly/ @@ -10,7 +10,8 @@ diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugi Author: Matt Mullenweg Version: 1.7.2 Author URI: http://ma.tt/ - */ +@@ -18,34 +18,19 @@ if ( ! defined( 'ABSPATH' ) ) { + } function hello_dolly_get_lyric() { - /** These are the lyrics to Hello Dolly */ diff --git a/wordpress.spec b/wordpress.spec index 0bf4a1f..11ecdc0 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.7.2 +%global upstream_version 6.8 #global upstream_prever RC5 #global upstream_lower rc5 @@ -32,7 +32,7 @@ Source5: wordpress-minify.php # Patch out copyrighted text of Hello, Dolly # (and replace it with Free Software Song) -Patch0: wordpress-5.2-hello.patch +Patch0: wordpress-6.8-hello.patch # Drop swfupload: not built from source, not reasonably possible to do Patch2: wordpress-6.4-no_swfupload.patch # Adjust tinymce's media plugin not to use its SWF plugin. This changes @@ -102,7 +102,7 @@ Provides: bundled(php-simplepie) = 1.8.0 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php Provides: bundled(php-getid3) = 1.9.23 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.9.2 +Provides: bundled(php-phpmailer) = 6.9.3 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -252,6 +252,9 @@ end %changelog +* Wed Apr 16 2025 Remi Collet - 6.8-1 +- WordPress 6.8 “Cecil” + * Wed Feb 12 2025 Remi Collet - 6.7.2-1 - WordPress 6.7.2 Maintenance Release From d5658acef87f704c5868d9f0aaf4713e78e35e60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 May 2025 12:44:07 +0200 Subject: [PATCH 35/44] v6.8.1 (cherry picked from commit d84854f5e80304e8daf786811b85a2ebd7c690a9) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index c808ac3..3b3cd47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.8.tar.gz) = 9698277873810c54003b964a686fc3b88c387495f9b3112a8c27df92d322893fab0695ddc25eb3014a0fa96da805932b4f4a64f1f5ebd25508fa25c61f4d5be3 +SHA512 (wordpress-6.8.1.tar.gz) = 1ded47540f217e3dc50b176202c09419f4f87d21ab24f8542b1f54b878b225d437e48ed36851d62cec431f661f999fa802e31e1085ad6191cc43d8e727b060ca diff --git a/wordpress.spec b/wordpress.spec index 11ecdc0..ff09d36 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.8 +%global upstream_version 6.8.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -252,6 +252,9 @@ end %changelog +* Mon May 5 2025 Remi Collet - 6.8.1-1 +- WordPress 6.8.1 Maintenance Release + * Wed Apr 16 2025 Remi Collet - 6.8-1 - WordPress 6.8 “Cecil” From 6ff367544d31e09c15667e737aa595f49c9a2cf7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Jul 2025 10:21:10 +0200 Subject: [PATCH 36/44] v6.8.2 (cherry picked from commit 573ec54ff299317e3783fdeb31ec6a28085467af) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 3b3cd47..969f05d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.8.1.tar.gz) = 1ded47540f217e3dc50b176202c09419f4f87d21ab24f8542b1f54b878b225d437e48ed36851d62cec431f661f999fa802e31e1085ad6191cc43d8e727b060ca +SHA512 (wordpress-6.8.2.tar.gz) = 448ab7819bf4ccd00e5cda13122cb89f838db55833fdc5ffc48321a7e201f112e7f80279387386410a29f248bd5aa4b85a145a68b1c42f72287c9d0be38313f7 diff --git a/wordpress.spec b/wordpress.spec index ff09d36..64711af 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.8.1 +%global upstream_version 6.8.2 #global upstream_prever RC5 #global upstream_lower rc5 @@ -252,6 +252,9 @@ end %changelog +* Tue Jul 22 2025 Remi Collet - 6.8.2-1 +- WordPress 6.8.2 Maintenance Release + * Mon May 5 2025 Remi Collet - 6.8.1-1 - WordPress 6.8.1 Maintenance Release From 0ca90b6db1bf74da7e6aafc4d73a97b430a454ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Oct 2025 07:17:36 +0200 Subject: [PATCH 37/44] v6.8.3 (cherry picked from commit 1dd8ac8d0ce13e228dbd0528ffa63998ad2f8a53) (cherry picked from commit 90e953657a60bfb9f814ab9a8f36fb906d963b7e) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 969f05d..dcf4853 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.8.2.tar.gz) = 448ab7819bf4ccd00e5cda13122cb89f838db55833fdc5ffc48321a7e201f112e7f80279387386410a29f248bd5aa4b85a145a68b1c42f72287c9d0be38313f7 +SHA512 (wordpress-6.8.3.tar.gz) = 0e8890d1bc9d6baa344cf5c6c5cb6ec5cdca810311a3508ec4cf9b0d5afe75f949c81a153c27847fa99f6c5d214336281ca9220bb54535996ee2eaa059306864 diff --git a/wordpress.spec b/wordpress.spec index 64711af..829e1f6 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.8.2 +%global upstream_version 6.8.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -252,6 +252,9 @@ end %changelog +* Wed Oct 1 2025 Remi Collet - 6.8.3-1 +- WordPress 6.8.3 Security Release + * Tue Jul 22 2025 Remi Collet - 6.8.2-1 - WordPress 6.8.2 Maintenance Release From e8c7a39abf9e2c386f91b18f310d4814c10f9cfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Dec 2025 09:08:12 +0100 Subject: [PATCH 38/44] =?UTF-8?q?WordPress=206.9=20=E2=80=9CGene=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 1526d59f553a7e08d87bae6a199ab05045ea08d3) --- sources | 2 +- wordpress-6.4-no_swfupload.patch | 16 ---------------- wordpress.spec | 18 +++++++----------- 3 files changed, 8 insertions(+), 28 deletions(-) delete mode 100644 wordpress-6.4-no_swfupload.patch diff --git a/sources b/sources index dcf4853..8ed87f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.8.3.tar.gz) = 0e8890d1bc9d6baa344cf5c6c5cb6ec5cdca810311a3508ec4cf9b0d5afe75f949c81a153c27847fa99f6c5d214336281ca9220bb54535996ee2eaa059306864 +SHA512 (wordpress-6.9.tar.gz) = 486b31bb8e3836f7e4bf1024098976a98bd52a0280bdb1a9a0c1648865a03cd7a1373a8c232bc82e57c3819dcf757bb26ff172f4ec88e681ff260978e197d0fd diff --git a/wordpress-6.4-no_swfupload.patch b/wordpress-6.4-no_swfupload.patch deleted file mode 100644 index 2ef7c9e..0000000 --- a/wordpress-6.4-no_swfupload.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up wordpress/wp-includes/script-loader.php.old wordpress/wp-includes/script-loader.php ---- wordpress/wp-includes/script-loader.php.old 2023-11-08 14:47:40.820208939 +0100 -+++ wordpress/wp-includes/script-loader.php 2023-11-08 14:47:48.593183436 +0100 -@@ -1029,12 +1029,6 @@ function wp_default_scripts( $scripts ) - $scripts->add( 'wp-plupload', "/wp-includes/js/plupload/wp-plupload$suffix.js", array( 'plupload', 'jquery', 'json2', 'media-models' ), false, 1 ); - did_action( 'init' ) && $scripts->localize( 'wp-plupload', 'pluploadL10n', $uploader_l10n ); - -- // Keep 'swfupload' for back-compat. -- $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', array(), '2201-20110113' ); -- $scripts->add( 'swfupload-all', false, array( 'swfupload' ), '2201' ); -- $scripts->add( 'swfupload-handlers', "/wp-includes/js/swfupload/handlers$suffix.js", array( 'swfupload-all', 'jquery' ), '2201-20110524' ); -- did_action( 'init' ) && $scripts->localize( 'swfupload-handlers', 'swfuploadL10n', $uploader_l10n ); -- - $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js", array(), false, 1 ); - did_action( 'init' ) && $scripts->add_data( 'comment-reply', 'strategy', 'async' ); - diff --git a/wordpress.spec b/wordpress.spec index 829e1f6..b6b8dc6 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.8.3 +%global upstream_version 6.9 #global upstream_prever RC5 #global upstream_lower rc5 @@ -33,8 +33,6 @@ Source5: wordpress-minify.php # Patch out copyrighted text of Hello, Dolly # (and replace it with Free Software Song) Patch0: wordpress-6.8-hello.patch -# Drop swfupload: not built from source, not reasonably possible to do -Patch2: wordpress-6.4-no_swfupload.patch # Adjust tinymce's media plugin not to use its SWF plugin. This changes # 'p.getParam("flash_video_player_url",u.convertUrl(u.url+"/moxieplayer.swf"))' # to 'false' @@ -73,22 +71,18 @@ Requires: php-mysqli # From phpcompatinfo report for version 4.5.3 Requires: php-curl -Requires: php-date Requires: php-dom Requires: php-exif Requires: php-fileinfo Requires: php-gd Requires: php-gettext -Requires: php-hash Requires: php-iconv Requires: php-intl Requires: php-json Requires: php-libxml Requires: php-mbstring Requires: php-openssl -Requires: php-pcre Requires: php-simplexml -Requires: php-spl Requires: php-xml Requires: php-xmlreader Requires: php-zip @@ -98,11 +92,11 @@ Requires: httpd Requires: ca-certificates # Bundled # grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php -Provides: bundled(php-simplepie) = 1.8.0 +Provides: bundled(php-simplepie) = 1.9.0 # grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php -Provides: bundled(php-getid3) = 1.9.23 +Provides: bundled(php-getid3) = 1.9.24 # grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php -Provides: bundled(php-phpmailer) = 6.9.3 +Provides: bundled(php-phpmailer) = 7.0.0 Provides: wordpress-mu = %{version}-%{release} Obsoletes: wordpress-mu < 2.9.3 @@ -129,7 +123,6 @@ rm -rf wp-includes/random_compat rm -rf wp-includes/sodium_compat %patch -P0 -p1 -b .dolly -%patch -P2 -p1 %patch -P3 -p1 # Adjust mediaelement not to use its SWF %patch -P4 -p1 @@ -252,6 +245,9 @@ end %changelog +* Wed Dec 3 2025 Remi Collet - 6.9-1 +- WordPress 6.9 “Gene” + * Wed Oct 1 2025 Remi Collet - 6.8.3-1 - WordPress 6.8.3 Security Release From ee2316c0e4e4ca35ada2cd295175fe134d5e1ffa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Feb 2026 07:48:41 +0100 Subject: [PATCH 39/44] v6.9.1 (cherry picked from commit dcce5b90abc307aef6e5fa94e1c23d02af9e01a8) (cherry picked from commit 53f3e293ee998a76c292fdd20dec4f8d9f8db731) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8ed87f7..14e806f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.tar.gz) = 486b31bb8e3836f7e4bf1024098976a98bd52a0280bdb1a9a0c1648865a03cd7a1373a8c232bc82e57c3819dcf757bb26ff172f4ec88e681ff260978e197d0fd +SHA512 (wordpress-6.9.1.tar.gz) = 66ee4b040efadf99ca250ca9731701003bedf550d4287d6637464d45d57eb8903a1dd82bc3b009c9c9e5892a6dec04c3b73cc05311da0dc0ae6f297be8652c1d diff --git a/wordpress.spec b/wordpress.spec index b6b8dc6..0259e7c 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9 +%global upstream_version 6.9.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Wed Feb 4 2026 Remi Collet - 6.9.1-1 +- WordPress 6.9.1 Maintenance Release + * Wed Dec 3 2025 Remi Collet - 6.9-1 - WordPress 6.9 “Gene” From 01943db3e7bb9d400b8259f0e418ef3ef359bcd9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2026 08:16:16 +0100 Subject: [PATCH 40/44] v6.9.3 (cherry picked from commit 52d7e4d70bb46a0c53133378c81c3c0097986f1d) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 14e806f..2b09a7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.1.tar.gz) = 66ee4b040efadf99ca250ca9731701003bedf550d4287d6637464d45d57eb8903a1dd82bc3b009c9c9e5892a6dec04c3b73cc05311da0dc0ae6f297be8652c1d +SHA512 (wordpress-6.9.3.tar.gz) = d760e4a2d768b97b2de15149a40220931e3fc6fd7726b9b324ac3afce6eb0955f2712fdb097d6068cb21fb64db2733ee989f1b3ef59a65c1dfd72950dd65b986 diff --git a/wordpress.spec b/wordpress.spec index 0259e7c..768e5a3 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9.1 +%global upstream_version 6.9.3 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Wed Mar 11 2026 Remi Collet - 6.9.3-1 +- WordPress 6.9.3 Release + * Wed Feb 4 2026 Remi Collet - 6.9.1-1 - WordPress 6.9.1 Maintenance Release From 8ecfb60bba56dff833993564e043e973a8fbbdd3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2026 07:10:21 +0100 Subject: [PATCH 41/44] v6.9.4 (cherry picked from commit bfe8ec58b02c1668efc219d23b02f7f3360292cd) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 2b09a7e..ca97e85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.3.tar.gz) = d760e4a2d768b97b2de15149a40220931e3fc6fd7726b9b324ac3afce6eb0955f2712fdb097d6068cb21fb64db2733ee989f1b3ef59a65c1dfd72950dd65b986 +SHA512 (wordpress-6.9.4.tar.gz) = 3065a037dae9450459c475ab85030f0ef0517942d681afe364afbdfd010587d2cb0bb3a520e03ac0492fa6c3d6e904c0da67b8b0b5f1fbd5adf40b5ba29d4362 diff --git a/wordpress.spec b/wordpress.spec index 768e5a3..baa4e54 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9.3 +%global upstream_version 6.9.4 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Thu Mar 12 2026 Remi Collet - 6.9.4-1 +- WordPress 6.9.4 Release + * Wed Mar 11 2026 Remi Collet - 6.9.3-1 - WordPress 6.9.3 Release From 4e6c3205c30e37da4a4b2ef3dd29f107c44f812e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2026 07:00:22 +0200 Subject: [PATCH 42/44] v6.9.5 (cherry picked from commit 115418dbb0bd4e5c882b4014587176a06dac87ea) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index ca97e85..7ae625c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.4.tar.gz) = 3065a037dae9450459c475ab85030f0ef0517942d681afe364afbdfd010587d2cb0bb3a520e03ac0492fa6c3d6e904c0da67b8b0b5f1fbd5adf40b5ba29d4362 +SHA512 (wordpress-6.9.5.tar.gz) = 9dcdbd5b46366657010eeb9b89dede46172d912d9cfe26458e7d5a1971263263e0e7cf732846b9edfa126e318bef3a7c5c8d532c433bf43f94ede224ab28a865 diff --git a/wordpress.spec b/wordpress.spec index baa4e54..2bcdb71 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9.4 +%global upstream_version 6.9.5 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Tue Jul 21 2026 Remi Collet - 6.9.5-1 +- WordPress 6.9.5 Security Release + * Thu Mar 12 2026 Remi Collet - 6.9.4-1 - WordPress 6.9.4 Release From 4e99d38cfc9e31a710592360f24f21f56d857f99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Aug 2026 06:29:38 +0200 Subject: [PATCH 43/44] v6.9.6 (cherry picked from commit 746629fb3bef972cd9a3da86cbc47aaf020f265b) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 7ae625c..8d04b62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.5.tar.gz) = 9dcdbd5b46366657010eeb9b89dede46172d912d9cfe26458e7d5a1971263263e0e7cf732846b9edfa126e318bef3a7c5c8d532c433bf43f94ede224ab28a865 +SHA512 (wordpress-6.9.6.tar.gz) = 9b5b72535d8ebb8a3e273d44dd7381d8124fe87603b825501a3619a3d28da78b0a7a85bc1b59362b5412c06e05ee777bf983c184fe6555ccff369e9715449446 diff --git a/wordpress.spec b/wordpress.spec index 2bcdb71..fd60089 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9.5 +%global upstream_version 6.9.6 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Fri Aug 7 2026 Remi Collet - 6.9.6-1 +- WordPress 6.9.6 Security Release + * Tue Jul 21 2026 Remi Collet - 6.9.5-1 - WordPress 6.9.5 Security Release From 63634c7333e944e425e3902fa8ca214a7fac4f3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Aug 2026 06:02:53 +0200 Subject: [PATCH 44/44] v6.9.7 (cherry picked from commit 2a0979cb098a730fbe222340fbe4cde5322fd2a6) --- sources | 2 +- wordpress.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8d04b62..20685e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-6.9.6.tar.gz) = 9b5b72535d8ebb8a3e273d44dd7381d8124fe87603b825501a3619a3d28da78b0a7a85bc1b59362b5412c06e05ee777bf983c184fe6555ccff369e9715449446 +SHA512 (wordpress-6.9.7.tar.gz) = 082d73913859c79ca5a78a740bc40eaf9ef2c9352a14be605a1fe0d61d00eb8d171da75ff777929160766476780ba7b3bce73e3b56e56a46c59f632b8479a9d8 diff --git a/wordpress.spec b/wordpress.spec index fd60089..6d3ad41 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ # %global wp_content %{_datadir}/wordpress/wp-content -%global upstream_version 6.9.6 +%global upstream_version 6.9.7 #global upstream_prever RC5 #global upstream_lower rc5 @@ -245,6 +245,9 @@ end %changelog +* Thu Aug 13 2026 Remi Collet - 6.9.7-1 +- WordPress 6.9.7 Security Release + * Fri Aug 7 2026 Remi Collet - 6.9.6-1 - WordPress 6.9.6 Security Release