| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=108267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Always depend on libtasn1 and opencdk
- Add libgcrypt-devel and libgpg-error dependencies
- Add explicit USE_ICONV and USE_GETTEXT to properly register
shared library dependencies
- Add CONFLICTS to prevent installation over gnutls-devel
Notes:
svn path=/head/; revision=103354
|
|
|
|
| |
Notes:
svn path=/head/; revision=99525
|
|
|
|
|
|
|
| |
Approved by: krion
Notes:
svn path=/head/; revision=91927
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=89444
|
|
|
|
|
|
|
| |
Pointed out by: KATO Tsuguru
Notes:
svn path=/head/; revision=89210
|
|
|
|
|
|
|
|
| |
PR: 57140
Submitted by: maintainer
Notes:
svn path=/head/; revision=89159
|
|
|
|
|
|
|
|
| |
PR: 50289
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=77470
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=76101
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
| |
Notes:
svn path=/head/; revision=75560
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 47102
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=73427
|
|
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
|