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.

non port: dns/knot2/Makefile

Number of commits found: 61

Tuesday, 15 Dec 2020
18:40 pi search for other commits by this committer
dns/knot2: upgrade to 2.9.8 and add deprecation advice to use knot3.x

PR:		249367
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reviewed by:	Chris Hutchinson <portmaster@bsdforge.com>
Relnotes:	https://www.knot-dns.cz/2020-10-09-version-297.html
		https://www.knot-dns.cz/2020-12-14-version-298.html
Original commitRevision:558171 
Sunday, 13 Sep 2020
01:55 dbaio search for other commits by this committer
dns/knot2: Update to 2.9.6

Changelog:	https://www.knot-dns.cz/2020-08-31-version-296.html

Remove Python from DOCS option, it is not necessary at this moment. [1]

PR:		249169
PR:		243374 [1]
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reported by:	alex_y_xu@yahoo.ca [1]
Original commitRevision:548443 
Tuesday, 23 Jun 2020
12:14 pi search for other commits by this committer
dns/knot2: update 2.9.3 -> 2.9.5

- python is now only DOCS-build dependency

PR:		247263
Approved:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2020-05-25-version-295.html
		https://www.knot-dns.cz/2020-05-05-version-294.html
Original commitRevision:539974 
Monday, 8 Jun 2020
04:41 kevans search for other commits by this committer
Multiple ports: improve regex compliance

These changes largely fall into just two categories:

1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away

For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.

For #2, I've fixed these as I can and we should upstream these fixes.

PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.

These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.

PR:		229925 [1]
Approved by:	koobs (mentor)
Approved by:	portmgr (blanket: trivial build fixes)
MFH:		no (invasive risk)
Differential Revision:	https://reviews.freebsd.org/D25185
Original commitRevision:538197 
Monday, 27 Apr 2020
23:45 mandree search for other commits by this committer
sysutils/liburcu: update to 0.12.1

Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.

Reset maintainer (mmokhi@), repeated maintainer timeout.

PR:		243768
Reported by:	alex_y_xu@yahoo.ca
Approved by:	maintainer timeout (mmokhi, 88 d)
Original commitRevision:533213 
Thursday, 5 Mar 2020
20:08 pi search for other commits by this committer
dns/knot2: upgrade 2.9.1 -> 2.9.3

- removed NOT_FOR_ARCHS
- removed NOT_FOR_ARCHS_REASON_i386
- removed libedit from general dependecies (because unneeded for
  utils- or lib-only)
- removed LLD_UNSAFE (not needed, created IDN problems for a while)
- removed USES= compiler
- removed USES= ncurses
- removed USES= python
- added LICENSE_FILE
- added mandir path
- added USES= autoreconf for i386
- added EXTRA_PATCHES for configure.ac -- thanks to NIC.CZ
- added patch for src/libdnssec/Makefile.inc (at i386, to avoid atomic problems)
- fixed DOCS install (a: python dependecy, b: no install if OFF)
- fixed IDN OPTION (without libidn if OFF)
- switched from GNU_CONFIGURE to HAS_CONFIGURE
- use libedit and liburcu only when building daemon

PR:		244593
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2020-03-03-version-293.html
Original commitRevision:527845 
Tuesday, 3 Dec 2019
17:54 pi search for other commits by this committer
dns/knot2: upgrade 2.8.3 -> 2.9.1

PR:		242362
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
Relnotes:	https://www.knot-dns.cz/2019-11-11-version-291.html
Original commitRevision:518954 
Wednesday, 6 Nov 2019
08:45 rene search for other commits by this committer
dns/knot2 does not build on any supported i386 version.

MFH:		2019Q4 (part of D21974)
Original commitRevision:516864 
Wednesday, 9 Oct 2019
10:34 bapt search for other commits by this committer
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Original commitRevision:514130 
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 
Sunday, 21 Jul 2019
19:21 pi search for other commits by this committer
dns/knot2: upgrade 2.8.1 -> 2.8.3

PR:		239263
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2019-07-16-version-283.html
Original commitRevision:507064 
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 
Thursday, 25 Apr 2019
10:50 tz search for other commits by this committer
dns/knot2: Update from 2.7.6 to 2.8.1

Changelog:

