./net/py-xandikos, Lightweight CalDAV/CardDAV server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.8, Package name: py310-xandikos-0.2.8, Maintainer: pkgsrc-users

Xandikos is a lightweight yet complete CardDAV/CalDAV server that
backs onto a Git repository.

Xandikos takes its name from the name of the March month in the
ancient Macedonian calendar, used in Macedon in the first millennium
BC.


Required to run:
[devel/py-setuptools] [time/py-icalendar] [textproc/py-jinja2] [devel/py-dulwich] [textproc/py-defusedxml] [databases/py-multidict] [www/py-aiohttp] [lang/python37] [net/py-prometheus_client]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 105.893 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-08 11:00:51 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xandikos: updated to 0.2.8

0.2.8
Unknown changes
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-03-21 08:50:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xandikos: updated to 0.2.6

0.2.6:
* Don't listen on TCP port (defautlting to 0.0.0.0) when a UNIX domain socket
  is specified.

0.2.5:
* Fix support for uwsgi when environ['wsgi.input'].read() does not
  accept a size=None.
   2021-02-18 13:31:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xandikos: updated to 0.2.4

0.2.4:
* Wait for entire body to arrive.
   2020-07-27 19:30:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xandikos: updated to 0.2.3

0.2.3

 * Fix handling of WSGI - not all versions of start_response take
   keyword arguments.

 * Add --no-strict option for clients that don't follow
   the spec.
   2020-05-14 07:38:50 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xandikos: updated to 0.2.2

0.2.2:
* Fix use of xandikos.wsgi module in uwsgi.