pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/Radicale2



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Fri May 17 15:49:08 UTC 2024

Modified Files:
        pkgsrc/net/Radicale2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/Radicale2: options.mk

Log Message:
net/Radicale2: update to 2.1.12

Remove redundant options.mk file

Changes since 2.1.5:

2.1.12:

Include documentation in source archive

2.1.11:

Fix moving items between collections

2.1.10:

Update required versions for dependencies
Get RADICALE_CONFIG from WSGI environ
Improve HTTP status codes
Fix race condition in storage lock creation
Raise default limits for content length and timeout
Log output from hook

2.1.9:

Specify versions for dependencies
Move WSGI initialization into module
Check if REPORT method is actually supported
Include rights file in source distribution
Specify md5 and bcrypt as extras
Improve logging messages
Windows: Fix crash when item path is a directory

2.1.8:

Flush files before fsync'ing

2.1.7:

Don't print warning when cache format changes
Add documentation for BaseAuth
Add is_authenticated2(login, user, password) to BaseAuth
Fix names of custom properties in PROPFIND requests with D:propname or D:allprop
Return all properties in PROPFIND requests with D:propname or D:allprop
Allow D:displayname property on all collections
Answer with D:unauthenticated for D:current-user-principal property when not logged in
Remove non-existing ICAL:calendar-color and C:calendar-timezone properties from PROPFIND requests with D:propname or D:allprop
Add D:owner property to calendar and address book objects
Remove D:getetag and D:getlastmodified properties from regular collections

2.1.6:

Fix content-type of VLIST
Specify correct COMPONENT in content-type of VCALENDAR
Cache COMPONENT of calendar objects (improves speed with some clients)
Stricter parsing of filters
Improve support for CardDAV filter
Fix some smaller bugs in CalDAV filter
Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via HTTP/WebDAV
Use X-WR-CALNAME and X-WR-CALDESC from calendars published via WebDAV


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/Radicale2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/Radicale2/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/Radicale2/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/net/Radicale2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Radicale2/Makefile
diff -u pkgsrc/net/Radicale2/Makefile:1.14 pkgsrc/net/Radicale2/Makefile:1.15
--- pkgsrc/net/Radicale2/Makefile:1.14  Mon Aug 14 05:24:57 2023
+++ pkgsrc/net/Radicale2/Makefile       Fri May 17 15:49:08 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/08/14 05:24:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/05/17 15:49:08 sborrill Exp $
 
-DISTNAME=      Radicale-2.1.5
-PKGREVISION=   5
+DISTNAME=      Radicale-2.1.12
 CATEGORIES=    net time www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/Radicale/}
 
@@ -40,9 +39,6 @@ SUBST_FILES.server+=  config
 SUBST_STAGE.server=    pre-configure
 SUBST_MESSAGE.server=  Configure as a daemon by default, and override default collection location
 
-# no options currently available
-# .include "options.mk"
-
 DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
 
 # for md5 htpasswd_encryption method

Index: pkgsrc/net/Radicale2/PLIST
diff -u pkgsrc/net/Radicale2/PLIST:1.2 pkgsrc/net/Radicale2/PLIST:1.3
--- pkgsrc/net/Radicale2/PLIST:1.2      Mon Jan 10 20:20:41 2022
+++ pkgsrc/net/Radicale2/PLIST  Fri May 17 15:49:08 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:20:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/05/17 15:49:08 sborrill Exp $
 bin/radicale
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/radicale/__init__.py

Index: pkgsrc/net/Radicale2/distinfo
diff -u pkgsrc/net/Radicale2/distinfo:1.6 pkgsrc/net/Radicale2/distinfo:1.7
--- pkgsrc/net/Radicale2/distinfo:1.6   Tue Oct 26 11:05:21 2021
+++ pkgsrc/net/Radicale2/distinfo       Fri May 17 15:49:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:05:21 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/05/17 15:49:08 sborrill Exp $
 
-BLAKE2s (Radicale-2.1.5.tar.gz) = 5bb861475ab736bf7047bf043075b3a6253ac35f8668d2573f2b262549a96b19
-SHA512 (Radicale-2.1.5.tar.gz) = d86d6dbd83fb33d763b5b8b613ccf9b75b5580b9fb5ea2a7c60f272a548eabf0a2bab1c13e10711000a69978beff6fb87f619479f9a1d9eeeb9a58c8550ab0e7
-Size (Radicale-2.1.5.tar.gz) = 74575 bytes
+BLAKE2s (Radicale-2.1.12.tar.gz) = 90e686602e4de958eca6da4b0a75b1b2fe4971ecd11922ff78c384d0cf86841b
+SHA512 (Radicale-2.1.12.tar.gz) = a708fb1269f7ba8c9e351e101f613a8adb18c12b1239b832ed9e0287476f30aa7ded30f9bc259da9c4b5f3aefe90bbf9980d0d08d98dd07b79cd19930b0e204c
+Size (Radicale-2.1.12.tar.gz) = 109781 bytes



Home | Main Index | Thread Index | Old Index