Page MenuHome GnuPG
Feed All Stories

Dec 19 2014

werner added a comment to T1633: CRL check fails if a more than one CAs with the same name exist.

dirmngr is now part of gnupg proper.
Original report was for dirmngr-1.1.0.

Dec 19 2014, 9:15 AM · gnupg, Bug Report, dirmngr
werner set Version to 2.1 on T1786: dirmngr ignores honor-http-proxy and http-proxy options.
Dec 19 2014, 9:13 AM · gnupg, Bug Report, dirmngr
werner added a project to T1786: dirmngr ignores honor-http-proxy and http-proxy options: gnupg.
Dec 19 2014, 9:13 AM · gnupg, Bug Report, dirmngr
werner added a project to T1778: t-exechelp-posix get_max_fds returns MAX_INT32 rather than something sensible: gnupg.
Dec 19 2014, 9:11 AM · gnupg, Bug Report
werner added a comment to T1589: Typing error in gcry_md_debug documentation.

Thanks, Fix will go into 1.7.

Dec 19 2014, 9:11 AM · Bug Report
werner closed T1589: Typing error in gcry_md_debug documentation as Resolved.
Dec 19 2014, 9:11 AM · Bug Report
werner added a project to T1619: libgcrypt 1.6.1 not compiling (visibility problem?): libgcrypt.
Dec 19 2014, 9:08 AM · libgcrypt, Bug Report
werner lowered the priority of T1619: libgcrypt 1.6.1 not compiling (visibility problem?) from Unbreak Now! to Normal.
Dec 19 2014, 9:08 AM · libgcrypt, Bug Report
werner added a comment to T1619: libgcrypt 1.6.1 not compiling (visibility problem?).

Is this still a problem with 1.6.2 ?

Dec 19 2014, 9:08 AM · libgcrypt, Bug Report
werner added a project to T1671: libgpg-error 1.13 does not link on Solaris 10: Info Needed.
Dec 19 2014, 9:07 AM · gpgrt, Bug Report
werner added a comment to T1671: libgpg-error 1.13 does not link on Solaris 10.

Is this still a problem with 1.17 - guess yes. Can you please try and send me
the config.log from 1.17 or current master?

Dec 19 2014, 9:07 AM · gpgrt, Bug Report
werner closed T950: Updating keys from server as Resolved.
Dec 19 2014, 9:01 AM · Keyserver, gpa, Feature Request
werner added a comment to T950: Updating keys from server.

The context menu of the key manager now has a "refresh key" item.

Dec 19 2014, 9:01 AM · Keyserver, gpa, Feature Request
werner removed a project from T950: Updating keys from server: In Progress.
Dec 19 2014, 9:01 AM · Keyserver, gpa, Feature Request
werner added a comment to T1571: gpg --multifile and wildcards problem on Windows.

Now, shall I add this to gnupg 2.1? To which tools? All or just gpg?

Dec 19 2014, 8:59 AM · Bug Report, Windows 32, gpg4win, Windows
werner removed a project from T1708: Unable to cross compile libgcrypt on x86_64: Restricted Project.
Dec 19 2014, 8:54 AM · Bug Report, libgcrypt
werner added a project to T1708: Unable to cross compile libgcrypt on x86_64: Info Needed.
Dec 19 2014, 8:54 AM · Bug Report, libgcrypt
werner added a comment to T1708: Unable to cross compile libgcrypt on x86_64.

Does the patch work for you?

Dec 19 2014, 8:54 AM · Bug Report, libgcrypt
werner added a comment to T1676: libgcrypt segfaults on x32 ABI.

1.6.2 with the fix was released in August

Dec 19 2014, 8:51 AM · Bug Report, libgcrypt
werner removed a project from T1676: libgcrypt segfaults on x32 ABI: Restricted Project.
Dec 19 2014, 8:51 AM · Bug Report, libgcrypt
werner closed T1676: libgcrypt segfaults on x32 ABI as Resolved.
Dec 19 2014, 8:51 AM · Bug Report, libgcrypt
werner removed a project from T1717: Build problem due to lock header on Windows: Restricted Project.
Dec 19 2014, 8:50 AM · Bug Report, gpgrt
werner closed T1717: Build problem due to lock header on Windows as Resolved.
Dec 19 2014, 8:50 AM · Bug Report, gpgrt
werner added a comment to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.

