This bug was fixed in the package gpgme1.0 - 1.13.1-7ubuntu2.2
---
gpgme1.0 (1.13.1-7ubuntu2.2) focal; urgency=medium
* Cherry-pick from upstream:
- posix: Use poll instead, when available, removing use of select
(LP: #2037595).
-- Colin Watson Thu, 28 Sep 2023 01:16:0
This bug was fixed in the package gpgme1.0 - 1.16.0-1.2ubuntu4.2
---
gpgme1.0 (1.16.0-1.2ubuntu4.2) jammy; urgency=medium
* Cherry-pick from upstream:
- posix: Use poll instead, when available, removing use of select
(LP: #2037595).
-- Colin Watson Thu, 28 Sep 2023 01:
ubuntu@sru-focal:~$ python3
Python 3.8.10 (default, Nov 22 2023, 10:22:35)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gpg
>>> c = gpg.Context()
>>> list(c.keylist())
[]
>>> fs = []
>>> for i in range(1024):
... fs.append(open('/dev/nul
ubuntu@sru-jammy:~$ python3
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gpg
>>> c = gpg.Context()
>>> list(c.keylist())
[]
>>> fs = []
>>> for i in range(1024):
... fs.append(open('/dev/null
Hello Colin, or anyone else affected,
Accepted gpgme1.0 into jammy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gpgme1.0/1.16.0-1.2ubuntu4.2 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
http
** Patch added: "patch for jammy"
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/2037595/+attachment/5705027/+files/gpgme1.0_1.16.0-1.2ubuntu4.2.debdiff
** Changed in: gpgme1.0 (Ubuntu Focal)
Assignee: (unassigned) => Colin Watson (cjwatson)
** Changed in: gpgme1.0 (Ubuntu Jammy
** Patch added: "patch for focal"
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/2037595/+attachment/5705026/+files/gpgme1.0_1.13.1-7ubuntu2.2.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gpgme1.0 in Ub
7 matches
Mail list logo