Page MenuHome GnuPG
Feed Advanced Search

Dec 11 2014

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

Dec 7 2014

leriksen added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Understood - would you like me to fix with automake 1.10, or park this
for a merge post-Jessie ?

Dec 7 2014, 10:47 AM · patch, gnupg, gnupg (gpg21)

Dec 4 2014

werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

automake 1.14 is not yet supported becuase it defaults to the new parallel tests
and automake 1.11 has no way to disable this tests (serial-tests option in 1.14).

After the release of Debian Jessie I plan to migrate to 1.14 and drop support
form earlier automakes.

Dec 4 2014, 8:59 AM · patch, gnupg, gnupg (gpg21)

Nov 29 2014

leriksen added projects to T1776: Fix deprecation warning about AM_PROG_MKDIR_P: gnupg (gpg21), gnupg, patch.
Nov 29 2014, 6:53 AM · patch, gnupg, gnupg (gpg21)

Sep 10 2014

guilhem added a project to T1710: Fine-grained --fast-list-mode: patch.
Sep 10 2014, 9:17 AM · patch, gnupg, Feature Request

Sep 7 2014

smueller_chronox.de added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

The patch v10 should now cover all change requests from Werner as documented in
the cover-letter.

However, I am not fully sure about the interface yet: the GCRY_DRBG_REINIT is
now solely limited to normal DRBG use. I do not see how that can be merged to
existing random interfaces.

The CAVS test interface is now isolated to the control value 75 similarly to the
X9.31 testing approach. However, the current approach triggers a compile time
warning about the undefined enum 75.

See [1] in libgcrypt/test/ for a test application that uses the DRBG in normal
mode and in CAVS test mode -- search for gcry_control.

Tested:

  • 32 / 64 bit
  • CAVS testing on both arches
  • brief stess testing by creating 200 MB of data and checking it with ent to see

that the output function is not broken

[1] http://www.chronox.de/drbg/drbg-20140907.tar.bz2

Sep 7 2014, 3:04 AM · patch, libgcrypt, Feature Request
smueller_chronox.de added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

D216: 500_v10-0001-SP800-90A-Deterministic-Random-Bit-Generator.patch

Sep 7 2014, 2:57 AM · patch, libgcrypt, Feature Request
smueller_chronox.de added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

Sep 7 2014, 2:57 AM · patch, libgcrypt, Feature Request

Sep 3 2014

werner added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

Thanks.

re: indent: You mixed prototype and functions and thus by quickly browsing the
source I noticed the prototype - which are correct.

re: API it is a bit hard to check from just the patches. Thus I suggest that I
apply your next patch and then look again at it.

re: reregssion test: We can use a secret API for that so that it is not part of
the stable ABI. See for example tests/fipsdrv.c:init_external_rng_test

Please do not use C99 feature like // and struct init using symbols. I am
willing to fix that, though.

Sep 3 2014, 5:08 PM · patch, libgcrypt, Feature Request
smueller_chronox.de added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

re GPL: will do

re one patch: will do

I will make also the requested code changes. Though, the indentation makes me
wonder. As I am not used to this indentation, I used the help of indent wit the
following command as specified on the GNU home page: indent -nbad -bap -nbc -bbo
-bl -bli2 -bls -ncdb -nce -cp1 -cs -di2 -ndj -nfc1 -nfca -hnl -i2 -ip5 -lp -pcs
-psl -nsc -nsob. Now, what is wrong with the indentation?

Re reusing the API: I am wondering where I do not reuse the API? The normal
usage is via the gcry_randomize function. The external hook is used for:

  1. changing the type of DRBG (note, the code implements many random number

generators)

  1. allowing the use of the personalization string / additional info string (I

would not know how to use that with gcry_randomize.

  1. allow the CAVS testing to be performed.

If you have suggestions on how to cover that using existing APIs, I would be
very much interested in it.

Sep 3 2014, 1:07 PM · patch, libgcrypt, Feature Request
werner added a project to T1701: SP 800-90A deterministic Random Bit Generator: patch.
Sep 3 2014, 9:08 AM · patch, libgcrypt, Feature Request
werner added a comment to T1701: SP 800-90A deterministic Random Bit Generator.

One last thing: Libcrypt is under the LGPLv2+ but your alternative license is
under an unspecified version of the GPL. Can you change the alternative license
to the "GNU Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option) any later
version."?

Sep 3 2014, 9:08 AM · patch, libgcrypt, Feature Request

Aug 6 2014

werner closed T1679: Update outdated default preferences as Resolved.
Aug 6 2014, 3:37 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner added a comment to T1679: Update outdated default preferences.

There are no known attacks on SHA-1. MD5 is disabled anyway in recent versions.
But please continue at gnupg-users - if you like.

Aug 6 2014, 3:37 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
coruus reopened T1679: Update outdated default preferences as "Open".
Aug 6 2014, 2:28 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
coruus added a comment to T1679: Update outdated default preferences.

Thank you for the prompt response.

I am familiar with the standard. The only violation of a MUST I'm aware of is that
recipient and personal digest preferences are ignored for hashes with known attacks;
perhaps some of these changes cause GnuPG to behave badly in other cases?

Aug 6 2014, 2:28 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner added a project to T1679: Update outdated default preferences: Won't Fix.
Aug 6 2014, 10:39 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner added projects to T1679: Update outdated default preferences: Feature Request, gnupg.
Aug 6 2014, 10:38 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner added a comment to T1679: Update outdated default preferences.

This has been discussed at gnupg-users at lengths. You need to read the OpenPGP
standard to understand some of the defaults. For the others you may start yet
another disucssion thread at gnupg-users.

re 4) The iteration count used depends on the machine.

Aug 6 2014, 10:38 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner removed a project from T1679: Update outdated default preferences: Bug Report.
Aug 6 2014, 10:38 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner closed T1679: Update outdated default preferences as Resolved.
Aug 6 2014, 10:38 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
werner lowered the priority of T1679: Update outdated default preferences from High to Wishlist.
Aug 6 2014, 10:38 AM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP

Aug 5 2014

coruus added projects to T1679: Update outdated default preferences: OpenPGP, gnupg (gpg21), Bug Report, patch.
Aug 5 2014, 11:10 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP
coruus added a comment to T1679: Update outdated default preferences.

Aug 5 2014, 11:10 PM · patch, gnupg (gpg21), gnupg, Won't Fix, Feature Request, OpenPGP

Jun 24 2014

werner added projects to T1548: [PATCH] Allow cert-only keys on smartcards: In Progress, forwardport.
Jun 24 2014, 2:53 PM · Feature Request, gnupg
werner added a comment to T1548: [PATCH] Allow cert-only keys on smartcards.

Done for 2.0.14 with commit e790671c

Jun 24 2014, 2:53 PM · Feature Request, gnupg

Jun 23 2014

werner added a project to T1548: [PATCH] Allow cert-only keys on smartcards: gnupg (gpg20).
Jun 23 2014, 3:52 PM · Feature Request, gnupg

Jun 22 2014

kingu closed T1657: Improvement of translation string 29 in description.txt of GnuPG as Resolved.
Jun 22 2014, 4:57 PM · patch, gnupg, Feature Request, Not A Bug
kingu added projects to T1657: Improvement of translation string 29 in description.txt of GnuPG: Not A Bug, Feature Request, gnupg, patch.
Jun 22 2014, 3:22 PM · patch, gnupg, Feature Request, Not A Bug

May 15 2014

werner added a project to T1641: Add native support for PK 8192: Won't Fix.
May 15 2014, 5:41 PM · gnupg, Feature Request, Won't Fix
jack.thomas-712349u added projects to T1641: Add native support for PK 8192: In Progress, Feature Request, gnupg, patch.
May 15 2014, 2:51 AM · gnupg, Feature Request, Won't Fix
jack.thomas-712349u set External Link to http://cryptome.org/2014/05/cincinnatus-pk.htm on T1641: Add native support for PK 8192.
May 15 2014, 2:51 AM · gnupg, Feature Request, Won't Fix

Jan 24 2014

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

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

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

Oct 15 2013

werner added a project to T1548: [PATCH] Allow cert-only keys on smartcards: Feature Request.
Oct 15 2013, 4:14 PM · Feature Request, gnupg
werner removed a project from T1548: [PATCH] Allow cert-only keys on smartcards: Bug Report.
Oct 15 2013, 4:14 PM · Feature Request, gnupg

Oct 12 2013

asdil12 added a project to T1548: [PATCH] Allow cert-only keys on smartcards: Bug Report.
Oct 12 2013, 1:46 PM · Feature Request, gnupg
asdil12 renamed T1548: [PATCH] Allow cert-only keys on smartcards from [patch] Allow cert-only keys on smartcards to [PATCH] Allow cert-only keys on smartcards.
Oct 12 2013, 1:46 PM · Feature Request, gnupg
asdil12 removed a project from T1548: [PATCH] Allow cert-only keys on smartcards: Feature Request.
Oct 12 2013, 1:46 PM · Feature Request, gnupg

Oct 11 2013

asdil12 assigned T1548: [PATCH] Allow cert-only keys on smartcards to werner.
Oct 11 2013, 9:22 PM · Feature Request, gnupg
asdil12 updated subscribers of T1548: [PATCH] Allow cert-only keys on smartcards.
Oct 11 2013, 9:22 PM · Feature Request, gnupg
asdil12 added a comment to T1548: [PATCH] Allow cert-only keys on smartcards.

Tested and works fine with current gnupg and gpgcard.

Oct 11 2013, 9:22 PM · Feature Request, gnupg
asdil12 added a project to T1548: [PATCH] Allow cert-only keys on smartcards: patch.
Oct 11 2013, 9:18 PM · Feature Request, gnupg

May 28 2013

werner closed T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t as Resolved.
May 28 2013, 10:42 AM · gpgme, Bug Report, patch
werner added a comment to T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t.

Thanks.

May 28 2013, 10:42 AM · gpgme, Bug Report, patch

May 24 2013

HansChristophSteiner added projects to T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t: patch, Bug Report, gpgme.
May 24 2013, 8:13 PM · gpgme, Bug Report, patch

Aug 9 2012

werner added a project to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang): clang.
Aug 9 2012, 3:54 PM · Bug Report, libgcrypt
werner added a project to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang): Not A Bug.
Aug 9 2012, 3:52 PM · Bug Report, libgcrypt
werner added a comment to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).

Inline is an extension to C90 implemented by almost all compilers.
What we do is what the gcc manual suggest for ages:

   This combination of `inline' and `extern' has almost the effect of
   a macro.  The way to use it is to put a function definition in a
   header file with these keywords, and put another copy of the
   definition (lacking `inline' and `extern') in a library file.  The
   definition in the header file will cause most calls to the function
   to be inlined.  If any uses of the function remain, they will refer
   to the single copy in the library.

I don’t know why clang seems to be the only compiler who does not grok
this. Libgcrypt has been compiled on a wide range of compilers
without any problem.

Wait, I see. Clang pretends to be gcc and defines GNUC. Thus
mpi-internal.h includes the inline functions:

  #ifdef __GNUC__
  #include "mpi-inline.h"
  #endif

which is a valid gcc construct. As with some other bug reports; I can
only suggest to fix clang and don't have it define GNUC .

Aug 9 2012, 3:52 PM · Bug Report, libgcrypt

Jun 13 2012

mgorny added a comment to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).

It seems that my patch does actually break gcc... i'm not sure how to handle
this correctly anyway. It seems that the problem is actually unsolvable, and
there's no correct way to mix inline functions and external assembly definitions.

Jun 13 2012, 10:22 PM · Bug Report, libgcrypt
mgorny added a comment to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).

D154: 346_0001-Fix-use-of-inline-to-avoid-multiple-declarations.patch

Jun 13 2012, 9:40 AM · Bug Report, libgcrypt
mgorny added projects to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang): libgcrypt, Bug Report, patch.
Jun 13 2012, 9:40 AM · Bug Report, libgcrypt

Sep 27 2011

werner added a comment to T1369: [PATCH] applygnupgdefaults: Avoid some unnecessary stat calls.

please explain why this is a problem

Sep 27 2011, 5:47 PM · patch, Feature Request

Sep 25 2011

scop added projects to T1369: [PATCH] applygnupgdefaults: Avoid some unnecessary stat calls: Feature Request, patch.
Sep 25 2011, 11:35 PM · patch, Feature Request

May 12 2011

