aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* dns/powerdns-recursor: Update to 4.0.3brnrd2016-09-224-35/+31
| | | | | | | | | | | - Update to 4.0.3 - Remove upstreamed LibreSSL patch - Add LUA patch PR: 211148 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Sponsored by: EuroBSDCon 2016 DevSummit
* Fix build on 9.mat2016-09-211-1/+3
| | | | Sponsored by: Absolight
* Re-assign jase@'s p5-* ports to perl@rene2016-09-181-1/+1
| | | | Submitted by: antoine
* Reset jase@'s ports after taking in his commit bit for safekeeping.rene2016-09-181-1/+1
| | | | With hat: portmgr-secretary
* dns/dnsviz: 0.6.0 -> 0.6.1pi2016-09-182-4/+4
| | | | | | | - several minor bug fixes, mostly for compatibility with older python versions - ability to specify a network prefix to be used in the EDNS Client Subnet option for queries issued - introduces a check for CNAME and non-CNAME data at the same name
* GOOGLE_CODE has gone away.mat2016-09-145-0/+10
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Make pkg-message more usefulamdmi32016-09-142-10/+28
| | | | | | | | - While here, fix license and remove unneeded PKGMESSAGE line (PKGMESSAGE is set by SUB_FILES) PR: 212637 Submitted by: dalescott@shaw.ca Approved by: sthalik@tehran.lain.pl (maintainer)
* Update to latest commit.mat2016-09-132-5/+5
| | | | Sponsored by: Absolight
* dns/ldns: Fix SSL library configuration for slave dns/py-ldnsmarino2016-09-121-0/+1
| | | | Approvd by: SSL blanket
* dns/opendnssecs: Add SSL flags and honor them, configure SSL base toomarino2016-09-121-1/+6
| | | | Approved by: SSL blanket
* dns/opendnssec: Add SSL flags and honor themmarino2016-09-121-0/+4
| | | | Approved by: SSL blanket
* - Update to 2.2.4zi2016-09-122-4/+4
|
* Mark NO_ARCHehaupt2016-09-102-0/+2
|
* dns/ldns: Fix SSL library support, tidy optionsmarino2016-09-101-33/+23
| | | | | | | | | | | | | | | The makefile for the ldns was very hard to follow due to preprocessor- like hunks changing the logic flow even across targets. As part of the SSL fix, I felt compelled to convert much of the options logic to the modern options framework to make it simpler to follow the makefile logic (as a side benefit the port is a bit more tidy). I also reworked the FreeBSD 9 + GOST option logic to set the new IGNORE_FreeBSD_9 variable if GOST was requested on FreeBSD 9 with the base SSL library. I believe the previous logic using the WITH_OPENSSL_PORT knob and CONFLICTS setting was incorrect. Approvd by: SSL blanket
* Most commonly used build systems support silent builds, when theyamdmi32016-09-103-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* - Fix ssl dependency: only headers are neededamdmi32016-09-091-1/+1
| | | | Approved by: portmgr blanket
* dns/libasr: USES+=ssl (requires openssl headers)marino2016-09-081-1/+3
| | | | Approved by: SSL blanket
* dns/dnsviz: 0.5.4 -> 0.6.0pi2016-09-082-5/+4
| | | | | | | - support for offline and pre-delegation testing, so changes can be tested before they are deployed - More checks were added, and various other stability fixes - now supports python 3
* - Update to 1.7.0amdmi32016-09-074-58/+39
| | | | | | | | - Optionize PLUGINS PR: 211853 Submitted by: lightside@gmx.com Approved by: freebsd@dns-lab.com (maintainer)
* - Update to 1.03jadawin2016-09-062-3/+4
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-063-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 2.2.1.mat2016-09-053-10/+38
| | | | | Changes: http://cdn.yadifa.eu/sites/default/files/README_2.2.1.txt Sponsored by: Absolight
* Update to latest commit.mat2016-09-052-5/+5
| | | | Sponsored by: Absolight
* dns/knot-resolver: clean up Makefile, pkg-plistpi2016-09-052-8/+1
| | | | | PR: 212215 Reported by: mat
* New port: dns/knot-resolverpi2016-09-0511-0/+215
| | | | | | | | | | The Knot DNS Resolver is a caching full resolver implementation, including both a resolver library and a daemon. WWW: https://www.knot-resolver.cz/ PR: 212215 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
* Update to 4.12.delphij2016-09-032-4/+4
| | | | | | | | | | Release note: Fix malformed edns query assertion failure, reported by Michal Kepien (NASK) PR: ports/212327 Submitted by: maintainer (jaap NLnetLabs nl) MFH: 2016Q3
* The START_LATE option is not needed by bind-tools.mat2016-08-313-6/+9
| | | | Sponsored by: Absolight
* The NEWSTATS and RRL options were removed in BIND9 9.10, so remove themmat2016-08-315-29/+68
| | | | | | | | from here, also, make the upstream default options default for real. While there, put back the BIND_TOOLS knobs in bind9-devel. Sponsored by: Absolight
* Update to 9.11.0rc1.mat2016-08-315-28/+32
| | | | | | | | While there, remove obsolete configure options, and set as default the one that default to yes. Changes: https://lists.isc.org/pipermail/bind-announce/2016-August/001002.html Sponsored by: Absolight
* Update to latest commit.mat2016-08-304-15/+15
| | | | Sponsored by: Absolight
* Update to latest commit.mat2016-08-292-5/+5
| | | | Sponsored by: Absolight
* dns/ironsides finally builds on gcc6-aux, switch over to itmarino2016-08-281-1/+2
| | | | | | | It appears the previous STORAGE ERROR was a compiler bug that got fixed between the GCC 6.1 and 6.2 versions of gcc6-aux. Switch it and the helper port devel/libspark2012 over to it, which are the last two ports that depend on lang/gcc6-aux.
* gdnsd2: run checkconf before reload/restartallanjude2016-08-272-0/+3
| | | | | | | | Submitted by: Andrew Fengler <andrew.fengler@scaleengine.com> Reviewed by: matthew Approved by: zi (maintainer) Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D7488
* Update to 1.4.2.vanilla2016-08-252-3/+4
|
* dns/libpsl: fix configure with NLS disablednovel2016-08-251-1/+2
| | | | | | | | | | | Add gettext-tools to NLS_USES_OFF because otherwise it fails to configure. While here, pet portlint by moving PORTREVISION to proper place. PR: 210342 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (>1 month)
* Do not auto-enable unbound munin plugins when installing unbound.mat2016-08-242-18/+2
| | | | | | | PR: 211999 Submitted by: maintainer Reported by: wollman Sponsored by: Absolight
* Update to latest commit.mat2016-08-225-17/+19
| | | | | | | add LMDB as a default option, its footprint is really small, and it speeds up zones operations dramatically. Sponsored by: Absolight
* dns/powerdns: Fix build with LibreSSLbrnrd2016-08-222-0/+62
| | | | | | | | | | - Add upstream patch 115f658ee2000a4cdcc13e999da50b3634c6a907 - Patch dns/powerdns-recursor as well PR: 212016 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2016Q3
* dns/adns: 1.5.0 -> 1.5.1pi2016-08-222-3/+4
| | | | | | | | | | | | | | | | | | | - Portability fix for systems where socklen_t is bigger than int. - Fix for malicious optimisation of memcpy in test suite, which causes failure with gcc-4.1.9 -O3. See Debian bug #772718. - Fix TCP async connect handling. The bug is hidden on Linux and on most systems where the nameserver is on localhost. If it is not hidden, adns's TCP support is broken unless adns_if_noautosys is used. - Fix addr queries (including subqueries, ie including deferencing MX lookups etc.) not to crash when one of the address queries returns tempfail. Also, do not return a spurious pointer to the application when one of the address queries returns a permanent error (although, the application almost certainly won't use this pointer because the associated count is zero). - adnsresfilter: Fix addrtextbuf buffer size. This is not actually a problem in real compiled code but should be corrected. - Properly include harness.h in adnstest.c in regress/. Suppresses a couple of compiler warnings (implicit declaration of Texit, etc.)
* Add profiles to nsd init script.lev2016-08-171-7/+80
| | | | | | PR: 211883 Submitted by: lev Approved by: jaap@NLnetLabs.nl
* Update to latest snapshot.mat2016-08-153-9/+9
| | | | Sponsored by: Absolight
* dns/powerdns-recursor: update 3.7.3 -> 4.0.1junovitch2016-08-153-42/+25
| | | | | | | | | | | | | | - Mark BROKEN on FreeBSD 9 - Remove STATIC option, add LUAJIT option - Cleanup LUA option, SETUID, and BROKEN_sparc64 usage; use option helpers Changes: https://doc.powerdns.com/md/changelog/#powerdns-recursor-400 https://doc.powerdns.com/md/changelog/#powerdns-recursor-401 PR: 211148 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Security: CVE-2016-6172 Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
* dns/powerdns: update 3.4.9 -> 4.0.1junovitch2016-08-155-1900/+76
| | | | | | | | | | | | | | | | | | - Mark BROKEN on FreeBSD 9 - Option changes: - Add USE=ssl, PowerDNS no longer requires embedded PolarSSL or Botan - Remove GEO and LMDB backends - Add UNIXODBC option for the GODBC backend - The internal Lua engine can be regular Lua or Luajit - Add PROTOBUF option which builds an extra tool (dnspcap2protobuf) Changes: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-400 https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-401 PR: 211147 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Security: CVE-2016-6172 Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
* dns/knot2: update 2.2.1 -> 2.3.0junovitch2016-08-103-12/+14
| | | | | | | | | Changes: https://www.knot-dns.cz/2016-08-09-version-230.html Approved by: ports-secteam (with hat) Security: CVE-2016-6171 Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html MFH: 2016Q3
* dns/knot1: update 1.6.7 -> 1.6.8junovitch2016-08-102-3/+4
| | | | | | | | | Changes: https://www.knot-dns.cz/2016-08-08-version-168-lts.html Approved by: ports-secteam (with hat) Security: CVE-2016-6171 Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html MFH: 2016Q3
* dns/nsd: update 4.1.10 -> 4.1.11junovitch2016-08-102-7/+7
| | | | | | | | | | | | | | | | | | | | | | | - Restore configurable IPV6 option. Upstream integrated fix for issue. - FEATURES: * When tcp is more than half full, use short timeout for tcp session. * Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori. * Fix #790: size-limit-xfr can stop NSD from downloading infinite zone transfer data size, from Toshifumi Sakaguchi. Fixes CVE-2016-6173 JVN#63359718 JPCERT#91251865. - BUGFIXES: * Fix build without IPv6, patch from Zdenek Kaspar. * Fix #783: Trying to run a root server without having configured it silently gives wrong answers. * Fix #782: Serve DS record but parent zone has no NS record. * Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut. PR: 211693 Submitted by: jaap@NLnetLabs.nl (maintainer) Security: CVE-2016-6173 Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html MFH: 2016Q3
* Strip binaryehaupt2016-08-081-1/+5
|
* USE_BDB cleanup.mat2016-08-082-3/+2
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Update to latest snapshot.mat2016-08-082-5/+5
| | | | Sponsored by: Absolight
* Convert to USES=ssl.mat2016-08-083-3/+3
| | | | Sponsored by: Absolight
* Update to latest snapshot.mat2016-08-035-23/+21
| | | | Sponsored by: Absolight
* Update to 9.11.0b3.mat2016-08-036-21/+26
| | | | | | | MFH: 2016Q3 Security: CVE-2016-2775 Changes: https://lists.isc.org/pipermail/bind-announce/2016-July/001001.html Sponsored by: Absolight
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-012-0/+0
| | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH.
* dns/libidn: remove erroneous addition of autogenerated info/dir in plistjunovitch2016-08-012-1/+1
| | | | | | | PR: 211407 Pointyhat to: junovitch Approved by: ports-secteam (with hat) MFH: 2016Q3
* dns/libidn: update 1.31 -> 1.33junovitch2016-07-313-28/+30
| | | | | | | | | | | | PR: 211407 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: ports-secteam (with hat) Security: CVE-2015-8948 Security: CVE-2016-6261 Security: CVE-2016-6262 Security: CVE-2016-6263 Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html MFH: 2016Q3
* dns/sheerdns: 1.0.3 -> 1.04pi2016-07-314-19/+33
| | | | | | | | | | | - New MASTER_SITES, old one gone - provide a new web site - add license (BSD 2 clause) - take MAINTAINER, currently ports@ - pkg-descr - additions, and reflow PR: 211412 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* dns/dnsviz: fix man pagespi2016-07-301-0/+4
| | | | | | | | Man pages are installed to the wrong directory. Consequently, they are not compressed and also don't work. Fix is simple and attached. PR: 211294 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
* dns/py-dnspython: update to 1.14.0rm2016-07-292-24/+10
| | | | | | | | - python 2.x and python 3.x are now supported from the single codebase, so kick off all the python version distinction shims - remove permission safeness bits because they are not needed anymore (tested both with poudriere generated package and user generated package) - general clean-up
* - Update to 2.0.1erwin2016-07-292-26/+15
| | | | | | | | | | | | | | | - Switch to options helpers This release is primarily focused on ironing out the issues on the migration path from 1.4 to 2.0. Besides that there are no functional changes. * Fixed crash and linking issue in ods-migrate. * Fixed case where 2.0.0 could not read backup files from 1.4.10. * Fixed bug in migration script where key state in the database wasn't transformed properly. PR: 211403 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* dns/nsd: Remove IPv6 option, fixes buildkoobs2016-07-281-7/+5
| | | | | | | | | | | | | | | | | | | | | Remove the IPv6 option that is causing builds to fail when it is disabled. The issue does not affect package users, as it was a default option. The issue has been fixed upstream [1] and will be included/renabled in the next version update. While I'm here: * Switch to USES=ssl * Add --enable-ipv6 in CONNFIGURE_ARGS to ensure it's explicitly enabled [1] https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=800 PR: 211303 Reported by: <vfx9as gmail com> Approved by: maintainer <jaap NLnetLabs nl> MFH: 2016Q3
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-262-2/+2
| | | | With hat: portmgr-secretary
* Update to latest snapshot.mat2016-07-254-10/+17
| | | | Sponsored by: Absolight
* Add distfile missed in last commit.mat2016-07-191-1/+3
|
* BIND9 update, 9.9.9-P2, 9.10.4-P2, 9.11.0b2 and latest 9.12 snapshot.mat2016-07-1912-37/+35
| | | | | | | | | | MFH: 2016Q3 Security: CVE-2016-2775 Changes: https://lists.isc.org/pipermail/bind-announce/2016-July/000996.html Changes: https://lists.isc.org/pipermail/bind-announce/2016-July/000997.html Changes: https://lists.isc.org/pipermail/bind-announce/2016-July/000998.html Changes: https://lists.isc.org/pipermail/bind-announce/2016-July/000999.html Sponsored by: Absolight
* When there is a do-install target, do not use a post-install target, domat2016-07-193-12/+3
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Update to 0.2.1amdmi32016-07-144-7/+56
| | | | | | | | | - Properly respect ${CC} - Cosmetic fixes - Mark broken on 9.x due to too long username PR: 210885 Submitted by: freebsd@toyingwithfate.com (maintainer)
* The current opendnssec porthas seen a massive rewrite by the upstreamerwin2016-07-137-0/+218
| | | | | | | | | | | | | | | | | | | so it was rechristened opendnssec Version 2. To quote the announcement at <https://www.opendnssec.org>: "OpenDNSSEC got a entire re-write of the enforcer. This part of OpenDNSSEC controls changing signing keys in the right way to perform a roll-over. Before, the enforcer would perform a roll-over according to a strict paradigm. One scenario in which deviations would not be possible. The new enforcer is more aware of the zone changes being propagated in the Internet. It can therefore decide when it is safe to make changes, rather than to rely upon a given scenario. PR: 211018 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Sponsored by: DK Hostmaster A/S
* - Add conflicts with upcoming opendnssec2erwin2016-07-131-3/+5
| | | | | | | | - Add expiration date PR: 211020 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* Add conflicts with upcoming opendnssec2erwin2016-07-131-3/+2
| | | | | | PR: 211019 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* security/libsodium: Upgrade version 1.0.8 => 1.0.10marino2016-07-134-3/+4
| | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer)
* Remove @comment $FreeBSD$ from pkg-plist files.mat2016-07-071-1/+0
| | | | Sponsored by: Absolight
* Bump PORTREVISION for the icu revert.mat2016-07-072-2/+2
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-062-1/+2
|
* dns/dlint: unbreakrene2016-07-063-11/+8
| | | | | | | | | - update to 1.4.1 - update MASTER_SITES PR: 205334 Submitted by: Chris Hutchinson Approved by: maintainer (jlaffaye)
* Remove expired ports without open PRs:rene2016-07-054-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to latest snapshot.mat2016-07-043-10/+10
| | | | | | Catch up on license changes. Sponsored by: Absolight
* Fix ports depending on security/(open|libre)ssl directly.mat2016-07-041-1/+1
| | | | Sponsored by: Absolight
* Introduce BIND9 9.11.0b1. (beta1)mat2016-07-0422-6/+1958
| | | | | | | | | | | | | | | | | | | | | | | | | | BIND 9.11 brings many changes to BIND, including a new license (the Mozilla Public License 2.0 -- you can read about it here: https://www.isc.org/blogs/bind9-adopts-the-mpl-2-0-license-with-bind-9-11-0/) and many new features, including: - Catalog zones, a new way to provision zones on slave servers - dyndb api, a fast new api enabling BIND to serve zones stored in a database (Developed by Petr Spacek of RedHat) - RNDC showzone, view-only mode and other improvements - dnstap query and response logging (Robert Edmonds is the author of dnstap, see www.dnstap.info) - EDNS Client-subnet (authoritative server functions) - DNSSEC key manager, a new utility (Thanks to Sebastián Castro for helping with development.) - Automatic CDS/CDSKEY generation - Negative Trust Anchors for DNSSEC validators - IPv6 bias to encourage use of IPv6 DNS servers - Minimal response to “any” queries (Thanks to Tony Finch for the contribution) - DNS Cookies are now enabled by default, using the standardized code point Changes: https://lists.isc.org/pipermail/bind-announce/2016-June/000994.html Sponsored by: Absolight
* dns/yadifa: 2.1.3 -> 2.1.6pi2016-07-014-5/+6
| | | | | | PR: 210496 Changes: http://cdn.yadifa.eu/sites/default/files/README_2.1.6.txt Approved by: mat
* USEify USES=php.mat2016-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | The following variables have been folded into arguments: - USE_PHPIZE -> USES=php:phpize - USE_PHPEXT -> USES=php:ext - USE_ZENDEXT -> USES=php:zend - USE_PHP_BUILD -> USES=php:build - WANT_PHP_CLI -> USES=php:cli - WANT_PHP_CGI -> USES=php:cgi - WANT_PHP_MOD -> USES=php:mod - WANT_PHP_WEB -> USES=php:web - WANT_PHP_EMB -> USES=php:embed PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* - Update to 625.41.2wen2016-06-282-3/+4
| | | | | PR: 210594 Submitted by: mazhe@alkumuna.eu(maintainer)
* Update to latest commit.mat2016-06-276-22/+21
| | | | Sponsored by: Absolight
* Replace bsd.openssl.mk with USES=sslmat2016-06-271-1/+1
| | | | | | | | | | | | Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-231-1/+1
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* Update Linux ports to Centos 6.8.tijl2016-06-212-10/+12
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* Update to latest snapshot.mat2016-06-202-6/+6
| | | | Sponsored by: Absolight
* dns/unbound: update to 1.5.9rm2016-06-193-4/+5
| | | | | PR: 210257 Submitted by: jaap@NLnetLabs.nl (maintainer)
* dns/nsd: update to 4.1.10rm2016-06-192-4/+5
| | | | | | | - turn on IPV6 option by default PR: 210276 Submitted by: jaap@NLnetLabs.nl (maintainer)
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.mat2016-06-163-6/+6
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* Update to version 2.1.0demon2016-06-162-4/+4
|
* dns/dnsviz: 0.5.3 -> 0.5.4pi2016-06-162-4/+4
| | | | | | - several minor bug fixes - the warning and error images have been updated for consistent copyright/license information.
* Update to latest commit.mat2016-06-142-5/+5
| | | | Sponsored by: Absolight
* Remove explicit BUILD/RUN depends on p5-Digest-HMAC.adamw2016-06-101-3/+1
| | | | 2nd pointy hat to: pi (he'll have to wear this one upside-down, on his chin)
* dns/p5-Net-DNS: re-add TSIG optionpi2016-06-101-1/+6
| | | | | | PR: 208257 Pointy hat to: pi Reported by: adamw
* dns/p5-Net-DNS: 1.0.5 -> 1.0.6pi2016-06-102-9/+7
| | | | | | | | | | - Case sensitive compression breaks resolver->nameservers() (RT#114351) - Net::DNS::Resolver dies on scoped IPv6 nameserver address (RT#113579) - Resolve::Recurse Hangs (RT#113020) - improperly terminated AXFR at t/08-IPv4.t line 446. (RT#112860) PR: 208257 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
* Digest::HMAC is only needed for TSIG support, so put it behind a TSIGadamw2016-06-091-3/+5
| | | | option that defaults to on.
* dns/knot2: Fix rc scriptpi2016-06-072-1/+2
| | | | | | | | - knotc now takes "conf-check" not "checkconf" argument. PR: 210080 Submitted by: Andris Raugulis <moo@arthepsy.eu> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* - Update to 2.2.1amdmi32016-06-063-6/+6
| | | | | PR: 209964 Submitted by: freebsd@dns-lab.com (maintainer)
* Update to latest snapshot.mat2016-06-065-14/+17
| | | | Sponsored by: Absolight
* - Add NO_ARCHamdmi32016-06-042-14/+16
| | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` - Simplify DOCS installation
* Deprecate ports broken for more than 6 monthsantoine2016-06-042-0/+4
|
* New port: py-cares, python interface for c-ares async resolver.demon2016-05-314-0/+30
|
* Update to latest snapshot.mat2016-05-303-14/+14
| | | | Sponsored by: Absolight
* Multithreaded perl script to enumerate DNS informationpawel2016-05-295-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | of a domain and discover non-contiguous IP blocks. OPERATIONS: Get the host's address (A record). Get the nameservers (threaded). Get the MX record (threaded). Perform axfr queries on nameservers and get BIND VERSION (threaded). Get extra names and subdomains via google scraping (google query = "allinurl: -www site:domain"). Brute force subdomains from file, can also perform recursion on subdomain that have NS records (all threaded). Calculate C class domain network ranges and perform whois queries on them (threaded). Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded). Write to domain_ips.txt file ip-blocks. WWW:https://github.com/fwaeytens/dnsenum PR: 208950 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
* DNSRecon provides the ability to perform:pawel2016-05-295-0/+72
| | | | | | | | | | | | | | | | | | | | | Check all NS Records for Zone Transfers. Enumerate General DNS Records for a given Domain (MX, SOA, NS, A, AAAA, SPF and TXT). Perform common SRV Record Enumeration. Top Level Domain (TLD) Expansion. Check for Wildcard Resolution. Brute Force subdomain and host A and AAAA records given a domain and a wordlist. Perform a PTR Record lookup for a given IP Range or CIDR. Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check. Enumerate Common mDNS records in the Local Network Enumerate Hosts and Subdomains using Google. WWW: https://github.com/darkoperator/dnsrecon PR: 208975 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
* dns/dnsviz: 0.5.2 -> 0.5.3, bugfixespi2016-05-262-3/+4
|
* Update to 9.9.9-P1 and 9.10.4-P1.mat2016-05-264-10/+12
| | | | Sponsored by: Absolight
* Add --with-dlopen=yes to the default options to allow using thirdmat2016-05-253-12/+15
| | | | | | | | | | | parties dlz drivers. While there: - enable the DLZ_FILESYSTEM option by default - convert to USES=mysql and USES=bdb Requested by: borius i ua Sponsored by: Absolight
* Mark port IGNORE.mandree2016-05-241-1/+1
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-248-8/+8
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-243-3/+3
| | | | Approved by: portmgr blanket
* Update to latest snapshot.mat2016-05-232-9/+6
| | | | Sponsored by: Absolight
* dns/powerdns: update 3.4.8 -> 3.4.9robak2016-05-232-4/+4
| | | | | | | | - Bugfix release PR: 209677 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2016Q2
* Remove expired port:rene2016-05-217-221/+0
| | | | 2016-05-20 dns/nsd3: NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-197-17/+17
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1927-71/+71
| | | | Approved by: portmgr blanket
* Update, new upstream feature+bugfix release v2.76mandree2016-05-194-38/+5
| | | | | | | | | The upstream maintainer's change log is here, and in the installed CHANGELOG file: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.76> Drop two patch files that were previously cherry-picked from the post-v2.75 upstream repository and should no longer be needed.
* Update to latest snapshot.mat2016-05-172-4/+5
| | | | Sponsored by: Absolight
* Update to new upstream release candidate #2.mandree2016-05-172-3/+4
| | | | | | | | | | | | | | | | | | | | | Changes in upstream Git between releases (git shortlog): Sergey Nechaev (1): Stricter command line args validation to dhcp_release6. Simon Kelley (4): Fix error in PXE arch names and add ARM32 and ARM64. Tweak CSAs affected by UEFI PXE workaround code. Tweak UEFI workaround code. Merge messages into translation files. Upstream CHANGELOG diff since rc #1: Swap the values if BC_EFI and x86-64_EFI in --pxe-service. These were previously wrong due to an error in RFC 4578. If you're using BC_EFI to boot 64-bit EFI machines, you will need to update your config. Add ARM32_EFI and ARM64_EFI as valid architectures in --pxe-service.
* Prevent collision with dprintf(3)bapt2016-05-141-0/+3
|
* Update to release candidate #1.mandree2016-05-122-6/+6
| | | | | | | | | | | | | | | | | Changes since test#13: + Move the dhcp_release and dhcp_lease_time tools from + contrib/wrt to contrib/lease-tools. + + Add dhcp_release6 to contrib/lease-tools. Many thanks + to Sergey Nechaev for this code. + + To avoid filling logs in configurations which define + many upstream nameservers, don't log more that 30 servers. + The number to be logged can be changed as SERVERS_LOGGED + in src/config.h. Changelog since v2.75 at: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=8628cd603fd0c55c7d41b84488446db44f58ff5b
* - Update to 0.0.0.20160510sunpoet2016-05-125-7/+7
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
* Update to latest snapshot.mat2016-05-094-16/+16
| | | | Sponsored by: Absolight
* Upgrade to version 1.2. The new version removes the need for a patch tose2016-05-073-16/+5
| | | | | | | | | | make it compile on 9.x and silences a compiler warning. A new "Dynamic DNS Mode has been added, but is only slightly tested by the author of gen6dns (Holger.Zuleger(at)hznet.de), who would appreciate any feedback on this feature. Approved by: antoine (mentor, implicit)
* gen6dns is a tool to generate static DNS records (AAAA and PTR) for hostsse2016-05-065-0/+45
| | | | | | | | | | | using Stateless Address Autoconfig (SLAAC). If you have a list of hostnames, mac addresses and ipv6 subnets gen6dns generates the appropriate AAAA and PTR records for you. It supports different scopes and the generation of view (split) specific files. WWW: http://www.hznet.de/tools.html Approved by: antoine
* dns/opendnssec: 1.4.9 -> 1.4.10pi2016-05-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fix targets stability issues which have had a history and have been hard to reproduce. Issues that have been reported over the past half year have been fixed that may have even come up earlier as rare occasions. Stability should be improved, running OpenDNSSEC as a long term service. Changes in TTL in the input zone that seem not to be propagated, notifies to slaves under heavy zone activity load that where not handled properly and could lead to assertions. NSEC3PARAM that would appear duplicate in the resulting zone, and crashes in the signer daemon in seldom race conditions or re-opening due to a HSM reset. No migration steps needed when upgrading from OpenDNSSEC 1.4.9. Also have a look at our OpenDNSSEC 2.0 beta release, its impending release will help us forward with new development and signal phasing out historic releases. Fixes: - SUPPORT-156 OPENDNSSEC-771: Multiple NSEC3PARAM records in signed zone. After a resalt the signer would fail to remove the old NSEC3PARAM RR until a manual resign or incoming transfer. Old NSEC3PARAMS are removed when inserting a new record, even if they look the same. - OPENDNSSEC-725: Signer did not properly handle new update while still distributing notifies to slaves. An AXFR disconnect looked not to be handled gracefully. - SUPPORT-171: Signer would sometimes hit an assertion using DNS output adapter when .ixfr was missing or corrupt but .backup file available. - Above two issues also in part addresses problems with seemingly corrected backup files (SOA serial). Also an crash on badly configured DNS output adapters is averted. - The signer daemon will now refuse to start when failed to open a listen socket for DNS handling. - OPENDNSSEC-478,750,581 and 582 and SUPPORT-88: Segmentation fault in signer daemon when opening and closing HSM multiple times. Also addresses other concurrency access by avoiding a common context to the HSM (a.k.a. NULL context). - OPENDNSSEC-798: Improper use of key handles across hsm reopen, causing keys not to be available after a re-open. - SUPPORT-186: IXFR disregards TTL changes, when only TTL of an RR is changed. TTL changes should be treated like any other changes to records. - When OpenDNSSEC now overrides a TTL value, this is now reported in the log files. PR: 209261 Submitted by: jaap@NLnetLabs.nl (mainainer)
* Update to new upstream test release ...test13.mandree2016-05-052-4/+4
| | | | | | | | | | Upstream's CHANGELOG since test12: * Check return-code of inet_pton() when parsing dhcp-option. Bad addresses could fail to generate errors and result in garbage dhcp-options being sent. Thanks to Marc Branchaud for spotting this. * Fix wrong value for EDNS UDP packet size when using --servers-file to define upstream DNS servers. Thanks to Scott Bonar for the bug report.
* Fix build on 9.3 i386riggs2016-05-052-5/+3
| | | | | | PR: 209260 Submitted by: tremere@cainites.net (maintainer) MFH: 2016Q2 (build fix blanket)
* Remove expired ports:rene2016-05-047-61/+0
| | | | | 2016-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead 2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless
* Update databases/rrdtool to 1.6.0zeising2016-05-031-0/+1
| | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168
* Update to 3.8.3arved2016-05-022-5/+6
| | | | | | PR: 209167 Submitted by: mzaki@e-mail.ne.jp Approved by: maintainer
* Update to latest snapshot.mat2016-05-025-50/+9
| | | | Sponsored by: Absolight
* - Update to 1.11.0zi2016-04-303-5/+13
|
* - Sort PLISTsunpoet2016-04-301-1/+1
|
* Fix-ish the build WITH=PYTHONmat2016-04-294-1/+50
| | | | | Pointy hat to: mat (for testing a snapshot and commiting another.) Sponsored by: Absolight
* Update to latest snapshot.mat2016-04-294-12/+12
| | | | | | While there, update the root hints file. Sponsored by: Absolight
* Update to 9.10.4.mat2016-04-296-20/+20
| | | | | | While there, update the root hints file. Sponsored by: Absolight
* Update to 9.9.9.mat2016-04-295-21/+21
| | | | | | While there, update the root hints file. Sponsored by: Absolight
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-284-4/+4
|
* create USES=gem and update rubygem- ports to use itswills2016-04-284-8/+4
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* During the exp-run in bug 208158, it was found that dns/powerdns givesdim2016-04-271-0/+15
| | | | | | | | | | | | | | | errors with libc++ 3.8.0: dnspacket.cc:645:6: error: call to 'abs' is ambiguous if(abs(trc->d_time - now) > trc->d_fudge) { ^~~ This is because abs() is being called with unsigned arguments. Import upstream commit f2d05dd to fix it. Approved by: tremere@cainites.net PR: 208725 MFH: 2016Q2
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-261-1/+1
| | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-262-2/+2
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* - Update to 1.0.0 releasecpm2016-04-254-12/+16
| | | | | | | | | | | | | - Use USERS/GROUPS framework - Install the dnsdist binary in ${PREFIX}/sbin - Fix rc script - Fix pkg-plist Changelog: http://dnsdist.org/changelog/#dnsdist-100 Reported by: Bryan Seitz <seitz@bsd-unix.net> Approved by: junovitch (mentor) Differential Revision: D6066
* dns/dns_balance: convert to USES=shebangfix and mark brokenswills2016-04-241-4/+7
|
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* dns/dnsviz: fix dependspi2016-04-211-2/+2
|
* Upgrade dns/dnstable to version 0.9.1:truckman2016-04-212-3/+3
| | | | | | | | * Fix strange values in data value triplets (#16). A 'count' field that has the value 0 is silently rewritten to 1, and a 'time_last' field that has the value 0 is silently set to be the same as the 'time_first' field. Sponsored by: Farsight Security, Inc.
* dns/dnsviz: fix dependenciespi2016-04-201-3/+3
| | | | | | | - exact dependencies are listed in https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies Submitted by: Casey Deccio <casey@deccio.net>
* Upgrade dns/wdns to version 0.9.0:truckman2016-04-202-3/+3
| | | | | | | | | | | | | | | * Support for new rrtypes: - CDNSKEY and CDS (RFC 7344) - CSYNC (RFC 7477) - EUI48 and EUI64 (RFC 7043) - OPENPGPKEY (draft-ietf-dane-openpgpkey) - TLSA (RFC 6698) - URI (RFC 7553) * Added new rrtype mnemonics: CDNSKEY, CSYNC, EUI48, EUI64, GID, L32, L64, LP, NID, OPENPGPKEY, TLSA, UID, UINFO, UNSPEC. Sponsored by: Farsight Security, Inc.
* dns/dnsviz: 0.5.1 -> 0.5.2pi2016-04-202-3/+3
| | | | | - various bug fixes - Warnings and errors are shown with the output of dnsviz print
* Don't depend on boost any more, we just need some headers, and stick tomat2016-04-182-3/+7
| | | | | | | | boost 1.55. PR: 207982 Submitted by: truckman Sponsored by: Absolight
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-132-0/+4
| | | | | PR: 206943 Submitted by: xmj
* Restrict dns/ironsides to gcc5-aux onlymarino2016-04-111-1/+1
| | | | | | | | | Right now, ironsides emits a STORAGE ERROR during building with lang/gcc6-aux. It's unclear if the problem lies with compiler or with ironsides. For now, limit building it with gcc5-aux (the default). The USES=ada:5 setting wasn't supported, but it should have been. This has also been fixed.
* Update to latest snapshot.mat2016-04-112-4/+4
| | | | Sponsored by: Absolight
* Convert to @samplebapt2016-04-102-7/+2
|
* Convert to @samplebapt2016-04-101-6/+2
|
* - Update to 0.13.0sunpoet2016-04-095-25/+16
| | | | | | - Bump PORTREVISION for dns/libpsl shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
* devel/denominator: update to 4.7.1swills2016-04-092-3/+3
|
* - Update to 0.0.0.20160406sunpoet2016-04-096-8/+8
| | | | | | | - Update WWW - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
* Stop bringing in OpenSSL from ports, it builds fine with the base one onmat2016-04-063-21/+27
| | | | | | | | | | | | 9, and WITH_OPENSSL_PORT does not belong in a port's Makefile anyway. Not bumping PORTREVISION because: - if you are building with poudriere, it will detect that a dependency has changed and rebuild it. - if you are building from ports, you will have OpenSSL from ports installed, and it will choose to use it. Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01114-331/+331
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-012-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32016-04-012-20/+20
| | | | - Regenerate patches with `make makepatch`
* - Update botan110 to 1.10.12madpilot2016-03-312-1/+2
| | | | | | | | | | - Chase shlib version bump in dependent ports PR: 208393 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer) Security: 2004616d-f66c-11e5-b94c-001999f8d30b Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b MFH: 2016Q1
* - Clarify LICENSEamdmi32016-03-292-5/+11
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Fix WWW:
* Update to latest snapshot.mat2016-03-284-9/+11
| | | | Sponsored by: Absolight
* Update dns/erlang-idna to version 1.2.0.olgeni2016-03-283-6/+7
|
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update libsodium to 1.0.8vsevolod2016-03-233-2/+3
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* - Update to 1.0.0-alpha2cpm2016-03-224-15/+31
| | | | | | | | | | | | | | | | - Replace USES=readline with USES=libedit - Remove ragel dependency because it's only required to compile from git. - Fix MASTER_SITES - Add incbin License (The Unlicense) - Enable dnscrypt support - Fix comparison signedness in dnsname.cc Changelog: http://dnsdist.org/changelog/#dnsdist-100-alpha2 PR: 208126 Approved by: junovitch (mentor)
* Update to latest snapshot.mat2016-03-212-4/+4
| | | | Sponsored by: Absolight
* Update to 1.4.9erwin2016-03-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main motivations for this release are bug fixes related to use cases with large number of zones (more than 50 zones) in combination with an XFR based setup. Too much concurrent zone transfers causes new transfers to be held back. These excess transfers however were not properly scheduled for later. No migration steps needed when upgrading from OpenDNSSEC 1.4.8. Bugfixes: * Add TCP waiting queue. Fix signer getting 'stuck' when adding many zones at once. Thanks to Haavard Eidnes to bringing this to our attention. * OPENDNSSEC-723: received SOA serial reported as on disk. * Fix potential locking issue on SOA serial. * Crash on shutdown. At all times join xfr and dns handler threads. * Make handling of notifies more consistent. Previous implementation would bounce between code paths. Known Issues: When using SoftHSM2 compiled with OpenSSL, and libmysql with OpenSSL as database backend for OpenDNSSEC. "ods-ksmutil key list --verbose" crashes on exit. This is ultimately a bug in OpenSSL and not new for this particular release. Make sure you don't use this specific combination. From <https://www.opendnssec.org> PR: 206491 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
* - update to 4.1.9ohauer2016-03-162-3/+3
| | | | | | | | | BUG FIXES: - Change the nsd.db file version because of nanosecond precision fix. Approved by: jaap@NLnetLabs.nl (maintainer) PR: 208043 MFH: 2016Q1
* - bump PORTREVISION on ports depending on unboundohauer2016-03-152-2/+2
| | | | | PR: 207948 Submitted by: jaap@NLnetLabs.nl (maintainer)
* - Update unbound to version 1.5.8ohauer2016-03-154-388/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | - add OPTION for DNSTAP logging support - rename OPTION s/MUNIN/MUNIN_PLUGIN/ so it is consistent with nsd - use OPTIONS_SUB - use ${opt}_target - use @sample macro for unbound.conf - sort pkg-plist Features - ip-transparent option for FreeBSD with IP_BINDANY socket option. - insecure-lan-zones: yesno config option, patch from Dag-Erling Smørgrav. - RR Type CSYNC support RFC 7477, in debug printout and config input. - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). - [bugzilla: 731 ] tcp-mss, outgoing-tcp-mss options for unbound.conf, patch from Daisuke Higashi. - Support RFC7686: handle ".onion" Special-Use Domain. It is blocked by default, andcan be unblocked with "nodefault" localzone config. - ub_ctx_set_stub() function for libunbound to config stub zones. The release fixes line endings in the unbound-control-setup script, and a potential gost-hash validation failure and handles the ".onion" domain to avoid privacy leakage. PR: 207948 Submitted by: jaap@NLnetLabs.nl (maintainer)
* Update to latest snapshot.mat2016-03-142-4/+4
| | | | Sponsored by: Absolight
* dns/hesiod: Unbreak portfeld2016-03-142-5/+2
| | | | | | | | | - Add mirror - Add LICENSE - Update MAINTAINER PR: 205771 MFH: 2016Q1
* - update to 4.1.8ohauer2016-03-143-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | - add ability to build agains openssl or libressl from ports - add MUNIN_PLUGIN_IMPLIES= BIND8_STATS - use @sample macro in pkg-plist for nsd.conf - s/exec/postexec/ pkg-plist FEATURES: - #732: tcp-mss, outgoing-tcp-mss options for nsd.conf, patch from Daisuke Higashi. - #739: zonefile changes when mtime is small are detected on reload, if filesystem supports precision mtime values. - RR type CSYNC (RFC7477) syntax is supported. BUG FIXES: - take advantage of arc4random_uniform if available, patch from Loganaden Velvindron. - Fix flto check for OSX clang. - Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux. - Fix #736: segfault during zone transfer. - Fix #744: Fix that NSD replies for configured but unloaded zone with SERVFAIL, not REFUSED. PR: 207951 Submitted by: jaap@NLnetLabs.nl (maintainer) MFH: 2016Q1
* - update to 3.2.21ohauer2016-03-143-5/+5
| | | | | | | | | | | | | | | | Changes: Fix potential segfault in zone transfer corner case. NSD 3 is end of life and support stops on May 20th, 2016. BUG FIXES: - Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux. (Same as NSD 4.1.8). - Fix #736: segfault during zone transfer. (Same as NSD 4.1.8). PR: 207952 Submitted by: jaap@NLnetLabs.nl (maintainer) MFH: 2016Q1
* dns/odsclient: ODS shuts service done, deprecate portpi2016-03-131-0/+3
| | | | | See http://www.ods.org/: ODS has stopped accepting payments and will be shutting down in 2015.
* New port: dns/dnsvizpi2016-03-134-0/+32
| | | | | | | | Tool suite for analysis and visualization of Domain Name System (DNS) behavior, including its security extensions (DNSSEC). The Web-based analysis is run from the same software. WWW: http://dnsviz.net/
* Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.mat2016-03-121-2/+3
| | | | | Pointy hat to: sunpoet (in r403493) Sponsored by: Absolight
* Update to 9.9.8-P4, 9.10.3-P4 and latest snapshot.mat2016-03-1010-53/+48
| | | | | | | | MFH: 2016Q1 (obviously) Security: CVE-2016-1285 Security: CVE-2016-1286 Security: CVE-2016-2088 Sponsored by: Absolight
* - Update to 1.05sunpoet2016-03-093-6/+8
| | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes
* Hook py-tldextract to the buildantoine2016-03-081-0/+1
|
* Introducing tldextract for extracting the TLD from the registered domain anddvl2016-03-083-0/+28
| | | | | | subdomains of a URL. Differential Revision: D5574
* Fix packaging with python 3.5 and also installs stripped sharedmat2016-03-082-91/+102
| | | | | | | | libraries. PR: 207761 Submitted by: rm Sponsored by: Absolight
* - Update to 1.59.2sunpoet2016-03-062-3/+3
| | | | Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
* - Update to 0.0.0.20160301sunpoet2016-03-065-7/+7
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
* New upstream test release #12.mandree2016-03-042-4/+4
| | | | | | | | | | | | | | | | | | | | Git shortlog since test release #10: Simon Kelley (14): Add TTL parameter to --host-record and --cname. Add --dhcp-ttl option. Update CHANGELOG. Add --tftp-mtu option. Apply ceiling of lease length to TTL when --dhcp-ttl in use. Fix --add-subnet when returning empty or default subnet. Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options. Fix typo in last commit. Check return code from open() format fix. Fix pointer declaration botch. Tidy parsing code. Fix broken DNSMASQ_USER<x> envvars in script with more than one class. Tighten syntax checking for dhcp-range and clarify man page.
* - Update to 0.0.791gfbb356bcpm2016-03-032-5/+4
| | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES PR: 207668 Approved by: junovitch (mentor)
* dns/fastresolve: fix segfaultpi2016-03-025-12/+22
| | | | | PR: 207589, 207628 Submitted by: Miroslav Lachman <000.fbsd@quip.cz>, Dan Lukes <dan@obluda.cz>, Chris Hutchinsin <portmaster@bsdforge.com> (maintainer)
* - Update maintainer's email addresslwhsu2016-03-021-2/+2
| | | | Submitted by: maintainer (via facebook chat)
* Update dns/erlang-idna to version 1.1.0.olgeni2016-02-283-7/+4
|
* Update to version 0.8.1:truckman2016-02-272-3/+3
| | | | | | | * Allow compressed <domain-name> record data fields in all supported record types (#12). Sponsored by: Farsight Security, Inc.
* dns/knot1: 1.6.6 -> 1.6.7pi2016-02-252-3/+3
| | | | | | | | | | | | | Changes: https://gitlab.labs.nic.cz/labs/knot/raw/1.6/NEWS - IXFR: Log change of the zone serial number after the transfer - RRL: Document operational impact of various settings - RRL: Add support for zero slip (dropping of all limited responses) - Added 'timer-db' configuration option allowing relocation of timer database PR: 207414 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* dns/knot2: 2.0.2 -> 2.1.1pi2016-02-234-66/+24
| | | | | | | | Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.1.1/NEWS PR: 207100 Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* - Update dnsdist to 0.0.734g1f3f982cpm2016-02-222-3/+3
| | | | | PR: 207333 Approved by: junovitch (mentor)
* - Update to 201602131606ashish2016-02-223-5/+5
| | | | | PR: 206357 Submitted by: fluffy
* - Update to 2.2.2zi2016-02-192-4/+4
|
* Upgrade to -test10 release.mandree2016-02-192-4/+4
| | | | | | | Upstream's CHANGELOG since -test8: Don't crash with divide-by-zero if an IPv6 dhcp-range is declared as a whole /64. (ie xx::0 to xx::ffff:ffff:ffff:ffff) Thanks to Laurent Bendel for spotting this problem.
* - Update to 1.74wen2016-02-192-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/ALEXP/Net-Domain-TLD-1.74/Changes PR: 207320 Submitted by: vivek@khera.org(maintainer)
* Upgrade to upstream -test8 pre-release.mandree2016-02-172-5/+4
| | | | | | | | | | | | | | | | | | | | | | Changes per diff of the CHANGELOG file: Fix wrong answer to simple name query when --domain-needed set, but no upstream servers configured. Dnsmasq returned REFUSED, in this case, when it should be the same as when upstream servers are configured - NOERROR. Thanks to Allain Legacy for spotting the problem. Return REFUSED when running out of forwarding table slots, not SERVFAIL. Add --max-port configuration. Thanks to Hans Dedecker for the patch. Add --script-arp and two new functions for the dhcp-script. These are "arp" and "arp-old" which announce the arrival and removal of entries in the ARP or nieghbour tables. Extend --add-mac to allow a new encoding of the MAC address as base64, by configurting --add-mac=base64 Add --add-cpe-id option.
* dns/dnstracer: fix build on 10.2amd64pi2016-02-172-2/+22
| | | | | | PR: 202824 Submitted by: w.schwarzenfeld@aon.at, lukasz@wasikowski.net, vikashb@where-ever.za.net Approved by: edwin (maintainer timeout)
* Fix a typo in the SQLITE3 option handling introduced in r408757.rakuco2016-02-171-1/+1
| | | | | | | "gqlite3" should have been "gsqlite3", like it was before that SVN commit, otherwise the build breaks. Submitted by: Andrew Nichols <andrew@quadrant.net>
* Update to latest snapshot.mat2016-02-153-5/+5
| | | | Sponsored by: Absolight
* Update to PowerDNS Auth 3.4.8rakuco2016-02-134-127/+57
| | | | | | | | | | | CHANGELOG: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-348 Remove luabackend patches since those are upstream'd. Also convert to OPTIONS helpers. PR: 206986 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* assign port to the new maintainer (jaap@NLnetLabs.nl)az2016-02-111-1/+1
| | | | Submitted by: sem@FreeBSD.org (maintainer) via private email
* dns/knot2: enable multiple instances in rc.d scriptpi2016-02-112-16/+64
| | | | | | PR: 203931 Submitted by: Chad J. Milios <milios@ccsys.com> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* Sort USE_PYTHONtruckman2016-02-111-1/+1
| | | | Sponsored by: Farsight Security, Inc.
* dns/dnscrypt-proxy: Update to 1.6.1feld2016-02-104-8/+39
| | | | | | | | | | * Fix code execution vulnerability * Fix edns0 support * Update OpenDNS resolver name for files/dnscrypt-proxy_multi.in PR: 206938 Approved by: ports-secteam (with hat) MFH: 2016Q1
* Update to latest commit.mat2016-02-092-4/+4
| | | | Sponsored by: Absolight
* - Fix build after nettle updateamdmi32016-02-091-0/+22
| | | | Approved by: portmgr blanket
* - Fix build under 9.xzi2016-02-051-1/+7
|
* - Update unbound to 1.5.7erwin2016-02-046-39/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISIOn on dependent ports Some Upgrade Notes: This release fixes a validation failure for nodata with wildcards and emptynonterminals. Fixes OpenSSL Library compability. Fixes correct response for malformed EDNS queries. For crypto in libunbound there is libnettle support. Qname minimisation is implemented. Use qname-minimisation: yes to enable it. This version sends the full query name when an error is found for intermediate names. It should therefore not fail for names on nonconformant servers. It combines well with harden-below-nxdomain: yes because those nxdomains are probed by the qname minimisation, and that will both stop privacy sensitive traffic and reduce nonsense traffic to authority servers. So consider enabling both. In this implementation IPv6 reverse lookups add several labels per increment, because otherwise those lookups would be very slow. [ Reference https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ] More details at <http://unbound.net> PR: 206347 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Approved by: maintainer timeout Sponsored by: DK Hostmaster A/S
* - Sort knobssunpoet2016-02-041-13/+4
| | | | | - Remove incorrect and outdated PYTHON_REL check - Do not silence test message
* Horde package update:mm2016-02-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6 devel/pear-Horde_Alarm 2.2.5 -> 2.2.6 devel/pear-Horde_Argv 2.0.11 -> 2.0.12 security/pear-Horde_Auth 2.1.10 -> 2.1.11 devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2 www/pear-Horde_Browser 2.0.10 -> 2.0.11 devel/pear-Horde_Cache 2.5.0 -> 2.5.2 archivers/pear-Horde_Compress 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1 devel/pear-Horde_Constraint 2.0.2 -> 2.0.3 devel/pear-Horde_Controller 2.0.3 -> 2.0.4 devel/pear-Horde_Core 2.22.3 -> 2.22.5 security/pear-Horde_Crypt 2.6.1 -> 2.7.0 security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1 www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8 devel/pear-Horde_Data 2.1.3 -> 2.1.4 devel/pear-Horde_Date 2.1.1 -> 2.2.0 devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5 databases/pear-Horde_Db 2.3.0 -> 2.3.1 devel/pear-Horde_Exception 2.0.6 -> 2.0.7 www/pear-Horde_Feed 2.0.3 -> 2.0.4 www/pear-Horde_Form 2.0.11 -> 2.0.12 security/pear-Horde_Group 2.0.5 -> 2.1.0 databases/pear-Horde_HashTable 1.2.3 -> 1.2.4 devel/pear-Horde_History 2.3.5 -> 2.3.6 www/pear-Horde_Http 2.1.5 -> 2.1.6 devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3 dns/pear-Horde_Idna 1.0.3 -> 1.0.4 graphics/pear-Horde_Image 2.3.3 -> 2.3.4 mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5 devel/pear-Horde_Injector 2.0.4 -> 2.0.5 devel/pear-Horde_Itip 2.1.0 -> 2.1.1 mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3 devel/pear-Horde_Lock 2.1.1 -> 2.1.2 sysutils/pear-Horde_Log 2.1.2 -> 2.1.3 devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6 mail/pear-Horde_Mail 2.6.2 -> 2.6.3 mail/pear-Horde_Mapi 1.0.5 -> 1.0.6 mail/pear-Horde_Mime 2.9.2 -> 2.9.3 mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2 devel/pear-Horde_Notification 2.0.3 -> 2.0.4 archivers/pear-Horde_Pack 1.0.5 -> 1.0.6 textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7 devel/pear-Horde_Prefs 2.7.4 -> 2.7.5 devel/pear-Horde_Rdo 2.0.4 -> 2.0.5 www/pear-Horde_Routes 2.0.4 -> 2.0.5 net/pear-Horde_Rpc 2.1.5 -> 2.1.6 security/pear-Horde_Secret 2.0.5 -> 2.0.6 devel/pear-Horde_Serialize 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7 security/pear-Horde_Share 2.0.7 -> 2.0.8 mail/pear-Horde_Smtp 1.9.1 -> 1.9.2 net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0 textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3 devel/pear-Horde_Stream 1.6.2 -> 1.6.3 devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4 devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3 devel/pear-Horde_Support 2.1.4 -> 2.1.5 comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6 www/pear-Horde_Template 2.0.2 -> 2.0.3 textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2 textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3 textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3 devel/pear-Horde_Timezone 1.0.9 -> 1.0.10 devel/pear-Horde_Token 2.0.7 -> 2.0.8 devel/pear-Horde_Translation 2.2.0 -> 2.2.1 net/pear-Horde_Url 2.2.4 -> 2.2.5 devel/pear-Horde_Util 2.5.6 -> 2.5.7 sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1 devel/pear-Horde_View 2.0.5 -> 2.0.6 textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4 textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3 ftp/horde-gollem 3.0.6 -> 3.0.7 www/horde-base 5.2.8 -> 5.2.9 mail/horde-imp 6.2.11 -> 6.2.12 mail/horde-ingo 3.2.7 -> 3.2.8 deskutils/horde-kronolith 4.2.11 -> 4.2.12 deskutils/horde-mnemo 4.2.8 -> 4.2.9 deskutils/horde-nag 4.2.6 -> 4.2.7 devel/horde-timeobjects 2.1.0 -> 2.1.1 www/horde-trean 1.1.3 -> 1.1.4 mail/horde-turba 4.2.11 -> 4.2.12 mail/horde-webmail 5.2.11 -> 5.2.12 devel/horde-whups 3.0.5 -> 3.0.6
* - Update to 0.0.0.20160130sunpoet2016-02-035-6/+7
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
* Bump minimal python3 version to 3.3 in USESrm2016-02-031-1/+1
| | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python
* - Update dnsdist to 0.0.679g176fdd7cpm2016-02-022-4/+4
| | | | | | | - Update MAINTAINER to my @FreeBSD.org address PR: 206822 Approved by: junovitch (mentor)
* dns/dnstop: document ncurses requirement (USES+=ncurses)marino2016-02-021-0/+1
| | | | approved by: infrastructure blanket
* Mmm, some unintended change crept in, fix that.mat2016-02-021-1/+1
| | | | Sponsored by: Absolight
* Update to latest snapshot.mat2016-02-013-8/+8
| | | | Sponsored by: Absolight
* - there, there, portlint.jgh2016-01-311-3/+3
| | | | | | | - uses tar:tgz - whitespace cleanup Thanks to: ak (uses "bug")
* Welcome Centos 6.7miwi2016-01-312-8/+8
| | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
* - Update to 0.9.0zi2016-01-293-16/+10
|
* - Update to 0.0.667gdee7181.cpm2016-01-272-3/+3
| | | | | Submitted by: Carlos J. Puga Medina <cpm@FreeBSD.org> Approved by: junovitch (mentor)
* dns/py-py3dns: Limit to Python 3.x, Fix dependencieskoobs2016-01-263-12/+90
| | | | | | | | | | | | | | | | | | | | | py-py3dns is a Python 3.x only package, so limit USES=python accordingly. ipaddr is needed on <= 3.2, so add it as a conditional RUN_DEPENDS. While I'm here: - Add NO_ARCH - Add test target, TEST_DEPENDS and patch outdated unit test assertions that test against live domains, not mocked responses. - Remove unnecessary setup.py patch - Match COMMENT to setup.py:description - Sort and group USE{S} entries PR: 206645 Reported by: danger Approved by: portmgr (blanket) MFH: 2016Q1 Differential Revision: D5083
* dns/dns_balance: fix files/patch-dns_balance.rb for SHEBANG_FILESpi2016-01-262-6/+1
| | | | | PR: 205769 Submitted by: junovitch
* dns/dns_balance: unbreak, submitter becomes MAINTAINERpi2016-01-262-8/+15
| | | | | PR: 205769 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Update to d310c5d.mat2016-01-262-13/+7
| | | | | | | While there, use the now available py3x-sqlite3 ports, so that a package is built even if the default Python is not 3. Sponsored by: Absolight
* Update to latest snapshot.mat2016-01-253-10/+10
| | | | Sponsored by: Absolight
* Bump versions to chase Nettle shared library updatejohans2016-01-243-1/+3
|
* dns/dnsdist: update 0.0.619gda835ff -> 0.0.649gf41f9cfrobak2016-01-212-3/+3
| | | | | PR: 206371 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
* - Fix with python2.7ehaupt2016-01-212-6/+32
| | | | - Use shebangfix macro instead of manual shebang patching
* Update bind99 to 9.9.8-P3, bind910 to 9.10.3-P3 and bind9-devel tomat2016-01-208-39/+43
| | | | | | | | | latest snapshot. MFH: 2016Q1 Security: CVE-2015-8704 Security: CVE-2015-8705 Sponsored by: Absolight
* - Update to 1.59.1sunpoet2016-01-192-3/+3
| | | | Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
* - Update to 1.5.3sunpoet2016-01-172-4/+3
| | | | | Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan
* Update to new test5 release.mandree2016-01-172-4/+4
| | | | | | | | | | | | | | | | Changes, taken from Git shortlog: André Glüpker (1): Fix bad cache-size calculation when hosts-file read fails. Simon Kelley (7): Handle building with script support enabled and DHCP disabled. Update copyright notices. Happy new year! Fix FTBFS when scripts excluded at compilation time. Inhibit DNSSEC validation when forwarding to private servers for a domain. DNSSEC: Handle non-root trust anchors, and check we have a root trust anchor. Disable DNSSEC for server=/domain/.. servers unless trust-anchor provided. arp.c tidy up.
* - Update to 0.0.619gda835ffmiwi2016-01-153-3/+17
| | | | | PR: 206187 Submitted by: maintainer
* - Update to 1.15.2sunpoet2016-01-132-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - Update to 0.0.0.20160105sunpoet2016-01-135-7/+7
| | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* Cherry-pick two upstream fixes for crashers.mandree2016-01-083-0/+35
| | | | | | | | | | | (But bump PORTREVISION instead of PORTEPOCH ;-)) http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=0007ee90646a5a78a96ee729932e89d31c69513a http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=41a8d9e99be9f2cc8b02051dd322cb45e0faac87 Submitted by: garga@ Obtained from: Edwin Török, Simon Kelley Differential Revision: D4813
* Point WWW to a working website after r404963.rakuco2016-01-071-1/+1
|
* Update the address for h.root-servers.net.lx2016-01-062-4/+5
| | | | | PR: 204950 Submitted by: kaoru
* Update to -test4 release.mandree2016-01-052-4/+4
| | | | Changelog: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=93c73d01e19562d27d5c56a3a87c8211422f20a1;hb=d917275e481add809cd5c40650f339ae994ee35f#l1>
* Upgrade dns/erlang-idna to version 1.0.3.olgeni2016-01-033-4/+8
|
* - Use dns/public_suffix_list for up-to-date public suffix listsunpoet2016-01-011-0/+6
| | | | - Bump PORTREVISION for package change