WordPress 5.9 Josephine

This commit is contained in:
Remi Collet 2022-01-26 09:58:32 +01:00
commit ff783cf85c
3 changed files with 12 additions and 9 deletions

View file

@ -1 +1 @@
SHA512 (wordpress-5.8.3.tar.gz) = 08ebf959d9ae8ca33bee86fec222fb0266dc10bf6db4ed1ebeb7886a422abd838cbcc4d004002dea2c923c7a0822a1f410881b01f2e234560836b1635d98718b
SHA512 (wordpress-5.9.tar.gz) = 10530ecc073b6793f1e3c3711160af0e45868a2a84585b1dcb4b643bd1346648c7ed53774f805841c49bf806986ab5db4b244f72688fc6c55a9f9d2f2ab60571

View file

@ -1,7 +1,7 @@
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 )
--- wordpress/wp-admin/includes/media.php.old 2022-01-26 09:56:17.799913105 +0100
+++ wordpress/wp-admin/includes/media.php 2022-01-26 09:56:42.782804248 +0100
@@ -3555,7 +3555,7 @@ function wp_read_video_metadata( $file )
}
if ( ! class_exists( 'getID3', false ) ) {
@ -9,8 +9,8 @@ diff -up wordpress/wp-admin/includes/media.php.old wordpress/wp-admin/includes/m
+ require '/usr/share/php/getid3/getid3.php';
}
$id3 = new getID3();
@@ -3588,7 +3588,7 @@ function wp_read_audio_metadata( $file )
$id3 = new getID3();
@@ -3669,7 +3669,7 @@ function wp_read_audio_metadata( $file )
}
if ( ! class_exists( 'getID3', false ) ) {
@ -18,4 +18,4 @@ diff -up wordpress/wp-admin/includes/media.php.old wordpress/wp-admin/includes/m
+ require '/usr/share/php/getid3/getid3.php';
}
$id3 = new getID3();
$id3 = new getID3();

View file

@ -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
@ -56,7 +56,7 @@ Patch5: wordpress-5.4-config.patch
# ignore WP_AUTO_UPDATE_CORE (always false)
Patch6: wordpress-5.8-noupdate.patch
# Use system libraries
Patch7: wordpress-5.4-systemlibs.patch
Patch7: wordpress-5.9-systemlibs.patch
# Debian patch for jshint
Patch8: wordpress-5.1-remove-jshint-refs.patch
@ -278,6 +278,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig
%changelog
* Wed Jan 26 2022 Remi Collet <remi@remirepo.net> - 5.9-1
- WordPress 5.9 Josephine
* Fri Jan 7 2022 Remi Collet <remi@remirepo.net> - 5.8.3-1
- WordPress 5.8.3 Security Release