Page MenuHome GnuPG
Feed All Stories

Jan 28 2014

alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

We patch your sources mainly because[1], I will be happy to stop autoreconf your
packages, but cannot do this until this and other issues are resolved.

[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch?revision=1.1&view=markup

OK, someone already tried to solve it at your side:

tests/Makefile.am

  1. Force sequential run of some tests. bench-slope.log: benchmark.log hashtest-256g.log: bench-slope.log

However, from automake manual:

In order to guarantee an ordering between tests even with make -jN, dependencies
between the corresponding .log files may be specified through usual make
dependencies. For example, the following snippet lets the test named
foo-execute.test depend upon completion of the test foo-compile.test:

TESTS = foo-compile.test foo-execute.test
foo-execute.log: foo-compile.log

Please note that this ordering ignores the results of required tests, thus the
test foo-execute.test is run even if the test foo-compile.test failed or was
skipped beforehand. Further, please note that specifying such dependencies
currently works only for tests that end in one of the suffixes listed in
TEST_EXTENSIONS.

Removing the above makes all works in parallel without specific order, which is
nice... unsure why the above was added when there is no real dependency, and
prior to automake-1.13 there was no parallel anyway.

Jan 28 2014, 11:15 PM · libgcrypt, Gentoo, Won't Fix, Bug Report
werner added a comment to T1603: Respect --disable-neon-support configure option.

Thanks. I backport it tomorrow.

Jan 28 2014, 9:42 PM · backport, Bug Report, libgcrypt
kmihelich added a comment to T1603: Respect --disable-neon-support configure option.

I just tested with the changes applied to the LIBGCRYPT-1-6-BRANCH head, minus
the sha1.c changes (since the NEON parts weren't there), and it is building and
running fine for me. I assume it should work fine in master given this, and can
test that later if you would like, I'm just currently missing the libgpg-error >=
1.13 dependency for doing that. Thanks for your help getting this fixed up.

Jan 28 2014, 7:22 PM · backport, Bug Report, libgcrypt
werner added a project to T1582: Error in make check -- compiling with MinGW for Windows: Mistaken.
Jan 28 2014, 5:30 PM · Mistaken, Bug Report, gnupg, Windows 32, gnupg (gpg14), Windows
werner changed Due Date from Dec 16 2013, 12:00 AM to Dec 15 2013, 1:00 AM on T1582: Error in make check -- compiling with MinGW for Windows.
Jan 28 2014, 5:30 PM · Mistaken, Bug Report, gnupg, Windows 32, gnupg (gpg14), Windows
werner closed T1582: Error in make check -- compiling with MinGW for Windows as Resolved.
Jan 28 2014, 5:30 PM · Mistaken, Bug Report, gnupg, Windows 32, gnupg (gpg14), Windows
werner added a comment to T1603: Respect --disable-neon-support configure option.

Fixed in master with commit 52f7c48.
Can you test it with master or should I do a backport to 1.6 first?

Jan 28 2014, 5:05 PM · backport, Bug Report, libgcrypt
werner added projects to T1603: Respect --disable-neon-support configure option: Restricted Project, backport.
Jan 28 2014, 5:05 PM · backport, Bug Report, libgcrypt
werner added a comment to T1584: libgcrypt-1.6.0 fails to build on ARM.

Fixed with commit fb8d8517 for 1.6.1

Jan 28 2014, 4:17 PM · Bug Report, libgcrypt
werner closed T1584: libgcrypt-1.6.0 fails to build on ARM as Resolved.
Jan 28 2014, 4:17 PM · Bug Report, libgcrypt
werner closed T1594: Corrupt sexp after 'gcry_sexp_find_token' as Resolved.
Jan 28 2014, 4:09 PM · Bug Report, libgcrypt
werner removed projects from T1594: Corrupt sexp after 'gcry_sexp_find_token': backport, In Progress.
Jan 28 2014, 4:09 PM · Bug Report, libgcrypt
werner added a comment to T1594: Corrupt sexp after 'gcry_sexp_find_token'.

Backported for 1.6.1

Jan 28 2014, 4:09 PM · Bug Report, libgcrypt
werner added a comment to T1609: Enforce signer identity when verify signature.

Write a script to do that. It is fairly simple; remember to use --status-fd. I
commonly use awk for such tasks.

Jan 28 2014, 3:32 PM · gnupg, Feature Request
werner renamed T1610: Remove gpgkey2ssh from gpgkey2ssh some basic checks to avoid core dumps to Remove gpgkey2ssh.
Jan 28 2014, 3:29 PM · gnupg, Feature Request
werner added a comment to T1610: Remove gpgkey2ssh.

Well, I rename it as a reminder for the removal.

Jan 28 2014, 3:29 PM · gnupg, Feature Request
werner added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

Because that automake version is not supported. automake is a maintainer tool
and not a build dependency. If Gentoo has its own policy they are on their own

  • it is free software. The tarball release does not have this problem. Or am I

wrong? GIT is developer only and definitely not a release.

Jan 28 2014, 3:28 PM · libgcrypt, Gentoo, Won't Fix, Bug Report
werner closed T1607: libgcrypt parallel tests automake>=1.13 issue as Resolved.
Jan 28 2014, 3:28 PM · libgcrypt, Gentoo, Won't Fix, Bug Report
werner added a comment to T1594: Corrupt sexp after 'gcry_sexp_find_token'.

Fixed for master with commit cbdc355.

Jan 28 2014, 2:48 PM · Bug Report, libgcrypt
werner added projects to T1594: Corrupt sexp after 'gcry_sexp_find_token': In Progress, backport.
Jan 28 2014, 2:48 PM · Bug Report, libgcrypt

Jan 27 2014

Simon414243 added a comment to T1610: Remove gpgkey2ssh.

ok then, feel free to close

Jan 27 2014, 6:35 PM · gnupg, Feature Request
aeris added a comment to T1609: Enforce signer identity when verify signature.

Not enough for my case.
You can see here the script where I met the need :
https://gist.github.com/aeris/8483548

I have to verify 3 or more signatures, and need to ensure each from a different
signer.
Using gpgv to do this will be a huge hack with multiple trustedkeys.gpg creation
with a single key inside.
Worst and more complicated solution than my current one (with only one sed).

A « --ensure-signer » option with « gpg --verify » will be definitely simpler
and more secure and robust.
Or I miss something in gpgv.

Jan 27 2014, 12:31 PM · gnupg, Feature Request
werner added a comment to T1609: Enforce signer identity when verify signature.

You may want to look at the gpgv tool instead.

Jan 27 2014, 11:46 AM · gnupg, Feature Request
werner added a comment to T1610: Remove gpgkey2ssh.

that tool will be removed anyway. It was only used as debug aid and not a real
tools. I don't know how it happened that it eventually was installed.

Jan 27 2014, 11:44 AM · gnupg, Feature Request
werner added a project to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile: Not A Bug.
Jan 27 2014, 11:42 AM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
werner added a comment to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.

Please report a concrete bug. Due to the often instable libtool developemnt, I
hestitate to change tests which have shown to work on a wide variety of
platforms. Note that we also don't use any new version of libtool but stick to
an old and stable one with our own fixes.

Jan 27 2014, 11:42 AM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

why do you close issues so fast?

"""can you please seek the proper solution?"""

means that I ask to fix build to have proper dependencies between tests to allow
serial or parallel execution. this will work in any version.

Jan 27 2014, 11:40 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 27 2014, 11:40 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner added a comment to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly.

Thanks.

Changing category to dismngr to remind about doing a release.

Jan 27 2014, 11:37 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)
werner added projects to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly: dirmngr, In Progress.
Jan 27 2014, 11:37 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)
werner removed a project from T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly: libgcrypt.
Jan 27 2014, 11:37 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)
werner added a project to T1607: libgcrypt parallel tests automake>=1.13 issue: Won't Fix.
Jan 27 2014, 11:36 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

Thist patch does not work because the serial-tests flag is not supported by
older automake versions. The problem has already been discussed at the mailing
lists. See README.GIT on how to use a non-broken automake. I still hope the
utomake folks solve the problem by changing the default. Forcing all projects
to use the new and incompatible parallel tests was a very unpleasant behaviour
of them.

Jan 27 2014, 11:36 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner closed T1607: libgcrypt parallel tests automake>=1.13 issue as Resolved.
Jan 27 2014, 11:36 AM · libgcrypt, Gentoo, Bug Report, Won't Fix

Jan 26 2014

Simon414243 added projects to T1610: Remove gpgkey2ssh: Feature Request, gnupg.
Jan 26 2014, 12:37 PM · gnupg, Feature Request
Simon414243 set Version to 2.0.22 on T1610: Remove gpgkey2ssh.
Jan 26 2014, 12:37 PM · gnupg, Feature Request

Jan 25 2014

aeris added projects to T1609: Enforce signer identity when verify signature: Feature Request, gnupg.
Jan 25 2014, 10:56 PM · gnupg, Feature Request

Jan 24 2014

alonbl added a comment to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.

D189: 421_libgcrypt-1.5.0-uscore.patch

Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=383865 on T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl set Version to 1.6.0 on T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl added projects to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile: Bug Report, Gentoo.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl added projects to T1607: libgcrypt parallel tests automake>=1.13 issue: Bug Report, Gentoo.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl set Version to 1.6.0 on T1607: libgcrypt parallel tests automake>=1.13 issue.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

