Commit graph

19 commits

Author SHA1 Message Date
Sergei Kolobov
1efb18286b - Update to 1.1.9 (latest development version)
- Switch to libtool-1.5
2004-06-04 21:47:55 +00:00
Tilman Keskinoz
f75ab7e2f3 Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel

Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc

libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt

libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.

Approved by:	lofi

wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.

No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
2004-05-03 13:57:46 +00:00
Sergei Kolobov
5eddd6d075 - Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,
not security/libgcrypt. Thanks to Kris for spotting this.
- Bump PORTREVISION
2004-03-24 07:12:22 +00:00
Kris Kennaway
e4c079a64d BROKEN: Inconsistent dependencies (depends on two versions of libgcrypt) 2004-03-21 23:45:51 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sergei Kolobov
25cda241b0 - Update to the latest development version (1.1.6)
after repocopy from security/gnutls
2004-03-08 23:38:28 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Kirill Ponomarev
9c7bf6ce6c - Make security/opencdk and security/libtasn1 dependencies
optional, enabled by WITH_OPENCDK and WITH_LIBTASN1 knobs,
  respectively.  NOTE: several people reported that using
  external libtasn1 breaks (at least some) GnuTLS functionality,
  so using WITH_LIBTASN1 is NOT recommended for now.
- Remove patch-configure as it breaks proper shared library build
- Build include lzo library by default (noticed by KATO Tsuguru)
- Re-sort pkg-plist

PR:		57346
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-09-29 14:38:03 +00:00
Kirill Ponomarev
77c89c1e4f - Chase library to actual opencdk dependency
Submitted by:	maintainer
2003-09-26 11:22:04 +00:00
Kirill Ponomarev
6e5a8fc712 - Chase shared library version
Pointed out by:	KATO Tsuguru
2003-09-24 12:38:47 +00:00
Kirill Ponomarev
89048fd5c6 - Update to 0.8.10
PR:		57140
Submitted by:	maintainer
2003-09-24 09:06:54 +00:00
Kevin Lo
28d87a6700 Update to 0.8.6
PR: 50289
Submitted by: MAINTAINER
2003-03-26 06:58:40 +00:00
Christian Weisgerber
f6589b4190 - Update to 0.8.1
- Remove WITH_OPENCDK knob - require security/opencdk by default
- Use DOCSDIR and EXAMPLESDIR in pkg-plist

PR:		48706
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-02-27 20:52:02 +00:00
Kris Kennaway
b9074537d7 Add missing directory 2003-02-22 04:11:02 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Tilman Keskinoz
af0250c16c Use MASTER_SITE_GNUPG 2003-02-15 11:18:08 +00:00
Norikatsu Shigemura
2fcea17417 - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by default
- Bump PORTREVISION - although there are no changes with the default options,
  hint users to upgrade to take advantage of OpenCDK support
- Re-sort MASTER_SITES (ftp.gnutls.org is temporarily unavailable)
- Allow user to specify their own CPPFLAGS and LDFLAGS
- Remove useless .la files
- Re-sort pkg-plist

PR:		ports/47525
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-01-28 22:12:42 +00:00
Tilman Keskinoz
5d967273f5 Update to 0.6.0
PR:		47102
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-18 21:14:06 +00:00
Edwin Groothuis
f8656b2ce6 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/

PR:		ports/45348
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-01-07 14:02:30 +00:00