./www/drupal7, Open source content management system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 7.43, Package name: php55-drupal-7.43, Maintainer: pkgsrc-users

Drupal is software that allows an individual or a community of users to easily
publish, manage and organize a great variety of content on a website. Tens of
thousands of people and organizations have used Drupal to set up scores of
different kinds of web sites, including

* community web portals and discussion sites
* corporate web sites/intranet portals
* personal web sites
* aficionado sites
* e-commerce applications
* resource directories

Drupal includes features to enable:

* content management systems
* blogs
* collaborative authoring environments
* forums
* newsletters
* picture galleries
* file uploads and download


Required to run:
[databases/php-pdo_mysql] [www/ap-php] [graphics/php-gd] [textproc/php-dom] [textproc/php-json]

Required to build:
[www/apache22]

Package options: apache, drupal-xmlservices, mysql

Master sites:

SHA1: 2979eb3ce141bb11a743e39ed6428d3728a05d01
RMD160: fa5a23ab1b290a517975e6bcc597f032aa611982
Filesize: 3189.281 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-28 12:23:30 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4936 - requested by taca
www/drupal7: security fix

Revisions pulled up:
- www/drupal7/Makefile                                          1.38
- www/drupal7/PLIST                                             1.14
- www/drupal7/distinfo                                          1.29

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Feb 25 15:15:57 UTC 2016

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

   Log message:
   Update drupal7 to 7.43 including security fix.

   Drupal 7.43, 2016-02-24
   -----------------------
   - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.

   Drupal 7.42, 2016-02-03
   -----------------------
   - Stopped invoking hook_flush_caches() on every cron run, since some modules
     use that hook for expensive operations that are only needed on cache clears.
   - Changed the default .htaccess and web.config to block Composer-related files.
   - Added static caching to module_load_include() to improve performance.
   - Fixed double-encoding bugs in select field widgets provided by the Options
     module. The fix deprecates the 'strip_tags' property on option widgets and
     replaces it with a new 'strip_tags_and_unescape' property (minor data
     structure change).
   - Improved MySQL 5.7 support by changing the MySQL database driver to stop
     using the ANSI SQL mode alias, which has different meanings for different
     MySQL versions.
   - Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
     functionality from working on servers that are not configured to
     automatically recognize index.php.
   - Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
     with tar file handling on various operating systems.
   - Fixed fatal errors on node preview when a field is displayed in the node
     teaser but hidden in the full node view. The fix removes a
     field_attach_prepare_view() call from the node_preview() function since it is
     redundant with one in the node preview theme layer.
   - Improved the description of the "Trimmed" format option on text fields
     (translatable string change, and minor UI and data structure change).
   - Numerous small bug fixes.
   - Numerous API documentation improvements.
   - Additional automated test coverage..0 release, to fix bugs
     with tar file handling on various operating systems.
   - Fixed fatal errors on node preview when a field is displayed in the node
     teaser but hidden in the full node view. The fix removes a
     field_attach_prepare_view() call from the node_preview() function since it is
     redundant with one in the node preview theme layer.
   - Improved the description of the "Trimmed" format option on text fields
     (translatable string change, and minor UI and data structure change).
   - Numerous small bug fixes.
   - Numerous API documentation improvements.
   - Additional automated test coverage.