diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-09-04 10:35:44 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-09-04 10:35:44 +0000 |
commit | 565dcbf58504cb426bf383032d4ad655650c165a (patch) | |
tree | 416b3596b03a53cb00ce7173fa097eef47021067 /net/Radicale2/Makefile | |
parent | 31ea07b7bc5d801aa2b6c5445364e4af56b85aa2 (diff) | |
download | pkgsrc-565dcbf58504cb426bf383032d4ad655650c165a.tar.gz |
Update Radicale2 to 2.1.5
2.1.5 - Wild Radish
-------------------
This release is compatible with version 2.0.0.
* Add ``--verify-storage`` command-line argument
* Allow comments in the htpasswd file
* Don't strip whitespaces from user names and passwords in the htpasswd file
* Remove cookies from logging output
* Allow uploads of whole collections with many components
* Show warning message if server.timeout is used with Python < 3.5.2
Diffstat (limited to 'net/Radicale2/Makefile')
-rw-r--r-- | net/Radicale2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Radicale2/Makefile b/net/Radicale2/Makefile index aa292928a92..d73386332ae 100644 --- a/net/Radicale2/Makefile +++ b/net/Radicale2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/08/10 19:08:13 prlw1 Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/04 10:35:44 prlw1 Exp $ -DISTNAME= Radicale-2.1.4 +DISTNAME= Radicale-2.1.5 CATEGORIES= net time www MASTER_SITES= ${MASTER_SITE_PYPI:=R/Radicale/} |