Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68eeb79849 | |||
| 576bc5d37e | |||
| 992451dcaa | |||
| 5a3fae8b38 | |||
| 8d58fcd4ee |
3 changed files with 24 additions and 8 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-6.7.1.tar.gz) = 4d9b7fb4c9e7b3ef4b971e85537db44f98513fba6546eed8d561fb4701f89e466eba8838aec578651abca4f961f10c2d794bc912642bd92017991e200795eb73
|
||||
SHA512 (wordpress-6.8.3.tar.gz) = 0e8890d1bc9d6baa344cf5c6c5cb6ec5cdca810311a3508ec4cf9b0d5afe75f949c81a153c27847fa99f6c5d214336281ca9220bb54535996ee2eaa059306864
|
||||
|
|
|
|||
|
|
@ -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.1
|
||||
%global upstream_version 6.8.3
|
||||
#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,21 @@ end
|
|||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue