public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [RFU] libgcrypt-1.4.1-4
@ 2008-06-17 22:27 Gergely Budai
  2008-06-18  7:57 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Gergely Budai @ 2008-06-17 22:27 UTC (permalink / raw)
  To: cygwin-apps

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

Port Notes:
===========

Splitted the monolithic package into three parts: main, runtime and development.
(Thanks for Dr. Volker Zell for the help.)

Excluded /usr/lib/libgcrypt.def from the package
(Requested by Dr. Volker Zell)


Download Script:
================

- ----------------------------------------------------------------------------------------------------
#!/bin/bash

verify_signature()
{
  if ! gpg --verify ${1}
  then
    echo "Bad signature in file ${1} !";
    exit;
  fi
}

gpg --keyserver subkeys.pgp.net --recv-keys FD65117B 1CE0C630

mkdir -p libgcrypt/libgcrypt11 libgcrypt/libgcrypt-devel

cd libgcrypt
wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/setup.hint \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/setup.hint.sig
verify_signature setup.hint.sig

wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4-src.tar.bz2 \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4-src.tar.bz2.sig
verify_signature libgcrypt-1.4.1-4-src.tar.bz2.sig

wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4.tar.bz2 \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4.tar.bz2.sig
verify_signature libgcrypt-1.4.1-4.tar.bz2.sig

cd libgcrypt11
wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/setup.hint \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/setup.hint.sig
verify_signature setup.hint.sig

wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/libgcrypt11-1.4.1-4.tar.bz2 \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/libgcrypt11-1.4.1-4.tar.bz2.sig
verify_signature libgcrypt11-1.4.1-4.tar.bz2.sig

cd ../libgcrypt-devel
wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/setup.hint \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/setup.hint.sig
verify_signature setup.hint.sig

wget \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/libgcrypt-devel-1.4.1-4.tar.bz2 \
  http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/libgcrypt-devel-1.4.1-4.tar.bz2.sig
verify_signature libgcrypt-devel-1.4.1-4.tar.bz2.sig
- ----------------------------------------------------------------------------------------------------


The setup.hint files:
=====================

Main Package:
- ----------------------------------------------------------------------------------------------------
sdesc: "A general purpose crypto library based on the code from GnuPG."
ldesc: "Libgcrypt is a general purpose crypto library based on the code
used in GnuPG."
category: Libs
requires: cygwin
- ----------------------------------------------------------------------------------------------------

Runtime:
- ----------------------------------------------------------------------------------------------------
sdesc: "A general purpose crypto library based on the code from GnuPG - (runtime)"
ldesc: "Libgcrypt is a general purpose crypto library based on the code
used in GnuPG."
category: Libs
requires: cygwin libgpg-error
external-source: libgcrypt
- ----------------------------------------------------------------------------------------------------

Devel:
- ----------------------------------------------------------------------------------------------------
sdesc: "A general purpose crypto library based on the code from GnuPG - (development)"
ldesc: "Libgcrypt is a general purpose crypto library based on the code
used in GnuPG."
category: Devel Libs
requires: cygwin libgcrypt11 bash coreutils grep sed
external-source: libgcrypt
- ----------------------------------------------------------------------------------------------------

Cheers,
Gergely Budai


PS: Many thanks to Dr. Volker Zell for his creative critics and help
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)

iEYEARECAAYFAkhYOhcACgkQ15iwsP1lEXv0GgCfVZ1ov5dmYWUJOT1hXulUs3gv
vO4An0a7oJUrCfe3lOjpyjKJPLzUizpl
=k0Hj
-----END PGP SIGNATURE-----

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

* Re: [RFU] libgcrypt-1.4.1-4
  2008-06-17 22:27 [RFU] libgcrypt-1.4.1-4 Gergely Budai
@ 2008-06-18  7:57 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2008-06-18  7:57 UTC (permalink / raw)
  To: cygwin-apps

On Jun 18 00:26, Gergely Budai wrote:
> cd libgcrypt
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/setup.hint \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/setup.hint.sig
> verify_signature setup.hint.sig
> 
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4-src.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4-src.tar.bz2.sig
> verify_signature libgcrypt-1.4.1-4-src.tar.bz2.sig
> 
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.1-4.tar.bz2.sig
> verify_signature libgcrypt-1.4.1-4.tar.bz2.sig
> 
> cd libgcrypt11
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/setup.hint \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/setup.hint.sig
> verify_signature setup.hint.sig
> 
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/libgcrypt11-1.4.1-4.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt11/libgcrypt11-1.4.1-4.tar.bz2.sig
> verify_signature libgcrypt11-1.4.1-4.tar.bz2.sig
> 
> cd ../libgcrypt-devel
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/setup.hint \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/setup.hint.sig
> verify_signature setup.hint.sig
> 
> wget \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/libgcrypt-devel-1.4.1-4.tar.bz2 \
>   http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-devel/libgcrypt-devel-1.4.1-4.tar.bz2.sig
> verify_signature libgcrypt-devel-1.4.1-4.tar.bz2.sig

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] 2+ messages in thread

end of thread, other threads:[~2008-06-18  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-17 22:27 [RFU] libgcrypt-1.4.1-4 Gergely Budai
2008-06-18  7:57 ` Corinna Vinschen

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