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/PLIST | |
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/PLIST')
-rw-r--r-- | www/geeklog/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
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 |