File: NEWS

package info (click to toggle)
vdirsyncer 0.19.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: python: 7,388; makefile: 204; sh: 66
file content (20 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
vdirsyncer (0.19.0-1) unstable; urgency=medium

  Changes to TLS (a.k.a. SSL) configuration:
  * Support for md5 and sha1 certificate fingerprints has been dropped.
    If you're validating certificate fingerprints, use sha256 instead.
  * When using a custom verify_fingerprint,
    CA validation is always disabled.
  * If verify_fingerprint is unset,
    CA verification is always active.
    Disabling both features is insecure and no longer supported.
  * The verify parameter no longer takes boolean values,
    it is now optional
    and only takes a string to a custom CA for verification.
  * The verify and verify_fingerprint will likely be merged
    into a single parameter in future.

  Changes to storage plugin "google":
  * Authenticated access now requires Python module aiohttp-oauthlib.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 17 Dec 2022 13:59:49 +0100