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:           Thu Sep 21 19:24:46 UTC 2017

Modified Files:
        pkgsrc/www/wordpress: Makefile distinfo

Log Message:
Security update to version 4.8.2

Security issues:
- $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent 
plugins and themes from accidentally causing a vulnerability. Reported by Slavco.
- A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.
- A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by Rodolfo Assis (@brutelogic) of Sucuri Security.
- A path traversal vulnerability was discovered in the file unzipping code. Reported by Alex Chapman (noxrnet).
- A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).
- An open redirect was discovered on the user and term edit screens. Reported by Yasin Soliman (ysx).
- A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.
- A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by Luka (sikic).
- A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by Anas Roubi (qasuar).

And 6 other fixes:

* Emoji
- #41584 - Upgrade Twemoji to 2.5.0
- #41852 - Fix UN flag test by returning the correct value.

*I18N
- #41794 - Support numbers in locales during installation

* Security
- #13377 - Add more sanitization in _cleanup_header_comment

*Widgets
- #41596 - New Text Widget recognizes HTML but does not render it in the front end
- #41622 - Text widget can show DOMDocument::loadHTML() warnings in admin when is_legacy_widget method is called

More on https://codex.wordpress.org/Version_4.8.2


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.56 -r1.57 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.71 pkgsrc/www/wordpress/Makefile:1.72
--- pkgsrc/www/wordpress/Makefile:1.71  Wed Sep  6 09:03:05 2017
+++ pkgsrc/www/wordpress/Makefile       Thu Sep 21 19:24:46 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/09/06 09:03:05 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2017/09/21 19:24:46 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               4.8.1
+VERSION=               4.8.2
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 

Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.56 pkgsrc/www/wordpress/distinfo:1.57
--- pkgsrc/www/wordpress/distinfo:1.56  Mon Aug  7 20:12:14 2017
+++ pkgsrc/www/wordpress/distinfo       Thu Sep 21 19:24:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2017/08/07 20:12:14 morr Exp $
+$NetBSD: distinfo,v 1.57 2017/09/21 19:24:46 morr Exp $
 
-SHA1 (wordpress-4.8.1.tar.gz) = 5376cf41403ae26d51ca55c32666ef68b10e35a4
-RMD160 (wordpress-4.8.1.tar.gz) = 059128f0d06ae06fb5b813984139b952cebc91a4
-SHA512 (wordpress-4.8.1.tar.gz) = dfc166a48cd3542e277a74c6b6f551af7043fee45ac62ca764077e1a73fb487da62e57f1a60f60348d8bfe6ee4199c3ce261c042e20cf652f1b0233bd97d6b5c
-Size (wordpress-4.8.1.tar.gz) = 8178289 bytes
+SHA1 (wordpress-4.8.2.tar.gz) = a99115b3b6d6d7a1eb6c5617d4e8e704ed50f450
+RMD160 (wordpress-4.8.2.tar.gz) = 7098a1c7f353238d40f4d56934351c867226636f
+SHA512 (wordpress-4.8.2.tar.gz) = e6b9dd7a3f9b510b1c85b0f9963d9303c9111f1d6ad471c5be076c5b9cf44ade5d1c761c336f44276ab88f69d6c842e6f33d637c7d76532ab88f12f49c385ca6
+Size (wordpress-4.8.2.tar.gz) = 8183815 bytes



Home | Main Index | Thread Index | Old Index