public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [RFU] libgcrypt-1.4.1-1
@ 2008-04-28 21:31 Gergely Budai
  2008-04-29  7:48 ` Corinna Vinschen
  2008-06-11  6:23 ` Brian Dessent
  0 siblings, 2 replies; 10+ messages in thread
From: Gergely Budai @ 2008-04-28 21:31 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- - New upstream release.

Upstream Notes:
===============
 * Fixed a bug introduced by 1.3.1 which led to the comsumption of far
   too much entropy for the intial seeding.

 * Improved AES performance for CFB and CBC modes.

 * Removed build problems for the Padlock support.

Port Notes:
===========
* libgcrypt does not use /dev/random anymore but the builtin entropy gatherer
  for W32 (rndw32.c). Possible security issue, see:
  http://en.wikipedia.org/w/index.php?title=CryptGenRandom&oldid=190115987

Package location:
=================
wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1-src.tar.bz2 \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1.tar.bz2

Signatures:
===========
wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1-src.tar.bz2.sig \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1.tar.bz2.sig; \
gpg --keyserver subkeys.pgp.net --recv-keys FD65117B 1CE0C630; \
gpg --verify libgcrypt-1.4.1-1-src.tar.bz2.sig; \
gpg --verify libgcrypt-1.4.1-1.tar.bz2.sig

Build:
======
mkdir libgcrypt-1.4.1-1-build; \
cd libgcrypt-1.4.1-1-build; \
tar xjvf ../libgcrypt-1.4.1-1-src.tar.bz2; \
cygport libgcrypt-1.4.1-1 all

Cheers
Gergely Budai
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)

iEYEARECAAYFAkgWQggACgkQ15iwsP1lEXunTQCfTBCTj0fLcaHH2NKhdHfMaGUB
yOYAn24KjGhjSKHuMMHj2LXFrFp35Pmq
=kkVK
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-04-28 21:31 [RFU] libgcrypt-1.4.1-1 Gergely Budai
@ 2008-04-29  7:48 ` Corinna Vinschen
  2008-06-11  6:23 ` Brian Dessent
  1 sibling, 0 replies; 10+ messages in thread
From: Corinna Vinschen @ 2008-04-29  7:48 UTC (permalink / raw)
  To: cygwin-apps

On Apr 28 23:30, Gergely Budai wrote:
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1-src.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1.tar.bz2

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-04-28 21:31 [RFU] libgcrypt-1.4.1-1 Gergely Budai
  2008-04-29  7:48 ` Corinna Vinschen
@ 2008-06-11  6:23 ` Brian Dessent
  2008-06-11 21:56   ` Gergely Budai
  1 sibling, 1 reply; 10+ messages in thread
From: Brian Dessent @ 2008-06-11  6:23 UTC (permalink / raw)
  To: Gergely Budai; +Cc: cygwin-apps

Gergely Budai wrote:

> Package location:
> =================
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1-src.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-1.tar.bz2

This package is broken -- the import lib and static lib have been
stripped which removes their symbol tables and renders them useless.

Testcase:

$ cat >foo.c <<EOF
#include <gcrypt.h>
int main() { return !gcry_check_version (NULL); }
EOF

$ gcc -o foo foo.c `libgcrypt-config --cflags --libs`
/tmp/ccTal48j.o:foo.c:(.text+0x32): undefined reference to `_gcry_check_version'
collect2: ld returned 1 exit status

$ nm /usr/lib/libgcrypt.dll.a

d000187.o:
nm: d000187.o: no symbols

d000000.o:
nm: d000000.o: no symbols

...

d000002.o:
nm: d000002.o: no symbols

d000001.o:
nm: d000001.o: no symbols

$ nm /usr/lib/libgcrypt.a 

libgcrypt_la-visibility.o:
nm: libgcrypt_la-visibility.o: no symbols

libgcrypt_la-misc.o:
nm: libgcrypt_la-misc.o: no symbols

...

mpih-sub1-asm.o:
nm: mpih-sub1-asm.o: no symbols

mpiutil.o:
nm: mpiutil.o: no symbols

The [prev] version 1.4.0-1 is OK; the above commands work.

Brian

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [RFU] libgcrypt-1.4.1-1
  2008-06-11  6:23 ` Brian Dessent
@ 2008-06-11 21:56   ` Gergely Budai
  2008-06-12 14:26     ` Dr. Volker Zell
  0 siblings, 1 reply; 10+ messages in thread
From: Gergely Budai @ 2008-06-11 21:56 UTC (permalink / raw)
  To: cygwin-apps

Sorry, my bad.

Thank you for the hint.

> This package is broken -- the import lib and static lib have been
> stripped which removes their symbol tables and renders them useless.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-06-11 21:56   ` Gergely Budai
@ 2008-06-12 14:26     ` Dr. Volker Zell
  2008-06-12 19:32       ` Gergely Budai
  0 siblings, 1 reply; 10+ messages in thread
From: Dr. Volker Zell @ 2008-06-12 14:26 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Gergely Budai writes:

    > Sorry, my bad.
    > Thank you for the hint.

You should really be subscribed to the main cygwin list where bug
reports usually go.

I reported this problem first here

http://cygwin.com/ml/cygwin/2008-05/msg00168.html

Then again here with a solution and a new .cygport file which splits
the package in main, devel and runtime packages:

http://cygwin.com/ml/cygwin/2008-05/msg00180.html

The last ping was here:

http://cygwin.com/ml/cygwin/2008-06/msg00147.html

