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/Makefile

Number of commits found: 200 (showing only 100 on this page)

1 | 2  »  

Monday, 26 Feb 2024
08:31 Baptiste Daroussin (bapt) search for other commits by this committer
security/gnutls: fix build with lld 17

Since lld17 the default is to have the LDFLAGS --no-undefined-version
activated by default, which means that versions scripts should not
contain undefined symbols

2 bugs in gnutls:
1/ the configure scripts tests an empty binary against a list of version
symbols, meaning it breaks in configure (hence the activation of
--enable-ld-version-scripts) which means currently provided gnutls
packages are build without version scripts which breaks existing
installations...
2/ the version script used to link the binary can contain undefined
symbols depending on the options used to build (hence the addition of
the LDFLAGS.
commit hash: 2b7869778cf1e412eb3f7940e43a4a393bfd4a68 commit hash: 2b7869778cf1e412eb3f7940e43a4a393bfd4a68 commit hash: 2b7869778cf1e412eb3f7940e43a4a393bfd4a68 commit hash: 2b7869778cf1e412eb3f7940e43a4a393bfd4a68 2b78697
Saturday, 27 Jan 2024
16:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/gnutls: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 24916a66cdb07d39243a0a15ca4ec253c3cbcd0f commit hash: 24916a66cdb07d39243a0a15ca4ec253c3cbcd0f commit hash: 24916a66cdb07d39243a0a15ca4ec253c3cbcd0f commit hash: 24916a66cdb07d39243a0a15ca4ec253c3cbcd0f 24916a6
Friday, 6 Oct 2023
09:52 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: Update to 3.7.10
commit hash: ad37eb3ab5fd89722703db7d518bf2dee9d99327 commit hash: ad37eb3ab5fd89722703db7d518bf2dee9d99327 commit hash: ad37eb3ab5fd89722703db7d518bf2dee9d99327 commit hash: ad37eb3ab5fd89722703db7d518bf2dee9d99327 ad37eb3
Monday, 13 Feb 2023
13:29 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: Update to 3.7.9

Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-07-14
commit hash: 56cb8ebf5348bf1dec31e304110995fd9c96f9f5 commit hash: 56cb8ebf5348bf1dec31e304110995fd9c96f9f5 commit hash: 56cb8ebf5348bf1dec31e304110995fd9c96f9f5 commit hash: 56cb8ebf5348bf1dec31e304110995fd9c96f9f5 56cb8eb
Saturday, 22 Oct 2022
09:36 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION for consumers of libunistring

Reported by:	jbeich
commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c commit hash: df6c65a0267a323b1adfc7dca649e9f7b649cc7c df6c65a
Sunday, 2 Oct 2022
10:06 Yasuhiro Kimura (yasu) search for other commits by this committer
security/gnutls: Update to 3.7.8

ChangeLog:	https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html
PR:		266746
Approved by:	tijl (maintainer)
commit hash: 1039d105eb2e12c6811a43ab86237db636724da6 commit hash: 1039d105eb2e12c6811a43ab86237db636724da6 commit hash: 1039d105eb2e12c6811a43ab86237db636724da6 commit hash: 1039d105eb2e12c6811a43ab86237db636724da6 1039d10
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 9 Aug 2022
09:07 Yasuhiro Kimura (yasu) search for other commits by this committer
security/gnutls: Update to 3.7.7

ChangeLog:	https://lists.gnupg.org/pipermail/gnutls-help/2022-July/004746.html
PR:		265726
Approved by:	tijl (maintainer)
MFH:		2022Q3
Security:	CVE-2022-2509
commit hash: 5b45bb04f59989cae4ade5cd99ef40873b97370b commit hash: 5b45bb04f59989cae4ade5cd99ef40873b97370b commit hash: 5b45bb04f59989cae4ade5cd99ef40873b97370b commit hash: 5b45bb04f59989cae4ade5cd99ef40873b97370b 5b45bb0
Friday, 27 May 2022
16:58 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: update to 3.7.6
commit hash: b286f395c8891ada100d3145c73220472837c25d commit hash: b286f395c8891ada100d3145c73220472837c25d commit hash: b286f395c8891ada100d3145c73220472837c25d commit hash: b286f395c8891ada100d3145c73220472837c25d b286f39
Tuesday, 17 May 2022
21:41 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: update to 3.7.5
commit hash: 7701f7da1c0df12c07b06586e33090a0619d9ffe commit hash: 7701f7da1c0df12c07b06586e33090a0619d9ffe commit hash: 7701f7da1c0df12c07b06586e33090a0619d9ffe commit hash: 7701f7da1c0df12c07b06586e33090a0619d9ffe 7701f7d
Wednesday, 13 Apr 2022
12:11 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: update to 3.7.4

Switch from security/ca_root_nss to base system certificate store.
Disable obsolete TPM 1.2 support.

PR:		257995, 260723, 263107, 263131
Exp-run by:	antoine
commit hash: a67a3f98ec28b607845ab6a33b2d2c5504f5b137 commit hash: a67a3f98ec28b607845ab6a33b2d2c5504f5b137 commit hash: a67a3f98ec28b607845ab6a33b2d2c5504f5b137 commit hash: a67a3f98ec28b607845ab6a33b2d2c5504f5b137 a67a3f9
Sunday, 28 Nov 2021
20:21 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: Remove -Wa,-march=all for clang on aarch64

PR:		260078
commit hash: 7f765b2b68c15dae2d53461ed68e4516457ae496 commit hash: 7f765b2b68c15dae2d53461ed68e4516457ae496 commit hash: 7f765b2b68c15dae2d53461ed68e4516457ae496 commit hash: 7f765b2b68c15dae2d53461ed68e4516457ae496 7f765b2
Sunday, 11 Jul 2021
16:24 Tijl Coosemans (tijl) search for other commits by this committer
security/gnutls: update to 3.6.16
commit hash: 5aab394aad7a393f80f1c681ee0b16e359011955 commit hash: 5aab394aad7a393f80f1c681ee0b16e359011955 commit hash: 5aab394aad7a393f80f1c681ee0b16e359011955 commit hash: 5aab394aad7a393f80f1c681ee0b16e359011955 5aab394
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 6 Sep 2020
10:25 tijl search for other commits by this committer
Update to 3.6.15.

MFH:		2020Q3
Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-09-04
Original commitRevision:547781 
Sunday, 30 Aug 2020
03:10 novel search for other commits by this committer
Chase security/p11-kit update

After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.

See more details in the comments of the linked PR.

PR:		248819
Reported by:	John Hein
Original commitRevision:546967 
Sunday, 23 Aug 2020
12:08 adamw search for other commits by this committer
security/gnutls: Add MAN3 option

There are over 1,000 man3 pages. This adds a MAN3 option to
control their installation, similar to the openssl and libressl
ports.

PR:		248841
Approved by:	maintainer (tijl)
Original commitRevision:545820 
Thursday, 4 Jun 2020
12:12 tijl search for other commits by this committer
Update to 3.6.14.

MFH:		2020Q2
Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-06-03
Original commitRevision:537887 
Saturday, 16 May 2020
10:51 sunpoet search for other commits by this committer
Bump PORTREVISION for security/nettle shlib change
Original commitRevision:535391 
Tuesday, 31 Mar 2020
15:46 tijl search for other commits by this committer
Update to 3.6.13.

Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31
Original commitRevision:529981 
Sunday, 2 Feb 2020
11:54 tijl search for other commits by this committer
Update to 3.6.12.
Original commitRevision:524943 
Friday, 13 Dec 2019
16:28 tijl search for other commits by this committer
Update to 3.6.11.1, white space fix, and https WWW.
Original commitRevision:520053 
Monday, 30 Sep 2019
09:16 tijl search for other commits by this committer
Update to 3.6.10.

Also revert r508194 (-Wl,-z,notext on i386).  The problem has been fixed
upstream.
Original commitRevision:513335 
Monday, 5 Aug 2019
16:33 tijl search for other commits by this committer
Fix build on i386.  Some asm code isn't position independent.

Reported by:	cy
Original commitRevision:508194 
09:55 tijl search for other commits by this committer
Update to 3.6.9.
Original commitRevision:508152 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 9 Jul 2019
17:13 sunpoet search for other commits by this committer
Update security/nettle to 3.5.1

- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
Original commitRevision:506289 
Tuesday, 28 May 2019
10:42 tijl search for other commits by this committer
Update to 3.6.8.
Original commitRevision:502880 
Monday, 22 Apr 2019
08:30 tijl search for other commits by this committer
- Prevent detection of autogen.  It causes some files to be regenerated
  and then they require a newer header than is provided with gnutls.
- Remove ZLIB option.  It's no longer available.

PR:		237419
Reported by:	Kevin Oberman <rkoberman@gmail.com>
Original commitRevision:499615 
Friday, 19 Apr 2019
14:32 tijl search for other commits by this committer
Update to 3.6.7.

MFH:		2019Q2
Security:	https://www.gnutls.org/security-new.html#GNUTLS-SA-2019-03-27
Original commitRevision:499361 
Sunday, 24 Feb 2019
15:22 tijl search for other commits by this committer
- Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- Use --with-default-trust-store-file to set the location of the root
  certificates so configure doesn't have to autodetect this and the
  build dependency can be removed.
- Define TEST_TARGET.
- Remove DOCSDIR.  The files are also in PREFIX/share/info.
- Use p11-kit-trust as the default PKCS#11 trust store.

PR:		235703
Reported by:	mi
Original commitRevision:493765 
Saturday, 9 Feb 2019
23:25 sunpoet search for other commits by this committer
Update dns/libidn2 to 2.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
Original commitRevision:492534 
Saturday, 26 Jan 2019
11:48 tijl search for other commits by this committer
Update to 3.6.6.
Original commitRevision:491269 
Sunday, 6 Jan 2019
20:39 sunpoet search for other commits by this committer
Update dns/libidn2 to 2.1.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
Original commitRevision:489529 
Wednesday, 19 Dec 2018
09:32 tijl search for other commits by this committer
Update to 3.6.5.

PR:		234012
Exp-run by:	antoine
Original commitRevision:487793 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Friday, 10 Aug 2018
14:55 tijl search for other commits by this committer
Update to 3.5.19.
Original commitRevision:476838 
Friday, 16 Feb 2018
12:42 tijl search for other commits by this committer
Update to 3.5.18.
Original commitRevision:462006 
Wednesday, 24 Jan 2018
10:48 tijl search for other commits by this committer
Update to 3.5.17.
Original commitRevision:459832 
Friday, 5 Jan 2018
02:58 jbeich search for other commits by this committer
security/gnutls: revert r431494 per FreeBSD 11.0 EOL

PR:		216045
Approved by:	portmgr blanket
Original commitRevision:458103 
Sunday, 22 Oct 2017
13:53 tijl search for other commits by this committer
Update to 3.5.16.
Original commitRevision:452646 
Thursday, 21 Sep 2017
12:19 tijl search for other commits by this committer
Update to 3.5.15.
Original commitRevision:450254 
Thursday, 8 Jun 2017
10:46 tijl search for other commits by this committer
Update to 3.5.13.

MFH:		2017Q2
Security:	https://gnutls.org/security.html#GNUTLS-SA-2017-4
Original commitRevision:442915 
Friday, 12 May 2017
16:46 tijl search for other commits by this committer
Update to 3.5.12.
Original commitRevision:440689 
Tuesday, 25 Apr 2017
14:50 tijl search for other commits by this committer
Update to 3.5.11.
Original commitRevision:439402 
Monday, 20 Feb 2017
14:34 tijl search for other commits by this committer
Update to 3.5.9.  Disable use of libidn2 for now because it does not provide
a pkgconfig file.

PR:		217073
Exp-run by:	antoine
Original commitRevision:434443 
Saturday, 14 Jan 2017
20:51 jbeich search for other commits by this committer
security/gnutls: unbreak aarch64 after r431214

lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:5:1: error: unknown directive
.arch armv8-a+crypto
^
lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:49:2: error: instruction
requires: crypto
 aese v6.16b,v0.16b
 ^

PR:		216045
Approved by:	tijl (maintainer)
Original commitRevision:431494 
Wednesday, 11 Jan 2017
22:27 tijl search for other commits by this committer
Update to 3.5.8.

PR:		215909
Submitted by:	brnrd
Exp-run by:	antoine
MFH:		2017Q1
Security:	0c5369fc-d671-11e6-a9a5-b499baebfeaf
Original commitRevision:431214 
Friday, 9 Dec 2016
10:26 tijl search for other commits by this committer
Update to 3.4.17 and pass the right dlopen path for libtspi to configure.
Original commitRevision:428176 
Monday, 17 Oct 2016
18:25 tijl search for other commits by this committer
Update to 3.4.16.
Original commitRevision:424141 
Wednesday, 5 Oct 2016
13:55 jrm search for other commits by this committer
Add math/gmp to LIB_DEPENDS

Q/A warned that bin/certtool was linked to lib/libgmps.so.10

Approved by:	swills (mentor) tijl (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8153
Original commitRevision:423344 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
13:22 tijl search for other commits by this committer
Update to 3.4.15.

MFH:		2016Q3
Security:	https://gnutls.org/security.html#GNUTLS-SA-2016-3
Original commitRevision:421616 
Friday, 8 Jul 2016
15:36 tijl search for other commits by this committer
Update to 3.4.14.
Original commitRevision:418229 
Tuesday, 7 Jun 2016
16:26 tijl search for other commits by this committer
Update to 3.4.13.
Original commitRevision:416513 
Monday, 30 May 2016
18:55 tijl search for other commits by this committer
Update to 3.4.12.

libpkcs11mock1.so is commented out in pkg-plist because it is part of the
testsuite and shouldn't be installed.  This has been fixed upstream.
Original commitRevision:416171 
Tuesday, 12 Apr 2016
10:18 tijl search for other commits by this committer
Update to 3.4.11.
Original commitRevision:413108 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Monday, 21 Mar 2016
12:03 tijl search for other commits by this committer
- Take maintainer.
- Fix a build problem with upcoming libc++.

PR:		207768, 208175
Approved by:	bdrewery (maintainer)
Original commitRevision:411557 
Tuesday, 15 Mar 2016
06:21 ohauer search for other commits by this committer
- bump PORTREVISION on ports depending on unbound

PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
Original commitRevision:411143 
Thursday, 4 Feb 2016
15:58 erwin search for other commits by this committer
- Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports

Some Upgrade Notes:

This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.

Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the
qname minimisation, and that will both stop privacy sensitive traffic
and reduce nonsense traffic to authority servers. So consider
enabling both. In this implementation IPv6 reverse lookups add
several labels per increment, because otherwise those lookups would be
very slow. [ Reference
https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ]

More details at <http://unbound.net>

PR:		206347
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by:	maintainer timeout
Sponsored by:	DK Hostmaster A/S
Original commitRevision:408047 
Saturday, 23 Jan 2016
21:14 johans search for other commits by this committer
Bump versions to chase Nettle shared library update
Original commitRevision:407058 
Friday, 14 Aug 2015
20:38 feld search for other commits by this committer
Update MASTER_SITES to fix fetching problem due to abnormal version number

PR:		202332
Original commitRevision:394256 
16:39 feld search for other commits by this committer
- Update to 3.3.17.1

MFH:		2015Q3
Relnotes:	http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8268
Security:	ec6a2a1e-429d-11e5-9daa-14dae9d210b8
Original commitRevision:394234 
Monday, 27 Jul 2015
18:59 bdrewery search for other commits by this committer
- Update to 3.3.16

Changes: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8235
Original commitRevision:393006 
Friday, 22 May 2015
15:46 delphij search for other commits by this committer
Update to 3.3.15.

PR:		198875
Approved by:	maintainer
Original commitRevision:387029 
Tuesday, 5 May 2015
19:03 bdrewery search for other commits by this committer
GnuTLS tries to use /usr/local/share/certs/ca-root-nss.crt. Instead of
maybe using it if it is already installed or if the P11KIT option is selected
(which depends on ca_root_nss), just always depend on ca_root_nss.

Reported by:	Tatsuki Makino
Original commitRevision:385483 
Thursday, 19 Mar 2015
15:55 bdrewery search for other commits by this committer
Add CPE information.

PR:		153859
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:381607 
Thursday, 1 Jan 2015
12:39 tijl search for other commits by this committer
Update gnutls to 3.2.21

PR:		196400
Approved by:	bdrewery (maintainer)
Original commitRevision:375918 
Tuesday, 28 Oct 2014
01:13 amdmi3 search for other commits by this committer
- Fix plist for LIBDANE option

Approved by:	portmgr blanket
Original commitRevision:371615 
Wednesday, 15 Oct 2014
19:22 bdrewery search for other commits by this committer
Fix build on systems without stdnoreturn.h

Reported by:	many
Original commitRevision:370946 
15:38 bdrewery search for other commits by this committer
- Update to 3.2.19
Original commitRevision:370929 
Thursday, 2 Oct 2014
18:40 bdrewery search for other commits by this committer
Update to 3.2.18
Original commitRevision:369848 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Original commitRevision:366659 
Friday, 22 Aug 2014
09:06 amdmi3 search for other commits by this committer
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns

Approved by:	portmgr blanket
Original commitRevision:365620 
Tuesday, 29 Jul 2014
09:14 koobs search for other commits by this committer
security/gnutls: Support OPTIONal library dependencies

Factor out libidn, libp11-kit and libtspi into OPTIONal library
dependencies, with the CRYWRAP, P11KIT and TPM options respectively, as per
the upstream documentation [1].

Make ZLIB an OPTION because we can, and the choice to customise
compression support in security software (especially lately) may be
very useful for some consumers.

Add CRYWRAP, P11KIT, TPM and ZLIB to OPTIONS_DEFAULT to retain current
default functionality.

[1] http://gnutls.org/manual/html_node/Downloading-and-installing.html

Inspired by:	Recent gnutls 2 -> 3 change, fan of minimal dependencies

PR:		192090
Submitted by:	koobs
Approved by:	maintainer
Original commitRevision:363301 
Monday, 28 Jul 2014
06:43 novel search for other commits by this committer
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
  shlib version has changed
- Add an UPDATING entry for that

Exp-run by:	antoine
Original commitRevision:363113 
Thursday, 24 Jul 2014
20:38 bdrewery search for other commits by this committer
- Fix plist

Reported by:	many
Original commitRevision:362847 
19:43 bdrewery search for other commits by this committer
Update to 3.2.16
Original commitRevision:362840 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Tuesday, 15 Jul 2014
16:57 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361977 
Wednesday, 4 Jun 2014
18:51 cy search for other commits by this committer
Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing.

Obtained from: 
https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd
Security:       CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317
Original commitRevision:356535 
Wednesday, 30 Apr 2014
18:20 tijl search for other commits by this committer
- New LIB_DEPENDS syntax.
- USES=libtool:keepla tar:bzip2.
- Remove -fPIC flag.  Leftover from an old version.
Original commitRevision:352695 
Tuesday, 4 Mar 2014
22:46 bdrewery search for other commits by this committer
- Add fixes for:
  CVE-2014-0092 - Certificate verification issue
  CVE-2014-1959 - Certificate verification issue

  All users are recommended to upgrade ASAP.

Security:	f645aa90-a3e8-11e3-a422-3c970e169bc2
Original commitRevision:347078 
Wednesday, 22 Jan 2014
07:06 novel search for other commits by this committer
Add an additional mirror to MASTER_SITES.

PR:		185901
Submitted by:	Bruno Machado <bruno@bsd.com.br>
Original commitRevision:340681 
Friday, 10 Jan 2014
20:33 marino search for other commits by this committer
security/gnutls: Fix hardcoded perl paths

Perl was recently added as a build tool for gnutls, and immediately the
port fails to build on systems that do not have the /usr/bin/perl
symlink.  The cause is harded perl path of "/usr/bin/perl".  Shebangfix
will fix a couple of these, REINPLACE_CMD will fix the other.  Committed
under the new "Just fix it" blanket, but it was tested in redports.
Original commitRevision:339382 
Wednesday, 8 Jan 2014
11:18 novel search for other commits by this committer
- Fix possbile DoS in TLS record decoding [1]
- Fix installation without NLS [2]
- Require gmake and perl for build because in some
  occasions it will rebuild the documentation that
  works in a proper way with gmake only and needs perl
- Bump PORTREVISION

Security:	CVE-2013-2116
Reported by:	mat [2]
Original commitRevision:339094 
Monday, 6 Jan 2014
10:59 novel search for other commits by this committer
- Support stagedir
- Add LICENSE
- Fix pkg-descr formatting

PR:		185409
Submitted by:	Takefu <takefu@airport.fm>
Original commitRevision:338855 
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 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
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 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
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 
Tuesday, 5 Feb 2013
16:14 novel search for other commits by this committer
Update to 2.12.23.

Security:	http://www.gnutls.org/security.html#GNUTLS-SA-2013-1
Original commitRevision:311721 
Wednesday, 15 Aug 2012
13:57 novel search for other commits by this committer
- Drop automatic dependency detection [1]
- Do not link to -lphread directly [2]
- Use USE_PKGCONFIG [2]
- Pet portlint by removing ABI number references [2]
- Drop no longer actual --with-lzo=no switch, lzo support
  is disabled by default anyway [2]
- Bump PORTREVISION

PR:		170390 [2]
Submitted by:	Jason E. Hale [2], A.J. Kehoe IV (Nanoman) [1]
Original commit
Tuesday, 10 Apr 2012
11:06 novel search for other commits by this committer
Respect NOPORTEXAMPLES.

PR:             166693
Submitted by:   scheidell, crees
Original commit

Number of commits found: 200 (showing only 100 on this page)

1 | 2  »