Page MenuHome GnuPG
Feed Advanced Search

Aug 18 2016

werner added a comment to T2442: homedir: Libgcrypt warning: missing initialization.

Already fixed in the repo. It is only a warning and harmless in this case.
Thanks.

Aug 18 2016, 12:33 PM · Bug Report, gnupg
nfnty set Version to 2.1.13 on T2442: homedir: Libgcrypt warning: missing initialization.
Aug 18 2016, 12:49 AM · Bug Report, gnupg
nfnty added projects to T2442: homedir: Libgcrypt warning: missing initialization: gnupg, Bug Report.
Aug 18 2016, 12:49 AM · Bug Report, gnupg

Aug 16 2016

werner added a comment to T2426: gpgme - Inappropriate ioctl for device.

Thanks for testing.

Aug 16 2016, 7:36 PM · Python, Fedora, Bug Report, gpgme
werner closed T2426: gpgme - Inappropriate ioctl for device as Resolved.
Aug 16 2016, 7:36 PM · Python, Fedora, Bug Report, gpgme
werner added a project to T2441: Issue during decrypting - Secret Key not found: Support.
Aug 16 2016, 7:35 PM · gnupg, Support
shweta_hari set Version to 2.0.30 on T2441: Issue during decrypting - Secret Key not found.
Aug 16 2016, 10:30 AM · gnupg, Support
shweta_hari added projects to T2441: Issue during decrypting - Secret Key not found: gnupg, Bug Report.
Aug 16 2016, 10:30 AM · gnupg, Support

Aug 15 2016

aheinecke added a comment to T2341: GPGOL: "Sign by default" will also "Encrypt by default".

Fixed for the next version with 037a5a7ed

Aug 15 2016, 11:45 AM · Unreleased, gpgol, Bug Report
aheinecke closed T2341: GPGOL: "Sign by default" will also "Encrypt by default" as Resolved.
Aug 15 2016, 11:45 AM · Unreleased, gpgol, Bug Report
aheinecke added a project to T2341: GPGOL: "Sign by default" will also "Encrypt by default": Unreleased.
Aug 15 2016, 11:45 AM · Unreleased, gpgol, Bug Report

Aug 14 2016

techtonik added a comment to T2426: gpgme - Inappropriate ioctl for device.

I've made new container and can't repeat the bug. gpgme
components got updated in Fedora.

Aug 14 2016, 5:59 PM · Python, Fedora, Bug Report, gpgme

Aug 12 2016

ralfbergs added a comment to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.

Interesting...

The Kaspersky issue is about Outlook 2007... Is that supposed bug really already
THAT old?!

Aug 12 2016, 10:05 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke added projects to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried: gpg4win, Windows 32.
Aug 12 2016, 6:24 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke added a comment to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.

This could be a nasty one. The crash occurs after the data structure of the mail
was unloaded in outlook and GpgOL already completely detached it's event
handlers from the object and frees up the memory. GpgOL is not executing any
code when the crash occurs. That outlook blames GpgOL is likely because it jumps
into an invalid memory region that was allocated for GpgOL but is no longer
valid. This shouldn't happen though as we have already successfully unregistered
all our callbacks.

So I currently think that somehow when using send from explorer outlook through
some side effect / bug does a callback into GpgOL's event handling code which
was already destroyed. I'll try to confirm that theory on monday by keeping the
event handlers around after the unload event occurred.

Also does not appear that we are the first ones with that problem:
https://forum.kaspersky.com/index.php?showtopic=225375

:-/

Aug 12 2016, 6:24 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke closed T2368: Integer overflow in gpgme_progress_cb arguments as Resolved.
Aug 12 2016, 6:08 PM · gpgme, Bug Report
aheinecke added a project to T2368: Integer overflow in gpgme_progress_cb arguments: Unreleased.
Aug 12 2016, 6:08 PM · gpgme, Bug Report
aheinecke added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

Added support for the newly added size-hint to gpgmepp and kleopatra. Works
nicely, although progress could update a bit more often for my taste but its soo
much better then the old "no progress at all" that I don't want to complain ;-)

Thanks!

Aug 12 2016, 6:08 PM · gpgme, Bug Report
ralfbergs added a comment to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.

Thanks! :-)

Aug 12 2016, 4:18 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke added a comment to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.

Thanks for the report. I am able to reproduce the problem.

Looking into it.

Aug 12 2016, 12:41 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke lowered the priority of T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried from Unbreak Now! to High.
Aug 12 2016, 12:41 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke claimed T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.
Aug 12 2016, 12:41 PM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows

Aug 11 2016

gupsgr added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

Can you please test if the following patch that has been committed recently

fixes your problem?

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commitdiff;h=2227f67af53f38d3d7f97760f2553d2c9ed05969

Cloning the git repository (commit id 2227f67af53f38d3d7f97760f2553d2c9ed05969)
followed by

autogen.sh
./configure --enable-maintainer-mode
make

works, i.e. the warning/error is not present any more.
So this patch seems to fix the issue.

The command line for gcc backs this observation (note the includes):

gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/ncursesw -I../pinentry -Wall -g
-O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k
-Wformat-security -W -Wno-sign-compare -Wno-missing-field-initializers -Wdeclaratio
n-after-statement -Wno-pointer-sign -Wpointer-arith -MT pinentry-curses.o -MD
-MP -MF .deps/pinentry-curses.Tpo -c -o pinentry-curses.o pinentry-curses.c

Aug 11 2016, 8:31 PM · Bug Report, pinentry
werner claimed T2368: Integer overflow in gpgme_progress_cb arguments.
Aug 11 2016, 3:03 PM · gpgme, Bug Report
werner added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

I do not agree, but let me see what we can. A new --input-size-hint might be an
option.

Aug 11 2016, 3:03 PM · gpgme, Bug Report
justus closed T2408: implicit declaration of function ‘gpg_err_set_errno’ in common/w32-afunix.c:65 as Resolved.
Aug 11 2016, 1:49 PM · Bug Report, gnupg
justus added a comment to T2408: implicit declaration of function ‘gpg_err_set_errno’ in common/w32-afunix.c:65.

Fixed in 72fa314b.

Aug 11 2016, 1:49 PM · Bug Report, gnupg
justus claimed T2408: implicit declaration of function ‘gpg_err_set_errno’ in common/w32-afunix.c:65.
Aug 11 2016, 9:56 AM · Bug Report, gnupg

Aug 10 2016

aheinecke added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

--set-filesize is used for an entirely different purpose - That it is also used
in progress is only related tothat other purpose (pre-generated OpenPGP packets
as input)

But is there any problem using it this way? I didn't see one.

If you know the file size in advance, you can pass the entire file to gpgme and
there is no need to use a pipeline.

GpgME++ provides an interface for a DataProvider class. While this is of course
inherited from Marc I find this kinda nice to use in code. If you implement the
DataProvider interface you can use that as input for GpgME.
QGpgME then provides a DataProvider for QIODevice based classes. E.g. A QFile, a
QBuffer etc. that way you can easily pass a QFile or QByteArray or a QString to
GpgME and get it encrypted. Very convenient API.

If you want a pipeline/stremaing, gpg won't
assume anything about the input file size. telling it that size is an ugly hack.

But e.g. I have a 1GB Mail I wish to decrypt, that is stored in some internal
format I know the size, but you are sugessting that I should cut out the
encrypted / signed part, save it to files and then pass the files to gpgme?

Mean while I added a Units arg to the PROGRESS status line, so that we can do
further tweaking in gpgme and won't need to mess with gnupg. Maybe we can
eventually find a solution which affects only gpgme.

Yes I've seen that and I think it might be useful but it does not solve the
problem that gnupg is not statusing the total for callback / piped operations.

If you really want a percent indication, why not using a file watcher in Kleo
and stat(2) the file.

Yes, that is what I meant by:

msg8719:

I could work around the problem in
Kleopatra by just assuming for files > 1MiB the progress is always scaled and
live with a slight jump after MiB.
And then calculate progress based on the Input size (as total) Kleopatra knows.

But that would be a workaround for "GpgME does not let me do what I want to do"
Maybe we need an "gpgme_add_engine_cmd_line_args" hack interface in GpgME to
give callers the flexibility to do add arbitrary arguments to gpgme engine
calls. This could probably reduce the "GpgME is a hindrance" perception.

Maybe we should phone about this.

Aug 10 2016, 6:37 PM · gpgme, Bug Report
justus added a comment to T2417: gnupg doesn't like empty trustdb file.

Actually, I'd argue that tdbio_set_dbname did not handle this case correctly. In
any case, if you must create some temporary gnupghomes, deleting the whole
directory might be both easier and more robust.

Fixed in a27410a2.

Aug 10 2016, 4:54 PM · gnupg, Bug Report
justus closed T2417: gnupg doesn't like empty trustdb file as Resolved.
Aug 10 2016, 4:54 PM · gnupg, Bug Report
werner added a project to T2352: doc/version.texi is sometimes not generated: Restricted Project.
Aug 10 2016, 4:36 PM · gpgme, Bug Report
werner added a comment to T2352: doc/version.texi is sometimes not generated.

Done in master.

Aug 10 2016, 4:36 PM · gpgme, Bug Report
werner added a comment to T2352: doc/version.texi is sometimes not generated.

version.texi is such an annoyance. I'll take care of it and will replace it
with a different annoying thing.

Aug 10 2016, 3:47 PM · gpgme, Bug Report
werner claimed T2352: doc/version.texi is sometimes not generated.
Aug 10 2016, 3:47 PM · gpgme, Bug Report
werner added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

--set-filesize is used for an entirely different purpose - That it is also used
in progress is only related tothat other purpose (pre-generated OpenPGP packets
as input)

If you know the file size in advance, you can pass the entire file to gpgme and
there is no need to use a pipeline. If you want a pipeline/stremaing, gpg won't
assume anything about the input file size. telling it that size is an ugly hack.

Mean while I added a Units arg to the PROGRESS status line, so that we can do
further tweaking in gpgme and won't need to mess with gnupg. Maybe we can
eventually find a solution which affects only gpgme.

If you really want a percent indication, why not using a file watcher in Kleo
and stat(2) the file.

Aug 10 2016, 3:46 PM · gpgme, Bug Report

Aug 9 2016

aheinecke added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

All not good.

To be honest I'm a bit pigheaded here. I could work around the problem in
Kleopatra by just assuming for files > 1MiB the progress is always scaled and
live with a slight jump after MiB.
And then calculate progress based on the Input size (as total) Kleopatra knows.

The Problem for me is that QGpgME will never emit current + total progress
because it always provides Data through callbacks. And GpgME++ also is pretty
much designed for this in the Dataprovider interface. I dislike maintaining half
working / weird behaving code so I looked into possible ways to fix that.

What I did then was to take a look at gnupg's progress code and saw that total
is modified by --set-filesize. So I thought "awesome there is a mechanism to
provide gnupg with the total filesize even if callbacks are used" and did that.
I still think that this is great, and a good solution (no changes to gnupg
required etc.).

You try to do something which does not make sense. would have exact numbers
they do not tell you anything valid. It might be that
large parts of the file are compressed into just a few bytes and thus your
progressbar makes a huge leap at one time and later it gets slow again despite
that these are only a few 100 MiB (compared to the 10 GiB or zeroes).

I'm not trying to have a 100% reliable progress or a second exact estimate of
when a job is finished. But I want to show some general information "Ok the task
is 90% done, just stay tuned a bit longer"

This is User Interface basics. If you have a long running task (and crypo tasks
can easily run into minutes / hours) show _some_ progress indication. Due to the
pecularities / bugs of the API Kleopatra just shows "I'm working". This is very
bad User Interface and I would like to fix that. And Ideally my fix for this
would be where the Problem happens and not a workaround for the problem in the
user interface.

Aug 9 2016, 6:04 PM · gpgme, Bug Report
werner added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

All not good. You try to do something which does not make sense. Even if you
would have exact numbers they do not tell you anything valid. It might be that
large parts of the file are compressed into just a few bytes and thus your
progressbar makes a huge leap at one time and later it gets slow again despite
that these are only a few 100 MiB (compared to the 10 GiB or zeroes).

Aug 9 2016, 3:33 PM · gpgme, Bug Report
aheinecke added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

Always returning KiB would work for me as a compromise I don't know otherwise
that the switch from Bytes to KiB happened because I have no total.

