Package: drupal7 / 7.32-1+deb8u3
Metadata
| Package | Version | Patches format |
|---|---|---|
| drupal7 | 7.32-1+deb8u3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| cronjob.patch | (download) |
includes/common.inc |
2 1 + 1 - 0 ! |
disable reporting to system log every cron run |
| debian_security_warning | (download) |
modules/update/update.compare.inc |
2 2 + 0 - 0 ! |
removes update warning for drupal core version This patch removes new version checking for drupal core. Security updates are provided by Debian using patches against currently frozen version (7.14). |
| SA CORE 2014 006 | (download) |
includes/password.inc |
6 5 + 1 - 0 ! |
fixes sa-core-2014-006 (session hijacking, denial of service) |
| fix_bootstrap_phase | (download) |
includes/bootstrap.inc |
19 10 + 9 - 0 ! |
fixes drupal issue #667098 Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap when called early in the page request. . Backported from 7.33. |
| unicode_for_php_5.6 | (download) |
includes/unicode.inc |
14 9 + 5 - 0 ! |
fixes drupal issue #2332295 Fixed a bug in the Unicode requirements check which prevented installing Drupal on PHP 5.6. . Backported from 7.33. |
| db_sanitize_orderby | (download) |
includes/database/select.inc |
5 4 + 1 - 0 ! |
fixes drupal issue #829464
Security improvement: Made the database API's orderBy() method sanitize the
sort direction ("ASC" or "DESC") for queries built with db_select(), so that
calling code does not have to.
.
Backported from 7.33.
|
| ajax_throbber_align | (download) |
modules/system/system.base-rtl.css |
4 2 + 2 - 0 ! |
fixes alignment issue in the ajax progress throbber Fixed a bug which caused the Ajax progress throbber to appear misaligned in many situatons (minor styling change). . Fixes Drupal issue #1069152 . Backported from 7.33. |
| fix_field_has_data_return | (download) |
modules/field/field.module |
9 6 + 3 - 0 ! |
avoid data loss on entities with revisions due to wrong return code Fixed a bug in which field_has_data() did not return TRUE for fields that only had data in older entity revisions, leading to loss of the field's data when the field configuration was edited. . Fixes Drupal issue #2278583 . Backported from 7.33. |
| dont_lose_user_pictures | (download) |
modules/user/user.module |
5 5 + 0 - 0 ! |
avoid losing user pictures when re-saving Fixed a bug which caused user pictures to be removed from the user object after saving, and resulted in data loss if the user account was subsequently re-saved. . Fixes Drupal issue #935592 . Backported from 7.33. |
| SA CORE 2015 001 | (download) |
includes/bootstrap.inc |
20 20 + 0 - 0 ! |
fixes sa-core-2015-001 (access bypass on password reseturls; open redirect) |
