Page MenuHome GnuPG
Feed Advanced Search

Aug 4 2014

werner added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

Resolved according to freebsd tracker.

Aug 4 2014, 3:25 PM · FreeBSD, Bug Report, libgcrypt

Jul 29 2014

kristianf added projects to T1676: libgcrypt segfaults on x32 ABI: libgcrypt, Bug Report.
Jul 29 2014, 8:34 PM · Bug Report, libgcrypt

Jul 22 2014

werner added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

Well, on FreeBSD 10 "uname -p" works the same as "uname -m". It is not POSIX
though.

Jul 22 2014, 9:07 PM · FreeBSD, Bug Report, libgcrypt
werner added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

WTF happened to config.guess? Upstream's ChangeLog has these entries:

2011-08-20 Ben Elliston <bje@gnu.org>

  • config.guess (*:FreeBSD:*:*): Switch on ${UNAME_PROCESSOR}.
  • testsuite/config-guess.data: Remove hard to test FreeBSD cases.

2006-04-26 Bruno Haible <bruno@clisp.org>

	    Ben Elliston  <bje@gnu.org>
  • config.guess (amd64:FreeBSD:*:*) Detect as x86_64.
  • testsuite/config-guess.data: Add test case.

Thus in 2006 support form and64 was added and in 2011 the faulty
"uname -p" was implemented and test cases removed. I assume that
everyone patched similar to what you suggested. However, the correct
thing is to fix config.guess.

Unfortunately I do not have access to any FreeBSD box right now (the
FreeBSD in the gcc compile farm is offline). Can you do some tests on
several FreeBSD boxes or give me access to a test box?

What are the patches to configure I see in the build log? And why are
the M4 files are patched - they are not used after configure has been
created? I would also like to see the config.rpath to see how it has been
changed.

Feel free to continue by private mail.

Jul 22 2014, 6:46 PM · FreeBSD, Bug Report, libgcrypt
pi added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

No, FreeBSD has amd64 as uname -m value.

Jul 22 2014, 2:44 PM · FreeBSD, Bug Report, libgcrypt
werner added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

That should not be required. Did you explicitly specify host with
configure?

config.guess has this code:

*:FreeBSD:*:*)

UNAME_PROCESSOR=/usr/bin/uname -p
case ${UNAME_PROCESSOR} in

	    amd64)
		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;

to map "amd64" to "x86_64" and config.sub called with "amd64" also
returns the canonical "x86_64". Thus everything should be fine.

(I think "amd64" would have been the better and easier to type name,
but the GCC developers settled for "x86_64").

Jul 22 2014, 2:40 PM · FreeBSD, Bug Report, libgcrypt

Jul 6 2014

pi added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

D201: 439_patch-configure.diff

Jul 6 2014, 12:53 PM · FreeBSD, Bug Report, libgcrypt
pi added a comment to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build.

By patching configure it's possible to connect the cipher/*-amd64.S to the build.

See attached.

Jul 6 2014, 12:53 PM · FreeBSD, Bug Report, libgcrypt
pi added projects to T1668: libgcrypt build on freebsd 10.0-amd64 fails, cast5-amd64.S not linked to build: libgcrypt, Bug Report, FreeBSD.
Jul 6 2014, 12:15 PM · FreeBSD, Bug Report, libgcrypt

Jun 23 2014

werner added a project to T1651: libgcrypt-git prevents encrypted LUKS/LVM to boot: Info Needed.
Jun 23 2014, 1:17 PM · Info Needed, Bug Report, libgcrypt
werner added a comment to T1651: libgcrypt-git prevents encrypted LUKS/LVM to boot.

You better take that to ArchLinux. We can't debug the system for you. Of
course I will help fixing the problem if you post your findings to gnupg-devel.

Jun 23 2014, 1:17 PM · Info Needed, Bug Report, libgcrypt

Jun 10 2014

alphazo added projects to T1651: libgcrypt-git prevents encrypted LUKS/LVM to boot: libgcrypt, Bug Report.
Jun 10 2014, 5:17 PM · Info Needed, Bug Report, libgcrypt

Apr 12 2014

Snardel added projects to T1631: configure option mispelled in help message --enable-kfds should be --enable-kdfs: libgcrypt, Bug Report.
Apr 12 2014, 6:15 PM · Bug Report, libgcrypt

Mar 29 2014

stevieNicks closed T1625: 23 of 28 tests failed when running 'make check' on gpg2 as Invalid.
Mar 29 2014, 5:25 AM · libgcrypt
stevieNicks removed a project from T1625: 23 of 28 tests failed when running 'make check' on gpg2: Bug Report.
Mar 29 2014, 5:25 AM · libgcrypt

Mar 24 2014

stevieNicks added projects to T1625: 23 of 28 tests failed when running 'make check' on gpg2: libgcrypt, Bug Report.
Mar 24 2014, 10:15 PM · libgcrypt

Mar 18 2014

Misty changed Version from 1.6.0 to 1.6.1 on T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.
Mar 18 2014, 6:38 PM · Bug Report, libgcrypt
Misty added a comment to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.

