notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
gnutls-devel GNU Transport Layer Security library
2.99.4_2 security Deleted on this many watch lists=1 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.99.4_2Version of this port present on the latest quarterly branch.
Forbidden FORBIDDEN: Vulnerable to CVE-2014-0092
Broken BROKEN: Does not build
Deprecated DEPRECATED: Stale, broken and vulnerable
Expired This port expired on: 2014-04-01
Ignore IGNORE: is marked as broken: Does not build
Maintainer: novel@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-03-09 00:54:39
Last Update: 2014-04-01 21:24:17
SVN Revision: 349892
People watching this port, also watch:: nethack32, svk, tmpreaper, uk-aspell
Also Listed In: net
License: not specified in port
WWW:
http://www.gnutls.org/
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gnutls-devel>0:security/gnutls-devel
No installation instructions:
This port has been deleted.
PKGNAME: gnutls-devel
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf : devel/pkgconf
  2. libtool>=2.4 : devel/libtool
Library dependencies:
  1. gpg-error.0 : security/libgpg-error
  2. nettle.4 : security/nettle
  3. p11-kit.0 : security/p11-kit
  4. libiconv.so.3 : converters/libiconv
  5. libintl.so : devel/gettext
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gnutls-devel-2.99.4_2: DOCS=on: Build and/or install documentation NLS=on: Native Language Support ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.gnutls.org/pub/gnutls/devel/
  3. http://alpha.gnu.org/gnu/gnutls/
Collapse this list.

Number of commits found: 82

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.99.4_2
01 Apr 2014 21:24:17
Revision:349892Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Remove expired ports:
2014-02-27 devel/hyena: Broken for more than 6 month
2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old
standards
2014-04-01 security/gnutls-devel: Stale, broken and vulnerable
2014-04-01 sysutils/epylog: distfiles no longer fetchable
2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted
2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted
2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted
2014-04-01 news/dnews: Unmaintained, interactive and restricted
2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat
instead
2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
2.99.4_2
04 Mar 2014 22:38:05
Revision:347077Original commit files touched by this commit This port version is marked as vulnerable.
bdrewery search for other commits by this committer
- Mark FORBIDDEN and deprecate

With hat:	portmgr
2.99.4_2
22 Feb 2014 09:15:57
Revision:345572Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Mark broken: Does not build

With gcc:
gnome-libtool: compile:  cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./../../gl
-I./../includes -I./../includes -I./.. -I/usr/local/include -fPIC -O2 -pipe
-fno-strict-aliasing -I/usr/local/include/p11-kit-1 -MT x509.lo -MD -MP -MF
.deps/x509.Tpo -c x509.c  -fPIC -DPIC -o .libs/x509.o
x509.c: In function 'gnutls_x509_dn_get_rdn_ava':
x509.c:2018: error: dereferencing pointer to incomplete type
x509.c:2019: error: dereferencing pointer to incomplete type
x509.c:2033: error: dereferencing pointer to incomplete type
x509.c:2034: error: dereferencing pointer to incomplete type

With clang:
x509.c:2018:23: error: incomplete definition of type 'struct asn1_node_st'
  ava->oid.data = elem->value;
                  ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct
asn1_node_st'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.99.4_2
21 Feb 2014 13:39:24
Revision:345433Original commit files touched by this commit This port version is marked as vulnerable.
ehaupt search for other commits by this committer
Remove trailing whitespaces from category security
2.99.4_2
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit This port version is marked as vulnerable.
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2.99.4_2
03 Nov 2013 09:22:00
Revision:332596Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Chase security/libtasn1 update
- Add UPDATING entry
2.99.4_1
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
2.99.4_1
31 Aug 2013 00:11:07
Revision:325745Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
2.99.4_1
06 May 2013 09:39:25
Revision:317496Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Finish converting security from WITHOUT_NLS to PORT_OPTIONS:MNLS
2.99.4_1
30 Apr 2013 06:28:27
Revision:316883Original commit files touched by this commit This port version is marked as vulnerable.
jgh search for other commits by this committer
- convert ports to USES= gettext

Approved by:	portmgr (bapt@)
2.99.4_1
27 Apr 2013 18:25:25
Revision:316683Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2.99.4_1
06 Feb 2013 17:30:08
Revision:311783Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
2.99.4
07 Oct 2011 07:36:02
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Un-set FORBIDDEN as the port is not actually vulnerable for a long time,
version specification in vuln.xml was just too broad.
2.99.4
26 Sep 2011 09:24:20
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
2.99.4
23 Sep 2011 22:26:39
Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
2.99.4
28 Jul 2011 04:07:45
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Fix build by removing obsolete patches I forgot to remove in my
original commit.

Reported by:            pav
Pointyhat to:           novel
2.99.4
26 Jul 2011 11:41:35
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.99.4.
2.99.2
27 May 2011 15:11:07
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.99.2.
2.11.6
23 Feb 2011 19:05:33
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.11.6.
2.11.5
31 Jan 2011 18:55:59
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.11.5.

PR:             154137 (based on)
Submitted by:   Fumiyuki Shimizu <fumifumi@abacustech.jp>
Feature safe:   yes
2.11.0_1
04 Dec 2010 07:34:27
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
2.11.0_1
27 Jul 2010 01:25:20
Original commit files touched by this commit This port version is marked as vulnerable.
wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
2.11.0
24 Jul 2010 09:55:19
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.11.0.
2.9.10_1
31 May 2010 02:01:56
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
2.9.10
03 May 2010 17:13:44
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.9.10.
2.9.1
02 Aug 2009 19:36:34
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
2.9.1
22 Jun 2009 19:02:45
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.9.1.
2.7.8
10 May 2009 06:24:03
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.7.8.
2.7.6
01 Mar 2009 18:15:52
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Uodate to 2.7.6.
2.7.5
12 Feb 2009 18:50:48
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.7.5.
2.7.4_1
18 Jan 2009 17:04:08
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Chase libtasn1 shared library version bump.
2.7.4
09 Jan 2009 07:21:29
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Re-add gnutls-devel port at version 2.7.4.
2.3.14
23 Jun 2008 17:34:35
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Remove security/gnutls-devel for a time while the experimental branch
is not active.
2.3.14
14 Jun 2008 17:41:00
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.3.14.
2.3.8_1
06 Jun 2008 14:01:07
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2.3.8
03 May 2008 15:54:02
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.3.8.
2.3.7
25 Apr 2008 17:46:45
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 2.3.7.
2.3.3
10 Mar 2008 20:13:59
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Update to 2.3.3
- Remove INGORE line since the port is up-to-date now
1.7.19_1
28 Feb 2008 21:47:06
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Chase libgcrypt library version
1.7.19
31 Oct 2007 05:46:58
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
gnutls-devel is now older than gnutls, so in order not to update or delete it
during the freeze, mark it IGNORE.

Approved by:    portmgr (linimon)
1.7.19
28 Aug 2007 13:17:28
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.19.
1.7.18
17 Aug 2007 16:41:51
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.18.
1.7.16
10 Aug 2007 13:57:50
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.16.
1.7.15
23 Jul 2007 09:36:52
Original commit files touched by this commit This port version is marked as vulnerable.
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
1.7.15
04 Jul 2007 17:03:37
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.15.
1.7.14
28 Jun 2007 09:40:08
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.14.
1.7.11
26 May 2007 17:09:16
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.11.
1.7.8
17 Apr 2007 05:59:31
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.8.
1.7.7
27 Mar 2007 06:57:26
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.7.
1.7.6_1
08 Mar 2007 14:12:08
Original commit files touched by this commit This port version is marked as vulnerable.
jylefort search for other commits by this committer
Track libgpg-error shlib version change.
1.7.6
15 Feb 2007 07:15:06
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.6.
1.7.5_1
14 Feb 2007 12:11:46
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Chase security/opencdk update.
1.7.5
14 Feb 2007 11:32:30
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.5.
1.7.1
02 Jan 2007 10:08:54
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.7.1.
1.5.4
08 Nov 2006 18:52:49
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.5.4.
1.5.2
08 Oct 2006 13:46:32
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Update to 1.5.2
- Add WITHOUT_CXX knob to disable C++ wrapper library
1.5.1
24 Sep 2006 04:05:45
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.5.1.
1.5.0_1
22 Sep 2006 07:10:31
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]

