diff options
author | taca <taca@pkgsrc.org> | 2011-02-24 14:05:31 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-02-24 14:05:31 +0000 |
commit | d531b07622060cc9f3a0a8cfa46744f7adc95127 (patch) | |
tree | 51e6950dda81a05b7faa48dd7aeff7401b49a1a2 /www | |
parent | e691e0a6e4ab88f7829621336afc0f3581fa7f3e (diff) | |
download | pkgsrc-d531b07622060cc9f3a0a8cfa46744f7adc95127.tar.gz |
Update geeklog to 1.7.2.
Feb 20, 2011 (1.7.2)
------------
Note: This will be the last Geeklog version to work on PHP 4. We will provide
security fixes for this version until 2012. Future versions of Geeklog will
require PHP 5.2.0 or later. For details, please see
http://www.geeklog.net/article.php/end-of-php4-support
- PostgreSQL fixes:
* It wasn't possible for several Geeklog instances to share a Postgres
database (bug #0001251) [Rouslan]
* Fixed dbSave [Dirk]
* Fixed error reporting [Dirk]
* Fixed compatibility with PHP 4 [Dirk]
- Fixed replacing the [imageX] tags when changing a story's id (bug #0001256)
[Dirk]
- Fixed Static Pages plugin to work with PHP 4 (bug #0001239) [Tom]
Diffstat (limited to 'www')
-rw-r--r-- | www/geeklog/Makefile | 4 | ||||
-rw-r--r-- | www/geeklog/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 2a1097d6968..20f49279641 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/01/03 01:57:24 taca Exp $ +# $NetBSD: Makefile,v 1.31 2011/02/24 14:05:31 taca Exp $ # DISTNAME= geeklog-${VER} @@ -19,7 +19,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql USE_TOOLS+= pax -VER= 1.7.1sr1 +VER= 1.7.2 NO_BUILD= YES PKG_GROUPS_VARS+= APACHE_GROUP diff --git a/www/geeklog/distinfo b/www/geeklog/distinfo index 837871e3013..5a19b5ae025 100644 --- a/www/geeklog/distinfo +++ b/www/geeklog/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2011/01/03 01:57:24 taca Exp $ +$NetBSD: distinfo,v 1.17 2011/02/24 14:05:31 taca Exp $ -SHA1 (geeklog-1.7.1sr1.tar.gz) = d19a219736997d7359188dd88d44a4c2c5a91b1b -RMD160 (geeklog-1.7.1sr1.tar.gz) = 0b8b745d4d14331029959b305ecb53edfeec09c6 -Size (geeklog-1.7.1sr1.tar.gz) = 5205330 bytes +SHA1 (geeklog-1.7.2.tar.gz) = e6f3d010f1474118b66a9425a05bfd0fe23f535d +RMD160 (geeklog-1.7.2.tar.gz) = 067bf655091ad7f42d79b187da4a28f6152f26e9 +Size (geeklog-1.7.2.tar.gz) = 5206600 bytes SHA1 (patch-aa) = 61cc381e4c3def555806ed4589446f466f6f8368 SHA1 (patch-aj) = 1152a6f8478373d40125ae311c4030f6e2ef4bd7 SHA1 (patch-ak) = 387f14ace88c0390a2647453a08491500b099c78 |