diff options
author | taca <taca@pkgsrc.org> | 2013-04-02 15:46:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-04-02 15:46:36 +0000 |
commit | efd88adebcb95f190669816853fd7b7577f2684f (patch) | |
tree | f5bc31633c86063d1eb4453196d0246a78c6b31a /www/geeklog/Makefile | |
parent | ac5d433e9d165261705fbbc3117472c111d7a4b9 (diff) | |
download | pkgsrc-efd88adebcb95f190669816853fd7b7577f2684f.tar.gz |
Update geeklog to 2.0.0.
Here is summary from release announce. Full changes are available in
docs/history file. (XSS problem was already fixed by geeklog-1.8.2sr1.)
* Improved strength of password hashing
* Allow Topics to have child Topics
* Allow Articles, Blocks and other Plugin objects to be associated with more
than one Topic
* Topic Breadcrumb support
* Emergency Rescue Tool is included with the Geeklog Install
* Added support for MySQLi
* Add Stop Forum Spam and Spam Number of Links Modules to Spam-X
* A new theme called Denim which is based on Responsive Web Design
* A new theme called Modern Curve
* Comments Form on same page as Articles and plugin other Plugin objects
* Comments RSS Feed Plugin now integrated into Geeklog
* Includes updated versions of jQuery to 1.9.1 and jQuery UI to 1.10.1
* Updated FCKeditor version to 2.6.9
* XSS fixes for the Install, Configuration, Topic Editor, Polls Plugin and
Calendar Plugin
* Twitter OAuth API updated
* HTML 5 DOCTYPE
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 15ddd542f5e..9eac7e81761 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2013/03/16 07:21:25 obache Exp $ +# $NetBSD: Makefile,v 1.39 2013/04/02 15:46:36 taca Exp $ # DISTNAME= geeklog-${VER} PKGNAME= geeklog-${VER:C/(sr|-)/./g} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ @@ -17,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql USE_TOOLS+= pax -VER= 1.8.2sr1 +VER= 2.0.0 NO_BUILD= YES PKG_GROUPS_VARS+= APACHE_GROUP |