Makes the code for QGpgME / GpgMEpp users more complicated though as they need a
mapping of progress to input file size. With the --set-filesize patch It would
be nicer as I could just handle this generically in GpgMEpp if an input is
seekable It would provide GnuPG with the size information and afterwards we have
progress where current and total could be used for relative progress calculation:

if (dp->isSupported(DataProvider::Seek)) {

off_t size = seek(0, SEEK_END);
seek(0, SEEK_SET);
gpgme_data_set_file_size(d->data, static_cast<unsigned long long>(size));

}

Aug 9 2016, 12:02 PM · gpgme, Bug Report
werner added a comment to T2368: Integer overflow in gpgme_progress_cb arguments.

What do you think of changing GnuPG's PROGRESS interface to always return KiB
and cap that value before it overflows? We would also cap in GPGME in case
gpgme is a 32 bit application and gnupg is 64 bit (or Windows).

Aug 9 2016, 11:55 AM · gpgme, Bug Report
werner closed T2089: retype timestamps to time_t for portability as Resolved.
Aug 9 2016, 11:45 AM · Won't Fix, gpgme, Bug Report
werner added a project to T2089: retype timestamps to time_t for portability: Won't Fix.
Aug 9 2016, 11:45 AM · Won't Fix, gpgme, Bug Report

Aug 8 2016

justus claimed T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].
Aug 8 2016, 11:09 AM · Bug Report, pinentry
justus added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

Can you please test if the following patch that has been committed recently
fixes your problem?

https://git.gnupg.org/cgi-bin/gitweb.cgi?
p=pinentry.git;a=commitdiff;h=2227f67af53f38d3d7f97760f2553d2c9ed05969

(It is not NCURSES_INCLUDE, but NCURSES_CFLAGS should be set by
PKG_CHECK_MODULES.)

Thanks!

Aug 8 2016, 11:09 AM · Bug Report, pinentry
dkg added a comment to T2438: dirmngr fails repeatedly with "invalid argument", without kicking the host from its list.

I note that if i restart dirmngr it will just choose a new member of the pool
and that member will work.

Aug 8 2016, 8:25 AM · gnupg, Bug Report, dirmngr
dkg added projects to T2438: dirmngr fails repeatedly with "invalid argument", without kicking the host from its list: dirmngr, Bug Report.
Aug 8 2016, 8:23 AM · gnupg, Bug Report, dirmngr

Aug 7 2016

gupsgr added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

What operating system are you using?

I'm using Gentoo.

(referring to the discussion you linked):

pkg-config ncursesw --cflags returns "-I/usr/include/ncursesw", which is the
correct path. However, this include is not listed in the gcc command line (see
initial message).

I'm no expert in make nor autotools, but looking at pinentry/Makefile $COMPILE
uses $INCLUDES and $AM_CPPFLAGS. However $INCLUDES is not defined and
$AM_CPPFLAGS only adds -I../secmem. Also, nothing seems to use the variable
$NCURSES_INCLUDE (which is set to the pkg-config value "-I/usr/include/ncursesw").

This leads me to the wild guess that the pkg-config definitions for ncurses are
ignored by configure (or however sets up the Makefile). Instead the default
include directory /usr/include is used which has the wrong curses.h header. I
would like to submit a patch, but I sadly have no knowledge about make and automake.

Aug 7 2016, 7:42 AM · Bug Report, pinentry

Aug 5 2016

werner added projects to T2427: Allow universal --batch more, with STDIN reads: Not A Bug, Won't Fix.
Aug 5 2016, 7:55 PM · Won't Fix, Not A Bug, Bug Report, gnupg
werner added a comment to T2427: Allow universal --batch more, with STDIN reads.

I explained this already on the mailing list: gpg takes data from stdin but
sometimes need to ask on the tty for a passphrase or confirmation. If you do
not want this use --batch and --with-colons.

The --edit-key interface cannot be operated via stdin because this is a human
only interface. To automate --edit-key you need to use --status-fd and
--command-fd and apply an FSM for processing. This is required to keep the API
stable and to allow extending the --edit-key interface.

GnuPG 2.1 also has a bunch of new commands (--quick-foo) which can be used to do
the most common operations directly from the command line.

Aug 5 2016, 7:55 PM · Won't Fix, Not A Bug, Bug Report, gnupg
werner added a comment to T2436: --yes sometimes doesn't work without --batch, but this is not well-documented.