marcus closed T1193: gpgme.texi: i/o callback example doesn't compile as Resolved.
May 12 2011, 2:46 PM · gpgme, Bug Report, patch
marcus added a comment to T1193: gpgme.texi: i/o callback example doesn't compile.

Fixed today, thanks.

May 12 2011, 2:46 PM · gpgme, Bug Report, patch

Sep 22 2010

werner closed T1283: [PATCH] doc/gpgsm.texi: Typo. s/comes features/features/ as Resolved.
Sep 22 2010, 5:47 PM · Mistaken, Bug Report
werner closed T1284: doc/gpgsm.tex: Typo: s/full features/full featured/ as Resolved.
Sep 22 2010, 11:01 AM · patch, Bug Report
werner added a comment to T1284: doc/gpgsm.tex: Typo: s/full features/full featured/.

Fixed in my working copies. Thanks.

Sep 22 2010, 11:01 AM · patch, Bug Report

Sep 20 2010

PaulePanter set Version to 2.0.14 on T1284: doc/gpgsm.tex: Typo: s/full features/full featured/.
Sep 20 2010, 7:27 PM · patch, Bug Report
PaulePanter added a comment to T1284: doc/gpgsm.tex: Typo: s/full features/full featured/.

D138: 311_0002-doc-gpgsm.tex-Typo-s-full-features-full-featured.patch

Sep 20 2010, 7:27 PM · patch, Bug Report
PaulePanter added projects to T1284: doc/gpgsm.tex: Typo: s/full features/full featured/: Bug Report, patch.
Sep 20 2010, 7:27 PM · patch, Bug Report
PaulePanter added projects to T1283: [PATCH] doc/gpgsm.texi: Typo. s/comes features/features/: Bug Report, patch.
Sep 20 2010, 7:25 PM · Mistaken, Bug Report

Feb 11 2010

werner assigned T1193: gpgme.texi: i/o callback example doesn't compile to marcus.
Feb 11 2010, 10:47 AM · gpgme, Bug Report, patch
werner added a comment to T1193: gpgme.texi: i/o callback example doesn't compile.

Marcus, plase have a look at it.

Feb 11 2010, 10:47 AM · gpgme, Bug Report, patch
werner updated subscribers of T1193: gpgme.texi: i/o callback example doesn't compile.
Feb 11 2010, 10:47 AM · gpgme, Bug Report, patch

Feb 10 2010

nobled added projects to T1193: gpgme.texi: i/o callback example doesn't compile: patch, Bug Report, gpgme.
Feb 10 2010, 10:39 PM · gpgme, Bug Report, patch
nobled set Version to 1.3.0 on T1193: gpgme.texi: i/o callback example doesn't compile.
Feb 10 2010, 10:39 PM · gpgme, Bug Report, patch
nobled added a comment to T1193: gpgme.texi: i/o callback example doesn't compile.

D122: 280_gpgme-callbacks-example.patch

Feb 10 2010, 10:39 PM · gpgme, Bug Report, patch

Dec 16 2009

flynd added a comment to T1119: Gpgme closes file descriptor twice.

I've tried to reproduce the fault with 1.2.0 but could not so it seems to be
fixed.
Thanks.

Dec 16 2009, 10:12 PM · gpgme, Bug Report, patch
flynd closed T1119: Gpgme closes file descriptor twice as Resolved.
Dec 16 2009, 10:12 PM · gpgme, Bug Report, patch
marcus added a comment to T1119: Gpgme closes file descriptor twice.

I think that this is probably fixed in the gpgme 1.2.0 release. The following
patch by Werner has a similar effect to the patch provided by the submitter:

Dec 16 2009, 4:45 PM · gpgme, Bug Report, patch

Dec 11 2009

werner removed a project from T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS: Restricted Project.
Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

will be in 1.4.5 to be released in a few minutes.

Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report
werner closed T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS as Resolved.
Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report

Dec 10 2009

werner added a project to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS: Restricted Project.
Dec 10 2009, 5:08 PM · patch, Gentoo, libgcrypt, Bug Report
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

Okay, for the development version I implemented a configure option
--disable-O-flag-munging
This is in the SVN trunk, rev 1415.
I believe that is the least intrusive change. Is it important for you; thus
shall I backport it to 1.4.5 which will be released in a few days?

Dec 10 2009, 5:08 PM · patch, Gentoo, libgcrypt, Bug Report

