From owner-freebsd-ports Sat Nov 16 16:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0744137B401 for ; Sat, 16 Nov 2002 16:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D58C43E75 for ; Sat, 16 Nov 2002 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH0A1x3020499 for ; Sat, 16 Nov 2002 16:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAH0A1p2020498; Sat, 16 Nov 2002 16:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B7F37B401 for ; Sat, 16 Nov 2002 16:08:06 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D2E643E42 for ; Sat, 16 Nov 2002 16:08:05 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 1804 invoked by uid 911); 17 Nov 2002 00:08:03 -0000 Message-Id: <20021117000803.1803.qmail@outpost.globcon.net> Date: 17 Nov 2002 00:08:03 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45348: [NEW PORT] security/gnutls: GNU Transport Layer Security (TLS) library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45348 >Category: ports >Synopsis: [NEW PORT] security/gnutls: GNU Transport Layer Security (TLS) library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 16 16:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and SSL 3.0 protocols. The library does not include any patented algorithms and is available under the GNU Lesser GPL license. Important features of the GnuTLS library include: - Thread safety - Support for both TLS 1.0 and SSL 3.0 protocols - Support for both X.509 and OpenPGP certificates - Support for basic parsing and verification of certificates - Support for SRP for TLS authentication - Support for TLS Extension mechanism - Support for TLS Compression Methods Additionaly GnuTLS provides an emulation API for the widely used OpenSSL library, to ease integration with existing applications. WWW: http://www.gnutls.org/ >How-To-Repeat: >Fix: Depends on security/libtasn1 port (PR 45347). --- gnutls-0.5.11.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnutls # gnutls/pkg-plist # gnutls/pkg-descr # gnutls/distinfo # gnutls/Makefile # gnutls/pkg-comment # echo c - gnutls mkdir -p gnutls > /dev/null 2>&1 echo x - gnutls/pkg-plist sed 's/^X//' >gnutls/pkg-plist << 'END-of-gnutls/pkg-plist' Xbin/libgnutls-config Xbin/libgnutls-extra-config Xbin/gnutls-serv Xbin/gnutls-cli Xbin/gnutls-srpcrypt Xbin/gnutls-cli-debug Xinclude/gnutls/extra.h Xinclude/gnutls/openssl.h Xinclude/gnutls/gnutls.h X@dirrm include/gnutls Xlib/libgnutls.so.6 Xlib/libgnutls.so Xlib/libgnutls.la Xlib/libgnutls.a Xlib/libgnutls-extra.so.6 Xlib/libgnutls-extra.so Xlib/libgnutls-extra.la Xlib/libgnutls-extra.a Xshare/aclocal/libgnutls.m4 Xshare/aclocal/libgnutls-extra.m4 X%%PORTDOCS%%share/doc/gnutls/AUTHORS X%%PORTDOCS%%share/doc/gnutls/NEWS X%%PORTDOCS%%share/doc/gnutls/README X%%PORTDOCS%%share/doc/gnutls/THANKS X%%PORTDOCS%%share/doc/gnutls/gnutls-logo.ps X%%PORTDOCS%%share/doc/gnutls/gnutls.ps X%%PORTDOCS%%@dirrm share/doc/gnutls END-of-gnutls/pkg-plist echo x - gnutls/pkg-descr sed 's/^X//' >gnutls/pkg-descr << 'END-of-gnutls/pkg-descr' XGnuTLS is a portable ANSI C based library which implements the TLS 1.0 and XSSL 3.0 protocols. The library does not include any patented algorithms and Xis available under the GNU Lesser GPL license. X XImportant features of the GnuTLS library include: X- Thread safety X- Support for both TLS 1.0 and SSL 3.0 protocols X- Support for both X.509 and OpenPGP certificates X- Support for basic parsing and verification of certificates X- Support for SRP for TLS authentication X- Support for TLS Extension mechanism X- Support for TLS Compression Methods X XAdditionaly GnuTLS provides an emulation API for the widely used XOpenSSL library, to ease integration with existing applications. X XWWW: http://www.gnutls.org/ END-of-gnutls/pkg-descr echo x - gnutls/distinfo sed 's/^X//' >gnutls/distinfo << 'END-of-gnutls/distinfo' XMD5 (gnutls-0.5.11.tar.gz) = 9e86b8fb85be918a17c6734391de103f END-of-gnutls/distinfo echo x - gnutls/Makefile sed 's/^X//' >gnutls/Makefile << 'END-of-gnutls/Makefile' X# New ports collection makefile for: gnutls X# Date created: 13 Nov 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= gnutls XPORTVERSION= 0.5.11 XCATEGORIES= security net XMASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ X ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/ \ X http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ X ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ X XMAINTAINER= sergei@kolobov.com X XLIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ X tasn1:${PORTSDIR}/security/libtasn1 X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_TARGET= XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" X XDOCS= AUTHORS NEWS README THANKS X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X ${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR} X.endif X X.include END-of-gnutls/Makefile echo x - gnutls/pkg-comment sed 's/^X//' >gnutls/pkg-comment << 'END-of-gnutls/pkg-comment' XGNU Transport Layer Security library END-of-gnutls/pkg-comment exit --- gnutls-0.5.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message