Package: wordpress / 3.6.1+dfsg-1~deb6u4

Metadata

Package Version Patches format
wordpress 3.6.1+dfsg-1~deb6u4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cs27976_priv_esc | (download)

wp-admin/includes/class-wp-posts-list-table.php | 2 1 + 1 - 0 !
wp-admin/includes/post.php | 54 47 + 7 - 0 !
2 files changed, 48 insertions(+), 8 deletions(-)

---
cs28054_auth_cookie | (download)

wp-includes/pluggable.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
cs27873_hardening_pingback | (download)

wp-includes/class-wp-xmlrpc-server.php | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
001readme.patch | (download)

readme.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixing reame file

003installer.patch | (download)

wp-admin/install.php | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 patching install.php to permit a valid upload path

010disabling_update_note.patch | (download)

wp-admin/includes/update.php | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disabled the the "please update" warning, thanks to hans spaans and rolf leggewie (closes: #506685)

011support symlinks for plugins.patch | (download)

wp-admin/includes/plugin.php | 11 8 + 3 - 0 !
wp-includes/plugin.php | 30 30 + 0 - 0 !
2 files changed, 38 insertions(+), 3 deletions(-)

 support symlinks for plugin directories
mu.patch | (download)

wp-admin/network.php | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
cs28073_edit_post | (download)

wp-admin/includes/post.php | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 ensure edit_post() promotes an auto-draft to draft.
 Fixes Quick Draft
cs28114_nostomp_postdata | (download)

wp-admin/includes/post.php | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 avoid stomping of bulk postdata inside the
 bulk_edit_posts() loop.