1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

5102 Commits

Author SHA1 Message Date
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
Don Lewis
9f8eeb670e Upgrade dns/py-pydnstable from version 0.7.0 to 0.7.2:
pydnstable (0.7.2)

    * Require dnstable >= 0.11.2

  pydnstable (0.7.1)

    * Change dnstable_query_set_skip to ..._offset.

Sponsored by:	Farsight Security, Inc.
2019-07-05 19:06:42 +00:00
Don Lewis
5dbe91a909 Update dns/dnstable to from version 0.11.0 to 0.11.2:
dnstable (0.11.2)

    * Fix memory leaks while skipping rows of data during offset processing.

    * Fix minor leak in dnstable_lookup printing.

    * Add more dnstable_lookup tests.

  dnstable (0.11.1)

    * Change dnstable_query_set_skip to ..._offset. Note that the
      ABI library revision was not bumped.

    * Change dnstable_lookup parameter for offset from -s to -O

    * Added unit tests for some exposed dnstable functionality, including
      for filter and query timeouts.

Sponsored by:	Farsight Security, Inc.
2019-07-05 19:03:14 +00:00
Yuri Victorovich
dca1f674bb dns/amass: Update 3.0.16 -> 3.0.17
Reported by:	portscout
2019-07-05 06:33:32 +00:00
Yuri Victorovich
4717954523 dns/coredns: Update 1.5.1 -> 1.5.2
Reported by:	portscout
2019-07-05 06:24:04 +00:00
Tobias Kortkamp
f69160b440 lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by:	jbeich, mikael.urankar@gmail.com
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20810
2019-07-04 14:41:57 +00:00
Mathieu Arnold
e6586f1b47 Update to latest commit. 2019-07-01 16:21:46 +00:00
Mathieu Arnold
05ad147710 Make a note about expiration here. 2019-07-01 16:21:00 +00:00
Steve Wills
c20bb0c65b dns/powerdns: Actually update to 4.1.10
Previous update was old patch to 4.1.9

PR:		238705
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH:		2019Q2
Security:	1c21f6a3-9415-11e9-95ec-6805ca2fa271
2019-07-01 15:44:48 +00:00
Yuri Victorovich
a6abd2a8ba dns/amass: Switch to USES=go:modules, fix build with go1.13beta1
PR:		238903
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-01 00:50:47 +00:00
Steve Wills
4fca2f66e7 dns/powerdns: update to 4.1.10
PR:		238705
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH:		2019Q2
Security:	1c21f6a3-9415-11e9-95ec-6805ca2fa271
2019-06-30 20:39:26 +00:00
Steve Wills
eab06a291f dns/powerdns-recursor: Update to 4.1.14
PR:		238602
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2019-06-30 20:16:56 +00:00
Yuri Victorovich
5820dc23c7 dns/coredns: Add rc script
PR:		238891
Submitted by:	Žygis Škulteckis <ports@zx23.net>
2019-06-30 07:53:57 +00:00
Sunpoet Po-Chuan Hsieh
3ed1612600 Update to 3.2.9
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-06-29 20:52:52 +00:00
Yuri Victorovich
c474eac880 dns/amass: Update 3.0.15 -> 3.0.16
Reported by:	portscout
2019-06-29 08:29:42 +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
Yuri Victorovich
3817e02327 dns/coredns: Update 1.5.0-25 -> 1.5.1
Reported by:	portscout
2019-06-28 02:21:34 +00:00
Sunpoet Po-Chuan Hsieh
03912717ac Update to 3.2.8
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-06-27 20:04:26 +00:00
Sunpoet Po-Chuan Hsieh
ca6c7b2b74 Update to 3.1.1
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2019-06-26 17:27:06 +00:00
Mathieu Arnold
9638a2aa62 Update to latest commit. 2019-06-25 12:52:20 +00:00
Mark Linimon
cb0b9b5b35 Similar to r502813 for dns/powerdns-recursor, fix build on GCC-based
systems:

  Don't add -L/usr/lib unconditionally, it makes gcc8 (used on GCC-based
  systems) link to base libstdc++.

Given that this is a build fix that does not affect clang-based systems,
there should be no need to bump portrevision.

