pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 11 13:56:39 UTC 2017

Modified Files:
        pkgsrc/mail/roundcube: Makefile.common distinfo

Log Message:
Update roundcube to 1.2.6.

RELEASE 1.2.6
-------------
- Don't ignore (global) userlogins/sendmail logging in per_user_logging mode
- Managesieve: Fix AM/PM suffix in vacation time selectors
- Fix bug where comment notation within style tag would cause the whole style
  to be ignored (#5747)
- Fix bug where it wasn't possible to scroll folders list in Edge (#5750)
- Fix addressbook searching by gender (#5757)
- Fix SQL syntax error on MariaDB 10.2 (#5774)
- Fix bug where it wasn't possible to set timezone to auto-detected value
  (#5782)
- Fix uninitialized string offset in rcube_utils::bin2ascii() and make sure
  rcube_utils::random_bytes() result has always requested length (#5788)
- Fix potential XSS vulnerability with malformed HTML message markup


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/roundcube/Makefile.common
cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/roundcube/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/roundcube/Makefile.common
diff -u pkgsrc/mail/roundcube/Makefile.common:1.5 pkgsrc/mail/roundcube/Makefile.common:1.6
--- pkgsrc/mail/roundcube/Makefile.common:1.5   Fri Apr 28 13:48:29 2017
+++ pkgsrc/mail/roundcube/Makefile.common       Mon Sep 11 13:56:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2017/04/28 13:48:29 taca Exp $
+# $NetBSD: Makefile.common,v 1.6 2017/09/11 13:56:39 taca Exp $
 #
 # used by mail/roundcube/Makefile
 # used by mail/roundcube/plugins.mk
@@ -9,7 +9,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=roun
 GITHUB_PROJECT=        roundcubemail
 HOMEPAGE=      http://roundcube.net/
 
-RC_VERS=       1.2.5
+RC_VERS=       1.2.6
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax

Index: pkgsrc/mail/roundcube/distinfo
diff -u pkgsrc/mail/roundcube/distinfo:1.56 pkgsrc/mail/roundcube/distinfo:1.57
--- pkgsrc/mail/roundcube/distinfo:1.56 Fri Apr 28 13:48:29 2017
+++ pkgsrc/mail/roundcube/distinfo      Mon Sep 11 13:56:39 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2017/04/28 13:48:29 taca Exp $
+$NetBSD: distinfo,v 1.57 2017/09/11 13:56:39 taca Exp $
 
-SHA1 (roundcubemail-1.2.5.tar.gz) = b73eab099219c06f6d8a1cc73e8906e0d0a01260
-RMD160 (roundcubemail-1.2.5.tar.gz) = e432100b6a3a10bd266eda333509ca772f9db07f
-SHA512 (roundcubemail-1.2.5.tar.gz) = 543003bd99e6d52239f928de56e185651d875517cd2115a66ddfc5d6c69d7e7c2b95e4d2ab05b05111bbfca4e5fab7f02749d1fe7b02f47d2cce832ee6a0cce2
-Size (roundcubemail-1.2.5.tar.gz) = 3536994 bytes
+SHA1 (roundcubemail-1.2.6.tar.gz) = 466191ae8eb779e45147a3bb0504b4549bef2944
+RMD160 (roundcubemail-1.2.6.tar.gz) = 75234503b8e3729a5c28af92128990f4428de2a8
+SHA512 (roundcubemail-1.2.6.tar.gz) = 6e6acc3311747d5c822711029bec0e97b32e17cf5bd55d3e26dc9f6fc7b67d15b940001c3b0f13aa674f9d5d477645438cc782f432d946ba031dd93bde2d852f
+Size (roundcubemail-1.2.6.tar.gz) = 3538567 bytes
 SHA1 (patch-ac) = 235116580665d5d58edc218c063b41171a2d9227
 SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668
 SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9



Home | Main Index | Thread Index | Old Index