Commit Graph

44 Commits

Author SHA1 Message Date
Roman Bogorodskiy
708758a41e Update to 1.4.2. 2006-08-12 07:27:35 +00:00
Roman Bogorodskiy
ac8676f4f6 - Update to 1.4.1
- Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have
  been done that earlier actually)
2006-07-14 16:54:42 +00:00
Roman Bogorodskiy
5396181e47 Update to 1.4.0. 2006-07-06 17:40:10 +00:00
Roman Bogorodskiy
820c9be072 Fix libtasn1 dependency.
PR:		97487
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Pointyhat to:	tmclaugh
2006-05-19 09:45:03 +00:00
Tom McLaughlin
e69e81411d Move opencdk and libtasn1 detection to after bsd.port.pre.mk so they can
be properly detected if already installed.
2006-05-17 16:42:13 +00:00
Roman Bogorodskiy
b075b51333 - Update to 1.2.11
- Order MASTER_SITEs by relevance
- Allow using libtasn1 from ports (disabled in previous commit due to
  problems)
2006-05-12 03:03:54 +00:00
Roman Bogorodskiy
bb9170f997 Temporary allow using included libtasn1 only to fix build.
PR:		96838, 96833
Submitted by:	Carl Fongheiser <kf0yn@mchsi.com>,
		Kyryll A Mirnenko <mirya@matrix.ua>
2006-05-06 03:17:43 +00:00
Roman Bogorodskiy
b6baf72cb0 Chase security/libtasn1 shlib version bump. 2006-05-05 16:02:27 +00:00
Sergei Kolobov
8620fd9b3b - Chase libgpg-error shlib version bump (.1 -> .2)
- Bump PORTREVISION
2006-05-03 12:55:36 +00:00
Roman Bogorodskiy
f968c7358d - Depend on texinfo from ports only when it is really needed [1]
- Remove USE_REINPLACE

Submitted by:	nork [1]
2006-03-16 15:58:24 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Roman Bogorodskiy
c84dc5e314 Update to 1.2.10 - a security release which fixes bugs in
libtasn1's DER decoder
2006-02-10 16:31:17 +00:00
Roman Bogorodskiy
327db67bb5 Update to 1.2.9. 2006-01-09 16:33:15 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Roman Bogorodskiy
1caf8c7446 - Revive CONFLICTS with gnutls-devel [1]
- Do not build static libraries [2]

Requested by:	kris [1]
		vs [2]
2005-09-11 11:23:24 +00:00
Roman Bogorodskiy
6bb185d957 Don't CONFLICTS with gnutls-devel since it has been removed. 2005-09-09 15:34:02 +00:00
Sergei Kolobov
601a79499f - Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them
2005-08-30 14:28:29 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergei Kolobov
808556826e - Depend on pkg-config to allow for clean package deinstallation
(due to presence of files installed into ${PREFIX}/libdata/pkgconfig)
- Remove patches in favor of simpler REINPLACE substitution

PR:		ports/77279 (based on)
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2005-02-18 12:14:05 +00:00
Sergei Kolobov
c78dd874e5 - Add 2 new patches missed in the previous commit
(needed to fix pkg-config files installation)
2005-02-07 08:21:07 +00:00
Sergei Kolobov
cdf463f9b6 - Update to 1.0.24 [1]
- Install pkg-config files into a proper directory

PR:             ports/76905 [1]
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> [1]
2005-02-07 08:19:29 +00:00
Tilman Keskinoz
8310ee07c9 Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
          root,
        * fixed type usage in Serpent,
        * made the code mix the PID into the entropy pool for better protection
          after a fork,
        * fixed memory leak in RSA.
        * fixed alignment problems in Rijndael,
        * fixed memory leak in gcry_pk_sign(),
        * fixed broken pointer access in gcry_ac_open(),
        * updated the documentation,
        * fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
2005-01-11 14:53:12 +00:00
Sergei Kolobov
25d5793be7 - Update to 1.0.21
- Make security/libtasn1 and security/opencdk into optional dependencies,
  enabled by knobs: WITH_LIBTASN1 and WITH_OPENCDK, respectively.
  Default to using their included versions
2004-10-13 09:08:06 +00:00
Sergei Kolobov
d6383a553b - Update to 1.0.20, fixing GnuTLS certificate chain verification DoS
vulnerability (portaudit ID: 84ab58cf-e4ac-11d8-9b0a-000347a4fa7d),
  described in the following advisories:
  - http://www.hornik.sk/SA/SA-20040802.txt
  - http://secunia.com/advisories/12156

PR:		ports/71502
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Approved by:	portmgr (eik, marcus)
2004-09-10 08:15:53 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Sergei Kolobov
ed56ae4635 - Update to 1.0.13 (latest stable version) [1]
- Switch to libtool-1.5
- NOTE: shlib version was downgraded from 13 to 12

PR:		ports/66331 [1]
Submitted by:	Brian Candler <B.Candler@pobox.com>
2004-06-04 21:52:53 +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
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
12203ab0c4 - Update to 1.0.8
- 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
2004-03-08 23:43:20 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +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