D188: 420_libgcrypt-1.6.0-serial-tests.patch

Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=498718 on T1607: libgcrypt parallel tests automake>=1.13 issue.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Won't Fix, Bug Report
perske added a comment to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly.

Looks good, compiling with libgcrypt-1.6.0 and creating a signed S/MIME e-mail
with gpgsm works.

Jan 24 2014, 3:12 PM · In Progress, dirmngr, Bug Report, gnupg (gpg20)
werner added a comment to T1604: gpg-agent should place socket in XDG_RUNTIME_DIR.

No we won't do this. IIIRC, there is another rejected bug report and we also
had a discussion at the ML.

Jan 24 2014, 10:53 AM · Won't Fix, gnupg, Feature Request
werner closed T1604: gpg-agent should place socket in XDG_RUNTIME_DIR as Resolved.
Jan 24 2014, 10:53 AM · Won't Fix, gnupg, Feature Request
werner closed T1583: Research ECDSA hash truncation as Resolved.
Jan 24 2014, 10:52 AM · patch, Bug Report, libgcrypt
werner added a comment to T1583: Research ECDSA hash truncation.

Oh well, backporting is easy enough. Commit id f6bd8ed, will go into 1.6.1.

Jan 24 2014, 10:52 AM · patch, Bug Report, libgcrypt
werner closed T1531: Progress handler callback isn't called often enough during /dev/random reading as Resolved.
Jan 24 2014, 10:43 AM · backport, Feature Request, libgcrypt
werner removed a project from T1531: Progress handler callback isn't called often enough during /dev/random reading: Restricted Project.
Jan 24 2014, 10:43 AM · backport, Feature Request, libgcrypt
werner added a project to T1252: detect the need for --disable-asm: Won't Fix.
Jan 24 2014, 10:42 AM · Won't Fix, libgcrypt, Feature Request
werner closed T1252: detect the need for --disable-asm as Resolved.
Jan 24 2014, 10:42 AM · Won't Fix, libgcrypt, Feature Request
werner added a comment to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly.

Will you be so kind and test the attached patch?

Jan 24 2014, 10:40 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)
werner added a comment to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly.

D186: 419_dirmngr-pth-fix.patch

Jan 24 2014, 10:40 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)

Jan 23 2014

werner added a comment to T1592: Pinentry's max password length is too short.

With GnuPG 1.x, Enigmail takes care of presenting the passphrase dialog.
With GnuPG 2.x GnuPG does it of its own. For that it spawns a small tool
called pinentry which asks for the passphrase. We actually have several
versions of that pinentry. The one you are using is based on Qt (a toolkit) and
has a limit of 256 bytes for the passphrase. The limit may actually be lower if
you are using non-ascii characters, but I can't see how that value is not
sufficient.

How long is your passphrase and does it contain many non-ascii characters (e.g.
Umlauts)?

Jan 23 2014, 9:11 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
werner removed a project from T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch: Bug Report.
Jan 23 2014, 9:00 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
werner closed T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch as Invalid.
Jan 23 2014, 9:00 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
werner added a comment to T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch.

First of all, I suggest to use GPGME to access gpg. For an example on how to do
key signing you may want to look at GPA (start with src/gpgmeedit.c).

The gotcha for your problem is --commands-fd N. This will emit additional
status messages on which you have to react. I am sorry, that conrolling gpg is
somewhat complicated -this is due to the hseer amount of options the OpenPGP
protocol provides and of which gpg provides most of them.

For a simple script on how to sign keys, check out tools/signmany. This works
directly if there is only a single user id to sign and falls into gpg's own edit
mode if there are more keys. Sure, you would need a PTY to fully automate it.
But please do use --command-fd or GPGME's gpgme_op_edit API.

Jan 23 2014, 9:00 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
gnu renamed T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch from gpg --sign-key doesn't worth with --yes, --no-tty, or --batch to gpg --sign-key doesn't work with --yes, --no-tty, or --batch.
Jan 23 2014, 1:53 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg

Jan 22 2014

killerog added a comment to T1592: Pinentry's max password length is too short.

Jan 22 2014, 9:15 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
killerog added a comment to T1592: Pinentry's max password length is too short.

