diff options
author | taca <taca@pkgsrc.org> | 2012-12-31 02:27:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-12-31 02:27:22 +0000 |
commit | 47a3ee3546aecb30d4ab819f36d95dfb177a666b (patch) | |
tree | 1f11cb452b4508c6ac4bd919863ba5121f73a932 /www/geeklog | |
parent | 3e855394fa7532dde15a59fdaf2ce081cdaceb1a (diff) | |
download | pkgsrc-47a3ee3546aecb30d4ab819f36d95dfb177a666b.tar.gz |
Update geeklog to 1.8.2. (This is leaf package.)
Geeklog History/Changes:
Dec 30, 2012 (1.8.2)
------------
- A remote service user now bypasses current password check when account is
deleted (bug #0001417) [Tom]
- Fixed Twitter OAuth login error after Twitter deactived some old URLs (bug
#0001497) [Tom]
- $dbconfig_path was not escaped in the install script (bug #0001457, patch
provided by mystral-kk)
- COM_stripslashes will now handle arrays; this was a problem during
re-authentication after a security token expired (bug #0001413) [suprsidr]
- The comment count for a story could be wrong if there was a different object
with the same id and a comment (bug #0001414) [Tom]
- Feeds with the full story text still had a '...' at the end (bug #0001431)
[Jeff Rivett, Tom]
- Allow MIME type application/x-gzip-compressed when uploading a plugin for
installation (bug #0001405) [Dirk]
- Fixed compatibility with MySQL 5.5 (bugs #0001410, #0001456). This also
raises the minimum supported MySQL version to 4.1.2 [Dirk, Tom]
Diffstat (limited to 'www/geeklog')
-rw-r--r-- | www/geeklog/Makefile | 4 | ||||
-rw-r--r-- | www/geeklog/PLIST | 5 | ||||
-rw-r--r-- | www/geeklog/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 0ecd1889afe..7efac6af6b1 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/10/28 06:30:16 asau Exp $ +# $NetBSD: Makefile,v 1.36 2012/12/31 02:27:22 taca Exp $ # DISTNAME= geeklog-${VER} @@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql USE_TOOLS+= pax -VER= 1.8.1 +VER= 1.8.2 NO_BUILD= YES PKG_GROUPS_VARS+= APACHE_GROUP diff --git a/www/geeklog/PLIST b/www/geeklog/PLIST index 980e65e9b93..ee5fea1693f 100644 --- a/www/geeklog/PLIST +++ b/www/geeklog/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2011/11/13 15:52:24 taca Exp $ +@comment $NetBSD: PLIST,v 1.17 2012/12/31 02:27:22 taca Exp $ ${GL_DOC}/README ${GL_EG}/db-config.php ${GL_EG}/geeklog.conf @@ -588,6 +588,7 @@ ${GEEKLOG_BASE}/system/pear/Auth/SASL/DigestMD5.php ${GEEKLOG_BASE}/system/pear/Auth/SASL/External.php ${GEEKLOG_BASE}/system/pear/Auth/SASL/Login.php ${GEEKLOG_BASE}/system/pear/Auth/SASL/Plain.php +${GEEKLOG_BASE}/system/pear/Auth/SASL/SCRAM.php ${GEEKLOG_BASE}/system/pear/Console/Getopt.php ${GEEKLOG_BASE}/system/pear/Date.php ${GEEKLOG_BASE}/system/pear/Date/Calc.php @@ -626,6 +627,8 @@ ${GEEKLOG_BASE}/system/pear/HTTP/Request2/Exception.php ${GEEKLOG_BASE}/system/pear/HTTP/Request2/MultipartBody.php ${GEEKLOG_BASE}/system/pear/HTTP/Request2/Observer/Log.php ${GEEKLOG_BASE}/system/pear/HTTP/Request2/Response.php +${GEEKLOG_BASE}/system/pear/HTTP/Request2/SOCKS5.php +${GEEKLOG_BASE}/system/pear/HTTP/Request2/SocketWrapper.php ${GEEKLOG_BASE}/system/pear/LICENSE ${GEEKLOG_BASE}/system/pear/Mail.php ${GEEKLOG_BASE}/system/pear/Mail/RFC822.php diff --git a/www/geeklog/distinfo b/www/geeklog/distinfo index f48f47bf16b..ff7ff40e24f 100644 --- a/www/geeklog/distinfo +++ b/www/geeklog/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2011/11/13 15:52:24 taca Exp $ +$NetBSD: distinfo,v 1.20 2012/12/31 02:27:22 taca Exp $ -SHA1 (geeklog-1.8.1.tar.gz) = 08ae7cc267c11d8339e2138d532be930372f8cb7 -RMD160 (geeklog-1.8.1.tar.gz) = 603cfa78629e8533ab5a5a52bd13704443e268ca -Size (geeklog-1.8.1.tar.gz) = 5600740 bytes +SHA1 (geeklog-1.8.2.tar.gz) = 45acb15e39b5a92a264ab742f97e8975cd0de279 +RMD160 (geeklog-1.8.2.tar.gz) = 1a880e13ba7751692528c541c4d3ed40f9702a11 +Size (geeklog-1.8.2.tar.gz) = 5608108 bytes SHA1 (patch-aa) = 61cc381e4c3def555806ed4589446f466f6f8368 SHA1 (patch-aj) = 1152a6f8478373d40125ae311c4030f6e2ef4bd7 SHA1 (patch-ak) = 387f14ace88c0390a2647453a08491500b099c78 |