Well, the man page states

  --yes  Assume "yes" on most questions.

Note the "most" ;-)

I agree that there is no clear pattern. I tried to make use of --yes in way to
minimizes surprising loss of data. Can certainly be improved.

Aug 5 2016, 7:47 PM · Bug Report, gnupg
justus added projects to T2259: --key-gen failing on Solaris 10: gnupg (gpg14), gnupg.
Aug 5 2016, 9:01 AM · gnupg, gnupg (gpg14), Bug Report
justus added a project to T2354: Deleted secure key not quite deleted?: gnupg.
Aug 5 2016, 9:00 AM · gnupg, Bug Report
justus added a project to T2417: gnupg doesn't like empty trustdb file: gnupg.
Aug 5 2016, 8:59 AM · gnupg, Bug Report
justus added a project to T2394: Broken link to noepatents.org: libgcrypt.
Aug 5 2016, 8:58 AM · Won't Fix, libgcrypt, Bug Report
dkg added projects to T2436: --yes sometimes doesn't work without --batch, but this is not well-documented: gnupg, Bug Report.
Aug 5 2016, 6:30 AM · Bug Report, gnupg

Aug 4 2016

justus added a comment to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm.

Can you please tell us what version of ssh you are using (ssh -V)?

Aug 4 2016, 11:58 AM · MacOS, gnupg, gnupg (gpg22), Bug Report

Aug 2 2016

werner renamed T2424: libassuan CFLAGS/LDFLAGS not used from liassuan CFLAGS/LDFLAGS not used to libassuan CFLAGS/LDFLAGS not used.
Aug 2 2016, 7:05 PM · libassuan, Bug Report
werner added a project to T2424: libassuan CFLAGS/LDFLAGS not used: libassuan.
Aug 2 2016, 7:05 PM · libassuan, Bug Report
werner added a comment to T2423: configure: error: Sorry, the current implemenation requires mmap. due to empty CFLAGS (missing -fPIC).

Please describe the bug and your patch here. A long title is not a sufficient
description. tia.

Aug 2 2016, 7:04 PM · gnupg (gpg22), Bug Report, gnupg
justus added a comment to T2407: The assuan interface in gpgme is not documented.

Fixed in 135185b7.

Aug 2 2016, 4:58 PM · Documentation, gpgme, Bug Report
justus closed T2407: The assuan interface in gpgme is not documented as Resolved.
Aug 2 2016, 4:58 PM · Documentation, gpgme, Bug Report
justus claimed T2407: The assuan interface in gpgme is not documented.
Aug 2 2016, 4:58 PM · Documentation, gpgme, Bug Report
justus added a comment to T2426: gpgme - Inappropriate ioctl for device.

Ok, there are no significant patches on top of pygpgme. Note that pygpgme is not really
maintained, and that we neither develop nor support pygpgme. But seeing that dnf is important to
Fedora, let's figure this out.

It would be nice if you could try to reproduce the problem without pygpgme though, just to make a
more minimal test case. I see the exception is thrown during some import. This is how I strace
gnupg to see what ioctls it is issuing:

% strace -eioctl g10/gpg --import ../tests/openpgp/samplekeys/ecc-sample-1-pub.asc
gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!
gpg: key 0BA52DF0BAA59D9C: public key "ec_dsa_dh_256 <openpgp@brainhub.org>" imported

  • SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=26716, si_uid=1000, si_status=0,

si_utime=0, si_stime=0} ---
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon
echo ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon
echo ...}) = 0
gpg: Total number processed: 1
gpg: imported: 1
+++ exited with 0 +++

Note that if you try to strace your gpgme-based application, you need to pass '-f' to strace to
follow forks.

I have grepped through gpgme and gnupg, and it looks like gnupg is only doing ioctls to terminals,
so maybe your container setup is doing something funny to terminals. But let's see what the strace
shows.

Aug 2 2016, 2:06 PM · Python, Fedora, Bug Report, gpgme
justus claimed T2430: pinentry gtk2 should grab pointer as well as keyboard.
Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus closed T2430: pinentry gtk2 should grab pointer as well as keyboard as Resolved.
Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus added a comment to T2430: pinentry gtk2 should grab pointer as well as keyboard.

Fixed in 2f1f1f06.

