Commit graph

10 commits

Author SHA1 Message Date
Maximilian Bosch d75c296dc2
roundcube: 1.3.10 -> 1.4.0
https://roundcube.net/news/2019/11/09/roundcube-1.4.0-released

* `curl` cmd in the test can fail as roundcube returns a http/401 if
  unauthorized (and we're explicitly requesting the login form). By
  checking if the `persistent_login` plugin is loaded, the assertion is
  still valid)

* Use `$argv[0]` to determine install path in the installer script. I'm
  not exactly sure why, but it seems as `__DIR__` now resolves symlinks
  which breaks the installer if roundcube is in a `buildEnv` with
  third-party plugins.
2019-11-10 18:41:26 +01:00
R. RyanTM ad166725f1 roundcube: 1.3.9 -> 1.3.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/roundcube/versions
2019-09-28 18:34:09 -07:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM b1bb12001d roundcube: 1.3.8 -> 1.3.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/roundcube/versions
2019-04-16 18:44:07 +02:00
Maximilian Bosch 324e6dba04
roundcube: don't resolve symlinks in update.sh
A side-effect of this is that the derivation required a rewrite in order
to apply the patch properly.
2019-04-02 16:31:08 +02:00
Maximilian Bosch df0d11575c roundcube: add withPlugins function
This function creates a new store path with roundcube sources and all
specified plugins. It can be used like this:

```
roundcube.withPlugins (plugins: with plugins; [
  persistent_login
])
```
2019-02-08 13:35:09 +00:00
Florian Klink 3b8d6ef293 roundcube: 1.3.7 -> 1.3.8
This is a service release to update the stable version 1.3 of Roundcube
Webmail.  It contains fixes to several bugs backported from the master
branch including a security fix for a reported XSS vulnerability plus
updates to ensure compatibility with PHP 7.3 and recent versions of
Courier-IMAP, Dovecot and MySQL 8. See the complete changelog at
https://github.com/roundcube/roundcubemail/releases/tag/1.3.8
2018-11-30 13:35:25 +01:00
Victor SENE e387f2506b roundcube: simplify using fetchzip 2018-09-26 15:34:46 +02:00
Victor SENE 1e7997bdd2 roundcube: init at 1.3.7 2018-09-24 16:44:29 +02:00