Released with 1.6.2. on August 21.

Dec 19 2014, 8:49 AM · Bug Report, libgcrypt
werner closed T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac as Resolved.
Dec 19 2014, 8:49 AM · Bug Report, libgcrypt
werner removed a project from T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac: Restricted Project.
Dec 19 2014, 8:49 AM · Bug Report, libgcrypt
werner closed T1659: segmentation fault in gpg --gen-key on AIX 6.1 as Resolved.
Dec 19 2014, 8:46 AM · libassuan, Bug Report
werner removed a project from T1659: segmentation fault in gpg --gen-key on AIX 6.1: Restricted Project.
Dec 19 2014, 8:46 AM · libassuan, Bug Report
werner closed T1611: gpg should use main key-id when talking to gpg-agent as Resolved.
Dec 19 2014, 8:46 AM · Feature Request, gnupg
werner removed a project from T1611: gpg should use main key-id when talking to gpg-agent: Restricted Project.
Dec 19 2014, 8:46 AM · Feature Request, gnupg
werner closed T1769: ECDSA message when using ECDH/EDDSA keys as Resolved.
Dec 19 2014, 8:45 AM · Bug Report, gnupg
werner removed a project from T1769: ECDSA message when using ECDH/EDDSA keys: Restricted Project.
Dec 19 2014, 8:45 AM · Bug Report, gnupg
werner added a comment to T1752: gpg-agent 2.1 socket and nfs /home.

2.1.1 has been released.

Dec 19 2014, 8:44 AM · Bug Report, gnupg
werner removed a project from T1752: gpg-agent 2.1 socket and nfs /home: Restricted Project.
Dec 19 2014, 8:44 AM · Bug Report, gnupg
werner closed T1752: gpg-agent 2.1 socket and nfs /home as Resolved.
Dec 19 2014, 8:44 AM · Bug Report, gnupg

Dec 18 2014

werner added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

The sem_post in enter_pth can't set ERRNO because we assert the return value
later. However, the sem_wait in leave_npth has the usual EINTR protection and
thus changes ERRNO. Needs to be fixed.

Dec 18 2014, 4:50 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Dec 17 2014

werner added a comment to T1791: "gpgconf --launch dirmngr" fails but does not return non-zero error code.

Okay, fixed with commit 5cb6df8.

Dec 17 2014, 10:40 AM · Bug Report, dirmngr
werner added a project to T1791: "gpgconf --launch dirmngr" fails but does not return non-zero error code: Restricted Project.
Dec 17 2014, 10:40 AM · Bug Report, dirmngr
dkg set Version to 2.1.1 on T1791: "gpgconf --launch dirmngr" fails but does not return non-zero error code.
Dec 17 2014, 12:02 AM · Bug Report, dirmngr
dkg added projects to T1791: "gpgconf --launch dirmngr" fails but does not return non-zero error code: dirmngr, Bug Report.
Dec 17 2014, 12:02 AM · Bug Report, dirmngr

Dec 16 2014

aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

No this was on "the master of the day"

And with the dead server detection the case for "localhost lookup" already got
better.

But you could look at npth src/npth.c
I am pretty sure that npth_enter and npth_leave modify errno and that this
causes at least npth_connect not to set errno as expected.

Dec 16 2014, 8:05 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
werner removed a project from T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno": Info Needed.
Dec 16 2014, 7:58 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
werner added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

This was straight 2.1.0, right? Please try again with 2.1.1 there are just to
many bugs fixs that it is not worth to look at 2.1.0. If it is still the case I
can look at (although that you assigned yourself ;-)

Dec 16 2014, 7:58 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
werner closed T1790: Keep signed files executable as Resolved.
Dec 16 2014, 3:40 PM · Won't Fix, Feature Request
werner added a comment to T1790: Keep signed files executable.

OpenPGP does not specify this. It is actually not easy to add another format
becuase that opens the path for all kind of attacks. Like with ELF comment
section you can do the same for any other data format. No, there is no ELF
parser in gpg and there won't be one for any other language.

Please take this to the gnupg-users ML or to the OpenPGP WG. Thanks.

Dec 16 2014, 3:40 PM · Won't Fix, Feature Request
werner added a project to T1790: Keep signed files executable: Won't Fix.
Dec 16 2014, 3:40 PM · Won't Fix, Feature Request

