This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFU] libgcrypt-1.4.1-4


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]