Ciao
  Volker

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [RFU] libgcrypt-1.4.1-1
  2008-06-12 14:26     ` Dr. Volker Zell
@ 2008-06-12 19:32       ` Gergely Budai
  2008-06-12 23:25         ` Brian Dessent
  2008-06-13 15:40         ` Dr. Volker Zell
  0 siblings, 2 replies; 10+ messages in thread
From: Gergely Budai @ 2008-06-12 19:32 UTC (permalink / raw)
  To: cygwin-apps

Dear Volker!

> You should really be subscribed to the main cygwin list where bug
> reports usually go.

I thought that cygwin-apps is the primary list for discussing packaging issues, but thank you for the hint, I will do so.

> Then again here with a solution and a new .cygport file which splits
> the package in main, devel and runtime packages:
> 
> http://cygwin.com/ml/cygwin/2008-05/msg00180.html

Thank you so much for that brilliant preparation of all the necessary files!
I prepared the packages here again:

http://home.arcor.de/thuffir/cygwin/libgcrypt/

I hope they will fullfill your expectations, and that they are bug-free this time.

Cheers,
Gergely Budai

PS: Please do your GTG once again before I do my RFU this time ;)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-06-12 19:32       ` Gergely Budai
@ 2008-06-12 23:25         ` Brian Dessent
  2008-06-13 15:40         ` Dr. Volker Zell
  1 sibling, 0 replies; 10+ messages in thread
From: Brian Dessent @ 2008-06-12 23:25 UTC (permalink / raw)
  To: cygwin-apps

[resend due to sourceware spam filter]

Gergely Budai wrote:

> I thought that cygwin-apps is the primary list for discussing packaging issues, but thank you for the hint, I will do so.

It is, but every package maintainer must also be prepared to scan the
main list for bug reports of users of their packages.  It's not
reasonable to expect that users would necessarily know in advance
whether the problem they're experiencing is a packaging bug or not.  And
even if they did know they would have to know of the existance of the
cygwin-apps list.  And even if they did know, they'd have to first
subscribe since cygwin-apps is a closed list whereas anyone can simply
send an email to the main cygwin list without first subscribing.

Brian

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-06-12 19:32       ` Gergely Budai
  2008-06-12 23:25         ` Brian Dessent
@ 2008-06-13 15:40         ` Dr. Volker Zell
  2008-06-14 10:15           ` Gergely Budai
  1 sibling, 1 reply; 10+ messages in thread
From: Dr. Volker Zell @ 2008-06-13 15:40 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Gergely Budai writes:

    > Dear Volker!
    >> You should really be subscribed to the main cygwin list where bug
    >> reports usually go.

    > I thought that cygwin-apps is the primary list for discussing packaging issues, but thank you for the hint, I will do so.

    >> Then again here with a solution and a new .cygport file which splits
    >> the package in main, devel and runtime packages:
    >> 
    >> http://cygwin.com/ml/cygwin/2008-05/msg00180.html

    > Thank you so much for that brilliant preparation of all the necessary files!
    > I prepared the packages here again:

    > http://home.arcor.de/thuffir/cygwin/libgcrypt/

    > I hope they will fullfill your expectations, and that they are bug-free this time.

    > Cheers,
    > Gergely Budai

    > PS: Please do your GTG once again before I do my RFU this time ;)

Builds fine from source and setup.hints look good.

But is the follwing file really needed ?

/usr/lib/libgcrypt.def

Otherwise GTG.

Ciao
  Volker

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [RFU] libgcrypt-1.4.1-1
  2008-06-13 15:40         ` Dr. Volker Zell
@ 2008-06-14 10:15           ` Gergely Budai
  2008-06-14 12:54             ` Dr. Volker Zell
  0 siblings, 1 reply; 10+ messages in thread
From: Gergely Budai @ 2008-06-14 10:15 UTC (permalink / raw)
  To: cygwin-apps

> Builds fine from source and setup.hints look good.

Sure they do. They are from you ;)

> But is the follwing file really needed ?
> /usr/lib/libgcrypt.def

Hm. Good question. I don't think so, but do you think this one file worths a special handling in the cygport script?

Best Regards,
Gergely Budai

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [RFU] libgcrypt-1.4.1-1
  2008-06-14 10:15           ` Gergely Budai
@ 2008-06-14 12:54             ` Dr. Volker Zell
  0 siblings, 0 replies; 10+ messages in thread
From: Dr. Volker Zell @ 2008-06-14 12:54 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Gergely Budai writes:

    >> Builds fine from source and setup.hints look good.
    > Sure they do. They are from you ;)

    >> But is the follwing file really needed ?
    >> /usr/lib/libgcrypt.def

    > Hm. Good question. I don't think so, but do you think this one file worths a special handling in the cygport script?

Well, to be consistent ...

    > Best Regards,
    > Gergely Budai

Ciao
  Volker

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-06-14 12:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-28 21:31 [RFU] libgcrypt-1.4.1-1 Gergely Budai
2008-04-29  7:48 ` Corinna Vinschen
2008-06-11  6:23 ` Brian Dessent
2008-06-11 21:56   ` Gergely Budai
2008-06-12 14:26     ` Dr. Volker Zell
2008-06-12 19:32       ` Gergely Budai
2008-06-12 23:25         ` Brian Dessent
2008-06-13 15:40         ` Dr. Volker Zell
2008-06-14 10:15           ` Gergely Budai
2008-06-14 12:54             ` Dr. Volker Zell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).