27 Commits

Author SHA1 Message Date
sthen
e6ee228a03 update to radicale-1.1.1, "Fix the owner_write rights rule" 2016-01-17 23:08:18 +00:00
sthen
f6a04301de security update to Radicale 1.1, see http://radicale.org/news/ for more
info. (maintainer timeout, though I didn't wait very long due to the
security issues).

- while there, remove unneeded MODPY_ADJ_FILES (spotted by shadchin@),
use BUILD_DEPENDS not LIB_DEPENDS for a python module dependency,
and fix missing VARBASE subst in the sample config file.

Note that there was a NON-BACKWARDS-COMPATIBLE change: for users who have
added a custom user rights file, previously the most permissive rights were
allowed; now the first section in the file matching the path and user
takes priority instead.
2016-01-08 22:37:51 +00:00
jung
fdd85980fc update radicale to 1.0.1
brypt is supported through passlib now, so add lib dependency and drop patch.

ok sthen
2015-11-30 20:17:53 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
ian
174120c9ab Upgrade to radicale-0.9, from Sergey Bronnikov (maintainer) 2014-12-15 13:27:13 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
sthen
ba3bab1654 Patch radicale's htpasswd parser to support bcrypt passwords, from
Francisco de Borja Lopez Rio.

The htpasswd parser isn't very flexible and only normally handles one
encryption method in the file. So I've also added a patch to recognise
{SHA} from the hash string so that people using this can migrate their
file to bcrypt.

Update README with new htpasswd syntax and information about bcrypt and
migrating.

OK ian@, Sergey Bronnikov (maintainer)
2014-03-26 10:17:02 +00:00
jung
7f4c45cebf update radicale to version 0.8
OK shen@ ian@ and Sergey (Maintainer)
2013-10-21 09:47:19 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
5549b342bd - update to radicale-0.7.1
ok maintainer
2013-03-08 10:38:01 +00:00
sthen
fdfbe3dc6b update to radicale 0.7, from maintainer Sergey Bronnikov 2012-05-23 18:02:09 +00:00
sthen
bd20d5b11f update to radicale 0.6.4, including significant performance improvement
for REPORT requests with large calendars. ok maintainer and ian@
2012-01-12 00:19:54 +00:00
sthen
d2f80c03d7 update to radicale 0.6.2, from Mark Peoples via maintainer. 2011-10-10 08:19:43 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
sthen
59466bcbe2 update to radicale-0.6.1, looks good to maintainer 2011-09-02 09:56:02 +00:00
sthen
c4d4cecd31 htpasswd -c isn't so great as a general-purpose option, it truncates an
already-existing file; adapt the README to only suggest it for a new file.
ok jasper@
2011-08-22 08:43:54 +00:00
jasper
951658af0e Tweak README:
- fix a variable name after recent config file change
- slightly better htpasswd command

	ok MAINTAINER sthen@
2011-08-22 07:12:14 +00:00
sthen
330192648a drop distfile mirror, pypi keeps old versions anyway. 2011-08-20 15:26:52 +00:00
jasper
5b71a07ffc - fix MASTER_SITES, this is actually hosted on pypi.. 2011-08-20 15:00:04 +00:00
sthen
b7a20fd384 update radicale to 0.6, amongst other things adding support for ical4/iphone.
ok ian@, Sergey Bronnikov (maintainer).
2011-08-19 20:35:34 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
sthen
0443f8423b mirror distfile 2011-06-02 19:57:16 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
8329226a50 update to 0.5, from Mark Peoples, maintainer timeout
* Calendar depth
* iPhone support
* MacOS and Windows support
* HEAD requests management
* htpasswd user from calendar path

ok ian@
2011-05-06 15:35:47 +00:00
sthen
23b6854d1a - adjust default directories for ssl keys, /etc/ssl/private isn't
going to be accessible by the uid running radicale

- add a readme, showing people how to setup auth/crypto

with/ok ian@
2011-04-17 14:54:47 +00:00
sthen
cadea2bb96 - run SUBST_CMD on config.py, fixes htpasswd auth problem reported by ian@
- change default password hash to sha1; add example htpasswd(1) usage
2011-04-15 16:44:27 +00:00
sthen
384b2a68d9 Import ports/productivity/radicale, a simple CalDAV server.
Tweaked from a submission from maintainer Sergey Bronnikov, ok landry@

The Radicale Project is a complete CalDAV calendar server solution,
capable of making multiple calendars available to local and remote
users, with optional authentication policies. Calendars can be
viewed and edited by a calendar client such as Sunbird or Evolution.

The Radicale Project aims to be a light solution, easy to use, easy
to install, easy to configure. As a consequence, it requires few
software dependencies and is pre-configured to work out-of-the-box.
2011-04-15 15:47:17 +00:00