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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: security/gnutls-devel/Makefile

Number of commits found: 79

Tuesday, 4 Mar 2014
22:38 bdrewery search for other commits by this committer
- Mark FORBIDDEN and deprecate

With hat:	portmgr
Original commitRevision:347077 
Saturday, 22 Feb 2014
09:15 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'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2019:23: error: incomplete definition of type 'struct asn1_node_st'
  ava->oid.size = elem->value_len;
                  ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct
asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2033:13: error: incomplete definition of type 'struct asn1_node_st'
  ptr = elem->value;
        ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct
asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^
x509.c:2034:16: error: incomplete definition of type 'struct asn1_node_st'
  remlen = elem->value_len;
           ~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct
asn1_node_st'
  typedef struct asn1_node_st asn1_node_st;
                 ^

Reported by:	pkg-fallout since november 2013
Original commitRevision:345572 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category security
Original commitRevision:345433 
Monday, 10 Feb 2014
13:54 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)
Original commitRevision:343634 
Sunday, 3 Nov 2013
09:22 novel search for other commits by this committer
- Chase security/libtasn1 update
- Add UPDATING entry
Original commitRevision:332596 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Saturday, 31 Aug 2013
00:11 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
Original commitRevision:325745 
Monday, 6 May 2013
09:39 bapt search for other commits by this committer
Finish converting security from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317496 
Tuesday, 30 Apr 2013
06:28 jgh search for other commits by this committer
- convert ports to USES= gettext

