Commit graph

4359 commits

Author SHA1 Message Date
Matthias Andree
9a892f00e3 Update to new upstream release candidate #5.
Switch IDN support from libidn to libidn2.
Drop patches integrated upstream.
2017-05-22 22:53:11 +00:00
Mark Linimon
081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00
Mathieu Arnold
7340c6df0a Update to latest commit.
Sponsored by:	Absolight
2017-05-22 12:16:36 +00:00
Matthias Andree
9016fa489d Update to upstream release candidate #4, with two more fixes.
Additionally, zero out *addrp in edns0.c, and fix two typoes in
forward.c where && should be &. These fixes have all been reported
upstream.

Note that the build rig is currently not up to using I18N and IDN2, so
we forgo IDN2 for now. Also reported upstream.

Changelog since -test5:

1835343 (tag: v2.77rc4) Update German translation.
2aaea18 Add .gitattributes to substitute VERSION on export.
7ab78b9 (tag: v2.77rc3) Fix c7be0164ce6ae89d6f2f0ffea14e2612418dd5da
c7be016 (tag: v2.77rc2) Suppress DHCP ping checks when allocating on the loopback interface.
d203af4 Add optional support for libidn2 and therefore IDNA2008.
05f76da Don't die() on failing to parse lease-script output.
bf05f8f Fix crash introduced by 09f3b2cd9c7b5b5e0e96ba41f666e69808862620.
09f3b2c (tag: v2.77rc1) Fix case of DS queries to domains marked as not doing DNSSEC.
2282787 Fix botch introduced by 561441320f0cb67ea97f81c59332da5c6d14b494
4583dd9 Replace obsolete utime() usage with utimes().
5614413 Fix a couple of crashes on malformed config files.
b2a9c57 Add "known-othernet" DHCP tag.
2017-05-21 11:05:56 +00:00
Tobias C. Berner
99c421b481 Update KDE Frameworks to 5.34.0
PR:		219314
Reviewed by:	rakuco
Exp-run by:	antoine
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10747
2017-05-20 10:24:35 +00:00
Alan Somers
41a8b72ca8 Use anticongestion in dns/ddclient
Introduced in src r316342, the anticongestion feature unifies multiple
periodic scripts' disparate sleeps.

PR:		218442
Approved by:	mjl@luckie.org.nz (maintainer)
Approved by:	brd (ports)
2017-05-20 02:27:54 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Danilo G. Baio
870d67a2c5 dns/py-dns-lexicon: Update to 2.1.4
PR:		219240
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10700
2017-05-16 00:13:01 +00:00
Mathieu Arnold
840b1378bc Update to latest commit.
Sponsored by:	Absolight
2017-05-15 14:41:37 +00:00
Mark Linimon
ba601f25ac Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 03:35:51 +00:00
Mark Felder
ee991a5121 dns/dnswalk: Unbreak port
Deprecated Perl syntax was preventing the port from working.

Approved by:	portmgr
MFH:		2017Q2
2017-05-12 19:48:17 +00:00
Jason Helfman
2a971878f6 - remove extra patch file causing a re-patch of same file
Reported by:	pkg-fallout@
2017-05-11 18:30:58 +00:00
Sunpoet Po-Chuan Hsieh
6741e3ad74 Update to 0.8.8
- While I'm here, fix indent

Changes:	https://github.com/barnybug/cli53/blob/master/CHANGELOG.md
PR:		219178
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2017-05-10 06:54:27 +00:00
Sunpoet Po-Chuan Hsieh
c8d79ac8f3 Update to 2.1.2
- While I'm here:
  - Add LICENSE_FILE
  - Sort USE_PYTHON
  - Fix typo

Changes:	https://github.com/AnalogJ/lexicon/releases
PR:		219167
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2017-05-09 14:23:21 +00:00
Mathieu Arnold
bd4783b394 Update to latest commit.
Sponsored by:	Absolight
2017-05-09 12:55:36 +00:00
Sunpoet Po-Chuan Hsieh
fa52e61575 Update to 1.10
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-05-06 11:14:32 +00:00
Martin Wilke
a2c4a5c233 Lexicon provides a way to manipulate DNS records on multiple DNS providers in a
standardized way. Lexicon has a CLI but it can also be used as a python library.

Lexicon was designed to be used in automation, specifically letsencrypt.

WWW: https://github.com/AnalogJ/lexicon

PR:		218792
Submitted by:	Goran Meki <meka@tilda.center>
2017-05-06 06:03:58 +00:00
Matthias Andree
0fc229aba6 Update to new upstream test release -test5.
Diff from upstream CHANGELOG:
+           Allow use of MAC addresses with --tftp-unique-root. Thanks
+           to Floris Bos for the patch.
+
+            Add --dhcp-reply-delay option. Thanks to Floris Bos
+           for the patch.
+
+            Add mtu setting facility to --ra-param. Thanks to David
+           Flamand for the patch.
+
+           Capture STDOUT and STDERR output from dhcp-script and log
+           it as part of the dnsmasq log stream. Makes life easier
+           for diagnosing unexpected problems in scripts.
+           Thanks to Petr Mensik for the patch.
+
+           Generate fatal errors when failing to parse the output
+           of the dhcp-script in "init" mode. Avoids strange errors
+            when the script accidentally emits error messages.
+           Thanks to Petr Mensik for the patch.
+
+            Make --rev-server for an RFC1918 subnet work even in the
+            presence of the --bogus-priv flag. Thanks to
+           Vladislav Grishenko for the patch.
+
+           Extend --ra-param mtu: field to allow an interface name.
+           This allows the MTU of a WAN interface to be advertised on
+           the internal interfaces of a router. Thanks to
+           Vladislav Grishenko for the patch.
+
+            Do ICMP-ping check for address-in-use for DHCPv4 when
+           the client specifies an address in DHCPDISCOVER, and when
+           an address in configured locally. Thanks to Alin Năstac
+           for spotting the problem.

This change was reverted:
-            Implement RFC 6842. Thanks to Reddeiah Raju Konduru for
-            pointing out that this was missing.

