Up to [cvs.NetBSD.org] / pkgsrc / net / Radicale2
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
*: recursive bump for Python 3.11 as new default
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Radicale: convert to egg.mk
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
*: reset maintainer for darcy
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
net: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
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
* vobject != vdirsyncer.vobject, so correct dependency and remove patches. https://github.com/Kozea/Radicale/issues/675#issuecomment-320029350 * override folder for storing local collections, from /var/lib/radicale/collections to ${PREFIX}/share/radicale/collections Update Radicale2 to 2.1.4 2.1.4 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Fix incorrect time range matching and calculation for some edge-cases with rescheduled recurrences * Fix owner property 2.1.3 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Enable timeout for SSL handshakes and move them out of the main thread * Create cache entries during upload of items * Stop built-in server on Windows when Ctrl+C is pressed * Prevent slow down when multiple requests hit a collection during cache warm-up 2.1.2 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Remove workarounds for bugs in VObject < 0.9.5 * Error checking of collection tags and associated components * Improve error checking of uploaded collections and components * Don't delete empty collection properties implicitly * Improve logging of VObject serialization
Avoid PKG_FAIL
Remove unnecessary CONFLICTS. Packages always conflict with packages that have the same PKGBASE.
Add DEPENDS on py-vdirsyncer. Load vobject from vdirsyncer module. Take maintainership.
Version 2.1.1 of Radicale. This is a new package as the file storage is incompatible with 1.x.x. Too many changes from 1.1.4. Please see http://radicale.org/news/ for details.