public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] gnutls/libgnutls26/gnutls-devel/gnutls-doc: Library implementing TLS 1.0 and SSL 3.0 protocols
@ 2008-03-19 16:46 Dr. Volker Zell
  2008-03-19 20:40 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Dr. Volker Zell @ 2008-03-19 16:46 UTC (permalink / raw)
  To: cygwin-apps

Hi

I would like to adopt and maintain the 'gnutls/libgnutls26/gnutls-devel/gnutls-doc' packages
from Gerrit P.Haase.


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./gnutls-devel/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (development)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Devel Libs Net
requires: cygwin libgnutls26 liblzo2-devel libopencdk-devel libtasn1-devel
external-source: gnutls

-------------------------------------------------------------------------------------------
./gnutls-doc/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (documentation)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Doc Libs Net
requires: cygwin
external-source: gnutls

-------------------------------------------------------------------------------------------
./libgnutls26/setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (runtime)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Libs Net
requires: cygwin libgcrypt liblzo2_2 libopencdk10 libreadline6 libtasn1_3 zlib
external-source: gnutls


-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "Library implementing TLS 1.0 and SSL 3.0 protocols - programs - (utilities)"
ldesc: "GnuTLS is a library implementing the Transport Layer Security
protocol. TLS is a protocol that provides security over the
transport layer, letting client/server apps communicate in a way
designed to prevent forgery, eavesdropping, or tampering."
category: Libs Net
requires: cygwin libgnutls26



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p gnutls/libgnutls26 gnutls/gnutls-devel gnutls/gnutls-doc

cd gnutls
wget http://volkerzell.de/cygwin/ITP/gnutls/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1.tar.bz2

cd libgnutls26
wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/libgnutls26-2.2.2-1.tar.bz2

cd ../gnutls-devel
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/gnutls-devel-2.2.2-1.tar.bz2

cd ../gnutls-doc
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/setup.hint
wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/gnutls-doc-2.2.2-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker

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

* Re: [ITA] gnutls/libgnutls26/gnutls-devel/gnutls-doc: Library  implementing TLS 1.0 and SSL 3.0 protocols
  2008-03-19 16:46 [ITA] gnutls/libgnutls26/gnutls-devel/gnutls-doc: Library implementing TLS 1.0 and SSL 3.0 protocols Dr. Volker Zell
@ 2008-03-19 20:40 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2008-03-19 20:40 UTC (permalink / raw)
  To: cygwin-apps

On Mar 19 17:44, Dr. Volker Zell wrote:
> cd gnutls
> wget http://volkerzell.de/cygwin/ITP/gnutls/setup.hint
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1-src.tar.bz2
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-2.2.2-1.tar.bz2
> 
> cd libgnutls26
> wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/setup.hint
> wget http://volkerzell.de/cygwin/ITP/gnutls/libgnutls26/libgnutls26-2.2.2-1.tar.bz2
> 
> cd ../gnutls-devel
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/setup.hint
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-devel/gnutls-devel-2.2.2-1.tar.bz2
> 
> cd ../gnutls-doc
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/setup.hint
> wget http://volkerzell.de/cygwin/ITP/gnutls/gnutls-doc/gnutls-doc-2.2.2-1.tar.bz2

Thanks for taking over!  Packaging looks good.  Uploaded.


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-03-19 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-19 16:46 [ITA] gnutls/libgnutls26/gnutls-devel/gnutls-doc: Library implementing TLS 1.0 and SSL 3.0 protocols Dr. Volker Zell
2008-03-19 20:40 ` 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).