Path to this page:
./
www/wordpress,
Blogging tool written in php
Branch: pkgsrc-2009Q3,
Version: 2.8.6,
Package name: wordpress-2.8.6,
Maintainer: adrianpWordPress is a state-of-the-art publishing platform with a focus on
aesthetics, web standards, and usability. WordPress is both free and
priceless at the same time.
Required to run:[
databases/php-mysql] [
www/ap-php]
Required to build:[
www/apache22] [
lang/perl5]
Package options: ap-php
Master sites:
SHA1: 01a996c57f54a95cf6e457b61082f520a82ad1b5
RMD160: 309816cbb85463e511d10eacc9066a5bc1c93438
Filesize: 2029.879 KB
Version history: (Expand)
- (2009-12-06) Updated to version: wordpress-2.8.6
- (2009-10-17) Package added to pkgsrc.se, version wordpress-2.8.4 (created)
CVS history: (Expand)
2009-11-13 12:07:27 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #2933 - requested by adrianp
wordpress: security update
Revisions pulled up:
- www/wordpress/Makefile 1.6
- www/wordpress/PLIST 1.4
- www/wordpress/distinfo 1.5
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Nov 12 22:05:55 UTC 2009
Modified Files:
pkgsrc/www/wordpress: Makefile PLIST distinfo
Log message:
Update to 2.8.6
- 2.8.5
* Fix for trackback DOS
* Removal of permalink_structure eval
* Remove some create_function() calls
* Disallow unfiltered uploads by default, even for admins. Enable it again with
define('ALLOW_UNFILTERED_UPLOADS', true); in wp-config.php
* Add extra escapes here and there for some backside coverage
* Retire two old importers
* A few small bug fixes
- 2.8.6
* Fixed an XSS vulnerability in Press This
* Fixed issue with sanitizing uploaded file names that can be exploited in
certain Apache configurations
|