Dec 2 2009

werner added a comment to T1163: trustlist is not used at all on some platforms.

Aihhh. The failure mode depends on the malloc implementation. We are only
shrinking memory and thus some implementations simply return the same pointer.
Obviously not in BSD.

Dec 2 2009, 6:43 PM · gpgagent, Bug Report, gnupg, patch
werner closed T1163: trustlist is not used at all on some platforms as Resolved.
Dec 2 2009, 6:43 PM · gpgagent, Bug Report, gnupg, patch
tamo added projects to T1163: trustlist is not used at all on some platforms: gpgagent, gnupg, Bug Report, patch.
Dec 2 2009, 7:45 AM · gpgagent, Bug Report, gnupg, patch

Nov 11 2009

flynd added a comment to T1119: Gpgme closes file descriptor twice.

Is there any chance of getting this fixed? The problem is very annoying as it
causes the library to disturb the application using it and I can't think of any
simple workaround for it.
The patch is just three lines so it should be easy to include, right?

Nov 11 2009, 8:06 PM · gpgme, Bug Report, patch

Aug 28 2009

werner updated subscribers of T1119: Gpgme closes file descriptor twice.
Aug 28 2009, 9:38 AM · gpgme, Bug Report, patch
werner assigned T1119: Gpgme closes file descriptor twice to marcus.
Aug 28 2009, 9:38 AM · gpgme, Bug Report, patch
werner added a comment to T1119: Gpgme closes file descriptor twice.

Marcus: I recall that you recently changed something in the cancel code - is
that his problem?

Aug 28 2009, 9:38 AM · gpgme, Bug Report, patch

Aug 26 2009

flynd added a comment to T1119: Gpgme closes file descriptor twice.

D102: 246_gpgme-1.1.8-closefiledescriptor.patch

Aug 26 2009, 9:26 PM · gpgme, Bug Report, patch
flynd added projects to T1119: Gpgme closes file descriptor twice: patch, Bug Report, gpgme.
Aug 26 2009, 9:26 PM · gpgme, Bug Report, patch

Feb 3 2009

srcshelton added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

Is it possible to match at most one occurrence of a pattern without the "-r"
option? ("extended regular expression", a GNU extension unfortunately)

Feb 3 2009, 3:28 PM · patch, Gentoo, libgcrypt, Bug Report
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

Sure, you are right. OTOH this code is in use by gnupg and libgcrypt for many
years without problems (twofish.c used similar code).

Feb 3 2009, 9:35 AM · patch, Gentoo, libgcrypt, Bug Report

Feb 2 2009

srcshelton added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

Hmm - I can't explain why this would have affected 1.4.4 but not 1.4.3, but that
is my experience.

Feb 2 2009, 11:54 AM · patch, Gentoo, libgcrypt, Bug Report
werner closed T993: libgcrypt-1.4.4 Interix patch as Resolved.
Feb 2 2009, 11:05 AM · patch, Bug Report, libgcrypt
werner added a comment to T993: libgcrypt-1.4.4 Interix patch.

In general we try to avoid direct tests for OS features but use configure tests.
However in this case it is simpler to always include sys/time.h. This is
harmless because gcrypt.h does it also unconditionally.

Feb 2 2009, 11:05 AM · patch, Bug Report, libgcrypt
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

I don't think that it is a regression in Libgcrypt because the problematic rule
was not changed. Did you change the CFLAGS passed to configure?

Feb 2 2009, 10:54 AM · patch, Gentoo, libgcrypt, Bug Report

Feb 1 2009

grobian added projects to T993: libgcrypt-1.4.4 Interix patch: libgcrypt, Bug Report, patch.
Feb 1 2009, 10:35 PM · patch, Bug Report, libgcrypt
srcshelton set Version to 1.4.4 on T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.
Feb 1 2009, 11:24 AM · patch, Gentoo, libgcrypt, Bug Report
srcshelton added projects to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS: Bug Report, libgcrypt, Gentoo, patch.
Feb 1 2009, 11:24 AM · patch, Gentoo, libgcrypt, Bug Report
srcshelton set External Link to http://bugs.gentoo.org/show_bug.cgi?id=256652 on T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.
Feb 1 2009, 11:24 AM · patch, Gentoo, libgcrypt, Bug Report