Improvements:
- Possible zone transaction is aborted by zone events to avoid inconsistency
- Added log message if no persistent config DB is available during 'conf-begin'
- New environment setting 'KNOT_VERSION_FORMAT=release' for extended version
suppression
- Various improvements in the documentation

Bugfixes:
- Broken NSEC3-wildcard-nonexistence proof after NSEC3 re-salt
- Glue records under delegation are sometimes signed
- RRL doesn't work correctly on big-endian architectures
- NSEC3 not re-salted during AXFR refresh
- Failed to sign new zone contents if added dynamically #641
- NSEC3 opt-out signing doesn't work in some cases
- Broken NSEC3 chain after adding new sub-delegations
- Redundant SOA RRSIG on slave if RRSIG TTL changed on master
- Sometimes confusing log error message for NOTIFY event
- Improper include for LMDB #638

PR:		237371
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
Approved by:	Leo Vandewoestijne (maintainer)
Original commitRevision:499984 
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 
Thursday, 24 Jan 2019
20:01 tcberner search for other commits by this committer
dns/knot2, dns/knot2-lib: update to to 2.7.6

PR:		235168
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Original commitRevision:491114 
Wednesday, 9 Jan 2019
12:33 swills search for other commits by this committer
dns/knot2: update to 2.7.5

While here, patch init script to support automatically determining
config type

PR:		234751
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Original commitRevision:489774 
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, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 4 Dec 2018
19:40 swills search for other commits by this committer
dns/knot2-lib: create port

This port allows to install only libknot, which comes along with
Knot DNS (authoritative), but also is a depency of knot-resolver

WWW: https://www.knot-dns.cz/

PR:		233165 (with minor changes to dns/knot2)
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (dns/knot2 maintainer)
Original commitRevision:486632 
Friday, 23 Nov 2018
15:35 swills search for other commits by this committer
dns/knot2: Upgrade to 2.7.4

While here, improve options deps

PR:		233199
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Original commitRevision:485677 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Friday, 19 Oct 2018
05:47 pi search for other commits by this committer
dns/knot2: fix include of <bsd.port.options.mk>

PR:		232284
Submitted by:	tobik
Original commitRevision:482411 
04:23 pi search for other commits by this committer
dns/knot2: update 2.6.8 -> 2.7.3

PR:		232284
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2018-08-13-version-269.html
		https://www.knot-dns.cz/2018-08-14-version-271.html
		https://www.knot-dns.cz/2018-08-29-version-272.html
		https://www.knot-dns.cz/2018-10-11-version-273.html
Original commitRevision:482403 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Thursday, 12 Jul 2018
14:04 joneum search for other commits by this committer
dns/knot2: Update to 2.6.8

Changelog: https://www.knot-dns.cz/2018-07-10-version-268.html

PR:		229701
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Original commitRevision:474517 
Wednesday, 4 Jul 2018
05:25 pi search for other commits by this committer
dns/knot2: update 2.6.5 -> 2.6.7

PR:		229493
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2018-05-17-version-267.html
Original commitRevision:473869 
Tuesday, 24 Apr 2018
00:49 dbaio search for other commits by this committer
Update maintainer email address

Ownership of the former email address confirmed by email

PR:		227620
Submitted by:	Leo Vandewoestijne
Original commitRevision:468167 
Saturday, 24 Feb 2018
08:14 yuri search for other commits by this committer
dns/knot2: Update to 2.6.5

Additional port changes:
* Changed to DISTVERSION
* Replaced the second MASTER_SITES
* Added dependency to LIB_DEPENDS
* Removed USES=autoreconf
* Added USES=ncurses
* Removed extra patches