Dec 15 2014

aheinecke added a comment to T1665: gpg4win: No HTTPS mirrors available; no HTTPS hash available.

Additionally to T1665 (wk on Jul 03 2014, 11:13 AM / Roundup) (outlining that a trust path to the global SSL companies
is available and thus resolving this):

https://files.gpg4win.org is verified by a certificate that is available over
https://ssl.intevation.de/ this site is "verified" by one of the preinstalled
companies. (You are hopefully aware that you just have to send them some bucks
and some unsigned mails with an @intevation.de address claiming that you are
intevation.de to get such a certificate)

We also bought a certificate for codesigning so that in Windows itself you get
an assurance that one of the >100 Root CA's in their certificate program earned
some money from us ;-)

Please check the openpgp signatures or the checksums in our release
announcements and decide for yourself if you trust us. We can just buy your
trust otherwise.

Dec 15 2014, 11:40 PM · Feature Request, gpg4win
aheinecke closed T1665: gpg4win: No HTTPS mirrors available; no HTTPS hash available as Resolved.
Dec 15 2014, 11:40 PM · Feature Request, gpg4win
aheinecke closed T1278: GPG4WIN hangs internet as Resolved.
Dec 15 2014, 11:30 PM · gpgol, Bug Report
aheinecke added a comment to T1278: GPG4WIN hangs internet.

This should have been resolved a long time ago. There was a KDE bug about this
but I can't find it anymore.

Dec 15 2014, 11:30 PM · gpgol, Bug Report
aheinecke closed T1521: Windows XP "GPA Error - General Error - GPGME library returned an unexpected error" after clicking Change passphrase then cancelling it. as Resolved.
Dec 15 2014, 11:28 PM · Bug Report, gpa
aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

I had another go at this bug this evening. I had a keyserver with reproducable
failures (while I still could use it in gpg1). And suddenly during debugging it
all changed and worked flawlessly. I was down to npth_connect and after I had
added debug output in there it began to work (and kept working after removing
the debug output again, hrmpf)

With regards to the test case from T1773 (aheinecke on Nov 26 2014, 10:35 PM / Roundup). This now (after e8c0ed7 ) returns a
dead host.

Btw. I think the error message could be improved for dead hosts.

gpg2 --keyserver hkp://127.0.0.1 --search foobar
gpg: no keyserver known (use option --keyserver)
gpg: keyserver search failed: No keyserver available

Should be something like "No reachable keyserver found"

Assigned this bug to me to at least provide a clearer example.

Thanks for fixing the 127.0.0.1 lookup error :)

Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke claimed T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".
Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke added a project to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno": Info Needed.
Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
ita added a comment to T1790: Keep signed files executable.

The language designers will almost certainly return the ball by saying that it
is not their job to define signatures :-)

Elves and dwarves aside, could we have a bottom signature format that would keep
files readable for Shellscript, Perl, Python, plain text and maybe a few more by
using the last line in the file as in my example? This is the main request here.

Dec 15 2014, 7:50 PM · Won't Fix, Feature Request
aheinecke closed T1784: pinentry-0.9.0: wrong #include paths in .moc files as Resolved.
Dec 15 2014, 6:16 PM · Bug Report, pinentry
aheinecke added a comment to T1784: pinentry-0.9.0: wrong #include paths in .moc files.

Should be fixed now.

The next version will no longer include the generated moc files.
It's not really a patch to backport (as you requested this in your mailing list).