Grabbing the pointer might have unexpected repercussions though, e.g. one isn't
able to move windows around anymore. Let's see how it turns out.

Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus added projects to T2434: pinentry-gtk-2's --no-global-grab does not work as advertised: pinentry, Bug Report.
Aug 2 2016, 12:44 PM · Bug Report, pinentry
justus set Version to master on T2434: pinentry-gtk-2's --no-global-grab does not work as advertised.
Aug 2 2016, 12:44 PM · Bug Report, pinentry
justus added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

What operating system are you using?

We had the exact same patch committed (21e83f42) and later reverted (f0db3192).
Discussion: https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/030051.html

Aug 2 2016, 12:27 PM · Bug Report, pinentry
aixtools added a comment to T1779: AIX & GCC 4.7.4: 27 of 30 tests failed Please report to http://bugs.gnupg.org.

Aug 2 2016, 8:57 AM · gnupg, Bug Report
aixtools added a comment to T1779: AIX & GCC 4.7.4: 27 of 30 tests failed Please report to http://bugs.gnupg.org.

Will be a week or so. Had to power off my server due to "flooding" nearby.

Aug 2 2016, 8:57 AM · gnupg, Bug Report

Aug 1 2016

dkg set Version to 2.1.14 on T2433: dirmngr: hkps connections should default to system trust if --hkp-cacert is not given.
Aug 1 2016, 10:31 PM · gnupg, Bug Report, dirmngr
dkg added projects to T2433: dirmngr: hkps connections should default to system trust if --hkp-cacert is not given: dirmngr, Bug Report.
Aug 1 2016, 10:31 PM · gnupg, Bug Report, dirmngr
justus closed T2375: regression: "could not grab keyboard" as Resolved.
Aug 1 2016, 6:04 PM · Bug Report, pinentry
justus added a comment to T2375: regression: "could not grab keyboard".

This is really weird. Merely not adding the password reveal button to the hbox
'fixes' this problem. Therefore, I don't believe that the patch introduces the
bug, it merely makes it manifest itself.

I looked around in the related gtk bits, but I believe the problem might be in
the X server, or the asynchronous interaction with it. I don't believe it is
worth digging further into X.

Workaround committed in ad390f29.

Aug 1 2016, 6:04 PM · Bug Report, pinentry
justus claimed T2375: regression: "could not grab keyboard".
Aug 1 2016, 6:04 PM · Bug Report, pinentry
justus added a comment to T2432: gpgsm --with-colons --list-keys writes an excessive colon, causing --with-secret to write to the wrong column.

Indeed, thanks for the analysis!

Fixed in 40365b28.

Aug 1 2016, 12:36 PM · Bug Report, gnupg
justus closed T2432: gpgsm --with-colons --list-keys writes an excessive colon, causing --with-secret to write to the wrong column as Resolved.
Aug 1 2016, 12:36 PM · Bug Report, gnupg
justus claimed T2432: gpgsm --with-colons --list-keys writes an excessive colon, causing --with-secret to write to the wrong column.
Aug 1 2016, 12:36 PM · Bug Report, gnupg
aheinecke closed T2317: Gpg4win-3.0-beta create checksum files in Kleopatra broken as Resolved.
Aug 1 2016, 12:09 PM · Bug Report, kleopatra, gpg4win
aheinecke added a comment to T2317: Gpg4win-3.0-beta create checksum files in Kleopatra broken.

This is fixed now. Was a problem with an incorrect port from KTemporaryFile to
QTemporaryFile for qt5

Aug 1 2016, 12:09 PM · Bug Report, kleopatra, gpg4win
justus claimed T2431: tests/openpgp/run-test.scm not shipped in tarball.
Aug 1 2016, 11:20 AM · Bug Report, gnupg
justus closed T2431: tests/openpgp/run-test.scm not shipped in tarball as Resolved.
Aug 1 2016, 11:20 AM · Bug Report, gnupg
justus added a comment to T2431: tests/openpgp/run-test.scm not shipped in tarball.

Fixed in c971ff08.