Hello, Thank you for your reply.

I used the gpg4win-2.2.1.exe binary which I downloaded from gpg4win.org

The popup I mentioned is the screen that asks me for my password when I try to
open an encrypted mail in my mailbox via thunderbird/enigmail. See the
screenshot. In the newer gpg version this popup is replaced by a prompt screen
that says pinentry and will allow only for shorter passwords.

I understand that my password is exceptional long, as I still was (and maybe
still am) a beginner on the encrypted mail part. But backwards compatibility
seems pretty important in the case of encrypted mails and passwords to decrypt them.

Jan 22 2014, 9:15 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Jan 20 2014

werner added a comment to T1583: Research ECDSA hash truncation.

This has meanwhile been fixed in master with commit 9edcf109.
I don't see a reason tobackport it to 1.6.

Jan 20 2014, 10:58 AM · patch, Bug Report, libgcrypt
werner added a comment to T1531: Progress handler callback isn't called often enough during /dev/random reading.

I don't think it makes sense to backport it to 1.5 - it has been this way for so
long. Users of 1.5 should upgrade to 1.6.0.

Jan 20 2014, 10:56 AM · backport, Feature Request, libgcrypt
werner removed a project from T1600: libgcrypt 1.6.0: failed to build on NetBSD-5: Restricted Project.
Jan 20 2014, 10:50 AM · Bug Report, libgcrypt
werner closed T1600: libgcrypt 1.6.0: failed to build on NetBSD-5 as Resolved.
Jan 20 2014, 10:50 AM · Bug Report, libgcrypt
werner added a comment to T1600: libgcrypt 1.6.0: failed to build on NetBSD-5.

And in master with commit 5f2af6c2

Jan 20 2014, 10:50 AM · Bug Report, libgcrypt
gnu set Version to 2.0.17 and 1.4.11 on T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch.
Jan 20 2014, 5:47 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
gnu added projects to T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch: gnupg, Bug Report.
Jan 20 2014, 5:47 AM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg

Jan 17 2014

werner added a comment to T1427: symmetric encryption exits with non-zero exit code.

Agreed: Homedir should be passed to the agent. Will be changed for 2.1 and
maybe backported to 2.0.

Jan 17 2014, 9:12 PM · Bug Report, gnupg
werner added a comment to T1602: Manual page and --help output discrepancies.

Right, --help displays only a selection of commands. This is on purpose.
gpg --server is not ready for use and you are ready that it should not be
displayed in the help pager either.

I'll go over your list as time permits. Thanks.

Jan 17 2014, 8:56 PM · gnupg, Feature Request
werner set Due Date to Feb 15 2014, 1:00 AM on T1602: Manual page and --help output discrepancies.
Jan 17 2014, 8:56 PM · gnupg, Feature Request
werner added a project to T1604: gpg-agent should place socket in XDG_RUNTIME_DIR: Won't Fix.
Jan 17 2014, 8:51 PM · Won't Fix, gnupg, Feature Request
dranft added a comment to T1605: Wrong expire date on keyserver lookup with gpg.exe.

damn, thats the creation date of the last userid - i was too stupid to read the
draft of hkp.
http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00#section-5.2
-> Close

Jan 17 2014, 11:02 AM · Keyserver, gnupg, gnupg (gpg20)
dranft removed a project from T1605: Wrong expire date on keyserver lookup with gpg.exe: Bug Report.
Jan 17 2014, 11:02 AM · Keyserver, gnupg, gnupg (gpg20)
dranft closed T1605: Wrong expire date on keyserver lookup with gpg.exe as Invalid.
Jan 17 2014, 11:02 AM · Keyserver, gnupg, gnupg (gpg20)
dranft added projects to T1605: Wrong expire date on keyserver lookup with gpg.exe: gnupg (gpg20), gnupg, Bug Report, Keyserver.
Jan 17 2014, 10:40 AM · Keyserver, gnupg, gnupg (gpg20)
dranft added a comment to T1605: Wrong expire date on keyserver lookup with gpg.exe.

Jan 17 2014, 10:40 AM · Keyserver, gnupg, gnupg (gpg20)
dranft set Version to 2.0.21 on T1605: Wrong expire date on keyserver lookup with gpg.exe.
Jan 17 2014, 10:40 AM · Keyserver, gnupg, gnupg (gpg20)

Jan 15 2014

msharov added projects to T1604: gpg-agent should place socket in XDG_RUNTIME_DIR: Feature Request, gnupg.
Jan 15 2014, 4:06 AM · Won't Fix, gnupg, Feature Request
msharov set Version to 2.0.22 on T1604: gpg-agent should place socket in XDG_RUNTIME_DIR.
Jan 15 2014, 4:06 AM · Won't Fix, gnupg, Feature Request

