pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/wordpress



Module Name:    pkgsrc
Committed By:   morr
Date:           Sun Feb 28 00:04:11 UTC 2021

Modified Files:
        pkgsrc/www/wordpress: Makefile PLIST distinfo

Log Message:
Update to version 5.6.2.

Changes:

5.6.2:
This maintenance release features 5 bug fixes. These bugs affect WordPress version 5.6.1.

WordPress Core changes on Trac:
- #52440: Prevent the "Leave site" browser alert in Classic Editor when post title, excerpt, or post content fields are missing.
- #52018: Avoid a fatal error in PHP 8.0 when the "zip" PHP extension is disabled.

Block editor changes from GitHub and Trac:

- #52396: Image options are not visible in pop up when the clicking replace button from Image block.
- #52449: Can't change font size the 5.6.1 paragraph block.
- GH-26583: Restore block preview within the block inserter.

5.6.1:
This maintenance release features 20 bug fixes as well as 7 issues fixed on the block editor. These bugs affect WordPress version 5.6

WordPress Core changes on Trac:

- #51056: Fetch_feed parsing of permalinks triggers simplepie preg_match warnings
- #52327: Requested updates to the PHP Update Alert
- #51940: The schema for the taxonomy property of a term in the REST API should not include all taxonomies
- #51980: App Passwords: ‘Add New Application Password’ submit button is hidden on mobile devices in ‘User Profile’ page
- #51995: WordPress 5.6: Classic editor menu is not sticky
- #52003: Undefined index: PHP_AUTH_PW /wp-includes/user.php on line 469
- #52013: Duplicate wp_authorize_application_password_form actions
- #52030: Media metaboxes return fatal error if no author metadata present
- #52038: Issue in WooCommerce with wp_editor() after update to WP 5.6
- #52046: The Distraction Free Writing setting on the old Edit Post screen may be reset after page reload
- #52065: Media gallery: ‘Align’ and ‘Link To’ fields missing from ‘Insert from URL’
- #52066: Application Passwords are unusable in combination with password protected /wp-admin
- #52075: Word Count on Classic Editor doesn’t update in real time on Firefox unless saved
- #52097: Site Health Loopback Test doesn’t send admin cookies
- #52135: False positive on `WP_Site_Health_Auto_Updates`
- #52196: wp_get_attachment_metadata() is broken if no first argument is passed in.
- #52205: REST API: Plugins Controller single plugin route fatal errors on multisite
- #52299: Exported user data can be listed with directory listing
- #52351: missing echo function for translate method
- #52391: Gutenberg Updates for 5.6.1

Block editor changes from GitHub:

- #27970: Fix editor crash when registering a block pattern without categories
- #27733: Embed block: Add html and reusable support back
- #27727: Add aria labels to box control component inputs/button
- #27627: HTML Block: Fix editor styles
- #27526: Core Data: Normalize _fields value for use in stableKey
- #26705: Fix: Font size picker does not correctly handles big font sizes.
- #26432: Edit Site: prevent inserter overscroll


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/wordpress/PLIST
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/wordpress/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/wordpress/Makefile
diff -u pkgsrc/www/wordpress/Makefile:1.96 pkgsrc/www/wordpress/Makefile:1.97
--- pkgsrc/www/wordpress/Makefile:1.96  Fri Dec 11 18:09:09 2020
+++ pkgsrc/www/wordpress/Makefile       Sun Feb 28 00:04:11 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2020/12/11 18:09:09 morr Exp $
+# $NetBSD: Makefile,v 1.97 2021/02/28 00:04:11 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               5.6
+VERSION=               5.6.2
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 

Index: pkgsrc/www/wordpress/PLIST
diff -u pkgsrc/www/wordpress/PLIST:1.46 pkgsrc/www/wordpress/PLIST:1.47
--- pkgsrc/www/wordpress/PLIST:1.46     Fri Dec 11 18:09:09 2020
+++ pkgsrc/www/wordpress/PLIST  Sun Feb 28 00:04:11 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2020/12/11 18:09:09 morr Exp $
+@comment $NetBSD: PLIST,v 1.47 2021/02/28 00:04:11 morr Exp $
 share/doc/wordpress/license.txt
 share/doc/wordpress/readme.html
 share/examples/wordpress/wordpress.conf
@@ -603,6 +603,10 @@ share/wordpress/wp-content/themes/twenty
 share/wordpress/wp-content/themes/twentynineteen/functions.php
 share/wordpress/wp-content/themes/twentynineteen/header.php
 share/wordpress/wp-content/themes/twentynineteen/image.php
+share/wordpress/wp-content/themes/twentynineteen/images/pattern_01.jpg
+share/wordpress/wp-content/themes/twentynineteen/images/pattern_02.jpg
+share/wordpress/wp-content/themes/twentynineteen/images/pattern_03.jpg
+share/wordpress/wp-content/themes/twentynineteen/images/pattern_04.jpg
 share/wordpress/wp-content/themes/twentynineteen/inc/back-compat.php
 share/wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php
 share/wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php
@@ -901,6 +905,7 @@ share/wordpress/wp-content/themes/twenty
 share/wordpress/wp-content/themes/twentytwentyone/package-lock.json
 share/wordpress/wp-content/themes/twentytwentyone/package.json
 share/wordpress/wp-content/themes/twentytwentyone/page.php
+share/wordpress/wp-content/themes/twentytwentyone/postcss.config.js
 share/wordpress/wp-content/themes/twentytwentyone/readme.txt
 share/wordpress/wp-content/themes/twentytwentyone/screenshot.png
 share/wordpress/wp-content/themes/twentytwentyone/search.php

Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.78 pkgsrc/www/wordpress/distinfo:1.79
--- pkgsrc/www/wordpress/distinfo:1.78  Fri Dec 11 18:09:09 2020
+++ pkgsrc/www/wordpress/distinfo       Sun Feb 28 00:04:11 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.78 2020/12/11 18:09:09 morr Exp $
+$NetBSD: distinfo,v 1.79 2021/02/28 00:04:11 morr Exp $
 
-SHA1 (wordpress-5.6.tar.gz) = db8b75bfc9de27490434b365c12fd805ca6784ce
-RMD160 (wordpress-5.6.tar.gz) = b818dd1fca039aefd6580ab908232fadfb30662d
-SHA512 (wordpress-5.6.tar.gz) = c62041463ad2f47069b2b78381166eb68cf2ce12e16f623bd14b3321a16b4a647650dd4fc680780d4ce55dbd8b858745150320fa5e38fb0f7ad45c68cdda2dec
-Size (wordpress-5.6.tar.gz) = 15422346 bytes
+SHA1 (wordpress-5.6.2.tar.gz) = 8d19761595182c25d107813b55b911a22e7c809b
+RMD160 (wordpress-5.6.2.tar.gz) = eeb67aa0e9078fba3116213f86f76aaa58f28262
+SHA512 (wordpress-5.6.2.tar.gz) = 5602104cdaaaf354f0b24782ceb0b32b8a8af5e4a9d698376a9ac263bc77f0c5d461d40587e0010e63e97c3d415db6ad3aead6069bba5ebcba03e783fbacbb69
+Size (wordpress-5.6.2.tar.gz) = 15603881 bytes



Home | Main Index | Thread Index | Old Index