Aug 1 2016, 11:20 AM · Bug Report, gnupg
bernhard updated subscribers of T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.
Aug 1 2016, 10:22 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
gniibe closed T2336: libgcrypt 1.7.0 fails to be created as Resolved.
Aug 1 2016, 8:45 AM · Not A Bug, Bug Report, libgcrypt
perske added projects to T2432: gpgsm --with-colons --list-keys writes an excessive colon, causing --with-secret to write to the wrong column: gnupg, Bug Report.
Aug 1 2016, 1:57 AM · Bug Report, gnupg
perske set Version to 2.1.14 on T2432: gpgsm --with-colons --list-keys writes an excessive colon, causing --with-secret to write to the wrong column.
Aug 1 2016, 1:57 AM · Bug Report, gnupg

Jul 31 2016

perske added a comment to T1644: Do not expect KeyIDs to be unique.

D198: 866_gnupg-2.1.14.diff

Jul 31 2016, 10:00 PM · gnupg (gpg22), S/MIME, Bug Report
perske added a comment to T1644: Do not expect KeyIDs to be unique.

With T1590 irrelevant, issues 1862, 1970, and 2336 resolved (very special
thanks to everyone who helped in fixing them!), this is the only problem left in
version 2.1.14 that forces me to use a patched version of gpgsm for my webmailer.

My patch from 2014-04-30 works, but by mistake ("if (cmp < 0)" in place of "if
(cmp > 0)" it selects not the newest but the oldest one of the ambiguous
certificates what is bad in the DFN PKI because an older one of the certificates
is revoked, so I attach a new patch against 2.1.14.

Jul 31 2016, 10:00 PM · gnupg (gpg22), S/MIME, Bug Report
perske reopened T2336: libgcrypt 1.7.0 fails to be created as "Open".
Jul 31 2016, 12:11 AM · Not A Bug, Bug Report, libgcrypt
perske added a comment to T2336: libgcrypt 1.7.0 fails to be created.

Sorry for not providing further infos, I did not find the time before now.
I just tested with version 1.7.2; there the problem has disappeared.

I guess this change mentioned in the change log is the relevant one:
+2016-07-01 Jussi Kivilinna <jussi.kivilinna@iki.fi>
+
+ Fix static build.
+ * tests/pubkey.c (_gcry_pk_util_get_nbits): Make function 'static'.

Thank you very much, the case can be closed.

Jul 31 2016, 12:11 AM · Not A Bug, Bug Report, libgcrypt

Jul 30 2016

dkg set Version to 2.1.14 on T2431: tests/openpgp/run-test.scm not shipped in tarball.
Jul 30 2016, 7:24 PM · Bug Report, gnupg
dkg added projects to T2431: tests/openpgp/run-test.scm not shipped in tarball: gnupg, Bug Report.
Jul 30 2016, 7:24 PM · Bug Report, gnupg
dkg added projects to T2430: pinentry gtk2 should grab pointer as well as keyboard: pinentry, Bug Report.
Jul 30 2016, 6:56 PM · Bug Report, pinentry
dkg set Version to 0.9.7 on T2430: pinentry gtk2 should grab pointer as well as keyboard.
Jul 30 2016, 6:56 PM · Bug Report, pinentry

Jul 29 2016

languitar added a comment to T2298: Unblocking a smartcard PIN not possible in 2.1.

Ok, I can record such files. Will there be any confidential information contained in
these logs?

Jul 29 2016, 8:24 PM · Info Needed, gnupg, scd, Bug Report
techtonik added a comment to T2426: gpgme - Inappropriate ioctl for device.

Here is the info about Fedora patches
https://www.rpmfind.net/linux/RPM/fedora/secondary/devel/rawhide/src/p/pygpgme-0.3-15.fc24.src.html

Jul 29 2016, 3:26 PM · Python, Fedora, Bug Report, gpgme
techtonik added a comment to T2426: gpgme - Inappropriate ioctl for device.

On Wed, Jul 27, 2016 at 1:24 PM, Justus Winter via BTS
<gnupg@bugs.g10code.com> wrote:

I see that you are using pygpgme, is that correct?If so, which version, and are
there significant patches applied in the Fedora package? And can you please tell
me what version of libgpgme you are using?

Jul 29 2016, 3:11 PM · Python, Fedora, Bug Report, gpgme
gniibe added a project to T1779: AIX & GCC 4.7.4: 27 of 30 tests failed Please report to http://bugs.gnupg.org: Restricted Project.
Jul 29 2016, 9:56 AM · gnupg, Bug Report