Up to [cvs.NetBSD.org] / pkgsrc / mail / roundcube-plugin-enigma
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 18 03:39:02 2023 UTC (2 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
mail/roundcube: update to 1.6.3 From release announce: We just published a security update to the version 1.6 of Roundcube Webmail. It provides a fix to a recently reported XSS vulnerability: Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in plain text messages, reported by Niraj Shivtarkar. See the full changelog in the release notes in the release notes on the Github download page. We strongly recommend to update all productive installations of Roundcube 1.6.x with this new version. 1.6.3 (2023-09-15) * Fix bug where installto.sh/update.sh scripts were removing some essential options from the config file (#9051) * Update jQuery-UI to version 1.13.2 (#9041) * Fix regression that broke use_secure_urls feature (#9052) * Fix potential PHP fatal error when opening a message with message/rfc822 part (#8953) * Fix bug where a duplicate `<title>` tag in HTML email could cause some parts being cut off (#9029) * Fix bug where a list of folders could have been sorted incorrectly (#9057) * Fix regression where LDAP addressbook 'filter' option was ignored (#9061) * Fix wrong order of a multi-folder search result when sorting by size (#9065) * Fix so install/update scripts do not require PEAR (#9037) * Fix regression where some mail parts could have been decoded incorrectly, or not at all (#9096) * Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to non-binary FETCH (#9097) * Fix PHP8 deprecation warning in the reconnect plugin (#9083) * Fix "Show source" on mobile with x_frame_options = deny (#9084) * Fix various PHP warnings (#9098) * Fix deprecated use of ldap_connect() in password's ldap_simple driver (#9060) * Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in plain text messages
Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:48 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 21 15:17:35 2022 UTC (16 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
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)
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:35 2022 UTC (17 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 20 15:13:32 2021 UTC (2 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
mail/roundcube: update to 1.5.0 1.5.0 (2021-10-17) Quote from release announce: We proudly announce the final release of the next major version 1.5 of Roundcube webmail. With this milestone we introduce new features and full PHP 8.0 support. The most noteworthy additions are: - Dark mode for Elastic skin - OAuth2/XOauth support (with plugin hooks) - Collected recipients and trusted senders - Moving recipients between inputs with drag & drop - Full unicode support with MySQL database - Support of IMAP LITERAL- extension RFC 7888 <https://datatracker.ietf.org/doc/html/rfc7888> - Support of RFC 2231 <https://datatracker.ietf.org/doc/html/rfc2231> encoded names - Cache refactoring
Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 9 01:11:43 2021 UTC (2 years, 2 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
roundcube: use PKG_SYSCONFDIR for plug-in configuration files This moves the configuration files for Roundcube plug-ins to $PKG_SYSCONFDIR, where they should belong instead of $RC_DIR/$PLUGIN_DIR. This works without any further patches, because Roundcube falls back to RCUBE_CONFIG_DIR.'/'.$this->ID . '.inc.php' for plug-ins basically. Bumps PKGREVISION for the plug-ins using ../../mail/roundcube/plugins.mk (enigma, password, and zipdownload). Tested on NetBSD/amd64. OK taca@
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 28 08:59:53 2020 UTC (2 years, 11 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
mail/roundcube-plugin-enigma: reset PKGREVISION Reset PKGREVISION by updating to 1.4.10.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:28 2020 UTC (3 years ago) by nia
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 14 14:31:55 2020 UTC (3 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.7: +2 -8
lines
Diff to previous 1.7 (colored)
mail/roundcube-plugin-enigma: update to 1.4.2 Update roundcube-plugin-enigma to 1.4.2. pkgsrc change: * Use common patches/distinfo directory with roundcube. RELEASE 1.4.2 ------------- - Enigma: Add script to import keys from filesystem to the db storage (for multihost) RELEASE 1.4.1 ------------- - Enigma: Fix bug where signing option was set to disabled after saving a draft in Elastic skin (#6515) RELEASE 1.4-rc2 --------------- - Added 'keyservers' option to define list of HKP servers for Enigma/Mailvelope (#6326) - Enigma: For verified signatures, display the user id associated with the sender address (#5958) - Enigma: Fix bug where revoked users/keys were not greyed out in key info - Enigma: Fix error message when trying to encrypt with a revoked key (#6607) - Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638) - Enigma: Fix bug where signature verification could have been skipped for some message structures (#6838) RELEASE 1.4-rc1 --------------- - Enigma: Update to OpenPGPjs 4.2.1 - fixes user name encoding issues in key generation (#6524) - Enigma: Fixed multi-host synchronization of private and deleted keys and pubring.kbx file - Elastic: Fix bug where Enigma options in mail compose could sometimes be ignored (#6515) RELEASE 1.4-beta ---------------- - Enigma: Add button to send mail unencrypted if no key was found (#5913) - Enigma: Add options to set PGP cipher/digest algorithms (#5645) - Enigma: Multi-host support
Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 2 16:25:27 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
mail: align variable assignments pkglint -Wall -F --only aligned -r No manual corrections.
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Sep 10 18:10:55 2019 UTC (4 years, 2 months ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pullup ticket #6046 - requested by taca mail/roundcube, mail/roundcube-plugin-*: security fix Revisions pulled up: - mail/roundcube-plugin-enigma/Makefile 1.6 - mail/roundcube-plugin-enigma/distinfo 1.14 - mail/roundcube-plugin-password/Makefile 1.6 - mail/roundcube-plugin-password/distinfo 1.14 - mail/roundcube-plugin-zipdownload/Makefile 1.4 - mail/roundcube-plugin-zipdownload/distinfo 1.14 - mail/roundcube/Makefile.common 1.14 - mail/roundcube/distinfo 1.65 --- Module Name: pkgsrc Committed By: taca Date: Sun Sep 1 13:08:09 UTC 2019 Modified Files: pkgsrc/mail/roundcube: Makefile.common distinfo Log Message: mail/roundcube: update to 1.3.10 RELEASE 1.3.10 -------------- - Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723) - Fix compatibility with kolab/net_ldap3 > 1.0.7 (#6785) - Fix bug where bmp images couldn't be displayed on some systems (#6728) - Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744) - Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758) - Fix bug in rcube_utils::parse_hosts() where %t, %d, %z could return only tld (#6746) - Fix bug where Next/Prev button in mail view didn't work with multi-folder search result (#6793) - Fix bug where selection of columns on messages list wasn't working - Fix bug in converting multi-page Tiff images to Jpeg (#6824) - Fix wrong messages order after returning to a multi-folder search result (#6836) - Fix PHP 7.4 deprecation: implode() wrong parameter order (#6866) - Fix bug where it was possible to bypass the position:fixed CSS check in received messages (#6898) - Fix bug where some strict remote URIs in url() style were unintentionally blocked (#6899) - Fix bug where it was possible to bypass the CSS jail in HTML messages using :root pseudo-class (#6897) - Fix bug where it was possible to bypass href URI check with data:application/xhtml+xml URIs (#6896) --- Module Name: pkgsrc Committed By: taca Date: Sun Sep 1 13:08:56 UTC 2019 Modified Files: pkgsrc/mail/roundcube-plugin-enigma: Makefile distinfo Log Message: mail/roundcube-plugin-enigma: update to 1.3.10 RELEASE 1.3.10 -------------- - Enigma: Fix bug where revoked users/keys were not greyed out in key info - Enigma: Fix error message when trying to encrypt with a revoked key (#6607) - Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638) --- Module Name: pkgsrc Committed By: taca Date: Sun Sep 1 13:10:39 UTC 2019 Modified Files: pkgsrc/mail/roundcube-plugin-password: Makefile distinfo Log Message: mail/roundcube-plugin-password: update to 1.3.10 Update roundcube-plugin-password to 1.3.10. No changes except version. pkgsrc change: remove duplicated setting PLUGIN. --- Module Name: pkgsrc Committed By: taca Date: Sun Sep 1 13:11:47 UTC 2019 Modified Files: pkgsrc/mail/roundcube-plugin-zipdownload: Makefile distinfo Log Message: mail/roundcube-plugin-zipdownload: update to 1.3.10 Update roundcube-plugin-password to 1.3.10. No changes except version. pkgsrc change: remove duplicated setting PLUGIN.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 1 13:08:55 2019 UTC (4 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored)
mail/roundcube-plugin-enigma: update to 1.3.10 RELEASE 1.3.10 -------------- - Enigma: Fix bug where revoked users/keys were not greyed out in key info - Enigma: Fix error message when trying to encrypt with a revoked key (#6607) - Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638)
Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 30 03:58:45 2019 UTC (4 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base
Branch point for: pkgsrc-2019Q2
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
mail/roundcube: update to 1.3.9 Update roundcube and related pacakges to 1.3.9. RELEASE 1.3.9 ------------- - Fix TinyMCE download location (#6694) - Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494) - Fix handling of empty entries in vCard import (#6564) - Fix bug in parsing some IMAP command responses that include unsolicited replies (#6577) - Fix PHP 7.2 compatibility in debug_logger plugin (#6586) - Fix so ANY record is not used for email domain validation, use A, MX, CNAME, AAAA instead (#6581) - Fix so mime_content_type check in Installer uses files that should always be available (i.e. from program/resources) (#6599) - Fix missing CSRF token on a link to download too-big message part (#6621) - Fix bug when aborting dragging with ESC key didn't stop the move action (#6623) - Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:04 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.2.14.1 / (download) - annotate - [select for diffs], Fri Jun 8 09:36:36 2018 UTC (5 years, 6 months ago) by bsiegert
Branch: pkgsrc-2018Q1
Changes since 1.2: +7 -1
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pullup ticket #5763 - requested by taca mail/roundcube-plugin-enigma: build fix Revisions pulled up: - mail/roundcube-plugin-enigma/Makefile 1.3 - mail/roundcube-plugin-enigma/PLIST 1.3 - mail/roundcube-plugin-enigma/distinfo 1.10 --- Module Name: pkgsrc Committed By: triaxx Date: Wed May 16 08:17:31 UTC 2018 Modified Files: pkgsrc/mail/roundcube-plugin-enigma: Makefile PLIST distinfo Log Message: roundcube-plugin-enigma: update distinfo for 1.3.6
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 16 08:17:31 2018 UTC (5 years, 6 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.2: +7 -1
lines
Diff to previous 1.2 (colored)
roundcube-plugin-enigma: update distinfo for 1.3.6
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 5 16:15:33 2016 UTC (7 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Branch point for: pkgsrc-2018Q1
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
roundcube-plugin-enigma to 1.2.3. pkgsrc changes: * Add dependency to security/pear-Crypt_GPG. other changes: * Add eu_EU and sq_AL locale. RELEASE 1.2.3 * Enigma: Fix bug where last records on keys list were hidden (#5461) * Enigma: Fix key search with keyword containing non-ascii characters (#5459)
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 13 15:58:57 2016 UTC (7 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Add roundcube-plugin-enigma package version 1.2.1, it is part of official roundcube. Enigma Plugin for Roundcube This plugin adds support for viewing and sending of signed and encrypted messages in PGP (RFC 2440) and PGP/MIME (RFC 3156) format. The plugin uses gpg binary on the server and stores all keys (including private keys of the users) on the server. Encryption/decryption is done server-side. So, this plugin is for users that trust the server.