Issue also occurs in 1.6.1.

Mar 18 2014, 6:38 PM · Bug Report, libgcrypt

Feb 8 2014

Misty added projects to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac: libgcrypt, Bug Report.
Feb 8 2014, 11:39 PM · Bug Report, libgcrypt
Misty added a comment to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.

D191: 426_darwin_ppc.diff

Feb 8 2014, 11:39 PM · Bug Report, libgcrypt

Jan 30 2014

werner closed T1603: Respect --disable-neon-support configure option as Resolved.
Jan 30 2014, 7:47 PM · backport, Bug Report, libgcrypt

Jan 29 2014

kmihelich added a comment to T1603: Respect --disable-neon-support configure option.

Thanks, it's no problem to wait until 1.6.2. I just tested the patch and it's
working as intended.

Jan 29 2014, 4:46 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

Oh no!

I recall that I looked up the commit id this morning but obviously was disturbed
and thus didn't actually complete the cherry-pick. Sorry. I just pushed the
change. We need to wait some time before we can do a 1.6.2.

I attach a patch for 1.6.1.

Jan 29 2014, 4:39 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

D187: 422_0001-cipher-Take-care-of-ENABLE_NEON_SUPPORT.patch

Jan 29 2014, 4:39 PM · backport, Bug Report, libgcrypt
kmihelich reopened T1603: Respect --disable-neon-support configure option as "Open".
Jan 29 2014, 4:22 PM · backport, Bug Report, libgcrypt
kmihelich added a comment to T1603: Respect --disable-neon-support configure option.

Did you intend to include the changes in 1.6.1? It doesn't appear that they made
it into the release.

Jan 29 2014, 4:22 PM · backport, Bug Report, libgcrypt
werner closed T1603: Respect --disable-neon-support configure option as Resolved.
Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

Done and 1.6.1 released

Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt
werner removed a project from T1603: Respect --disable-neon-support configure option: Restricted Project.
Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt

Jan 28 2014

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 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 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

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)

Jan 24 2014

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 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 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

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
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 8 2014

werner added a project to T1595: Typing error in `gcry_control' documentation: Documentation.
Jan 8 2014, 7:48 PM · Bug Report, Documentation, libgcrypt
werner added a comment to T1595: Typing error in `gcry_control' documentation.

Fixed in master. Thanks.

Jan 8 2014, 7:48 PM · Bug Report, Documentation, libgcrypt
werner closed T1595: Typing error in `gcry_control' documentation as Resolved.
Jan 8 2014, 7:48 PM · Bug Report, Documentation, libgcrypt
obache added projects to T1600: libgcrypt 1.6.0: failed to build on NetBSD-5: libgcrypt, Bug Report.
Jan 8 2014, 10:36 AM · Bug Report, libgcrypt

Dec 31 2013

jpf added projects to T1595: Typing error in `gcry_control' documentation: libgcrypt, Bug Report.
Dec 31 2013, 1:06 PM · Bug Report, Documentation, libgcrypt

Dec 30 2013

civodul added projects to T1594: Corrupt sexp after 'gcry_sexp_find_token': libgcrypt, Bug Report.
Dec 30 2013, 10:01 PM · Bug Report, libgcrypt

Dec 24 2013

perske added projects to T1590: dirmngr with libgcrypt 1.6.0 forgets to initialize pth properly: gnupg (gpg20), libgcrypt, Bug Report.
Dec 24 2013, 1:58 AM · In Progress, dirmngr, Bug Report, gnupg (gpg20)

Dec 19 2013

alchemist added projects to T1584: libgcrypt-1.6.0 fails to build on ARM: libgcrypt, Bug Report.
Dec 19 2013, 8:04 AM · Bug Report, libgcrypt
alchemist set Version to 1.6.0 on T1584: libgcrypt-1.6.0 fails to build on ARM.
Dec 19 2013, 8:04 AM · Bug Report, libgcrypt

Dec 16 2013

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

References:

OpenSSL
http://git.openssl.org/gitweb/?
p=openssl.git;a=blob;f=crypto/ecdsa/ecs_ossl.c;h=adab1f74b41daf6e719ca1fdae1ba81
7085c7802;hb=HEAD#l309

Nettle:
http://git.lysator.liu.se/nettle/nettle/blobs/master/ecc-ecdsa-sign.c#line86
http://git.lysator.liu.se/nettle/nettle/blobs/master/ecc-hash.c

NSS:
https://hg.mozilla.org/projects/nss/file/49360b638350/lib/freebl/ec.c#l746

Dec 16 2013, 8:50 PM · patch, Bug Report, libgcrypt
lumag added projects to T1583: Research ECDSA hash truncation: libgcrypt, Bug Report, patch.
Dec 16 2013, 8:49 PM · patch, Bug Report, libgcrypt
werner added projects to T1531: Progress handler callback isn't called often enough during /dev/random reading: Restricted Project, backport.
Dec 16 2013, 9:48 AM · backport, Feature Request, libgcrypt
werner added a comment to T1531: Progress handler callback isn't called often enough during /dev/random reading.