Reported by:	portscout
2017-05-04 22:50:30 +00:00
Larry Rosenman
e138a6dbf8 Correct typo in DNSCRYPT option description
PR:	219052
Submitted by: greenreaper@hotmail.com
Reportee by:
Approved by:	adamw (mentor, implicit)
2017-05-04 01:49:21 +00:00
Kurt Jaeger
b7520a6054 dns/opendnssec2: update 2.1.0 -> 2.1.1
- OPENDNSSEC-889: MySQL migration script didnt work for all database
  and MySQL versions.
- OPENDNSSEC-887: Segfault on extraneous tag.
- OPENDNSSEC-880: Command line parsing for import key command failed.
- OPENDNSSEC-890: Bogus signatures upon wrong zone input when TTLs
  for same rrset are mismatching.

PR:		218995
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2017-05-02 19:33:34 +00:00
Kurt Jaeger
a26a381795 dns/opendnssec: update 1.4.12 -> 1.4.14
- OPENDNSSEC-888: Fix up MySQL<->SQLite3 database conversion script.
- OPENDNSSEC-752: Incorrect calculated number of KSKs needed when
  KSK and ZSK have exactly the same parameters. This would prevent
  KSK rollovers.
- OPENDNSSEC-890: Bogus signatures on mismatching TTLs within the same RRset.

PR:		218994
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2017-05-02 19:29:30 +00:00
Mathieu Arnold
51aa0de6f7 Update to latest commit.
Sponsored by:	Absolight
2017-05-02 10:46:47 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Kurt Jaeger
fead0aae6e New port: dns/drool
DNS Replay Tool (drool) can replay DNS traffic from packet capture
(PCAP) files and send it to a specified server, with options such
as to manipulate the timing between packets, as well as loop packets
infinitely or for a set number of iterations. This tool's goal is
to be able to produce a high amount of UDP packets per second and
TCP sessions per second on common hardware.

WWW: https://www.dns-oarc.net/tools/drool

PR:		218706
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2017-04-30 03:22:11 +00:00
Mark Linimon
4ebba57eca Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 00:44:32 +00:00
Kurt Jaeger
04078721f0 dns/unbound: update 1.6.1 -> 1.6.2
PR:		218872
Changes:	http://www.unbound.net/pipermail/unbound-users/2017-April/004762.html
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2017-04-29 20:59:34 +00:00
Kurt Jaeger
4206804e2c dns/nsd: update 4.1.15 -> 4.1.16
features:
- zone parser can parse acronyms for algorithms ED25519 and ED448.
- Fix 1243: Option to make NSD emit really minimal responses,
  minimal-responses: yes in nsd.conf.

bug fixes:
- Calculate new udb index after growing the array, fix from
  Chaofeng Liu.
- Fix missing _t to _type conversion for disable-radix-tree option.
- Printout serial error with hint it may be too big.
- Fix 1228: OpenSSL include is not guarded with HAVE_SSL
- Patch for expire state in multi-master when masters includes
  broken master, from Manabu Sonoda.
- minor manpage fix.

PR:		218873
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2017-04-29 20:39:23 +00:00
Kurt Jaeger
834171938d 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)
2017-04-29 20:28:55 +00:00
Sunpoet Po-Chuan Hsieh
149013a34f Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
PR:		178687 [1]
2017-04-29 15:43:46 +00:00
Sunpoet Po-Chuan Hsieh
8a65bf2520 Update to 2.0.2
- Clean up DISTINFO_FILE which should be part of r439384

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
2017-04-29 07:50:44 +00:00
Ryan Steinmetz
171de31fdf - Update to 1.1.0 2017-04-26 16:48:06 +00:00
Carlos J. Puga Medina
5eb2896cad - Add INSTALL_TARGET=install-strip
While here, sort LICENSE_FILE

