Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
bd0d92de5e WordPress 6.4.4 Security Release 2024-04-10 15:26:13 +02:00
cf3b81f471 WordPress 6.4.3 Maintenance & Security Release
(cherry picked from commit b32b47631a)
(cherry picked from commit 9867f65bea)
2024-02-01 08:31:46 +01:00
7589fd837c WordPress 6.4.2 Maintenance & Security Release
(cherry picked from commit 19ce14b238)
2023-12-07 08:40:24 +01:00
eee32b979d WordPress 6.4.1 Maintenance Release
(cherry picked from commit 7d5422b77c)
2023-11-09 10:01:41 +01:00
454fa76245 WordPress 6.4 “Shirley”
(cherry picked from commit 4cc3f8f944)
2023-11-08 14:59:08 +01:00
675bfcf561 WordPress 6.3.2 – Maintenance and Security release
(cherry picked from commit 09fd355364)
2023-10-16 07:21:40 +02:00
f972c4413c * WordPress 6.3.1 Maintenance Release
(cherry picked from commit dd57a81f90)
2023-08-31 08:07:13 +02:00
222ec0a638 WordPress 6.3 “Lionel”
(cherry picked from commit 5d372d92f9)
2023-08-21 09:10:29 +02:00
3 changed files with 32 additions and 8 deletions

View file

@ -1 +1 @@
SHA512 (wordpress-6.2.2.tar.gz) = 346c8c38e139b4a1de491a767fe34d1ff63b9ce4fbe62d2d5957c5b57704c47bed12c34e753324e018297a95a2e82e9d393e6255b540e22e0cecc74d4f557264
SHA512 (wordpress-6.4.4.tar.gz) = c369567ecdde465e063127b21de55136d37f35d959944708b2fdf05ac9fa876bbf30395783ce0435ecb68f0662bedfb83900463ebe0b442c57ac02491b5e87a4

View file

@ -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' );

View file

@ -13,7 +13,7 @@
%else
%global with_nginx 0
%endif
%global upstream_version 6.2.2
%global upstream_version 6.4.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.7
Provides: bundled(php-phpmailer) = 6.8.1
Provides: wordpress-mu = %{version}-%{release}
Obsoletes: wordpress-mu < 2.9.3
@ -266,6 +266,30 @@ end
%changelog
* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 6.4.4-1
- WordPress 6.4.4 Security Release
* Thu Feb 1 2024 Remi Collet <remi@remirepo.net> - 6.4.3-1
- WordPress 6.4.3 Maintenance & Security Release
* Thu Dec 7 2023 Remi Collet <remi@remirepo.net> - 6.4.2-1
- WordPress 6.4.2 Maintenance & Security Release
* Thu Nov 9 2023 Remi Collet <remi@remirepo.net> - 6.4.1-1
- WordPress 6.4.1 Maintenance Release
* Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 6.4-1
- WordPress 6.4 “Shirley”
* Mon Oct 16 2023 Remi Collet <remi@remirepo.net> - 6.3.2-1
- WordPress 6.3.2 Maintenance and Security release
* Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 6.3.1-1
* WordPress 6.3.1 Maintenance Release
* Sun Aug 20 2023 Remi Collet <remi@remirepo.net> - 6.3-1
- WordPress 6.3 “Lionel”
* Sun May 21 2023 Remi Collet <remi@remirepo.net> - 6.2.2-1
- WordPress 6.2.2 Security Release