In quilt you can just do something like:
quilt new remove-broken-moc-files.patch
quilt add qt4/*.moc
rm qt4/*.moc
quilt refresh

Dec 15 2014, 6:16 PM · Bug Report, pinentry
werner added a comment to T1790: Keep signed files executable.

That is something you need to build into your language's interpreter or into the
OS proper (for the ELF, COFF, or the shebank hack). We can't do anything in gpg
with that. It is of course possible todo that. For example many years ago, I
wrote such a system for ELF with gpg used by a tool for signing and a dedicated
verification module for the OS.

If you like to discuss this, you may want to post to the gnupg-users ML.

Dec 15 2014, 6:13 PM · Won't Fix, Feature Request
leriksen added a comment to T1789: build-aux/missing is too old.

understood - please note I used a very recent automake in testing this
without issue, but I only have an osx platform - others may experience
breakage.

Dec 15 2014, 1:20 PM · gnupg
aheinecke added a comment to T1784: pinentry-0.9.0: wrong #include paths in .moc files.

I also ran into this problem with our (intevation's) debian packaging.

Just removing the .moc files worked as they were correctly generated
automatically (as they should be).

I'll commit a fix not to include them in the dist package anymore.

Dec 15 2014, 12:54 PM · Bug Report, pinentry
werner added a comment to T1789: build-aux/missing is too old.

This is due to a newer automake. This is not yet supported due to backward
incompatibilities since autmake 1.13. The plan is to switch to a newer automake
with the release of Debian's Jessie. See README.GIT on how to use an
alternative automake version. There is at least one other bug regarding this
problem, thus I will close yours.

Dec 15 2014, 8:28 AM · gnupg
werner added a comment to T1788: Keyserver (hkp) DNS SRV support missing from 2.1.0.

As noted on the ML we do our own selection from the pool and consider only A and
AAAA records. This needs to be changed of course. Unfortunately this won't go
into 2.1.1.

Dec 15 2014, 8:24 AM · Bug Report, dirmngr

Dec 14 2014

ita added a project to T1790: Keep signed files executable: Feature Request.
Dec 14 2014, 5:12 PM · Won't Fix, Feature Request

Dec 13 2014

leriksen added a project to T1789: build-aux/missing is too old: gnupg.
Dec 13 2014, 3:10 AM · gnupg
leriksen set Version to 2.1.1-beta-78 on T1789: build-aux/missing is too old.
Dec 13 2014, 3:10 AM · gnupg
leriksen added a comment to T1789: build-aux/missing is too old.

Dec 13 2014, 3:10 AM · gnupg

Dec 12 2014

JohnMarshall added projects to T1788: Keyserver (hkp) DNS SRV support missing from 2.1.0: dirmngr, Bug Report.
Dec 12 2014, 12:24 AM · Bug Report, dirmngr
JohnMarshall set Version to 2.1.0 on T1788: Keyserver (hkp) DNS SRV support missing from 2.1.0.
Dec 12 2014, 12:24 AM · Bug Report, dirmngr

Dec 11 2014

werner added a project to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable: Not A Bug.
Dec 11 2014, 3:46 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T1781: "gpg --list-keys" fails when $GNUPGHOME is not writable.

Yes, this is the case for a very long time. I also won't call this a
bug.

There is no way to protect an update by a lock without having write
permissions to the same directory. Well, one could setup a second
file system hierarchy below /var/run and use that for the locking
file. However, this assume that all process accessing the files are
on the local machine. One of the reasons why we can't use a locking
API are remotely mounted file systems. See the comments in
common/dotlock.c .

And yes, we need lock the file even if the local process as no write
permissions to the directory - other processes may have and the
reading process may thus read garbage.

By using --lock-never you assert that there is no other processing
writing to the gpg data files. Thus using this is the Right Thing.

Dec 11 2014, 3:46 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Pushed.

Dec 11 2014, 3:25 PM · patch, gnupg, gnupg (gpg21)
werner added a comment to T1464: key signing in GPGME.

Or use the new --quick-sign-key command ...

Dec 11 2014, 12:03 PM · gpgme, Feature Request
werner closed T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call as Resolved.
Dec 11 2014, 12:02 PM · gpgme, Bug Report, Debian
werner removed a project from T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Too Old.
Dec 11 2014, 12:02 PM · gpgme, Bug Report, Debian
werner added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

I assume this is related to T1630 which has been fixed

Dec 11 2014, 12:02 PM · gpgme, Bug Report, Debian
werner removed a project from T706: gpgme does not report errors from gpg: Stalled.
Dec 11 2014, 11:58 AM · Too Old, gpgme, Bug Report
werner closed T706: gpgme does not report errors from gpg as Resolved.
Dec 11 2014, 11:58 AM · Too Old, gpgme, Bug Report
werner added a project to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit: Too Old.
Dec 11 2014, 11:57 AM · Too Old, gpgme, Bug Report
werner closed T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit as Resolved.
Dec 11 2014, 11:57 AM · Too Old, gpgme, Bug Report
werner closed T1630: [patch] gpgme still produces zombies if interrupted during waitpid as Resolved.
Dec 11 2014, 11:56 AM · gpgme, Bug Report, KDE
werner added a comment to T1630: [patch] gpgme still produces zombies if interrupted during waitpid.

Fix has been released.

Dec 11 2014, 11:56 AM · gpgme, Bug Report, KDE
werner removed a project from T1630: [patch] gpgme still produces zombies if interrupted during waitpid: Restricted Project.
Dec 11 2014, 11:56 AM · gpgme, Bug Report, KDE
werner added a project to T1673: Basket Note Pads in Mageia 4: locked baskets suffer from multiple repeats of password dialogs because of newer libgpgme11: Info Needed.
Dec 11 2014, 11:55 AM · Info Needed, gpgme, Bug Report
werner removed a project from T1673: Basket Note Pads in Mageia 4: locked baskets suffer from multiple repeats of password dialogs because of newer libgpgme11: Stalled.
Dec 11 2014, 11:55 AM · Info Needed, gpgme, Bug Report
werner closed T1673: Basket Note Pads in Mageia 4: locked baskets suffer from multiple repeats of password dialogs because of newer libgpgme11 as Resolved.
Dec 11 2014, 11:55 AM · Info Needed, gpgme, Bug Report
werner removed a project from T1765: Documentation error - trust validation: gpgme.
Dec 11 2014, 11:54 AM · Bug Report, Documentation
werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Give that the macro change is a no-brainer I will do that immediatly. Which
means this bug report can be closed.

Dec 11 2014, 11:14 AM · patch, gnupg, gnupg (gpg21)
werner closed T1787: Export Ed25519 key via fingerprint results in infinite loop as Resolved.
Dec 11 2014, 11:11 AM · Bug Report, gnupg
werner lowered the priority of T1787: Export Ed25519 key via fingerprint results in infinite loop from High to Normal.
Dec 11 2014, 11:11 AM · Bug Report, gnupg
werner added a comment to T1787: Export Ed25519 key via fingerprint results in infinite loop.

This has already been fixed as well as a couple of other bugs in 2.1.0.

I will release 2.1.1 soon despite that there are a few other bugs left open.
Feel free to reopen this bug if it persists with that new release (or the
current GIT master).

Dec 11 2014, 11:11 AM · Bug Report, gnupg

Dec 10 2014

infinity0 set Version to 2.1.0 on T1787: Export Ed25519 key via fingerprint results in infinite loop.
Dec 10 2014, 8:17 PM · Bug Report, gnupg
infinity0 added projects to T1787: Export Ed25519 key via fingerprint results in infinite loop: gnupg, Bug Report.
Dec 10 2014, 8:17 PM · Bug Report, gnupg
infinity0 added a comment to T1787: Export Ed25519 key via fingerprint results in infinite loop.

Dec 10 2014, 8:17 PM · Bug Report, gnupg

Dec 9 2014

aheinecke added a comment to T1785: pinentry-qt4: make the accessibility part optional.

Thanks!

Applied:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commit;h=484465338ea6f5f12eb1341ca0ef84aa79224ed4

Dec 9 2014, 9:38 PM · Bug Report, pinentry
aheinecke closed T1785: pinentry-qt4: make the accessibility part optional as Resolved.
Dec 9 2014, 9:38 PM · Bug Report, pinentry
MaxKh added projects to T1786: dirmngr ignores honor-http-proxy and http-proxy options: dirmngr, Bug Report.
Dec 9 2014, 12:59 PM · gnupg, Bug Report, dirmngr

Dec 8 2014

vincent set Version to 0.9.0 on T1785: pinentry-qt4: make the accessibility part optional.
Dec 8 2014, 5:47 PM · Bug Report, pinentry
vincent set External Link to http://lists.gnupg.org/pipermail/gnupg-devel/2014-December/029182.html on T1785: pinentry-qt4: make the accessibility part optional.
Dec 8 2014, 5:47 PM · Bug Report, pinentry
vincent added projects to T1785: pinentry-qt4: make the accessibility part optional: pinentry, Bug Report.
Dec 8 2014, 5:47 PM · Bug Report, pinentry
vincent added a comment to T1785: pinentry-qt4: make the accessibility part optional.

D274: 536_0001-pinentry-qt4-make-the-accessibility-part-optional.patch

Dec 8 2014, 5:47 PM · Bug Report, pinentry