summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorprlw1 <prlw1>2016-01-12 00:17:11 +0000
committerprlw1 <prlw1>2016-01-12 00:17:11 +0000
commitb62b09746d9336faeae7355bbd44c0d1b9e2394b (patch)
tree194c30c2f7d17252a1ba190e8be8c5a7b0c068e0 /net
parent2d6c5e90e9b4d105fc33974485a34afe918d73fc (diff)
downloadpkgsrc-b62b09746d9336faeae7355bbd44c0d1b9e2394b.tar.gz
Update Radicale to 1.1.1
1.1.1 - Second Law of Nature ============================ * Fix the owner_write rights rule 1.1 - Law of Nature =================== One feature in this release is **not backward compatible**: * Use the first matching section for rights (inspired from daald) Now, the first section matching the path and current user in your custom rights file is used. In the previous versions, the most permissive rights of all the matching sections were applied. This new behaviour gives a simple way to make specific rules at the top of the file independant from the generic ones. Many **improvements in this release are related to security**, you should upgrade Radicale as soon as possible: * Improve the regex used for well-known URIs (by Unrud) * Prevent regex injection in rights management (by Unrud) * Prevent crafted HTTP request from calling arbitrary functions (by Unrud) * Improve URI sanitation and conversion to filesystem path (by Unrud) * Decouple the daemon from its parent environment (by Unrud) Some bugs have been fixed and little enhancements have been added: * Assign new items to corret key (by Unrud) * Avoid race condition in PID file creation (by Unrud) * Improve the docker version (by cdpb) * Encode message and commiter for git commits * Test with Python 3.5
Diffstat (limited to 'net')
-rw-r--r--net/Radicale/Makefile4
-rw-r--r--net/Radicale/PLIST5
-rw-r--r--net/Radicale/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile
index 627fcdc25c2..2a33e6ecd28 100644
--- a/net/Radicale/Makefile
+++ b/net/Radicale/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/09/25 16:49:32 prlw1 Exp $
+# $NetBSD: Makefile,v 1.16 2016/01/12 00:17:11 prlw1 Exp $
-DISTNAME= Radicale-1.0.1
+DISTNAME= Radicale-1.1.1
CATEGORIES= net time www
MASTER_SITES= http://pypi.python.org/packages/source/R/Radicale/
diff --git a/net/Radicale/PLIST b/net/Radicale/PLIST
index 0057802cd6b..0ac66910650 100644
--- a/net/Radicale/PLIST
+++ b/net/Radicale/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/09/25 16:49:32 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/01/12 00:17:11 prlw1 Exp $
bin/radicale
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -44,6 +44,9 @@ ${PYSITELIB}/radicale/ical.pyo
${PYSITELIB}/radicale/log.py
${PYSITELIB}/radicale/log.pyc
${PYSITELIB}/radicale/log.pyo
+${PYSITELIB}/radicale/pathutils.py
+${PYSITELIB}/radicale/pathutils.pyc
+${PYSITELIB}/radicale/pathutils.pyo
${PYSITELIB}/radicale/rights/__init__.py
${PYSITELIB}/radicale/rights/__init__.pyc
${PYSITELIB}/radicale/rights/__init__.pyo
diff --git a/net/Radicale/distinfo b/net/Radicale/distinfo
index d6ea00f77e4..9c16b3e6784 100644
--- a/net/Radicale/distinfo
+++ b/net/Radicale/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 00:34:52 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/01/12 00:17:11 prlw1 Exp $
-SHA1 (Radicale-1.0.1.tar.gz) = 79de8838862110e62c7f557a499a77cf04bfc3fa
-RMD160 (Radicale-1.0.1.tar.gz) = cb195840abf3de06219c5290fa031ff74b57a2af
-SHA512 (Radicale-1.0.1.tar.gz) = d7c0486c0e860e88a5d8c387a7b18c14dab242e9a6b1fc49f35443f74fd1709e7927d307f056ba4caa319550d89bd6f97908a4b6fe56d197b637aa86e82382bf
-Size (Radicale-1.0.1.tar.gz) = 45658 bytes
+SHA1 (Radicale-1.1.1.tar.gz) = 0358b15a2cf2a0b3f95c9a490f2ff0747fc254c5
+RMD160 (Radicale-1.1.1.tar.gz) = d3d6d8051e7b0d95d72bc5a00af9a82f79240238
+SHA512 (Radicale-1.1.1.tar.gz) = dc251d8fa4d347c2bbcf472b7a2da94d674f858a007fec1d74774cd1f3ae43eb2d5902ed45762638ec49546b8ee1f66446d07b50fc0ff6595deb67ea07f87af2
+Size (Radicale-1.1.1.tar.gz) = 47174 bytes