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:           Sat Apr  9 15:07:15 UTC 2022

Modified Files:
        pkgsrc/www/wordpress: Makefile distinfo

Log Message:
Update to version 5.9.3.

Changes:

Maintenance updates
This maintenance release features 9 bug fixes in Core and 10 bug fixes in the block editor.
The following core tickets from Trac were fixed:
    #52409 Filesystem API: Include the ssh-ed25519 public key signature algorithm as an alternative to ssh-rsa
    #54878 Themes: Hide block themes live preview link following installation
    #54916 Administration: Do not specify menu order for the Widgets menu when the active theme is a block theme
    #54939 Customizer: When a block theme is active, add an information about Site Editor in the Customizer
    #55203 Media: Make get_post_galleries() only return galleries
    #55241 Themes: Avoid undefined variable warning on get_svg_filters()
    #55311 Editor: Fix broken asset URLs when using WP outside of the regular directory
    #55337 Editor: Optimize preload paths for post and site editors
    #55474 Update WordPress packages for 5.9.3

The following block editor issues from GitHub were fixed:
    PR38136 Adds aria-label to the search button, as accessibility enhancement
    PR38863 Template List: Decode entities in record titles
    PR38891 Use wp_unique_id() instead of uniqid() to generate CSS class names
    PR38765 Cover block: Fix gradient overlay (remove black background color)
    PR39045 Try: Fix image responsive rules
    PR38762 Fixes #38761 by removing obsolete ::before pseudo element
    PR39091 Avoid error when ‘styles’ settings are removed
    PR39164 Change location of block support styles in <head>
    PR39340 Image: Restore baseline responsiveness in the block
    PR39445 Fix: Table block doesn’t keep background color


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.88 -r1.89 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.104 pkgsrc/www/wordpress/Makefile:1.105
--- pkgsrc/www/wordpress/Makefile:1.104 Sat Mar 12 17:16:30 2022
+++ pkgsrc/www/wordpress/Makefile       Sat Apr  9 15:07:15 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2022/03/12 17:16:30 morr Exp $
+# $NetBSD: Makefile,v 1.105 2022/04/09 15:07:15 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               5.9.2
+VERSION=               5.9.3
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 

Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.88 pkgsrc/www/wordpress/distinfo:1.89
--- pkgsrc/www/wordpress/distinfo:1.88  Sat Mar 12 17:16:30 2022
+++ pkgsrc/www/wordpress/distinfo       Sat Apr  9 15:07:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.88 2022/03/12 17:16:30 morr Exp $
+$NetBSD: distinfo,v 1.89 2022/04/09 15:07:15 morr Exp $
 
-BLAKE2s (wordpress-5.9.2.tar.gz) = 2346458ef9c4cff50befa0ebfa76b337b72b31fe2754c3038955c0bf6135c0f0
-SHA512 (wordpress-5.9.2.tar.gz) = d2a93d753fcc63f7361c8faea694fba265045db8728fd903417fca1a41362b0a5bf1d75e606a35f95cedcb4951c3392d0e37c266f5b26f627602450b8537df62
-Size (wordpress-5.9.2.tar.gz) = 18722604 bytes
+BLAKE2s (wordpress-5.9.3.tar.gz) = 73469f91d395e18f2988953e86e8560ebfa2fff804d23aeb643daf4746add28f
+SHA512 (wordpress-5.9.3.tar.gz) = 9d44d95c6f046558783c7de22cbe7eb912e21234b549b324ec43ab6013ba3f4990a3478e40c8cf399dbbdf00598dcf30423f9d1f74da83e63ee920de457b6637
+Size (wordpress-5.9.3.tar.gz) = 18725197 bytes



Home | Main Index | Thread Index | Old Index