PR:		218416
Submitted by:	takefu@airpot.fm
Approved by:	Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer timeout, 3 weeks)
2017-04-26 15:08:03 +00:00
Larry Rosenman
922efee573 dns/opendnssec13: Pull in textproc/gnugrep for a proper grep(1) with GNU extensions
PR:	218616
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	<jaap@NLnetLabs.nl> (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10503
2017-04-26 01:30:01 +00:00
Sunpoet Po-Chuan Hsieh
f60b72070c Update to 1.60.1
Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2017-04-25 14:24:56 +00:00
Sunpoet Po-Chuan Hsieh
6f510c7651 Update to 2.0.1
Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
PR:		218833
Submitted by:	tijl
2017-04-25 14:22:45 +00:00
Sunpoet Po-Chuan Hsieh
1fe825bece Add NO_ARCH
- Sort PLIST
2017-04-24 15:18:27 +00:00
Sunpoet Po-Chuan Hsieh
e94280b40a Update to 0.0.0.20170412
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-04-24 15:16:08 +00:00
Sunpoet Po-Chuan Hsieh
b54dfadcd5 Update WWW 2017-04-24 15:11:01 +00:00
Mathieu Arnold
b9c2d4f028 Update to latest snapshot.
Sponsored by:	Absolight
2017-04-24 10:26:55 +00:00
Rene Ladan
c7b6c8eaf9 Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by:	Mark Millard via private e-mail
2017-04-21 20:25:00 +00:00
Dmitry Marakasov
5225517cba - Fix shebangs
- Add NO_ARCH
2017-04-21 10:50:59 +00:00
Mathieu Arnold
d4de1a5f8c Update to 9.9.10, 9.10.5, 9.11.1 and 9.12 to latest snapshot.
While there:

Make it more maintainable by sorting stuff in the Makefile and removing
vestigial pre 10.3 things.

Refresh the root zone hints.

"Fix" the configuration section telling you to get some top level
zones from f.root-servers.net, which does not allow axfr any more. [1]

PR:		218656 [1]
Reported by:	Thomas Steen Rasmussen / Tykling [1]
MFH:		2017Q2
Sponsored by:	Absolight
2017-04-20 13:12:35 +00:00
Tobias C. Berner
99425922de Update KDE Frameworks to 5.33.0
PR:		218524
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10331
2017-04-19 14:59:40 +00:00
Sunpoet Po-Chuan Hsieh
d0a942ec0a Use dns/public_suffix_list for up-to-date public suffix list
- Bump PORTREVISION for package change

PR:		218362
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2017-04-19 14:39:05 +00:00
Sunpoet Po-Chuan Hsieh
2e4af257cd Update to 1.0.7
Changes:	https://github.com/KimNorgaard/validates_hostname/commits/master
2017-04-16 11:07:11 +00:00
Carlos J. Puga Medina
742334791f dns/dnsdist: fix dnsdist binaries when building on 10.3
- Change USES=compiler:c++14-lang to USES=compiler. Now the compiler macro doesn't require any arguments.
- Bump PORTREVISION

Reported by:	Robin Geuze <robing@transip.nl> via mail
2017-04-14 16:31:02 +00:00
Mathieu Arnold
0688061ed1 Unbreak rndc calls when using non default rndc.key location.
PR:		218335
Sponsored by:	Absolight
2017-04-13 10:15:18 +00:00
Mathieu Arnold
b86cf46531 Update to latest commit.
Security:	c6861494-1ffb-11e7-934d-d05099c0ae8c
Sponsored by:	Absolight
2017-04-13 10:15:10 +00:00
Xin LI
aff3d8f655 Security update to 9.9.9-P8.
Security:	c6861494-1ffb-11e7-934d-d05099c0ae8c
Approved by:	so
2017-04-13 04:21:55 +00:00
Xin LI
9ea80ae14d Security update to 9.11.0P5.
Security:	c6861494-1ffb-11e7-934d-d05099c0ae8c
Approved by:	so
MFH:		2017Q2
2017-04-13 04:12:37 +00:00
Xin LI
2710d88751 Security update to 9.10.4-P6.
Security:	c6861494-1ffb-11e7-934d-d05099c0ae8c
Approved by:	so
MFH:		2017Q2
2017-04-13 04:09:29 +00:00
Mathieu Arnold
4570564656 Remove private URLs that should never have been committed.
Pointy hat:	mat
Sponsored by:	Absolight
2017-04-11 13:59:43 +00:00
Sunpoet Po-Chuan Hsieh
a872a8630e Remove Perl core modules
- Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2017-04-11 00:47:49 +00:00
Larry Rosenman
94d71588ac inet/mDNSResponder was updated to 765.50.9 this week, here is the update for the nss companion module.
PR:	218481
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10354
2017-04-11 00:31:24 +00:00
Sunpoet Po-Chuan Hsieh
44d7b87512 Use UTF-8 locale to ensure psl-make-dafsa processing
The error message using C locale is as follows:

./psl-make-dafsa --output-format=cxx+ "/usr/local/share/public_suffix_list/public_suffix_list.dat" suffixes_dafsa.c
Traceback (most recent call last):
  File "./psl-make-dafsa", line 695, in <module>
    sys.exit(main())
  File "./psl-make-dafsa", line 689, in main
    outfile.write(converter(parser(infile, utf_mode, codecs), utf_mode, codecs))
  File "./psl-make-dafsa", line 559, in parse_psl
    for line in infile:
  File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7619: ordinal not in range(128)
2017-04-07 23:16:15 +00:00
Sunpoet Po-Chuan Hsieh
c2c153fe30 Update to 1.19
- Remove MASTER_SITE_SUBDIR

Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2017-04-06 21:56:38 +00:00
Mark Linimon
67cab83a77 Now builds on sparc64. 2017-04-05 02:10:25 +00:00
Sunpoet Po-Chuan Hsieh
b871026318 Update to 0.0.0.20170401
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-04-02 02:37:20 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
2017-04-01 15:23:30 +00:00
Tobias Kortkamp
5000111fb7 Add missing databases/py-sqlite3 dependency
PR:		218227
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10204
2017-03-30 20:21:58 +00:00
Sunpoet Po-Chuan Hsieh
a7d6f7616c Update to 1.4.1
Changes:	https://github.com/DNS-OARC/dnscap/releases
2017-03-30 15:13:00 +00:00
Craig Rodrigues
f595668f6b Move from google code to github
Approved by:		ak
Differential Revision:	https://reviews.freebsd.org/D10159
2017-03-28 08:06:22 +00:00
Sunpoet Po-Chuan Hsieh
c1ee994180 Update to 1.09
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-03-25 04:37:49 +00:00
Sunpoet Po-Chuan Hsieh
b86588d60d Add rubygem-validates_hostname 1.0.6
Extension to ActiveRecord::Base for validating hostnames and domain names.

Features:
- Adds validation for hostnames to ActiveModel
- Supports i18n for the error messages

WWW: https://github.com/KimNorgaard/validates_hostname
2017-03-22 21:03:48 +00:00
Mathieu Arnold
12e3b34a8e Fix build.
Sponsored by:	Absolight
2017-03-21 23:47:24 +00:00
Martin Matuska
14eb70b514 Horde package update:
devel/pear-Horde_Cli 2.0.7 -> 2.1.0
devel/pear-Horde_Core 2.27.8 -> 2.28.1
www/pear-Horde_Form 2.0.15 -> 2.0.16
dns/pear-Horde_Idna 1.0.4 -> 1.1.0
graphics/pear-Horde_Image 2.3.6 -> 2.4.0
textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0
www/horde-ansel 3.0.5 -> 3.0.6
www/horde-base 5.2.13 -> 5.2.14
mail/horde-imp 6.2.17 -> 6.2.18
mail/horde-ingo 3.2.13 -> 3.2.14
deskutils/horde-kronolith 4.2.19 -> 4.2.20
deskutils/horde-mnemo 4.2.12 -> 4.2.13
deskutils/horde-nag 4.2.13 -> 4.2.14
mail/horde-turba 4.2.18 -> 4.2.19
2017-03-21 23:38:47 +00:00
Matthias Andree
b945d9912f Update to -test4 release, forward port IPSET [1]
Changes since -test3 release (edited diff from CHANGELOG):
* Improve logging of upstream servers when there are a lot of "local
  addresses only" entries.
* Implement RFC 6842.
* Make --bogus-priv apply to IPv6, for the prefixes specified in RFC6303.

Forward port IPSET option from ../dnsmasq port, to permit build on
PF-less systems.

PR:		217900 [1]
Submitted by:	Oliver Pinter <oliver.pinter@hardenedbsd.org>
2017-03-21 22:50:44 +00:00
Matthias Andree
b4f3ace967 Correct placement of option helpers.
Related to:
PR: 217900
2017-03-21 22:45:43 +00:00
Matthias Andree
e5b50fecb1 Allow build on PF-less (NO_IPSET) systems.
This adds a new ports option, IPSET, defaulting to on.

Use the opportunity to use the options helpers OPT_CFLAGS[_OFF] on the
trivial options.

PR:		217900
Submitted by:	Oliver Pinter <oliver.pinter@hardenedbsd.org>
2017-03-21 22:43:56 +00:00
Sunpoet Po-Chuan Hsieh
5554627c9f Add THREADS option
PR:		217976
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
2017-03-21 20:40:18 +00:00
Sunpoet Po-Chuan Hsieh
d07ce734c1 Add rubygem-simpleidn 0.0.7
SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode
UTF-8 strings and visa versa.

WWW: https://github.com/mmriis/simpleidn

PR:		217910
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2017-03-20 00:28:57 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Sunpoet Po-Chuan Hsieh
a8ffb6dd89 Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31
PR:		217875
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-03-18 17:12:54 +00:00
Tobias C. Berner
86a1cc0a58 Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.

PR:		217709
Exp-Run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9959
2017-03-17 06:27:30 +00:00
Jason Unovitch
df713040b0 dns/nsd: Fix missing _t to _type conversion for disable-radix-tree option
- Noting NSD changelog, recent update renamed _t typedefs because POSIX
  reserves them. The 4.1.15 update missed a few conversion.
- Unbreak RADIXTREE. No PORTREVISION change as port would not have built.

PR:		217640
Reported by:	Max Kostikov <max@kostikov.co>
Submitted by:	w.schwarzenfeld@utanet.at (the suggested diff)
		jaap@NLnetLabs.nl (maintainer - the port patch)
Obtained from:	nsd svn r4741
2017-03-17 02:14:39 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Jan Beich
b092787733 dns/openmdns: update to 0.7
Changes:	https://github.com/haesbaert/mdnsd/compare/627cc56...0.7
2017-03-11 08:37:50 +00:00
Sunpoet Po-Chuan Hsieh
b209cfbd8f Use real PORTVERSION and update dependent ports
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
2017-03-10 22:45:52 +00:00
Sunpoet Po-Chuan Hsieh
f46547b081 Update to 1.18
Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2017-03-08 16:51:27 +00:00
Bartek Rutkowski
0239e18ae0 dns/opendnssec2: update 2.0.3 -> 2.1.0
- Fix DB scripts from docs

PR:		217563
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
MFH:		2017Q1
2017-03-08 11:04:53 +00:00
Wen Heping
a8ec31d475 - Update to 1.4.3
PR:		217609
Submitted by:	joneum@bsdproject.de(maintainer)
2017-03-08 02:38:24 +00:00
Wen Heping
a300cdae9c - Update to 1.6.1
PR:		217614
Submitted by:	jaap@NLnetLabs.nl(maintainer)
2017-03-08 01:48:33 +00:00
Jason Unovitch
8643d00296 dns/nsd: update 4.1.14 -> 4.1.15
PR:		217537
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2017-03-05 01:03:40 +00:00
Dmitry Marakasov
908dfd1bd4 - Switch to USES=localbase
- Switch to options helpers
- Simplify installation
- Switch to pkg-message
2017-03-04 09:01:47 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Martin Wilke
6d14406a13 - Chase ldns shlip bump
PR:		217495
2017-03-03 04:12:20 +00:00
Martin Wilke
ab59fa291c - Update to 1.7.0
Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog

PR:		        217495
Submitted by:	maintainer
2017-03-03 04:11:14 +00:00
Sunpoet Po-Chuan Hsieh
585d14b21e Update to 1.12
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes
2017-03-02 17:59:37 +00:00
Jimmy Olgeni
e1c979486b Update dns/erlang-idna to version 4.0.0. 2017-03-01 11:18:09 +00:00
Sunpoet Po-Chuan Hsieh
04d8637039 Update to 1.4.0
- Add my LOCAL to MASTER_SITES

Changes:	https://github.com/DNS-OARC/dnscap/releases
2017-02-28 14:57:52 +00:00
Bartek Rutkowski
255d1799b5 dns/mDNSResponder_nss: update 765.20.4 -> 765.30.11
PR:		216596
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2017-02-28 08:51:22 +00:00
Sunpoet Po-Chuan Hsieh
deacaf1e7e Update to 0.0.0.20170223
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-02-27 14:14:08 +00:00
Dmitry Marakasov
f3bcde2879 - Update to 1.1.0
PR:		216951
Submitted by:	mjl@luckie.org.nz
Approved by:	maintainer timeout (d.pryadko@rambler-co.ru, 2 weeks)
2017-02-27 13:53:29 +00:00
Bernard Spil
a5c65f771e dns/yadifa: Fix LibreSSL build issues
- Add checks for LIBRESSL_VERSION_NUMBER

PR:		217349
Obtained from:	https://github.com/yadifa/yadifa/pull/2
2017-02-27 10:41:46 +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
Jan Beich
7b82e61775 dns/openmdns: update to 0.6.24
Changes:	d76ce05...627cc56
2017-02-23 07:35:07 +00:00
Don Lewis
af7a1ea6d1 Upgrade devel/mtbl to version 1.0.0:
mtbl (1.0.0)

   * Backwards-incompatible file format change to enable block sizes >4G.
   * Add support for zstd compression. This adds a new library dependency
     on libzstd.
   * Add mtbl_iter_seek function.
   * Add mtbl_fileset_partition function.
   * Breaks ABI for version 0.x.x.

  mtbl (0.8.1)

   * Add portability for clock time.
   * Simplify and improve portability related to byte order primitives.
   * Fix assertion failure. If there is a broken mtbl file in the fileset
     then a NULL reader will be returned. This change checks for that
     error condition in fs_reinit_merger() and does not pass the empty
     reader onwards to mtbl_merger_add_source().

Compatiblity with the latest libz4 has been added so files/patch-configure
is no longer needed.

Bump PORTREVISION on dependent ports due to ABI / shared library version
change.
2017-02-23 01:54:12 +00:00
Sunpoet Po-Chuan Hsieh
af5b85e938 Update to 1.08
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-02-21 16:36:55 +00:00
Mathieu Arnold
ccf4d8ede3 Update to latest snapshot.
Sponsored by:	Absolight
2017-02-20 16:05:43 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Mathieu Arnold
9cb2c90e32 Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by:	Absolight
2017-02-17 16:49:13 +00:00
Sunpoet Po-Chuan Hsieh
0b6a6a7d76 Update to 0.0.0.20170206
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-02-16 16:45:37 +00:00
Rene Ladan
676b34a127 Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
2017-02-15 21:33:11 +00:00
Sunpoet Po-Chuan Hsieh
14dfc90292 Update to 1.17
Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2017-02-14 14:33:57 +00:00
Mathieu Arnold
b8e18e40c3 Update to latest commit.
MFH:		2017Q1
Security:	CVE-2017-3135
Sponsored by:	Absolight
2017-02-13 12:38:41 +00:00
Matthias Andree
7cadc1bd22 Update to 2.77.test3.
Simon Kelley (2):
      Improve connection handling when talking to TCP upsteam servers.
      Add forthcoming 2017 root zone trust anchor to trust-anchors.conf.
2017-02-12 13:02:41 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
Kirill Ponomarev
a006f4a3c1 Update dns/dns_balance to 2.1
PR:		216958
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9526
2017-02-10 17:46:17 +00:00
Kirill Ponomarev
34c3371db5 Remove superfluous dependency.
Noticed by:	sunpoet
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9523
2017-02-10 17:28:21 +00:00
Kirill Ponomarev
f86d3d2563 Fix stale dependencies.
PR:		216526
Submitted by:	bhtooefr@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9488
2017-02-10 09:13:41 +00:00
Matthias Andree
29d2af5ad9 Update to new 2.77test2 release.
Changelog:	<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=68f6312d4bae30b78daafcd6f51dc441b8685b1e>

Use readelf instead of objdump, unbreaking arm64 build. [1]
Submitted by:	emaste@ [1]
Differential Revision:	https://reviews.freebsd.org/D7881 [1]
2017-02-09 00:22:14 +00:00
Matthias Andree
aaa8832b37 Use readelf instead of objdump, unbreaking arm64 build.
Submitted by:	emaste@
Differential Revision:	https://reviews.freebsd.org/D7881
2017-02-09 00:18:49 +00:00
Mathieu Arnold
32b0a732f5 Update to 9.9.9-P6, 9.10.4-P6 and 9.11.0-P3.
While there, remove the RPZ_PATCH for BIND9 9.9, it has not been updated
for years, and, it does not build any more.

MFH:		2017Q1
Security:	CVE-2017-3135
Sponsored by:	Absolight
2017-02-08 22:39:28 +00:00
Kirill Ponomarev
7a5fb5edb7 Update dns/dnscrypt-wrapper to 0.2.2
PR:		216899
Submitted by:	freebsd@toyingwithfate.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9482
2017-02-08 11:35:03 +00:00
Mathieu Arnold
5aa39579b1 Fix build WITH=CGI after r431796.
Sponsored by:	Absolight
2017-02-07 16:37:17 +00:00
Tijl Coosemans
6d324c1f70 - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-02-05 21:20:24 +00:00
Sunpoet Po-Chuan Hsieh
a9c2ade8fc Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
2017-02-05 11:14:37 +00:00
Alexey Dokuchaev
a83aa892bb - Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
2017-02-04 07:57:42 +00:00
Jan Beich
21a7215c9a devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
2017-02-04 07:56:59 +00:00
Alexey Dokuchaev
375830c7f0 Clean up a few things in `dns/sheerdns' port:
- Spell `LICENSE_FILE' knob correctly
- Fix bogus indentation and knob order
- Optimize away superfluous DOCS variable
- No need to put DOCS on OPTIONS_DEFAULT
- Mute commands that are typically muted
- Fix spelling mistake in port description
2017-02-04 00:12:45 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Ryan Steinmetz
5ea60a698b - Fix build issue with non-default OPTIONS
- Don't bump PORTREVISION as this is a noop for the default package

PR:		216548
Reported by:	Jan Beich <jbeich@FreeBSD.org>
2017-01-28 17:05:59 +00:00
Tobias C. Berner
0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00
Sunpoet Po-Chuan Hsieh
a3b6685988 Update to 0.0.0.20170118
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-01-23 18:50:45 +00:00
Mathieu Arnold
49c8848b33 Update to latest commit.
Sponsored by:	Absolight
2017-01-23 14:21:11 +00:00
Ryan Steinmetz
ad4b8a9f1e - Update to 0.8.7
- Pass maintainership to submitter

PR:		214800
Submitted by:	Koichiro IWAO
2017-01-23 02:17:48 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Carlos J. Puga Medina
28fd6f320b dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0
json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function 'json11::Value<json11::Json::Type::NUL,
      nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216071
Submitted by:	cpm
Reported by:	jbeich
Reviewed by:	jbeich
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	upstream
MFH:		2017Q1 (blanket)
2017-01-20 19:38:56 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-01-19 15:44:53 +00:00
Ryan Steinmetz
a57c5f52ad - Update to 1.0.0 2017-01-19 13:49:33 +00:00
Carlos J. Puga Medina
ec526eba4c dns/dnsdist: unbreak build with clang 4.0
ext/json11/json11.cpp:153:24: error: invalid operands to binary expression
      ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/json11/json11.cpp:209:5: note: in instantiation of member function
      'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216069
Reported by:	jbeich
Obtained from:	upstream
MFH:		2017Q1
2017-01-18 17:58:53 +00:00
Sunpoet Po-Chuan Hsieh
fee7df36f3 Update to 0.16
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2017-01-18 14:07:29 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Jason Unovitch
9f5626e987 dns/powerdns-recursor: update 4.0.3 -> 4.0.4
Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-404

PR:		216135
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-7068
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
2017-01-18 11:24:40 +00:00
Jason Unovitch
5a64da09ac dns/powerdns: update 4.0.1 -> 4.0.3
- Switch to USES=localbase while here
- Remove LibreSSL patch (see https://github.com/PowerDNS/pdns/pull/4310)

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402
		https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-403

PR:		216136
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com (original 4.0.2 patch)
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-2120
Security:	CVE-2016-7068
Security:	CVE-2016-7072
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
2017-01-18 11:23:10 +00:00
Sunpoet Po-Chuan Hsieh
f25253a22a Update to 0.17.0
Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2017-01-17 17:20:48 +00:00
Danilo Egea Gondolfo
8d88775fc4 - Update to 2.1.8 2017-01-15 18:18:37 +00:00
Sunpoet Po-Chuan Hsieh
bfcec8cda2 Update to 0.15
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2017-01-15 15:21:33 +00:00
Tijl Coosemans
83579f491e Make 64 bit Linux packages the default on amd64. 2017-01-12 10:44:45 +00:00
Mathieu Arnold
ae4096b69e Commit the cleanups that should have gone in with the pervious update.
Sponsored by:	Absolight
2017-01-12 08:15:41 +00:00
Mathieu Arnold
855408c6d6 Update to latest commit.
MFH:            2017Q1
Security:       CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2016-9778
Sponsored by:   Absolight
2017-01-12 08:15:35 +00:00
Xin LI
5f338d6403 Security update to 9.11.0-P2.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:30:00 +00:00
Xin LI
ec652af45e Security update to 9.10.4-P5.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:29:19 +00:00
Xin LI
134ba57ba1 Security update to 9.9.5-P5.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:28:34 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Carlos J. Puga Medina
dab7b67cdf - Update to 1.1.0
- Remove unneeded patches (added upstream)
- Add protobuf and re2 support
- Switch to USES=localbase
- Drop USE_GCC
- Add USES=compiler:c++14-lang to build with clang on FreeBSD 10.3
- Cosmetic fixes

Changelog:
  http://dnsdist.org/changelog/#110
2017-01-11 00:48:04 +00:00
Ryan Steinmetz
64f793fa71 - Add OPTION (default to off) to install diagnostic tool(s)
- Do not bump PORTREVISION as this is a noop

PR:		215937
Requested by:	pi@
2017-01-10 13:34:42 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Mark Felder
f3a490c718 dns/dnscrypt-proxy: Correct usage of USE_LDCONFIG
Reported by:	sunpoet
2017-01-04 22:17:22 +00:00
Mark Felder
d1cb3f4dc1 dns/dnscrypt-proxy: Update to 1.9.1
PR:		215763
2017-01-04 17:38:39 +00:00
Sunpoet Po-Chuan Hsieh
2e2ac15b52 Update to 0.0.0.20161230
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-01-04 15:02:33 +00:00
Don Lewis
b0d72c9b38 Upgrade dns/wdns to version 0.9.1:
* t/: Fix format specifiers for size_t in some tests.

  * Add README.md.

  * Don't install the compiled example programs.

Optionally install source code for example programs under ${EXAMPLESDIR}.

Define TEST_TARGET.

Sponsored by:	Farsight Security, Inc.
2017-01-04 04:43:36 +00:00
Mathieu Arnold
0130c569fa Update to 2.2.3.
Sponsored by:	Absolight
2017-01-03 22:48:31 +00:00
Sunpoet Po-Chuan Hsieh
a036ea41c8 Update to 2.0.5
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2017-01-03 18:36:48 +00:00
Mathieu Arnold
6e50202209 Update to latest commit.
Sponsored by:	Absolight
2017-01-02 10:49:35 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Sunpoet Po-Chuan Hsieh
42613f9d54 - Update to 0.14
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2016-12-31 13:33:52 +00:00
Sunpoet Po-Chuan Hsieh
4fdfbba0cc - Update to 1.07
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2016-12-30 19:20:31 +00:00
Sunpoet Po-Chuan Hsieh
bfffffcd0c - Update to 0.12
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2016-12-30 19:20:08 +00:00
Sunpoet Po-Chuan Hsieh
9c0c1fb587 - Update to 1.3.0
- Update LICENSE
- Add LICENSE_FILE
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership

Changes:	https://github.com/DNS-OARC/dnscap/releases
2016-12-30 19:20:04 +00:00
Thomas Zander
b597fb2dcd Update to upstream version 1.17 2016-12-29 08:28:01 +00:00
Steve Wills
e066f38351 dns/rubygem-public_suffix: update to 2.0.4 2016-12-28 16:02:47 +00:00
Steve Wills
243d5264f0 dns/rubygem-dnsruby: update to 1.60.0 2016-12-28 15:58:02 +00:00
Dmitry Marakasov
0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00
Sunpoet Po-Chuan Hsieh
0b81582173 - Update WWW: use https:// 2016-12-26 20:57:36 +00:00
Mathieu Arnold
2942c4d61d Update to latest commit.
Sponsored by:	Absolight
2016-12-26 14:00:17 +00:00
Baptiste Daroussin
6b374b5c9a Stop using PORTSDIRNAME if the ports tree goes to allow more than 2 level of
directories it won't make any sense
2016-12-22 21:48:49 +00:00
Mathieu Arnold
c87ffc1aa2 Fix build with JOBS.
Sponsored by:	Absolight
2016-12-21 15:38:27 +00:00
Joseph Mingrone
814ca2ae54 dns/dnscrypt-proxy: Update to version 1.8.1
Also, update MASTER_SITES.

Upstream changes:
https://github.com/jedisct1/dnscrypt-proxy/releases

PR:		215420
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8855
2016-12-20 16:43:39 +00:00
Kurt Jaeger
404e6ecb6d dns/dq: update 20161128 -> 20161210
PR:		215400
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2016-12-19 18:58:01 +00:00
Tobias C. Berner
1afa5c8a42 Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php

New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)

Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3

Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.

PR:     214528
Reviewed by:    rakuco, mat
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8776
2016-12-19 15:56:24 +00:00
Emanuel Haupt
cd2d57e4ca Update to 1.8.0
PR:		215410
Submitted by:	freebsd@dns-lab.com (maintainer)
2016-12-19 15:02:21 +00:00
Mathieu Arnold
d865a36c08 Update to latest commit.
Sponsored by:	Absolight
2016-12-19 12:12:30 +00:00
Kurt Jaeger
db3be55a15 New port: dns/dq
Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve

WWW: https://mojzis.com/software/dq/

PR:		215073
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-12-18 17:28:08 +00:00
Sunpoet Po-Chuan Hsieh
3c043e26a7 - Add USES=localbase:ldflags 2016-12-18 15:21:48 +00:00
Sunpoet Po-Chuan Hsieh
c1dd9659ec - Update to 1.6.0
- Do not silence installation message
- While I'm here:
  - Move LIB_DEPENDS upwards
  - Use = instead of += for CONFIGURE_ARGS and USES
  - Convert to options helper
  - Use TEST_TARGET

Changes:	https://unbound.nlnetlabs.nl/pipermail/unbound-users/2016-December/004587.html
PR:		215322
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2016-12-17 13:20:19 +00:00
Sunpoet Po-Chuan Hsieh
619c99ffbb - Update to 0.16.1
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-12-17 12:50:19 +00:00
Sunpoet Po-Chuan Hsieh
fac322ad99 - Update to 0.0.0.20161216
- Add SLAVEDIRS
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2016-12-17 12:49:54 +00:00
Kurt Jaeger
84138f4fa2 dns/mDNSResponder_nss: update 765.1.2 -> 765.20.4
PR:		215075
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2016-12-14 19:19:45 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Sunpoet Po-Chuan Hsieh
7951f57490 - Update to 0.16.0
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-12-12 20:57:42 +00:00
Mathieu Arnold
35b7ad566d Update to latest commit.
Sponsored by:	Absolight
2016-12-12 14:48:15 +00:00
Mathieu Arnold
9572693d15 Remove bind-tools support from bind910.
Sponsored by:	Absolight
2016-12-09 15:40:39 +00:00
Mathieu Arnold
b49c617b79 Switch bind-tools to BIND9 9.11.
Sponsored by:	Absolight
2016-12-09 15:40:35 +00:00
Mathieu Arnold
265c712184 Cleanup CONFLICTS.
Sponsored by:	Absolight
2016-12-09 15:40:32 +00:00
Mathieu Arnold
79e3454fc9 This was fixed by the previous commit.
Sponsored by:	Absolight
2016-12-09 15:40:21 +00:00
Mathieu Arnold
36062bcbe6 Fixup libedit for all BIND9 ports, and fix spurious json dependency by
adding an option.

PR:		215170
Reported by:	sunpoet
Sponsored by:	Absolight
2016-12-09 15:02:37 +00:00
Bartek Rutkowski
0add061f59 dns/knot2: update 2.3.2 -> 2.3.3
PR:		215161
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2016-12-09 14:43:45 +00:00
Mathieu Arnold
617eb7085b Fix using libedit from ports.
PR:		215170
Reported by:	sunpoet
Sponsored by:	Absolight
2016-12-09 14:37:44 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00
Emanuel Haupt
3b0e5f8a16 Update to 4.1.14
PR:		215144
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-12-08 17:05:45 +00:00
Jan Beich
1215064901 dns/openmdns: update to 0.6.15
No actual changes, only some port patches got merged.
2016-12-06 22:54:57 +00:00
Mathieu Arnold
5f2b4e7265 Update to latest commit.
Sponsored by:	Absolight
2016-12-05 13:41:27 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Thomas Zander
f80318b337 Fix build on FreeBSD 9.3
PR:		214816
Submitted by:	tremere@cainites.net (maintainer)
MFH:		2016Q4
2016-11-29 11:00:35 +00:00
Jason Unovitch
2a314ac5fa 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)
2016-11-27 02:43:26 +00:00
Mathieu Arnold
2884d5aa32 Fixup USE_GITHUB usage.
It already sets DISTNAME to a very nice unique name, do not set it
yourself.

