Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b6fe3b38b | |||
| e48cdd722a | |||
| d8c4cff816 | |||
| ae0c4b00a3 |
2 changed files with 28 additions and 11 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-6.1.1.tar.gz) = b50dd9b5e1628a0285d3f0121d6b4cb3617fb696907ef06c935b40d0a46c9853ce12200e011a58675830602aa6d5b6470a98e8cefeec0f7464145bdc344780bb
|
||||
SHA512 (wordpress-6.2.3.tar.gz) = 22566065371bad0664281b4376df282874b78e4e32b934f8c8e4d90689906e8aa74cd390651d7d5eb965a6abf5f166a7344c2a98d060fce00b5a981c9144d7fc
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%else
|
||||
%global with_nginx 0
|
||||
%endif
|
||||
%global upstream_version 6.1.1
|
||||
%global upstream_version 6.2.3
|
||||
#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
|
||||
|
||||
|
|
@ -134,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} \
|
||||
|
|
@ -173,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
|
||||
|
|
@ -262,6 +266,19 @@ end
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2023 Remi Collet <remi@remirepo.net> - 6.2.3-1
|
||||
- WordPress 6.2.3 Security Release
|
||||
|
||||
* Sun May 21 2023 Remi Collet <remi@remirepo.net> - 6.2.2-1
|
||||
- WordPress 6.2.2 Security Release
|
||||
|
||||
* Wed May 17 2023 Remi Collet <remi@remirepo.net> - 6.2.1-1
|
||||
- WordPress 6.2.1 Maintenance & Security Release
|
||||
|
||||
* Thu Mar 30 2023 Remi Collet <remi@remirepo.net> - 6.2-1
|
||||
- WordPress 6.2 “Dolphy”
|
||||
- use SPDX license IDs
|
||||
|
||||
* Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 6.1.1-1
|
||||
- WordPress 6.1.1 Maintenance Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue