kxd (0.16-1)
[PTS] [DDPO]
COMMITS: VCS has seen 13 commits since the debian/0.15-4.1 tag
- Git: https://salsa.debian.org/debian/kxd.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 475136
- Browser: https://salsa.debian.org/debian/kxd
- Last scan: 2024-09-10 16:40:14+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fkxd API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 408.
- Next scan: 2024-09-18 18:59:00+00
- Debian changelog in Git:
kxd (0.16-1) unstable; urgency=medium
* New upstream release (0.16) (Closes: #1063700)
* debian/patches: Remove patches that are now upstream
* Standards-Version: 4.7.0
-- Alberto Bertogli <albertito@blitiri.com.ar> Sat, 10 Aug 2024 17:46:27 +0100
- This branch is 13 commits ahead of tag debian/0.15-4.1
- Git log:
commit 35af1c615ab767ee603f3b015fcadbc1104c4f23
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:46:57 2024 +0100
Update changelog for release 0.16-1
commit 25647c1ffdd41e826b9e8c21af5719a49cf85d06
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:45:11 2024 +0100
Standards-Version: 4.7.0
commit 45fe3f2261f90dbf8488fcd3ed58a88b2bb40241
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:39:17 2024 +0100
debian/patches: Remove patches that are now upstream
commit ce9bd29d6e2c72477a5ca7f92a7a4ed7efc16457
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:37:59 2024 +0100
New upstream release (0.16)
commit 6adead9e027b916a2a183471bf84416d522ec268
Merge: d48d95e f06cf13
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:37:20 2024 +0100
Merge tag 'upstream/0.16'
upstream/0.16
commit f06cf13603eef4cb733260c730d61c7aac2fe5c9
Merge: c0e5b3d 2e90543
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:34:43 2024 +0100
New upstream version 0.16
commit 2e905432a71462daa90336320b9b5a76e4eba0ba
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:25:41 2024 +0100
cryptsetup: Copy /etc/kxc into initramfs only if it exists
Today, the initramfs hook that copies /etc/kxc does so unconditionally.
That fails if the directory doesn't exist, for example if kxc was
installed but not configured yet.
This patch fixes the issue by only doing the copy if the directory
exists.
Thanks to Leandro Lucarella for reporting this bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063700
commit 26069a52958532d8ce481a26218556daf333fffa
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat Aug 10 17:17:45 2024 +0100
tests: Update deprecated ssl.wrap_socket() call
ssl.wrap_socket() has been deprecated and is no longer functional in
Python 3.12: https://docs.python.org/3/whatsnew/3.12.html#ssl.
This patch replaces it with the equivalent (in this context)
ssl.SSLContext.
commit d8ed805afe4150b74697c67682a0390dd8317e95
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Wed Aug 23 22:21:35 2023 +0100
test: Use GitHub actions to run automated tests
commit b3bd2528708d6d47b18f56f4b1b60a6df660cea3
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Wed Aug 23 22:15:21 2023 +0100
Update auto-formatting calls
This patch updates the auto-formatting calls: it makes gofmt simplify
code, and makes black have a line limit.
Code is auto-formatted with the new target.
commit ca7d96cc6088cddbdd9904cc8de8192b417a9340
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Wed Aug 23 22:09:55 2023 +0100
tests: Update test_no_local_cert expected error code
In newer versions of the TLS library, the error code returned when the
server is requiring a local certificate has changed.
This patch updates the tests accordingly.
commit 118686af2ef707c19a1e0578363e7f54a5226e46
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Mon Oct 25 12:49:04 2021 +0100
test: Use GitLab CI instead of Travis
Travis is shutting down its open source CI, so this patch moves kxd to
GitLab CI.
commit e5b1abe3b5dc235b083953e8fba01a0acf53e484
Author: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Mon Oct 25 12:26:02 2021 +0100
Add Go modules information
Newer Go compilers need a main module to exist in order to build
binaries, so this patch adds it.
Since there are no external dependencies, there is no `go.sum` file.