pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/geeklog



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Sep 15 10:48:46 UTC 2009

Modified Files:
        pkgsrc/www/geeklog: Makefile PLIST distinfo
        pkgsrc/www/geeklog/patches: patch-aj patch-ak patch-al
Added Files:
        pkgsrc/www/geeklog/patches: patch-am patch-an patch-ao patch-ap
Removed Files:
        pkgsrc/www/geeklog/patches: patch-ba patch-bb patch-bc patch-bd

Log Message:
Update Geeklog to 1.6.0sr2 (security release 2).

o Add some pkgsrc patches to improve Content-Type header output.

Geeklog 1.6.0sr2

This release addresses the following security issue:

  * Unauthorized file uploads were possible through FCKeditor.
    Uploaded files still had to go through FCKeditor's filter, so it was not
    possible to upload scripts (and the integrity of the Geeklog site as such
    was not in danger). There were, however, reports that this was used to host
    malware.
    This update prevents use of the upload feature when FCKeditor is disabled
    and disables it for anonymous users. It also doesn't allow uploading of
    archive files any more. Furthermore, you need some sort of "edit"
    permission now to be able to upload files through FCKeditor (this is meant
    as an interim measure - we will probably introduce a separate "upload"
    permission in future Geeklog versions).

Other fixes:

  * Fixed installation using InnoDB tables.
  * Fixed a (non-exploitable) SQL error when auto-updating a story's
    commentcode field.
  * Fixed a wrong function name in the Links plugin.

Geeklog 1.6.0sr1

This release addresses the following security issues:

 1. Gerendi Sandor Attila reported an XSS in the forms to email a user and to
    email a story to a friend.
 2. The "Mail Story to a Friend" function didn't check story permissions, so
    that it was possible to email a story even if you didn't have the
    permissions to view it on the site.

Other fixes:

  * Fixed an SQL error when submitting a story and the story submission queue
    was off.
  * Fixed calls to a nonexistent function COM_outputMessageAndAbort.

Geeklog 1.6.0

Results from the Summer of Code

This release incorporates the following projects implemented during the the
2008 Google Summer of Code:

  * Site migration support and easier plugin installation, by Matt West
  * Improved search, by Sami Barakat
  * Comment moderation and editable comments, by Jared Wenerd

Other changes

  * The minimum PHP version required by Geeklog is now PHP 4.3.0. Given that
    the PHP team ended support for PHP 4 in August 2008, you should be looking
    into upgrading to PHP 5 anyway.
  * Includes FCKeditor 2.6.4.1
  * Includes a new plugin, XMLSitemap, that automatically generates a XML
    sitemap file, as supported by all major search engines. Plugin written and
    provided by mystral-kk.
  * Several new plugin API functions have been added and existing functions
    have been extended.
  * The included documentation has been moved to docs/english to allow for
    translations. Links to the documentation from within Geeklog will link to
    existing translations for the current language automatically (or fall back
    to the English documentation if no suitable translation can be found).
  * There were a variety of theme changes to support new functionality and fix
    inconsistencies in the layout.

This release also includes a number of patches and improvements made by
students applying for participation in the Google Summer of Code 2009. Thank
you!


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/geeklog/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/geeklog/PLIST \
    pkgsrc/www/geeklog/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/geeklog/patches/patch-aj
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/geeklog/patches/patch-ak \
    pkgsrc/www/geeklog/patches/patch-al
cvs rdiff -u -r0 -r1.1 pkgsrc/www/geeklog/patches/patch-am \
    pkgsrc/www/geeklog/patches/patch-an pkgsrc/www/geeklog/patches/patch-ao \
    pkgsrc/www/geeklog/patches/patch-ap
cvs rdiff -u -r1.1 -r0 pkgsrc/www/geeklog/patches/patch-ba \
    pkgsrc/www/geeklog/patches/patch-bb pkgsrc/www/geeklog/patches/patch-bc \
    pkgsrc/www/geeklog/patches/patch-bd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index