1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

5067 Commits

Author SHA1 Message Date
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
Rene Ladan
104763fcf0 Remove expired ports:
2019-05-31 multimedia/gmerlin-avdecoder: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0
2019-05-31 security/racoon2-legacy: No longer supported upstream, use security/racoon2
2019-05-31 www/pivotx: inactive upstream and does not work with PHP 7
2019-05-31 dns/bind912: Support ends, please move to dns/bind914.
2019-05-31 multimedia/vdr-plugin-softhddevice: unmaintained and depends on vulnerable multimedia/ffmpeg0
2019-05-31 18:42:07 +00:00
Rene Ladan
3f4ab0dfb1 dns/dnsperf: build with BIND 9.14 instead of expired BIND 9.12 2019-05-31 18:37:46 +00:00
Tobias Kortkamp
3cf1405515 dns/dnsforwarder: Spell LICENSE_FILE correctly
Also fix PORTEPOCH order.
2019-05-31 11:43:12 +00:00
Sunpoet Po-Chuan Hsieh
142510d83c Update to 3.1.0
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2019-05-29 18:37:47 +00:00
Sunpoet Po-Chuan Hsieh
60c30ccb71 Update dns/public_suffix_list to 20190529
- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2019-05-29 18:35:45 +00:00
Mathieu Arnold
9015977b5b Update to 0.1.16 2019-05-28 21:01:00 +00:00
Piotr Kubaj
abd28af5aa dns/powerdns-recursor: fix build and update
Don't add -L/usr/lib unconditionally, it makes gcc8 (used on gcc architectures) link to base libstdc++.
Update to 4.1.13.

PR:		237947
Approved by:	tcberner (mentor), tremere@cainites.net (maintainer)
Differential Revision:	https://reviews.freebsd.org/D20423
2019-05-27 19:14:18 +00:00
Yuri Victorovich
e044ec0959 New port: dns/coredns: CoreDNS is a DNS server that chains plugins
Thanks to Dmitri Goutnik <dg@syrec.org> for help figuring out how
to make this port to build.
2019-05-27 01:44:18 +00:00
Yuri Victorovich
c91d6c295e dns/amass: Update 2.9.12 -> 2.9.13 2019-05-26 04:23:44 +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
de622b496e Update to 2.2.0
Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
2019-05-25 09:59:45 +00:00
Tobias Kortkamp
f30ebc2bec lang/rust: Update to 1.35.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/05/23/Rust-1.35.0.html
Reviewed by:	jbeich
Tested by:	pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20332
2019-05-24 03:25:11 +00:00
Dave Cottlehuber
6bc2b77d28 dns/py-ns1-python: new port - NS1 DNS API from python
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20355
2019-05-22 21:23:36 +00:00
Sunpoet Po-Chuan Hsieh
adbccadc24 Update to 3.2.6
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-05-21 18:04:00 +00:00
Yuri Victorovich
bd9a8763ce New port: dns/knock: Tool designed to enumerate subdomains on a target domain 2019-05-21 09:04:56 +00:00
Mathieu Arnold
e4eb386f4e Fix build on i386.
Obtained from:	87d7241833
2019-05-21 08:51:35 +00:00
Yuri Victorovich
5b462c9cc6 New port: dns/subfinder: Subdomain discovery tool that discovers valid subdomains for websites 2019-05-21 08:47:56 +00:00
Mathieu Arnold
93d47cf133 Update to 0.1.15. 2019-05-20 13:04:54 +00:00
Mathieu Arnold
15cf8e19a4 Update to latest commit. 2019-05-20 13:04:51 +00:00
Mathieu Arnold
b02a518e53 Remove Created by lines where I am the one. 2019-05-20 13:04:24 +00:00
Yuri Victorovich
3a5e8a2a65 dns/amass: Update 2.9.11 -> 2.9.12
Reported by:	portscout
2019-05-18 15:54:58 +00:00
Kai Knoblich
146191d8d9 dns/ddclient: Fix default permissions of config files and update pkg-message
* Change the default permissions of the configuration files to avoid a
  warning at the first start.
* Also update the instructions in pkg-message because since r433788 users no
  longer need to create a copy of the configuration file after installation.

While I'm here:
* Fix the license and add the location to the license file

PR:		237651
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by:	maintainer
2019-05-18 10:28:32 +00:00
Mathieu Arnold
988805271b Update to 9.14.2. 2019-05-16 07:32:28 +00:00
Mathieu Arnold
117aec4437 Update to 9.11.7. 2019-05-16 07:32:25 +00:00
Mathieu Arnold
e332fa180e Remove expired dns/bind913 port. 2019-05-16 07:32:18 +00:00
Tobias C. Berner
e10da3de3f Update KDE Frameworks to 5.58.0
Announcement:
	https://kde.org/announcements/kde-frameworks-5.58.0.php

Exp-run by:	antoine
PR:		237888
2019-05-15 20:28:04 +00:00
Sunpoet Po-Chuan Hsieh
1ce0317963 Update to 1.13
- Update MASTER_SITES
- Fix *_DEPENDS: Crypt::OpenSSL::* requirement was removed since 1.04
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Net-DNS-SEC
2019-05-15 15:53:24 +00:00
Tobias Kortkamp
6bd3ed2a9b lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
2019-05-15 03:12:15 +00:00
Mathieu Arnold
5525544c1e Update to 0.1.14. 2019-05-13 09:41:32 +00:00
Mathieu Arnold
34240cdcda Update to latest commit. 2019-05-13 07:52:31 +00:00
Piotr Kubaj
f797975b00 dns/getdns: fix build with GCC-based architectures
Add USES=compiler:c11 to fix build:
./tls.h:45: error: redefinition of typedef 'sha256_pin_t'

Approved by:	mentors (implicit approval)
2019-05-13 07:37:38 +00:00
Sunpoet Po-Chuan Hsieh
66412614e4 Update to 0.6.7
Changes:	https://github.com/ko-zu/psl/commits/master
2019-05-12 20:10:15 +00:00
Sunpoet Po-Chuan Hsieh
739fd85a19 Update to 3.2.5
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-05-12 20:10:10 +00:00
Yuri Victorovich
51ee23710c dns/amass: Update 2.9.10 -> 2.9.11
Reported by:	portscout
2019-05-12 17:22:47 +00:00
Sunpoet Po-Chuan Hsieh
0cd58f1dfa Remove outdated PERL_LEVEL check 2019-05-12 16:37:57 +00:00