gnupg2 (2.2.40-1)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/2.2.40-1 tag
- Git: https://salsa.debian.org/debian/gnupg2.git -b debian/main
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 361811968
- Browser: https://salsa.debian.org/debian/gnupg2
- Last scan: 2023-03-19 15:54:22+00
- Next scan: 2023-03-25 19:46:00+00
- Merge requests: 2
- Debian changelog in Git:
gnupg2 (2.2.40-1) unstable; urgency=medium
* new upstream version
* refresh patches
* import post-release cleanup patches from upstream
* drop stale NEWS files for dirmngr and gpg-agent
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 19 Oct 2022 11:09:42 -0400
- This branch is 3 commits ahead of tag debian/2.2.40-1
- Git log:
commit e7319439f3f464d9d58b26600ab7c48e94258ebb
Merge: 7f5e9b1b7 c058d2732
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Feb 25 13:01:25 2023 +0000
Merge branch 'systemd' into 'debian/unstable'
Systemd
See merge request debian/gnupg2!8
commit c058d27327c04b26d97a10d3667df0403f76c2cc
Merge: 2cbe6660f 7f5e9b1b7
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Feb 25 12:58:50 2023 +0000
Merge branch 'debian/unstable' into 'systemd'
# Conflicts:
# debian/patches/series
commit 2cbe6660fefa2d195e06d0c6982c754d0a71b390
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Aug 13 21:09:20 2022 +0000
Improve systemd integration of gnupg by injecting environment variable at start/stop
Previously we used to set SSH_AUTH_SOCK using systemd environment.
The former approach has the following drawbacks:
- the lifetime of SSH_AUTH_SOCK is not tied to the lifetime of the service
- it is hard to know where variables are set
- it is hard custumize the socket variable, for instance for running multiple ssh-agent or testing purpuse
Moreover conceptually it is better to set the environment variable in the same file that run the
service (or socket)