PR:		238742
Reported by:	pkubaj
Approved by:	maintainer
2019-06-24 11:49:26 +00:00
Yuri Victorovich
2182e2d069 dns/amass: Update 3.0.9 -> 3.0.15 2019-06-22 02:48:22 +00:00
Sunpoet Po-Chuan Hsieh
a86b2f49e2 Update to 3.2.7
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-06-20 19:09:15 +00:00
Mathieu Arnold
77b718fdac Update to 9.14.3.
MFH:		2019Q2 (security blanket)
Security:	CVE-2019-6471
2019-06-19 22:42:50 +00:00
Mathieu Arnold
7340eb9e3c Update to 9.11.8.
MFH:		2019Q2 (security blanket)
Security:	CVE-2019-6471
2019-06-19 22:42:45 +00:00
Mathieu Arnold
bbee35283b Convert BIND9's pkg-message files to UCL. 2019-06-19 15:20:00 +00:00
Yuri Victorovich
c5bc4c095f dns/amass: Update 3.0.4 -> 3.0.9
Reported by:	portscout
2019-06-19 08:00:56 +00:00
Jochen Neumeister
bdd8e5ee4c Update to 1.9.2
PR:		238651
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-06-19 04:56:30 +00:00
Steve Wills
a007918738 dns/nsd: update to 4.2.0
PR:		238498
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2019-06-18 02:33:01 +00:00
Mathieu Arnold
a6541d2373 Update to 0.1.17. 2019-06-17 21:58:26 +00:00
Mathieu Arnold
12eba36807 Update to latest commit. 2019-06-17 21:52:09 +00:00
Tobias C. Berner
5e29b305d3 Update KDE Frameworks to 5.59.0
Exp-run by:	antoine
PR:		238414
2019-06-15 11:42:56 +00:00
Mathieu Arnold
ff4b5fbe0f Fix build when not using WITH_DEBUG.
Reported by:	pkg-fallout@
2019-06-13 12:50:04 +00:00
Yuri Victorovich
5a1a93856a dns/amass: Update 3.0.3 -> 3.0.4
Reported by:	portscout
2019-06-13 05:42:09 +00:00
Mathieu Arnold
897ac70645 Fix named when using plugins and chroot.
BIND9 introduced plugins and migrated the filter-aaaa feature to a
plugin.
As it loads its plugins late in the startup process (read after chroot),
the plugins need to be available in the chroot.

Also, refactor the code now that a second directory need to be handled.

PR:		238011
Reported by:	ryan@timewasted.me
MFH:		2019Q2
2019-06-11 12:18:36 +00:00
Mathieu Arnold
8d842276fc Update to latest commit. 2019-06-10 12:30:03 +00:00
Sunpoet Po-Chuan Hsieh
79961680da Update to 0.6.8
Changes:	https://github.com/ko-zu/psl/commits/master
2019-06-09 16:52:30 +00:00
Tijl Coosemans
bb5cf6c4f3 Address some portlint warnings in the Linux infrastructure ports.
Eliminate LINUXNAME from port Makefiles.  This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
2019-06-08 15:59:46 +00:00
Tijl Coosemans
5b721b6172 Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
2019-06-08 13:13:29 +00:00
Don Lewis
4a6284f7ad Upgrade dns/py-pydnstable to version 0.7.0
pydnstable, the Python bindings for the dnstable library, version
  0.7.0, was released. This release features Python3 support and
  new query parameters for aggregation and skipping of results. In
  detail:

   * Python3 support.
   * Add new query parameters 'aggregate' and 'skip'.

Allow both python2 and python3 flavors of this port to be built.

Sponsored by:	Farsight Security, Inc.
2019-06-07 23:30:13 +00:00
Don Lewis
d5188080a5 Update dns/dnstable port to version 0.11.0
dnstable, the encoding library with utilities for passive DNS
  data, version 0.11.0, was released. This release adds functionality
  enabling unaggregated query results, the skipping of query results,
  and date and rdata presentation options for JSON formatted entries.
  In detail:

   * Fix bug in raw rdata queries with rrtype specified.
   * Add functionality for unaggregated query results.
   * Add ability to skip query results.
   * Add options for date and rdata presentation in JSON formatted entries.
   * Treat RRTYPE "TYPE255" as an alias for "ANY", since 255 is the code
     for "ANY".

Insert a blank line into Makefile to pacify portlint.

Sponsored by:	Farsight Security, Inc.
2019-06-07 23:25:52 +00:00
Piotr Kubaj
1d6f76f22f dns/dnsperf: fix build
Build with base GCC currently fails:
cc: Internal error: Segmentation fault (program ld)

Approved by:    mentors (implicit approval)
2019-06-05 09:08:16 +00:00
Jochen Neumeister
d034e19fe8 Update to 2.1.4
PR:		237988
Sponsored by:	Netzkommune GmbH
2019-06-05 08:49:53 +00:00
Mathieu Arnold
f160f37222 For some reason, this does not always get picked up correctly. 2019-06-04 21:24:52 +00:00
Vinícius Zavam
f7b63874a3 dns/dnscrypt-proxy2: update 2.0.23 to 2.0.25
Approved by:	mentors (implicit)
2019-06-04 13:22:39 +00:00
Mathieu Arnold
aca6811141 Update to latest commit. 2019-06-03 12:43:33 +00:00
Mathieu Arnold
4985761965 Fix build with DNSTAP enabled.
PR:		238036
Reported by:	Artyom Davidov
2019-06-03 12:43:26 +00:00
Mathieu Arnold
85b9eb3691 Fix a possible race between udp dispatch and socket code.
PR:		237640
Obtained from:	https://gitlab.isc.org/isc-projects/bind9/merge_requests/1992
MFH:		2019Q2
2019-06-03 12:43:14 +00:00
Dmitry Marakasov
062be3332d - Switch to USES=localbase
- Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-06-02 09:01:46 +00:00
Yuri Victorovich
af965b650f dns/amass: Update 2.9.13 -> 3.0.3
Reported by:	portscout
2019-06-02 08:31:17 +00:00