Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23952973f6 | |||
| 1941d5caa2 | |||
| 99a7b877c0 | |||
| 373b0532ec | |||
| 071bfb5162 | |||
| b83d2fcf5f | |||
| a5ce44047a | |||
| e7fde23417 | |||
| db8dca599f | |||
| 6114f33154 | |||
| fcf0231e47 | |||
| 8704327bfc | |||
| 3df0afa839 |
4 changed files with 50 additions and 33 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-6.7.tar.gz) = 2fba512d4ddbe2ec7722ecc5a4a2107b7ebdb8578bf3ef041ddafe65affd08fd8031d9088da576f5675bf4d98e7312d7ed903fd69135e7488f44bc6aff2b07c7
|
||||
SHA512 (wordpress-6.9.7.tar.gz) = 082d73913859c79ca5a78a740bc40eaf9ef2c9352a14be605a1fe0d61d00eb8d171da75ff777929160766476780ba7b3bce73e3b56e56a46c59f632b8479a9d8
|
||||
|
|
|
|||
|
|
@ -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' );
|
||||
|
||||
|
|
@ -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 */
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
%global wp_content %{_datadir}/wordpress/wp-content
|
||||
|
||||
%global upstream_version 6.7
|
||||
%global upstream_version 6.9.7
|
||||
#global upstream_prever RC5
|
||||
#global upstream_lower rc5
|
||||
|
||||
|
|
@ -32,9 +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
|
||||
# Drop swfupload: not built from source, not reasonably possible to do
|
||||
Patch2: wordpress-6.4-no_swfupload.patch
|
||||
Patch0: wordpress-6.8-hello.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.2
|
||||
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,45 @@ end
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2026 Remi Collet <remi@remirepo.net> - 6.9.7-1
|
||||
- WordPress 6.9.7 Security Release
|
||||
|
||||
* Fri Aug 7 2026 Remi Collet <remi@remirepo.net> - 6.9.6-1
|
||||
- WordPress 6.9.6 Security Release
|
||||
|
||||
* Tue Jul 21 2026 Remi Collet <remi@remirepo.net> - 6.9.5-1
|
||||
- WordPress 6.9.5 Security Release
|
||||
|
||||
* Thu Mar 12 2026 Remi Collet <remi@remirepo.net> - 6.9.4-1
|
||||
- WordPress 6.9.4 Release
|
||||
|
||||
* Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 6.9.3-1
|
||||
- WordPress 6.9.3 Release
|
||||
|
||||
* Wed Feb 4 2026 Remi Collet <remi@remirepo.net> - 6.9.1-1
|
||||
- WordPress 6.9.1 Maintenance Release
|
||||
|
||||
* Wed Dec 3 2025 Remi Collet <remi@remirepo.net> - 6.9-1
|
||||
- WordPress 6.9 “Gene”
|
||||
|
||||
* Wed Oct 1 2025 Remi Collet <remi@remirepo.net> - 6.8.3-1
|
||||
- WordPress 6.8.3 Security Release
|
||||
|
||||
* Tue Jul 22 2025 Remi Collet <remi@remirepo.net> - 6.8.2-1
|
||||
- WordPress 6.8.2 Maintenance Release
|
||||
|
||||
* Mon May 5 2025 Remi Collet <remi@remirepo.net> - 6.8.1-1
|
||||
- WordPress 6.8.1 Maintenance Release
|
||||
|
||||
* Wed Apr 16 2025 Remi Collet <remi@remirepo.net> - 6.8-1
|
||||
- WordPress 6.8 “Cecil”
|
||||
|
||||
* Wed Feb 12 2025 Remi Collet <remi@remirepo.net> - 6.7.2-1
|
||||
- WordPress 6.7.2 Maintenance Release
|
||||
|
||||
* Fri Nov 22 2024 Remi Collet <remi@remirepo.net> - 6.7.1-1
|
||||
- WordPress 6.7.1 Maintenance Release
|
||||
|
||||
* Wed Nov 13 2024 Remi Collet <remi@remirepo.net> - 6.7-1
|
||||
- WordPress 6.7 “Rollins”
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue