Commit Graph

45 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh fef65679d6 Bump PORTREVISION for devel/protobuf shlib change 2021-01-26 14:01:09 +00:00
Kurt Jaeger 13e7ac7768 dns/knot-resolver: update 5.1.2 -> 5.1.3
PR:		249365
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html
2020-10-04 11:06:10 +00:00
Sunpoet Po-Chuan Hsieh b94e8d8c27 Bump PORTREVISION for devel/protobuf shlib change 2020-08-30 20:19:41 +00:00
Kurt Jaeger 542f7ceaf5 dns/knot-resolver: update 5.1.1 -> 5.1.2
PR:		247699
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
		andrew@tao11.riddles.org.uk
Relnotes:	https://www.knot-resolver.cz/2020-07-01-knot-resolver-5.1.2.html
2020-07-11 20:57:41 +00:00
Kurt Jaeger 6862072cd7 dns/knot-resolver: update 5.0.1 -> 5.1.1
PR:		246578
Approved by:	freebsd@dns.company (maintainer timeout)
Relnotes:	https://www.knot-resolver.cz/2020-05-19-knot-resolver-5.1.1.html
Security:	CVE-2020-12667
MFH:		2020Q2
2020-06-14 19:19:12 +00:00
Sunpoet Po-Chuan Hsieh 1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Danilo G. Baio 75a5f7f076 Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
2020-05-11 23:51:58 +00:00
Mathieu Arnold beb1c1fe19 USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
2020-04-14 15:49:36 +00:00
Kurt Jaeger fc6967df7b dns/knot-resolver: upgrade 4.2.2 -> 5.0.1
- for changes from 4.x to 5.x which might cause trouble during upgrades,
  please read:
  https://knot-resolver.readthedocs.io/en/stable/upgrading.html

PR:		243948
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2020-01-27-knot-resolver-5.0.0.html
		https://www.knot-resolver.cz/2020-02-05-knot-resolver-5.0.1.html
2020-02-15 18:19:15 +00:00
Sunpoet Po-Chuan Hsieh 11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Kurt Jaeger e7ed074193 dns/knot-resolver: upgrade 4.1.0 -> 4.2.2, fix breakage due to knot2-lib upgrade
PR:		242411
Reported by:	antoine
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2019-07-10-knot-resolver-4.1.0.html
	https://www.knot-resolver.cz/2019-08-05-knot-resolver-4.2.0.html
	https://www.knot-resolver.cz/2019-09-26-knot-resolver-4.2.1.html
	https://www.knot-resolver.cz/2019-09-26-knot-resolver-4.2.2.html
2019-12-04 17:25:42 +00:00
Rene Ladan d4e138f24f dns/knot-resolver: no need to explicitly set NOT_FOR_ARCH here.
The ports framework ignores this port by itself because the dependency of this
port will fail.

Reported by:	mat
MFH:		2019Q4
2019-11-07 15:49:25 +00:00
Rene Ladan 660037ec44 dns/knot-resolver: IGNORE on i386 because dns/knot2 is broken there
While here remove a trailing whitespace.

MFH:		2019Q4 (part of D21974)
2019-11-06 09:10:24 +00:00
Baptiste Daroussin ebc87904a6 Drop the ipv6 virtual category for d* category as it is not relevant anymore 2019-10-09 10:34:56 +00:00
Dmitri Goutnik 5bc242aafe dns/knot-resolver: Remove redundant lang/go build dependency
go.mk already configures BUILD_DEPENDS, adding lang/go second time
just adds a duplicate (and conflicting) dependency when another
Go port (e.g. lang/go-devel) is selected with GO_PORT.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21793
2019-09-25 22:37:43 +00:00
Mathieu Arnold 78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Sunpoet Po-Chuan Hsieh 4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Gerald Pfeifer ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Kurt Jaeger e5d25deac9 dns/knot-resolver: upgrade 3.2.1 -> 4.1.0
PR:		239261
Submitted by:	freebsd@dns.company (maintainer)
MFH:		2019Q3
Relnotes:	https://www.knot-resolver.cz/2019-07-10-knot-resolver-4.1.0.html
		https://www.knot-resolver.cz/2019-04-18-knot-resolver-4.0.0.html
Security:	CVE-2019-10190, CVE-2019-10191
2019-07-21 19:18:06 +00:00
Sunpoet Po-Chuan Hsieh d99d942bb0 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]
2019-07-09 17:13:07 +00:00
Sunpoet Po-Chuan Hsieh 70ffc9c0fd Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		238808
Exp-run by:	antoine
2019-07-05 19:08:49 +00:00
Tobias Kortkamp 3726f94254 Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
2019-06-29 03:51:13 +00:00
Tobias Kortkamp add8bda17f dns/knot-resolver: Spell *_MAKE_ARGS correctly
There is no opt_MAKE_ARGS_ON helper.
2019-05-26 04:04:15 +00:00
Sunpoet Po-Chuan Hsieh 73b1e3abe6 Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		236157
Exp-run by:	antoine
2019-03-31 13:41:02 +00:00
Tobias C. Berner 0c9391ea2a dns/knot-resolver: Update to 3.2.1
PR:		235078
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
2019-01-24 20:07:22 +00:00
Steve Wills 385e0ea934 dns/knot-resolver: use knot2-lib instead of full knot2
PR:		233167
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
2018-12-09 03:11:21 +00:00
Sunpoet Po-Chuan Hsieh 7cdcf9aed1 Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		231008
Exp-run by:	antoine
2018-12-03 19:41:32 +00:00
Kurt Jaeger 7ac1ff064c dns/knot-resolver: update 2.4.1 -> 3.1.0
PR:		230842
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2018-08-20-knot-resolver-3.0.0.html
		https://www.knot-resolver.cz/2018-11-02-knot-resolver-3.1.0.html
2018-11-08 19:47:59 +00:00
Mathieu Arnold e1bfdfbe56 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
2018-09-10 13:14:50 +00:00
Kurt Jaeger a9262fa65e dns/knot-resolver: update 2.3.0 -> 2.4.1
- CVE-2018-10920: Improper input validation bug in DNS resolver component

PR:		229485
Reported by:	freebsd-vheg@riseup.net,
Approved by:	freebsd@dns.company (maintainer timeout)
MFH:		2018Q3
Relnotes:	https://www.knot-resolver.cz/2018-07-03-knot-resolver-2.4.0.html
		https://www.knot-resolver.cz/2018-08-02-knot-resolver-2.4.1.html
Security:	CVE-2018-10920
2018-08-13 05:38:34 +00:00
Sunpoet Po-Chuan Hsieh 05f155d9b1 Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
2018-06-24 21:11:14 +00:00
Sunpoet Po-Chuan Hsieh cf03afc451 Update to 3.6.0
Changes:	https://github.com/google/protobuf/releases
2018-06-24 20:19:45 +00:00
Kurt Jaeger f40b53895a dns/knot-resolver: update 2.1.1 -> 2.3.0, fixing CVE-2018-1110
PR:		229040
Reported by:	freebsd-vheg@riseup.net
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
MFH:		2018Q2
Relnotes:	https://www.knot-resolver.cz/2018-04-23-knot-resolver-2.3.0.html
Security:	CVE-2018-1110
2018-06-20 03:49:20 +00:00
Danilo G. Baio 21fb2ec160 Update maintainer email address
Ownership of the former email address confirmed by email

PR:		227620
Submitted by:	Leo Vandewoestijne
2018-04-24 00:49:55 +00:00
Yuri Victorovich 680dc20551 dns/knot-resolver: Update to 2.1.1
Port changes:
* Changed to DISTVERSION
* Added USES=ncurses
* Updated the list of stripped files
* Added the patch

PR:		226410
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-07 10:41:01 +00:00
Luca Pizzamiglio e543988a44 dns/knot-resolver: Update to 1.5.3
PR:		223339
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer
2018-03-05 16:38:33 +00:00
Sunpoet Po-Chuan Hsieh 0a7591375a Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-12-11 18:26:13 +00:00
Sunpoet Po-Chuan Hsieh 6fa7fc5018 Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-08-16 15:44:48 +00:00
Matthew Seaman 3f6419cd5d Update to 1.3.3
- fix up OPTIONS processing so that
     - turning off an OPTION does disable the option even in the presence
       of the optional dependencies required for it
     - add PLIST_FILES where appropriate for each option
  - rename the STATS option to TRUSTANCHOR since that's the important
    capability that option controls
  - strip installed files where appropriate

Changes:  	https://gitlab.labs.nic.cz/knot/knot-resolver/raw/v1.3.3/NEWS

PR:		221177
Submitted by:	freebsd@dns-lab.com (maintainer)
2017-08-10 11:53:46 +00:00
Matthew Seaman 609705dfd9 Update to 1.3.1
New OPTIONS: COOKIES DNSTAP GO STATS

PR:		220419
Submitted by:	freebsd@dns-lab.com (maintainer)
2017-07-28 13:29:40 +00:00
Ruslan Makhmatkhanov 1e9fe3f4df dns/knot-resolver: update to 1.2.3
- tweak make variables
- remove unneeded local patches

PR:		217326
Submitted by:	 Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2017-02-26 15:17:58 +00:00
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Jan Beich cfba5b220d 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)
2016-10-27 11:17:42 +00:00
Kurt Jaeger ca47d72e6f dns/knot-resolver: clean up Makefile, pkg-plist
PR:		212215
Reported by:	mat
2016-09-04 19:18:10 +00:00
Kurt Jaeger 23421e469d New port: dns/knot-resolver
The Knot DNS Resolver is a caching full resolver implementation,
including both a resolver library and a daemon.

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

PR:		212215
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
2016-09-04 18:56:53 +00:00