pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jul 21 15:17:35 UTC 2022

Modified Files:
        pkgsrc/mail/roundcube: Makefile.common distinfo
        pkgsrc/mail/roundcube-plugin-enigma: Makefile
        pkgsrc/mail/roundcube-plugin-password: Makefile distinfo
        pkgsrc/mail/roundcube-plugin-zipdownload: Makefile

Log Message:
mail/roundcube: update to 1.5.3

1.5.3 (2022-06-26)

* Enigma: Fix initial synchronization of private keys
* Enigma: Fix double quoted-printable encoding of pgp-signed messages with
  no attachments (#8413)
* Fix various PHP8 warnings (#8392)
* Fix mail headers injection via the subject field on mail compose (#8404)
* Fix bug where small message/rfc822 parts could not be decoded (#8408)
* Fix setting HTML mode on reply/forward of a signed message (#8405)
* Fix handling of RFC2231-encoded attachment names inside of a
  message/rfc822 part (#8418)
* Fix bug where some mail parts (images) could have not be listed as
  attachments (#8425)
* Fix bug where attachment icons were stuck at the top of the messages list
  in Safari (#8433)
* Fix handling of message/rfc822 parts that are small and are multipart
  structures with a single part (#8458)
* Fix bug where session could time out if DB and PHP timezone were different
  (#8303)
* Fix bug where DSN flag state wasn't stored with a draft (#8371)
* Fix broken encoding of HTML content encapsulated in a RTF attachment
  (#8444)
* Fix problem with aria-hidden=true on toolbar menus in the Elastic
  skin (#8517)
* Fix bug where title tag content was displayed in the body if it contained
  HTML tags (#8540)
* Fix support for DSN specification without host e.g. pgsql:///dbname
  (#8558)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/roundcube/Makefile.common
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/roundcube/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/roundcube-plugin-enigma/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/roundcube-plugin-password/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/roundcube-plugin-password/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile

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.26 pkgsrc/mail/roundcube/Makefile.common:1.27
--- pkgsrc/mail/roundcube/Makefile.common:1.26  Sat Jan 29 13:34:44 2022
+++ pkgsrc/mail/roundcube/Makefile.common       Thu Jul 21 15:17:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/01/29 13:34:44 taca Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/07/21 15:17:34 taca Exp $
 #
 # used by mail/roundcube/Makefile
 # used by mail/roundcube/plugins.mk
@@ -10,7 +10,7 @@ GITHUB_PROJECT=       roundcubemail
 GITHUB_RELEASE=        ${RC_VERS}
 HOMEPAGE=      https://roundcube.net/
 
-RC_VERS=       1.5.2
+RC_VERS=       1.5.3
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax

Index: pkgsrc/mail/roundcube/distinfo
diff -u pkgsrc/mail/roundcube/distinfo:1.79 pkgsrc/mail/roundcube/distinfo:1.80
--- pkgsrc/mail/roundcube/distinfo:1.79 Sat Jan 29 13:34:44 2022
+++ pkgsrc/mail/roundcube/distinfo      Thu Jul 21 15:17:34 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.79 2022/01/29 13:34:44 taca Exp $
+$NetBSD: distinfo,v 1.80 2022/07/21 15:17:34 taca Exp $
 
-BLAKE2s (roundcubemail-1.5.2-complete.tar.gz) = 05c08cdcfd6473bda69ae29ec3f5a654101780b33dcf44c98331b9b978a66789
-SHA512 (roundcubemail-1.5.2-complete.tar.gz) = 96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c
-Size (roundcubemail-1.5.2-complete.tar.gz) = 7852981 bytes
+BLAKE2s (roundcubemail-1.5.3-complete.tar.gz) = 0e955bc6d0921d6cf040ee4c76bd84af5945da1ee67639650922441744305aa4
+SHA512 (roundcubemail-1.5.3-complete.tar.gz) = b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1
+Size (roundcubemail-1.5.3-complete.tar.gz) = 7857655 bytes
 SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
 SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
 SHA1 (patch-program_lib_Roundcube_rcube__mime.php) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c

Index: pkgsrc/mail/roundcube-plugin-enigma/Makefile
diff -u pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.13 pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.14
--- pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.13   Thu Jun 30 11:18:35 2022
+++ pkgsrc/mail/roundcube-plugin-enigma/Makefile        Thu Jul 21 15:17:35 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/07/21 15:17:35 taca Exp $
 
 PLUGIN=                enigma
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Enigma Plugin for Roundcube
-PKGREVISION=   1
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG

Index: pkgsrc/mail/roundcube-plugin-password/Makefile
diff -u pkgsrc/mail/roundcube-plugin-password/Makefile:1.18 pkgsrc/mail/roundcube-plugin-password/Makefile:1.19
--- pkgsrc/mail/roundcube-plugin-password/Makefile:1.18 Thu Jun 30 11:18:35 2022
+++ pkgsrc/mail/roundcube-plugin-password/Makefile      Thu Jul 21 15:17:35 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.19 2022/07/21 15:17:35 taca Exp $
 
 PLUGIN=                password
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Password change plugin for roundcube
-PKGREVISION=   2
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      tcl-expect>=5.32.1:../../lang/tcl-expect

Index: pkgsrc/mail/roundcube-plugin-password/distinfo
diff -u pkgsrc/mail/roundcube-plugin-password/distinfo:1.28 pkgsrc/mail/roundcube-plugin-password/distinfo:1.29
--- pkgsrc/mail/roundcube-plugin-password/distinfo:1.28 Sat Jan 29 13:34:44 2022
+++ pkgsrc/mail/roundcube-plugin-password/distinfo      Thu Jul 21 15:17:35 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/01/29 13:34:44 taca Exp $
+$NetBSD: distinfo,v 1.29 2022/07/21 15:17:35 taca Exp $
 
-BLAKE2s (roundcubemail-1.5.2-complete.tar.gz) = 05c08cdcfd6473bda69ae29ec3f5a654101780b33dcf44c98331b9b978a66789
-SHA512 (roundcubemail-1.5.2-complete.tar.gz) = 96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c
-Size (roundcubemail-1.5.2-complete.tar.gz) = 7852981 bytes
+BLAKE2s (roundcubemail-1.5.3-complete.tar.gz) = 0e955bc6d0921d6cf040ee4c76bd84af5945da1ee67639650922441744305aa4
+SHA512 (roundcubemail-1.5.3-complete.tar.gz) = b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1
+Size (roundcubemail-1.5.3-complete.tar.gz) = 7857655 bytes
 SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165

Index: pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
diff -u pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.10 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.11
--- pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.10      Thu Jun 30 11:18:35 2022
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Makefile   Thu Jul 21 15:17:35 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/21 15:17:35 taca Exp $
 
 PLUGIN=                zipdownload
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Roundcube Webmail ZipDownload plugin
-PKGREVISION=   1
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip



Home | Main Index | Thread Index | Old Index