Approved by:	portmgr (bapt@)
Original commitRevision:316883 
Saturday, 27 Apr 2013
18:25 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
Original commitRevision:316683 
Wednesday, 6 Feb 2013
17:30 novel search for other commits by this committer
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Original commitRevision:311783 
Friday, 7 Oct 2011
07:36 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.
Original commit
Monday, 26 Sep 2011
09:24 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.
Original commit
Friday, 23 Sep 2011
22:26 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
Original commit
Tuesday, 26 Jul 2011
11:41 novel search for other commits by this committer
Update to 2.99.4.
Original commit
Friday, 27 May 2011
15:11 novel search for other commits by this committer
Update to 2.99.2.
Original commit
Wednesday, 23 Feb 2011
19:05 novel search for other commits by this committer
Update to 2.11.6.
Original commit
Monday, 31 Jan 2011
18:55 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
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 27 Jul 2010
01:25 wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Saturday, 24 Jul 2010
09:55 novel search for other commits by this committer
Update to 2.11.0.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 3 May 2010
17:13 novel search for other commits by this committer
Update to 2.9.10.
Original commit
Sunday, 2 Aug 2009
19:36 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
Original commit
Monday, 22 Jun 2009
19:02 novel search for other commits by this committer
Update to 2.9.1.
Original commit
Sunday, 10 May 2009
06:24 novel search for other commits by this committer
Update to 2.7.8.
Original commit
Sunday, 1 Mar 2009
18:15 novel search for other commits by this committer
Uodate to 2.7.6.
Original commit
Thursday, 12 Feb 2009
18:50 novel search for other commits by this committer
Update to 2.7.5.
Original commit
Sunday, 18 Jan 2009
17:04 novel search for other commits by this committer
Chase libtasn1 shared library version bump.
Original commit
Friday, 9 Jan 2009
07:21 novel search for other commits by this committer
Re-add gnutls-devel port at version 2.7.4.
Original commit
Monday, 23 Jun 2008
17:34 novel search for other commits by this committer
Remove security/gnutls-devel for a time while the experimental branch
is not active.
Original commit
Saturday, 14 Jun 2008
17:41 novel search for other commits by this committer
Update to 2.3.14.
Original commit
Friday, 6 Jun 2008
14:01 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)
Original commit
Saturday, 3 May 2008
15:54 novel search for other commits by this committer
Update to 2.3.8.
Original commit
Friday, 25 Apr 2008
17:46 novel search for other commits by this committer
Update to 2.3.7.
Original commit
Monday, 10 Mar 2008
20:13 novel search for other commits by this committer
- Update to 2.3.3
- Remove INGORE line since the port is up-to-date now
Original commit
Thursday, 28 Feb 2008
21:47 arved search for other commits by this committer
Chase libgcrypt library version
Original commit
Wednesday, 31 Oct 2007
05:46 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)
Original commit
Tuesday, 28 Aug 2007
13:17 novel search for other commits by this committer
Update to 1.7.19.
Original commit
Friday, 17 Aug 2007
16:41 novel search for other commits by this committer
Update to 1.7.18.
Original commit
Friday, 10 Aug 2007
13:57 novel search for other commits by this committer
Update to 1.7.16.
Original commit
Monday, 23 Jul 2007
09:36 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
Original commit
Wednesday, 4 Jul 2007
17:03 novel search for other commits by this committer
Update to 1.7.15.
Original commit
Thursday, 28 Jun 2007
09:40 novel search for other commits by this committer
Update to 1.7.14.
Original commit
Saturday, 26 May 2007
17:09 novel search for other commits by this committer
Update to 1.7.11.
Original commit
Tuesday, 17 Apr 2007
05:59 novel search for other commits by this committer
Update to 1.7.8.
Original commit
Tuesday, 27 Mar 2007
06:57 novel search for other commits by this committer
Update to 1.7.7.
Original commit
Thursday, 8 Mar 2007
14:12 jylefort search for other commits by this committer
Track libgpg-error shlib version change.
Original commit
Thursday, 15 Feb 2007
07:15 novel search for other commits by this committer
Update to 1.7.6.
Original commit
Wednesday, 14 Feb 2007
12:11 novel search for other commits by this committer
Chase security/opencdk update.
Original commit
11:32 novel search for other commits by this committer
Update to 1.7.5.
Original commit
Tuesday, 2 Jan 2007
10:08 novel search for other commits by this committer
Update to 1.7.1.
Original commit
Wednesday, 8 Nov 2006
18:52 novel search for other commits by this committer
Update to 1.5.4.
Original commit
Sunday, 8 Oct 2006
13:46 novel search for other commits by this committer
- Update to 1.5.2
- Add WITHOUT_CXX knob to disable C++ wrapper library
Original commit
Sunday, 24 Sep 2006
04:05 novel search for other commits by this committer
Update to 1.5.1.
Original commit
Friday, 22 Sep 2006
07:10 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]
Original commit
Sunday, 27 Aug 2006
19:47 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/
Original commit
Thursday, 6 Jul 2006
19:21 novel search for other commits by this committer
Remove gnutls-devel since the development version of gnutls is not
active yet.
Original commit
Wednesday, 17 May 2006
16:42 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.
Original commit
Friday, 5 May 2006
19:15 novel search for other commits by this committer
Update to 1.3.5.
Original commit
16:02 novel search for other commits by this committer
Chase security/libtasn1 shlib version bump.
Original commit
Wednesday, 3 May 2006
12:55 sergei search for other commits by this committer
- Chase libgpg-error shlib version bump (.1 -> .2)
- Bump PORTREVISION
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Friday, 10 Feb 2006
16:34 novel search for other commits by this committer
Update to 1.3.4 - a security release which fixes bugs in
libtasn1's DER decoder.
Original commit
Monday, 16 Jan 2006
15:53 novel search for other commits by this committer
Update to 1.3.3.
Original commit
Thursday, 22 Dec 2005
18:38 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)
Original commit
Tuesday, 29 Nov 2005
14:24 novel search for other commits by this committer
Fix distinfo.

Reported by:    pointyhat via kris
Original commit
Monday, 28 Nov 2005
10:07 novel search for other commits by this committer
Add gnutls-devel - development version of gnutls.
Original commit
Tuesday, 30 Aug 2005
14:22 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.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 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'.
Original commit
Tuesday, 11 Jan 2005
14:53 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.
Original commit
Friday, 9 Jul 2004
17:43 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
Original commit
Friday, 4 Jun 2004
21:47 sergei search for other commits by this committer
- Update to 1.1.9 (latest development version)
- Switch to libtool-1.5
Original commit
Monday, 3 May 2004
13:57 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:
- 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
Original commit
Wednesday, 24 Mar 2004
07:12 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
Original commit
Sunday, 21 Mar 2004
23:45 kris search for other commits by this committer
BROKEN: Inconsistent dependencies (depends on two versions of libgcrypt)
Original commit
Sunday, 14 Mar 2004
06:17 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.
Original commit
Monday, 8 Mar 2004
23:38 sergei search for other commits by this committer
- Update to the latest development version (1.1.6)
  after repocopy from security/gnutls
Original commit

Number of commits found: 79