Done something similar for master; needs to be backported to 1.5.

Dec 16 2013, 9:48 AM · backport, Feature Request, libgcrypt

Dec 10 2013

werner added a comment to T1469: Support for ed25519.

Support is already in master and in the soon to be released 1.6.0

Dec 10 2013, 3:09 PM · libgcrypt, Feature Request
werner closed T1469: Support for ed25519 as Resolved.
Dec 10 2013, 3:09 PM · libgcrypt, Feature Request
werner renamed T1303: Please support GCRYSEXP_FMT_BASE64 from libgcrypt - base64 output format doesn't work to Please support GCRYSEXP_FMT_BASE64.
Dec 10 2013, 3:08 PM · Feature Request, libgcrypt
werner closed T1197: Cannot be made thread-safe when used by a library as Resolved.
Dec 10 2013, 3:07 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner added a comment to T1197: Cannot be made thread-safe when used by a library.

Libgcrypt 1.6 will be released this year.

Dec 10 2013, 3:07 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner added projects to T1197: Cannot be made thread-safe when used by a library: Won't Fix, Too Old.
Dec 10 2013, 3:07 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner removed a project from T1197: Cannot be made thread-safe when used by a library: Stalled.
Dec 10 2013, 3:07 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner removed a project from T1531: Progress handler callback isn't called often enough during /dev/random reading: Bug Report.
Dec 10 2013, 3:06 PM · backport, Feature Request, libgcrypt
werner lowered the priority of T1531: Progress handler callback isn't called often enough during /dev/random reading from Normal to Wishlist.
Dec 10 2013, 3:06 PM · backport, Feature Request, libgcrypt
werner added a project to T1531: Progress handler callback isn't called often enough during /dev/random reading: Feature Request.
Dec 10 2013, 3:06 PM · backport, Feature Request, libgcrypt

Oct 7 2013

werner closed T1540: Apple Xcode5.0 breaks things as Resolved.
Oct 7 2013, 5:03 PM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1540: Apple Xcode5.0 breaks things.

Duplicate of T1547

Oct 7 2013, 5:03 PM · Duplicate, Bug Report, libgcrypt
werner added a project to T1540: Apple Xcode5.0 breaks things: Duplicate.
Oct 7 2013, 5:03 PM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1540: Apple Xcode5.0 breaks things.

See T1547

Oct 7 2013, 5:03 PM · Duplicate, Bug Report, libgcrypt

Sep 24 2013

outer set Version to 1.5.3 on T1540: Apple Xcode5.0 breaks things.
Sep 24 2013, 2:40 AM · Duplicate, Bug Report, libgcrypt
outer added projects to T1540: Apple Xcode5.0 breaks things: libgcrypt, Bug Report.
Sep 24 2013, 2:40 AM · Duplicate, Bug Report, libgcrypt

Aug 26 2013

tss added a comment to T1531: Progress handler callback isn't called often enough during /dev/random reading.

D178: 385_libgcrypt-rndlinux.patch

Aug 26 2013, 2:04 PM · backport, Feature Request, libgcrypt
tss added projects to T1531: Progress handler callback isn't called often enough during /dev/random reading: libgcrypt, Bug Report.
Aug 26 2013, 2:04 PM · backport, Feature Request, libgcrypt

Apr 18 2013

werner closed T1468: libgcrypt's cipher/Makefile fails to take into account gcc 4.6 -Ofast flag as Resolved.
Apr 18 2013, 3:02 PM · Bug Report, libgcrypt
werner removed projects from T1468: libgcrypt's cipher/Makefile fails to take into account gcc 4.6 -Ofast flag: forwardport, In Progress.
Apr 18 2013, 3:02 PM · Bug Report, libgcrypt
werner added a comment to T1468: libgcrypt's cipher/Makefile fails to take into account gcc 4.6 -Ofast flag.

Fixed in master.

Apr 18 2013, 3:02 PM · Bug Report, libgcrypt
werner closed T1482: test "basic" dumps core on sparcv9 as Resolved.
Apr 18 2013, 2:59 PM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1482: test "basic" dumps core on sparcv9.

Fixed. see T1384.

Apr 18 2013, 2:59 PM · Duplicate, Bug Report, libgcrypt
werner closed T1384: Bad alignment in serpent.c as Resolved.
Apr 18 2013, 2:58 PM · Bug Report, libgcrypt
werner removed a project from T1384: Bad alignment in serpent.c: In Progress.
Apr 18 2013, 2:58 PM · Bug Report, libgcrypt
werner added a comment to T1384: Bad alignment in serpent.c.

Fixed for 1.5 and master. Only yet tested for 1.5 on an ultra64 (gcc63).

Apr 18 2013, 2:58 PM · Bug Report, libgcrypt
werner added a project to T1468: libgcrypt's cipher/Makefile fails to take into account gcc 4.6 -Ofast flag: forwardport.
Apr 18 2013, 11:22 AM · Bug Report, libgcrypt