From e98a32cbfdbde073cefe6c6e310de1dabb79d437 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 25 Aug 2013 17:44:15 +0000 Subject: Pullup ticket #4224 - requested by taca mail/roundcube: security update Revisions pulled up: - mail/roundcube/Makefile 1.58 - mail/roundcube/PLIST 1.30 - mail/roundcube/distinfo 1.32 --- Module Name: pkgsrc Committed By: taca Date: Thu Aug 22 17:08:10 UTC 2013 Modified Files: pkgsrc/mail/roundcube: Makefile PLIST distinfo Log Message: Update roundcube to 0.9.3. RELEASE 0.9.3 ------------- - Fix setting refresh_interval to "Never" in Preferences (#1489286) - Optimized UI behavior for touch devices - Fix purge action in folder manager (#1489280) - Fix base URL resolving on attribute values with no quotes (#1489275) - Fix wrong handling of links with '|' character (#1489276) - Fix colorspace issue on image conversion using ImageMagick (#1489270) - Fix XSS vulnerability when saving HTML signatures (#1489251) - Fix XSS vulnerability when editing a message "as new" or draft (#1489251) - Fix rewrite rule in .htaccess (#1489240) - Fix detecting Turkish language in ISO-8859-9 encoding (#1489252) - Fix identity-selection using Return-Path headers (#1489241) - Fix parsing of links with ... in URL (#1489192) - Fix compose priority selector when opening in new window (#1489257) - Fix bug where signature wasn't changed on identity selection when editing a draft (#1489229) - Fix IMAP SETMETADATA parameters quoting (#1489231) - Fix "could not load message" error on valid empty message body (#1489228) - Fix handling of message/rfc822 attachments on message forward and edit (#1489214) - Fix parsing of square bracket characters in IMAP response strings (#1489223) - Don't clear References and in-Reply-To when a message is "edited as new" (#1489216) - Fix messages list sorting with THREAD=REFS - Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174) - Fix empty messages list when register_globals is enabled (#1489157) - Fix so valid and set date.timezone is not required by installer checks (#1489180) - Canonize boolean ini_get() results (#1489189) - Fix so install do not fail when one of DB driver checks fails but other drivers exist (#1489178) - Fix so exported vCard specifies encoding in v3-compatible format (#1489183) --- mail/roundcube/Makefile | 12 ++++++------ mail/roundcube/PLIST | 42 +++--------------------------------------- mail/roundcube/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 49 deletions(-) diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 159e1232f30..a5c68bbf4a7 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56.2.1 2013/07/15 22:11:37 tron Exp $ +# $NetBSD: Makefile,v 1.56.2.2 2013/08/25 17:44:15 tron Exp $ -DISTNAME= roundcubemail-0.9.2-dep +DISTNAME= roundcubemail-0.9.3-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -44,9 +43,10 @@ EGDIR= ${PREFIX}/share/examples/roundcube DOCDIR= ${PREFIX}/share/doc/roundcube PAX_DIRS= plugins program skins installer -CONF_PLUGINS= acl additional_message_headers enigma help \ - jqueryui managesieve newmail_notifier password \ - redundant_attachments squirrelmail_usercopy +CONF_PLUGINS= acl additional_message_headers help \ + http_authentication jqueryui managesieve \ + newmail_notifier password redundant_attachments \ + squirrelmail_usercopy zipdownload MESSAGE_SUBST+= DOCDIR=${DOCDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} MESSAGE_SUBST+= VARBASE=${VARBASE} RCDIR=${RCDIR} diff --git a/mail/roundcube/PLIST b/mail/roundcube/PLIST index eda067f619e..d4ed66746b8 100644 --- a/mail/roundcube/PLIST +++ b/mail/roundcube/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2013/06/16 22:04:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.29.2.1 2013/08/25 17:44:15 tron Exp $ share/doc/roundcube/INSTALL share/doc/roundcube/LICENSE share/doc/roundcube/README.md @@ -8,14 +8,15 @@ share/examples/roundcube/main.inc.php.dist share/examples/roundcube/mimetypes.php share/examples/roundcube/plugins/acl/config.inc.php share/examples/roundcube/plugins/additional_message_headers/config.inc.php -share/examples/roundcube/plugins/enigma/config.inc.php share/examples/roundcube/plugins/help/config.inc.php +share/examples/roundcube/plugins/http_authentication/config.inc.php share/examples/roundcube/plugins/jqueryui/config.inc.php share/examples/roundcube/plugins/managesieve/config.inc.php share/examples/roundcube/plugins/newmail_notifier/config.inc.php share/examples/roundcube/plugins/password/config.inc.php share/examples/roundcube/plugins/redundant_attachments/config.inc.php share/examples/roundcube/plugins/squirrelmail_usercopy/config.inc.php +share/examples/roundcube/plugins/zipdownload/config.inc.php share/examples/roundcube/roundcube.conf share/roundcube/.htaccess share/roundcube/SQL/mssql.initial.sql @@ -181,41 +182,6 @@ share/roundcube/plugins/debug_logger/tests/DebugLogger.php share/roundcube/plugins/emoticons/emoticons.php share/roundcube/plugins/emoticons/package.xml share/roundcube/plugins/emoticons/tests/Emoticons.php -share/roundcube/plugins/enigma/README -share/roundcube/plugins/enigma/enigma.js -share/roundcube/plugins/enigma/enigma.php -share/roundcube/plugins/enigma/home/.htaccess -share/roundcube/plugins/enigma/lib/Crypt/GPG.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/DecryptStatusHandler.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/Engine.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/Exceptions.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/Key.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/Signature.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/SubKey.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/UserId.php -share/roundcube/plugins/enigma/lib/Crypt/GPG/VerifyStatusHandler.php -share/roundcube/plugins/enigma/lib/enigma_driver.php -share/roundcube/plugins/enigma/lib/enigma_driver_gnupg.php -share/roundcube/plugins/enigma/lib/enigma_engine.php -share/roundcube/plugins/enigma/lib/enigma_error.php -share/roundcube/plugins/enigma/lib/enigma_key.php -share/roundcube/plugins/enigma/lib/enigma_signature.php -share/roundcube/plugins/enigma/lib/enigma_subkey.php -share/roundcube/plugins/enigma/lib/enigma_ui.php -share/roundcube/plugins/enigma/lib/enigma_userid.php -share/roundcube/plugins/enigma/localization/en_US.inc -share/roundcube/plugins/enigma/localization/ja_JP.inc -share/roundcube/plugins/enigma/localization/ru_RU.inc -share/roundcube/plugins/enigma/skins/classic/enigma.css -share/roundcube/plugins/enigma/skins/classic/enigma.png -share/roundcube/plugins/enigma/skins/classic/enigma_error.png -share/roundcube/plugins/enigma/skins/classic/key.png -share/roundcube/plugins/enigma/skins/classic/key_add.png -share/roundcube/plugins/enigma/skins/classic/keys_toolbar.png -share/roundcube/plugins/enigma/skins/classic/templates/keyimport.html -share/roundcube/plugins/enigma/skins/classic/templates/keyinfo.html -share/roundcube/plugins/enigma/skins/classic/templates/keys.html -share/roundcube/plugins/enigma/tests/Enigma.php share/roundcube/plugins/example_addressbook/example_addressbook.php share/roundcube/plugins/example_addressbook/example_addressbook_backend.php share/roundcube/plugins/example_addressbook/package.xml @@ -324,7 +290,6 @@ share/roundcube/plugins/hide_blockquote/localization/zh_TW.inc share/roundcube/plugins/hide_blockquote/package.xml share/roundcube/plugins/hide_blockquote/skins/larry/style.css share/roundcube/plugins/hide_blockquote/tests/HideBlockquote.php -share/roundcube/plugins/http_authentication/config.inc.php.dist share/roundcube/plugins/http_authentication/http_authentication.php share/roundcube/plugins/http_authentication/logout.html share/roundcube/plugins/http_authentication/package.xml @@ -972,7 +937,6 @@ share/roundcube/plugins/virtuser_query/tests/VirtuserQuery.php share/roundcube/plugins/virtuser_query/virtuser_query.php share/roundcube/plugins/zipdownload/CHANGELOG share/roundcube/plugins/zipdownload/README -share/roundcube/plugins/zipdownload/config.inc.php.dist share/roundcube/plugins/zipdownload/localization/az_AZ.inc share/roundcube/plugins/zipdownload/localization/br.inc share/roundcube/plugins/zipdownload/localization/bs_BA.inc diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 6e4a5ae843d..1ebe874b69d 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2013/06/16 22:04:07 taca Exp $ +$NetBSD: distinfo,v 1.31.2.1 2013/08/25 17:44:15 tron Exp $ -SHA1 (roundcubemail-0.9.2-dep.tar.gz) = d7f09d12a0f190eaf54f324777a3b2a7afb179c3 -RMD160 (roundcubemail-0.9.2-dep.tar.gz) = 9514c08304a1583e0c0b7255a99ffcefce4d62b6 -Size (roundcubemail-0.9.2-dep.tar.gz) = 3484377 bytes +SHA1 (roundcubemail-0.9.3-dep.tar.gz) = 060d3c2939ab8964c3c71d5ec1e18e940570ec90 +RMD160 (roundcubemail-0.9.3-dep.tar.gz) = 3d210e715ebead32655fe651e80d5d0233217d7c +Size (roundcubemail-0.9.3-dep.tar.gz) = 3408855 bytes SHA1 (patch-aa) = 2391f0ddb6b9ba6026f9db6d7050f3412d02e160 SHA1 (patch-ab) = 19b62d4a24d9b1ccc476f8d3fbe5f386faf6c553 SHA1 (patch-ac) = ea60a00f8d53f36e069f4b61962ff97c980edb20 -- cgit v1.2.3