Approved by:    maintainers (arved, lofi, novel,
                ports at mcdermottroe dot com) [1]
Suggested by:   novel, lofi [2]
1.5.0
27 Aug 2006 19:47:30
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
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/
1.3.5
06 Jul 2006 19:21:00
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Remove gnutls-devel since the development version of gnutls is not
active yet.
1.3.5
17 May 2006 16:42:13
Original commit files touched by this commit This port version is marked as vulnerable.
tmclaugh search for other commits by this committer
Move opencdk and libtasn1 detection to after bsd.port.pre.mk so they can
be properly detected if already installed.
1.3.5
05 May 2006 19:15:57
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.3.5.
1.3.4_2
05 May 2006 16:02:27
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Chase security/libtasn1 shlib version bump.
1.3.4_1
03 May 2006 12:55:36
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Chase libgpg-error shlib version bump (.1 -> .2)
- Bump PORTREVISION
1.3.4
23 Feb 2006 10:40:45
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
1.3.4
10 Feb 2006 16:34:14
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.3.4 - a security release which fixes bugs in
libtasn1's DER decoder.
1.3.3
16 Jan 2006 15:53:26
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 1.3.3.
1.3.2
22 Dec 2005 18:38:02
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Update to 1.3.2
- Search for makeinfo in LOCALBASE, not in PREFIX
- Put http://josefsson.org/gnutls/ on the top of MASTER_SITES (announce
  states it is the only working site right now)
1.3.0
02 Dec 2005 12:12:36
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
I disabled building of static libs but forgot to remove them from the
pkg-plist. Remove it now to fix package build.

Reported by:    pointyhat via kris
1.3.0
29 Nov 2005 14:24:47
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Fix distinfo.

Reported by:    pointyhat via kris
1.3.0
28 Nov 2005 10:07:51
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Add gnutls-devel - development version of gnutls.
1.1.9_1
30 Aug 2005 14:22:28
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Remove gnutls-devel port: this development version of GnuTLS library
  is no longer being released upstream since 1.2.0 update of the stable
  branch. Thus, it does not make sense that we keep it anymore.
1.1.9_1
12 Apr 2005 03:26:57
Original commit files touched by this commit This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.1.9_1
11 Apr 2005 08:04:41
Original commit files touched by this commit This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.1.9_1
11 Jan 2005 14:53:12
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
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.
1.1.9
09 Jul 2004 17:43:11
Original commit files touched by this commit This port version is marked as vulnerable.
marcus search for other commits by this committer
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
1.1.9
04 Jun 2004 21:47:55
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to 1.1.9 (latest development version)
- Switch to libtool-1.5
1.1.6_2
03 May 2004 13:57:46
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
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:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.6_1
24 Mar 2004 07:12:22
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,
  not security/libgcrypt. Thanks to Kris for spotting this.
- Bump PORTREVISION
1.1.6
21 Mar 2004 23:45:51
Original commit files touched by this commit This port version is marked as vulnerable.
kris search for other commits by this committer
BROKEN: Inconsistent dependencies (depends on two versions of libgcrypt)
1.1.6
14 Mar 2004 06:17:56
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
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.
1.1.6
08 Mar 2004 23:38:29
Original commit files touched by this commit This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to the latest development version (1.1.6)
  after repocopy from security/gnutls

Number of commits found: 82