aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.9 release.Alex Dupre2020-09-282-4/+4
| | | | Notes: svn path=/head/; revision=550406
* Update to 1.4.8 release.Alex Dupre2020-08-112-4/+4
| | | | Notes: svn path=/head/; revision=544669
* Update to 1.4.7 release.Alex Dupre2020-07-092-4/+4
| | | | Notes: svn path=/head/; revision=541737
* Update to 1.4.6 release.Alex Dupre2020-06-102-4/+4
| | | | Notes: svn path=/head/; revision=538380
* Update to 1.4.5 release.Alex Dupre2020-06-042-4/+4
| | | | Notes: svn path=/head/; revision=537880
* Update to 1.4.4 release.Alex Dupre2020-05-112-4/+4
| | | | Notes: svn path=/head/; revision=534888
* Update to 1.4.3 release.Alex Dupre2020-04-202-4/+4
| | | | | | | | PR: 244525 Submitted by: brnrd Notes: svn path=/head/; revision=532191
* Update to 1.4.2 release.Alex Dupre2020-02-072-5/+4
| | | | Notes: svn path=/head/; revision=525475
* Add ctype dependency.Alex Dupre2019-11-271-1/+2
| | | | | | | | | See https://github.com/roundcube/roundcubemail/issues/7049 Reported by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=518501
* Update to 1.4.1 release and remove obsolete suhosin patches.Alex Dupre2019-11-267-207/+5
| | | | Notes: svn path=/head/; revision=518453
* Really fix the NSC option.Alex Dupre2019-10-241-4/+5
| | | | | | | | | | | | | | For some unknown (at least to me) and weird reason even if spellchecker.php was appended to RCUBECOMP it didn't go in the for loop: @${ECHO} ${RCUBECOMP} # prints spellchecker.php .for i in ${RCUBECOMP} @{ECHO} ${i} # never prints spellchecker.php @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor Notes: svn path=/head/; revision=515333
* Update to 1.3.10 release and fix NSC option [1].Alex Dupre2019-10-212-5/+5
| | | | | | | | PR: 241327 [1] Submitted by: tobik Notes: svn path=/head/; revision=515090
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-7/+10
| | | | Notes: svn path=/head/; revision=508882
* Update to 1.3.9 release.Alex Dupre2019-04-122-5/+4
| | | | | | | | PR: 237218 Submitted by: brnrd Notes: svn path=/head/; revision=498712
* Add newsyslog script for log rotate [1].Alex Dupre2018-12-102-3/+17
| | | | | | | | | | Don't set DB backends as mutually exclusive [2]. PR: 210195 [1], 221764 [2] Submitted by: ler, crees Notes: svn path=/head/; revision=487168
* - Fix LICENSEDmitry Marakasov2018-12-052-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=486675
* Update to 1.3.8 release.Alex Dupre2018-10-292-4/+4
| | | | Notes: svn path=/head/; revision=483394
* Update to 1.3.7 release.Alex Dupre2018-08-092-4/+4
| | | | Notes: svn path=/head/; revision=476731
* flavorize mail/roundcube and plugins.Mathieu Arnold2018-05-021-1/+2
| | | | | | | | | | PR: 227715 Submitted by: mat Approved by: maintainers Sponsored by: Absolight Notes: svn path=/head/; revision=468851
* Update to 1.3.6 release.Alex Dupre2018-04-132-4/+4
| | | | | | | | PR: 227476 Submitted by: mmokhi Notes: svn path=/head/; revision=467213
* Update to 1.3.5 release.Alex Dupre2018-03-232-4/+4
| | | | Notes: svn path=/head/; revision=465346
* Update to 1.3.4 release.Alex Dupre2018-02-262-4/+4
| | | | | | | | PR: 225679 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=463009
* Update to 1.3.3 release.Alex Dupre2017-11-092-4/+4
| | | | | | | | | | Fix security vulnerability (CVE-2017-16651). PR: 223547 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=453797
* Update to 1.3.1 release.Alex Dupre2017-09-112-4/+4
| | | | | | | | PR: 222203 Submitted by: adamw Notes: svn path=/head/; revision=449607
* mail/roundcube: update 1.2.5 -> 1.3.0Kurt Jaeger2017-08-169-39/+39
| | | | | | | | | | PR: 220317 Submitted by: ler, ale Approved by: ale Relnotes: https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released Notes: svn path=/head/; revision=448031
* mail/roundcube: Update to 1.2.5Mark Felder2017-06-092-4/+4
| | | | | | | | | PR: 219789 MFH: 2017Q2 Security: CVE-2017-8114 Notes: svn path=/head/; revision=443026
* Update to 1.2.4 release.Alex Dupre2017-04-102-4/+4
| | | | | | | | PR: 217767 Submitted by: pi Notes: svn path=/head/; revision=438158
* mail/roundcube: update 1.2.2 -> 1.2.3; add NO_ARCH while hereJason Unovitch2016-12-042-4/+5
| | | | | | | | | | | | | | Changes: https://github.com/roundcube/roundcubemail/wiki/Changelog#release-123 PR: 214925 Submitted by: brnrd Approved by: ports-secteam (with hat) Security: https://vuxml.FreeBSD.org/freebsd/125f5958-b611-11e6-a9a5-b499baebfeaf.html MFH: 2016Q4 X-MFH-With: r423243, r423250, r423479 Notes: svn path=/head/; revision=427802
* mail/roundcube: 1.2.1 -> 1.2.2Kurt Jaeger2016-10-072-5/+4
| | | | | | | | | | PR: 196026 Changes: https://github.com/roundcube/roundcubemail/wiki/Changelog#release-122 Submitted by: brnrd Approved by: ale (maintainer timeout) Notes: svn path=/head/; revision=423479
* mail/roundcube: fix dependency when using SQLite, bump PORTREVISIONPietro Cerutti2016-10-041-1/+2
| | | | Notes: svn path=/head/; revision=423250
* mail/roundcube: Update to 1.2.1Bernard Spil2016-10-042-50/+23
| | | | | | | | | | | | | | | | - Update to 1.2.1 - Add missing .htaccess file in WWWDIR [1] - Switch WANT_PHP_WEB to USES= php:web - Add description for DB options group - Convert all ${PORT_OPTIONS:Mfoo} to OPTIONS framework - Convert target conditionals to target-OPT-on PR: 196016 [1] Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> [1] Approved by: Maintainer timeout Notes: svn path=/head/; revision=423243
* mail/roundcube: fix syntax error in patch, bump PORTREVISIONPietro Cerutti2016-06-102-1/+2
| | | | Notes: svn path=/head/; revision=416669
* Allow installation with PHP 7.Alex Dupre2016-06-101-1/+0
| | | | Notes: svn path=/head/; revision=416659
* Update to 1.2.0 release.Alex Dupre2016-06-1011-147/+155
| | | | Notes: svn path=/head/; revision=416656
* Apply patch from upstream for cross-site scripting vulnerabilityJason Unovitch2016-06-102-0/+20
| | | | | | | | | | | | PR: 209841 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Approved by: maintainer timeout (2 weeks) Security: CVE-2016-5103 Security: https://vuxml.FreeBSD.org/freebsd/97e86d10-2ea7-11e6-ae88-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=416648
* Update to 1.1.5 release.Alex Dupre2016-05-112-6/+5
| | | | Notes: svn path=/head/; revision=414979
* mail/roundcube: chase PHP Warning: array_merge(): Argument #1 is not an arrayPietro Cerutti2016-03-012-0/+12
| | | | | | | Obtained from: https://github.com/roundcube/Net_Sieve/commit/47419a26b6 Notes: svn path=/head/; revision=409873
* Update to 1.1.4 release.Alex Dupre2016-01-022-4/+3
| | | | | | | | PR: 205779 Submitted by: Vladimir Krstulja Notes: svn path=/head/; revision=405054
* Fix session handling when php-suhosin session encryption is not enabled.Alex Dupre2015-09-222-22/+51
| | | | | | | | PR: 203260 Submitted by: Mark.Martinec@ijs.si Notes: svn path=/head/; revision=397565
* Update to 1.1.3 release.Alex Dupre2015-09-192-3/+3
| | | | Notes: svn path=/head/; revision=397310
* Update to 1.1.2 release.Alex Dupre2015-07-082-3/+3
| | | | | | | | PR: 201166 Submitted by: Vlad K. <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=391546
* mail/roundcube: add CPE infoBartek Rutkowski2015-04-171-0/+4
| | | | | | | | | PR: 199332 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384167
* Update to 1.1.1 release.Alex Dupre2015-04-012-3/+3
| | | | Notes: svn path=/head/; revision=382890
* Update to 1.1.0 release.Alex Dupre2015-02-194-24/+25
| | | | Notes: svn path=/head/; revision=379350
* Update to 1.0.5 release.Alex Dupre2015-01-302-3/+3
| | | | Notes: svn path=/head/; revision=378142
* Update to 1.0.4 release.Alex Dupre2014-12-302-3/+3
| | | | Notes: svn path=/head/; revision=375825
* Update to 1.0.3 release.Alex Dupre2014-10-012-6/+3
| | | | Notes: svn path=/head/; revision=369697
* Update to 1.0.2 release.Alex Dupre2014-08-042-4/+3
| | | | Notes: svn path=/head/; revision=364016
* Add last missing piece to support suhosin session encryption.Alex Dupre2014-07-072-0/+11
| | | | Notes: svn path=/head/; revision=361111
* Update to 1.0.1 release.Alex Dupre2014-05-122-3/+3
| | | | Notes: svn path=/head/; revision=353791