Jan 13 2014

kmihelich set Version to 1.6.0 on T1603: Respect --disable-neon-support configure option.
Jan 13 2014, 10:34 PM · backport, Bug Report, libgcrypt
kmihelich added projects to T1603: Respect --disable-neon-support configure option: libgcrypt, Bug Report.
Jan 13 2014, 10:34 PM · backport, Bug Report, libgcrypt
t8m added projects to T1602: Manual page and --help output discrepancies: Feature Request, gnupg.
Jan 13 2014, 3:41 PM · gnupg, Feature Request
t8m added a comment to T1602: Manual page and --help output discrepancies.

Jan 13 2014, 3:41 PM · gnupg, Feature Request
t8m added a comment to T1427: symmetric encryption exits with non-zero exit code.

The issue is that when the gpg starts the agent by itself (that is there is no
agent currently running) it does not forward the --homedir option.

And another issue is that the homedir can not be specified as relative path.
(OK, that could be accepted as security feature).

Jan 13 2014, 3:26 PM · Bug Report, gnupg
werner added a comment to T1597: IDEA page should mention incompatibility of idea.c with gpg2.

--load-extension is a dummy function. It does not do anything.

Jan 13 2014, 11:56 AM · gpgweb, Feature Request
werner changed Version from 1.4.6 to 1.4.16 on T1601: Add info about gpg1 vs. gpg2 to the man page.
Jan 13 2014, 11:54 AM · Feature Request, gnupg
werner added a project to T1601: Add info about gpg1 vs. gpg2 to the man page: Feature Request.
Jan 13 2014, 11:54 AM · Feature Request, gnupg
werner removed a project from T1601: Add info about gpg1 vs. gpg2 to the man page: Bug Report.
Jan 13 2014, 11:54 AM · Feature Request, gnupg
werner lowered the priority of T1601: Add info about gpg1 vs. gpg2 to the man page from Normal to Wishlist.
Jan 13 2014, 11:54 AM · Feature Request, gnupg
werner added a comment to T1600: libgcrypt 1.6.0: failed to build on NetBSD-5.

Fixed for 1.6.1 with commit 36214bfa.

Thanks.

Jan 13 2014, 11:49 AM · Bug Report, libgcrypt
werner added a project to T1600: libgcrypt 1.6.0: failed to build on NetBSD-5: Restricted Project.
Jan 13 2014, 11:49 AM · Bug Report, libgcrypt

Jan 11 2014

dtonhofer added projects to T1601: Add info about gpg1 vs. gpg2 to the man page: gnupg, Bug Report.
Jan 11 2014, 4:03 PM · Feature Request, gnupg
dtonhofer set Version to 1.4.6 on T1601: Add info about gpg1 vs. gpg2 to the man page.
Jan 11 2014, 4:03 PM · Feature Request, gnupg

Jan 10 2014

superwallah added a comment to T1597: IDEA page should mention incompatibility of idea.c with gpg2.

Yes, please add your information to the webpage, incl. the exact version numbers
and their dependency/relation to IDEA/idea.c/...

For usability reasons, the "load extension" option could check for idea.c
parameter and reject this explicitly in those versions that don't need/support
this anymore. This might be an option in contrast to change all old forum
entries around in the internet discussing this topic.... ;-)
But this would be another bug report, I guess.

Thanks.

Jan 10 2014, 3:27 PM · gpgweb, Feature Request

Jan 8 2014

anders added a comment to T1593: Import crash "mpi larger than packet".

On 01/08/2014 07:59 PM, Werner Koch via BTS wrote:

Which Libgcrypt version are you using? ("gpg --version" shows it)

Jan 8 2014, 9:51 PM · Bug Report, gnupg
werner added a comment to T1597: IDEA page should mention incompatibility of idea.c with gpg2.

GnUPG 2 actually supports IDEA via Libgcrypt and GnuPG also includes IDEA
meanwhile. Thus the whole idea thing does not make anymore sense.

We may eventually update that web page.

Jan 8 2014, 8:10 PM · gpgweb, Feature Request
werner added a comment to T1591: Typing error in gcry_md_hash_buffers documentation.

Fixed in master. Thanks.

Can you please do us a favor and collect such typos and send only one bug
report. It would be best if you could do a diff of the source file. Fixing a
typo is fast but handling the bug report takes long.

Jan 8 2014, 8:07 PM · Bug Report