aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,Sergei Kolobov2004-03-241-3/+2
| | | | | | | | not security/libgcrypt. Thanks to Kris for spotting this. - Bump PORTREVISION Notes: svn path=/head/; revision=105106
* BROKEN: Inconsistent dependencies (depends on two versions of libgcrypt)Kris Kennaway2004-03-211-0/+2
| | | | Notes: svn path=/head/; revision=104874
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Update to the latest development version (1.1.6)Sergei Kolobov2004-03-083-30/+38
| | | | | | | after repocopy from security/gnutls Notes: svn path=/head/; revision=103352
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* - Make security/opencdk and security/libtasn1 dependenciesKirill Ponomarev2003-09-293-25/+26
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=89820
* - Chase library to actual opencdk dependencyKirill Ponomarev2003-09-261-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=89444
* - Chase shared library versionKirill Ponomarev2003-09-241-1/+1
| | | | | | | Pointed out by: KATO Tsuguru Notes: svn path=/head/; revision=89210
* - Update to 0.8.10Kirill Ponomarev2003-09-243-10/+8
| | | | | | | | PR: 57140 Submitted by: maintainer Notes: svn path=/head/; revision=89159
* Update to 0.8.6Kevin Lo2003-03-262-3/+3
| | | | | | | | PR: 50289 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77470
* - Update to 0.8.1Christian Weisgerber2003-02-274-41/+40
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=76594
* Add missing directoryKris Kennaway2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76101
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-2/+2
| | | | Notes: svn path=/head/; revision=75560
* - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by defaultNorikatsu Shigemura2003-01-282-10/+25
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=74179
* Update to 0.6.0Tilman Keskinoz2003-01-183-6/+22
| | | | | | | | PR: 47102 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=73427
* GnuTLS is a portable ANSI C based library which implements the TLS 1.0 andEdwin Groothuis2003-01-075-0/+84
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> Notes: svn path=/head/; revision=72696