Sponsored by:	Absolight
2016-11-26 10:09:54 +00:00
Emanuel Haupt
0a4f46a161 Add void-zones-tools 0.1.a, prepare a list of void zones that can be
readily fed into Unbound.

PR:		214723
Submitted by:	vidar@karlsen.tech
2016-11-25 18:31:53 +00:00
Kurt Jaeger
e4243382a8 dns/mDNSResponder_nss: update 625.41.2 -> 765.1.2
- update in step with net/mDNSResponder

PR:		214788
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2016-11-24 21:14:34 +00:00
Jan Beich
4672aef568 dns/powerdns-recursor: work around crash with boost 1.62
Assertion failed: (this != &x), function operator=, file /usr/local/include/boost/container/string.hpp, line 830.

PR:		214470
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2016-11-24 02:30:22 +00:00
Dmitry Marakasov
de4e024e17 - Add LICENSE
- Remove unneeded perl module
- Fix depends (these are runtime, not build depends)
- Add NO_ARCH
- Silence patching
- Regenerate patches
2016-11-23 19:11:54 +00:00
Dmitry Marakasov
fc4b4fb7d4 - Add LICENSE
- Fix ipv6 option handling
- Remove useless post-install
2016-11-23 19:11:00 +00:00
Dmitry Marakasov
75950fc8f5 - Add LICENSE
- Use GNU_CONFIGURE
- Regenerate patches
2016-11-23 19:10:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Alexey Dokuchaev
583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Kurt Jaeger
d8717c3313 dns/dnsviz: update 0.6.4 -> 0.6.5
Changes:	https://github.com/dnsviz/dnsviz/releases
2016-11-21 18:00:09 +00:00
Olivier Duchateau
57ffef978c Library to generate static code representation of the Public suffix list.
The public suffix list is a database of top level domain names. The database
allows an application to determine if if a domain name requires an additional
label to be valid.

The principle use in a web browser is to restrict supercookies being set
although it can also serve secondary purposes in the UI such as domain
highlighting.

WWW: http://www.netsurf-browser.org/
2016-11-21 14:04:24 +00:00
Jan Beich
6a14dffaec dns/powerdns-recursor: unbreak build with boost 1.62
In file included from mtasker_context.cc:27:
./mtasker_fcontext.cc:33:7: error: no member named 'make_fcontext' in namespace 'boost::context'; did you mean 'boost::context::detail::make_fcontext'?
using boost::context::make_fcontext;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from mtasker_context.cc:27:
./mtasker_fcontext.cc:64:7: error: no member named 'fcontext_t' in namespace 'boost::context'; did you mean 'boost::context::detail::fcontext_t'?
using boost::context::fcontext_t;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
[...]

PR:		214470
Submitted by:	antoine
Obtained from:	upstream
Approved by:	portmgr blanket
2016-11-21 04:21:20 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Sunpoet Po-Chuan Hsieh
006cf2f8eb - Update to 3.1.1
Changes:	http://bazaar.launchpad.net/~py3dns-hackers/py3dns/trunk/view/head:/CHANGES
2016-11-19 17:06:39 +00:00
Sunpoet Po-Chuan Hsieh
3c5f887574 - Update to 0.15.0
Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-11-19 17:03:08 +00:00
Sunpoet Po-Chuan Hsieh
4474cf1a9c - Update to 0.11
- Add GitLab repository to WWW

Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
		https://gitlab.com/jas/libidn2/blob/master/ChangeLog
2016-11-19 17:03:04 +00:00
Rene Ladan
f2aecf8776 Reset edwin's ports, he has handed in his commit bit.
With hat:	portmgr-secretary
2016-11-16 22:55:39 +00:00
Tobias C. Berner
30a183cdd9 Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
2016-11-14 16:12:56 +00:00
Alexey Dokuchaev
50c7b417e3 Do not terminate BROKEN messages with period, it is added by the framework. 2016-11-14 11:26:59 +00:00
Mathieu Arnold
4ee2188dce Update to latest commit.
Sponsored by:	Absolight
2016-11-14 08:52:52 +00:00
Mark Linimon
387ced8b05 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 07:47:48 +00:00
Kurt Jaeger
c716f66aa0 dns/rbldnsd: update 0.997a -> 0.998
- use ${ETCDIR}
- don't install RPM spec and debian packege spec - they are no use on FreeBSD
- install example zone file with default permissions (readable to
  all users) there is no need to limit access to examples

PR:		214426
Changes:	http://www.corpit.ru/mjt/rbldnsd/NEWS
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by:	Alexey Degtyarev <alexey@renatasystems.org> (maintainer)
2016-11-13 14:14:59 +00:00
Jan Beich
68036db43c Track used or drop unused devel/icu dependency
This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Kurt Jaeger
d24546bd35 dns/dnsviz: update 0.6.3 -> 0.6.4
- fixes minor bugs
2016-11-10 20:52:05 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Jan Beich
51f3e6d72a dns/openmdns: document rc.d minimally
PR:		214366
2016-11-09 21:13:12 +00:00
Jan Beich
f9eba362ac dns/openmdns: fix interface selection in rc.d
- Don't append default interface when /etc/rc.conf has mdnsd_flags
- Switch to lo0 as a more predictable (but less useful) default interface

PR:		214366
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2016-11-09 20:21:05 +00:00
Mark Linimon
dac80a52ab Remove trailing newline escape from MASTER_SITES. This had the effect of
eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn.

Approved by:	"just fix it"
2016-11-07 23:39:34 +00:00
Sunpoet Po-Chuan Hsieh
c15f831a90 - Update to 1.0.0
Changes:	http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
2016-11-06 16:49:36 +00:00
Sunpoet Po-Chuan Hsieh
a084eac983 - Update to 0.0.0.20161028
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2016-11-05 18:00:12 +00:00
Jason Helfman
d2de35330d - unbreak fetch [1]
- update WWW site
- regen patch (pet portlint)

Reported by:	jswhitejrusa@gmail.com [1]
2016-11-04 16:41:39 +00:00
Jan Beich
bfa84aafa5 Pass maintainership of PEAR ports to the submitter
PR:		214011 214012 214013 214014 214015 214016 214017
PR:		214018 214019 214021 214022 214023 214024 214025
PR:		214026 214027 214028 214029 214030 214031 214032
PR:		214033 214034 214035 214036 214037 214038 214039
PR:		214040 214041 214042 214043 214044 214045 214046
PR:		214047 214048 214049 214050 214051 214052 214053
PR:		214054 214055 214056 214057 214058 214059 214060
PR:		214061 214062 214063 214064 214066 214067 214068
PR:		214071 214072 214073 214074 214075 214076 214077
PR:		214078 214079 214080 214081 214082 214083 214084
PR:		214085 214086 214087 214088 214089 214090 214091
PR:		214092 214093 214094 214095 214096 214097 214098
PR:		214099 214100 214101 214102 214103 214104 214108
PR:		214109 214110 214111 214112 214113 214114 214115
PR:		214116 214117 214118 214119 214120 214121 214122
PR:		214123 214124 214125 214126 214127 214128 214129
PR:		214130 214131 214132 214133 214134 214135 214136
PR:		214137 214138 214139 214140 214141 214142 214143
PR:		214144 214145 214146 214147 214148 214149 214150
PR:		214151 214152
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-03 06:32:16 +00:00
Mathieu Arnold
55c13616e4 Update to latest commit.
Sponsored by:	Absolight
2016-11-02 10:49:33 +00:00
Xin LI
442cd7309b Security update:
dns/bind99:  9.9.9-P3  -> 9.9.9-P4
dns/bind910: 9.10.4-P3 -> 9.10.4-P4
dns/bind911: 9.11.0    -> 9.11.0-P1