PR:		225957
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (mantainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:462774 
Saturday, 3 Feb 2018
08:54 riggs search for other commits by this committer
Update to upstream version 2.6.4

PR:		224858
Submitted by:	freebsd@dns-lab.com (maintainer)
MFH:		2018Q1
Original commitRevision:460797 
Tuesday, 7 Nov 2017
19:15 matthew search for other commits by this committer
Update to 2.6.1

PR:		223398
Submitted by:	clukas@firc.de
Approved by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:453673 
Tuesday, 31 Oct 2017
22:20 matthew search for other commits by this committer
Update to 2.6.0

Release notes: https://www.knot-dns.cz/2017-09-29-version-260.html

PR:		223278
Submitted by:	clukas@firc.de
Approved by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:453259 
Saturday, 28 Oct 2017
17:03 matthew search for other commits by this committer
Fix the DNSTAP option

PR:		221333
Submitted by:	tmasu@st.rim.or.jp
Approved by:	maintainer timeout (2 months+)
Original commitRevision:453063 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Wednesday, 19 Jul 2017
12:52 matthew search for other commits by this committer
Fix the ownership of /var/db/knot and /var/run/knot

PR:		220851
Submitted by:	sascha@root-login.org
Approved by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:446197 
07:33 matthew search for other commits by this committer
Update to 2.5.3

Require gcc to allow compilation to succeed on FreeBSD 11+ i386

ChangeLog: https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.5.3/NEWS

PR:		220355
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:446186 
Monday, 17 Jul 2017
14:44 mmokhi search for other commits by this committer
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.

This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular
* Add --enable-rcu-debug to configure
* ARM32: use dmb ish (inner shareable domain) for smp barriers
* Cleanup: remove cmm_wmb() from rcu_xchg_pointer and rcu_cmpxchg_pointer
* Fix: uatomic arm32: add missing release barrier before uatomic_xchg
* Tests: Add verbose support to test script
* Fix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to urcu/config.h.in
* Allow forcing the use of sys membarrier
* Fix: rcutorture: work-around signal issue on mac os x
* Fix: rcutorture should register thread using call_rcu
* Fix: add missing backslash in Makefile.am
* Fix: Do not use wildcards in include/Makefile.am
* Bump version to 0.10-pre
* Fix: check for rand_r() in compat-rand.h
* Fix: Move rand-compat to private src dir
* Fix: remove AC_FUNC_MALLOC from configure.ac
* Cleanup: Re-organise source dir
* Cleanup: remove leftover manual pthread detection
* Fix: update ax_pthread macro to handle newer clang
* Update library current version due to adding destroy API
* Fix: Use pthread_self to get threadid on OSX
* Fix: examples: use destroy API for queues/stacks
* Update library age due to new stack/queue destroy API
* Fix: tests: invoke destroy APIs for queues/stacks
* Fix: add missing destroy functions to queues/stack APIs
* Fix: add missing __cds_wfcq_init for LGPL API
* Fix: memory leak on hash table destroy
* Fix: Add failover for platforms without nproc
* Fix: use clock_get_time for caa_get_cycles fallback on MacOSX
* Fix: syscall-compat.h MacOSX support
* Fix: Add solaris-build.md to dist
* rculfhash: Documentation: clarify need for grace period before "re-using"
* Port: build shared libraries in Cygwin
* Port: fix compatibility header for Cygwin
* Add GNU Hurd support to syscall-compat.h
* Add support for aarch64_be
* Fix: urcu-bp: re-initialize list head on library exit
* bootstrap: Standardize on autoreconf -vi
* Harmonize bootstrap script across projects
* Fix: examples make distcheck failure
* wfcqueue: add C++ compatibility API
* Fix: CDS_WFCQ_WOULDBLOCK typing for c++
* Fix: configure.ac: check for possibly required libs for clock_gettime
* Support for NIOS2 architecture
* urcu_ref_get_safe: introduce new API
* Fix: handle reference count overflow
* Fix: compat_futex should work-around futex signal-restart kernel bug
* Support for Xeon-Phi with newer MPSS
* sparc64: allocate membarrier system call number
* hppa: allocate membarrier system call number
* Fix build on non-Linux Debian ports
* Fix: urcu-signal: smp_mb_master() needs registry lock
* Fix: rculfhash only needs to include urcu-pointers.h
* Fix: out-of-tree benchmark/regtest
* Fix: add missing regtest and benchmark files to dist tarball
* Fix: add missing run.sh to benchmark makefile

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D11449
Original commitRevision:446075 
Sunday, 25 Jun 2017
11:18 matthew search for other commits by this committer
Update to 2.5.2

This solves a problem with pykeymgr being unable to load the lmdb
module.

PR:		220241, 220258
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:444261 
Friday, 23 Jun 2017
15:36 matthew search for other commits by this committer
Update to 2.5.1

  * Add new USES: autoreconf, localbase, python, shebangfix
  * Mark broken on i386 --
       undefined reference to '__atomic_fetch_add_8'
  * Move libfstrm.so dependency so it is only added when the
    DNSTAP option is enabled.

PR:		220205
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:444181 
Saturday, 29 Apr 2017
20:28 pi search for other commits by this committer
dns/knot2: update 2.3.3 -> 2.4.3

PR:		218948
Changes:	https://gitlab.labs.nic.cz/labs/knot/raw/v2.4.3/NEWS
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:439773 
Friday, 9 Dec 2016
14:43 robak search for other commits by this committer
dns/knot2: update 2.3.2 -> 2.3.3

PR:		215161
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:428210 
Sunday, 27 Nov 2016
02:43 junovitch search for other commits by this committer
dns/knot2: update 2.3.1 -> 2.3.2

- Disable recvmmsg by default, this impacted UDP queries on 11.0-RELEASE.
  It was later fixed in 11/stable in r307311 but enabling conditionally
  provides little benefit so just disable by default as part of update.

PR:		213952, 214303
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:427187 
Thursday, 27 Oct 2016
11:17 jbeich search for other commits by this committer
dns/knot2: update to 2.3.1

Changes:	https://www.knot-dns.cz/2016-10-10-version-231.html
PR:		213830
Submitted by:	Leo Vandewoestijne (maintainer)
Original commitRevision:424757 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
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 
Wednesday, 10 Aug 2016
02:08 junovitch search for other commits by this committer
dns/knot2: update 2.2.1 -> 2.3.0

Changes:	https://www.knot-dns.cz/2016-08-09-version-230.html

Approved by:	ports-secteam (with hat)
Security:	CVE-2016-6171
Security:	https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
MFH:		2016Q3
Original commitRevision:419984 
Tuesday, 7 Jun 2016
08:00 pi search for other commits by this committer
dns/knot2: Fix rc script

- knotc now takes "conf-check" not "checkconf" argument.

PR:		210080
Submitted by:	Andris Raugulis <moo@arthepsy.eu>
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:416499 
Monday, 6 Jun 2016
15:18 amdmi3 search for other commits by this committer
- Update to 2.2.1

PR:		209964
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:416467 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
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, 22 Feb 2016
17:27 pi search for other commits by this committer
dns/knot2: 2.0.2 -> 2.1.1

Changes:
  https://gitlab.labs.nic.cz/labs/knot/raw/v2.1.1/NEWS

PR:		207100
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:409361 
Thursday, 11 Feb 2016
02:40 pi search for other commits by this committer
dns/knot2: enable multiple instances in rc.d script

PR:		203931
Submitted by:	Chad J. Milios <milios@ccsys.com>
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:408674 
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 
Thursday, 10 Dec 2015
14:09 miwi search for other commits by this committer
- Update to 2.0.2
- Fix start script

PR:		204826
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4464
Original commitRevision:403455 
Thursday, 22 Oct 2015
14:57 danfe search for other commits by this committer
Unbreak the build with (non-default) DNSTAP option set.  The root cause
here is that `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from the
`src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which
should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure
script.

As I'd rather avoid patching `src/Makefile.in' and don't want to request
regeneration thereof, provide DNSTAP_CPPFLAGS explicitly for the moment,
while ideally this bug should be fixed upstream.  Add an accompanying XXX
comment about it.

PR:	203931 (partially)
Original commitRevision:399986 
Thursday, 17 Sep 2015
11:06 erwin search for other commits by this committer
Update to 2.0.1

PR:		203127
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by:	DK Hostmaster A/S
Original commitRevision:397107 
Sunday, 9 Aug 2015
12:19 mat search for other commits by this committer
Fix build WITHOUT=DNSTAP.

Submitted by:	maintainer (via email)
Sponsored by:	Absolight
Original commitRevision:393781 
Friday, 7 Aug 2015
07:51 erwin search for other commits by this committer
Update to 2.0.0

PR:		201257
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
Sponsored by:	DK Hostmaster A/S
Original commitRevision:393685 
Thursday, 25 Jun 2015
08:14 mat search for other commits by this committer
If you're using DISTVERSION, might as well really use it.

Sponsored by:	Absolight
Original commitRevision:390538 
Tuesday, 23 Jun 2015
16:13 amdmi3 search for other commits by this committer
- Update to 2.0.0-rc1

PR:		201029
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:390423 
Monday, 18 May 2015
11:33 erwin search for other commits by this committer
Add knot2 beta, the next major release of the Knot DNS
high-performance authoritative-only DNS server

PR:		199868
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
Original commitRevision:386671 

Number of commits found: 61