./www/drupal, Open source content management system

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


Branch: pkgsrc-2009Q2, Version: 5.20, Package name: drupal-5.20, 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:
[textproc/php5-dom] [databases/php-mysql] [databases/mysql5-client] [graphics/php-gd] [www/ap-php] [lang/php5] [lang/perl5]

Required to build:
[www/apache22]

Package options: drupal-xmlservices, mysql

Master sites:

SHA1: f05d5bf66988a82c980056528d50401ed0822a25
RMD160: d0925795dfd29bde731988ead2274367bad39031
Filesize: 749.152 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-02 11:52:28 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2904 - requested by taca
drupal: security update

Revisions pulled up:
- www/drupal/Makefile			1.41
- www/drupal/distinfo			1.32
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Tue Sep 29 13:39:58 UTC 2009

Modified Files:
	pkgsrc/www/drupal: Makefile distinfo

Log message:
Update www/drupal package to 5.20 to fix security problem.
pkgsrc change: add LICENSE.

Drupal 5.20, 2009-09-16
-----------------------
- Avoid security problems resulting from writing Drupal 6-style menu
  declarations.
- Fixed security issues (session fixation), see SA-CORE-2009-008.
- Fixed a variety of small bugs.
   2009-07-17 15:54:28 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2819 - requested by adrianp
drupal: security update

Revisions pulled up:
- www/drupal/Makefile		1.40
- www/drupal/distinfo		1.31
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Thu Jul 16 18:11:07 UTC 2009

Modified Files:
	pkgsrc/www/drupal: Makefile distinfo

Log message:
This release fixes security vulnerabilities. Sites are urged to upgrade \ 
immediately after reading the security announcement:

* SA-CORE-2009-007 Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed \ 
since the 5.18 release:

* #212285 by wrwrwr: hr should be treated as a block level tag. Backport by \ 
alexanderpas.
* #145733 by kepten, brianV: The session.use_cookies PHP setting is required by \ 
Drupal, but it can be turned off, so try to ensure it is turned on at all times.