Security:	CVE-2016-8864
Submitted by:	mat
MFH:		2016Q4
2016-11-02 06:38:48 +00:00
Kurt Jaeger
80bacfe08a dns/p5-Net-Domain-ExpireDate: update 1.15.2 -> 1.16
- added FI whois changes
2016-10-31 07:53:55 +00:00
Emanuel Haupt
a2a12add65 Remove depending on argparse, all Python versions in ports tree have it as
built-in.

PR:		213884
Submitted by:	lwhsu
2016-10-29 14:22:49 +00:00
Jan Beich
ce8dcf8c75 dns/openmdns: update to 0.6.11
Changes:	07cf5c1...2008828
2016-10-29 03:03:27 +00:00
Ruslan Makhmatkhanov
5d872729e9 dns/py-dnspython: update to 1.15.0
- define LICENSE (ISCL)
- remove DOCS option, because the only "documentation",
  that is supplied in source tarball is Changelog
2016-10-27 17:27:56 +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
Jan Beich
cc1258c634 dns/openmdns: silence rc.d warning
$ service mdnsd start
/usr/local/etc/rc.d/mdnsd: WARNING: $mdnsd_enable is not set properly - see rc.conf(5).
Cannot 'start' mdnsd. Set mdnsd_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
2016-10-26 04:33:37 +00:00