aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Add -fPIC to CFLAGS for amd64, this fix static librariesgarga2014-01-262-0/+2
| | | | Approved by: mat@ (maintainer)
* Support stagebapt2014-01-252-14/+7
|
* Support stagebapt2014-01-251-9/+4
|
* Fix a broken symlinkantoine2014-01-251-1/+2
| | | | With hat: portmgr
* Fix plist after upgrade to 0.74antoine2014-01-252-0/+9
|
* - Update from 3.3 to 3.3.1danilo2014-01-244-30/+78
| | | | | | | | | | - Add some experimental backends while here - Convert USE_LUA to USES PR: ports/185824 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update from 3.3 to 3.3.1danilo2014-01-243-43/+76
| | | | | | | | | | - Add some experimental backends while here - Convert USE_LUA to USES PR: ports/185824 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Fixup the props on Makefile*mat2014-01-231-0/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix properties on pkg-plistbapt2014-01-227-7/+0
|
* - Pass maintainership to submitter. I forgot it on the last commit.danilo2014-01-201-1/+1
| | | | | | PR: ports/185881 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Reported by: miwi
* - Add STAGE supportashish2014-01-204-17/+8
| | | | | | | - Fix issue during installation[1] - Remove incorrect pkg-message Submitted by: Серж ИвановЪ <evasive.gyron at gmail.com> (via private mail)
* - Fix a problem with the config files path.danilo2014-01-201-1/+2
| | | | | PR: ports/185881 Submitted by: Matthew Luckie <mjl@luckie.org.nz>
* Fix manpages in pkg-plist for dns/udnsmm2014-01-192-7/+7
|
* Update to 0.3 and add STAGE supportmm2014-01-192-15/+14
|
* - Update from 3.8.1 to 3.8.2danilo2014-01-194-48/+70
| | | | | | | | | - Add stage support - Use options helpers - Use PLIST_FILES instead of pkg-plist PR: ports/185714 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.74skreuzer2014-01-172-3/+3
|
* - Remove chown ${ETCDIR}sem2014-01-171-1/+0
| | | | | PR: ports/185472 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
* - Reset maintainer due to fatal email bounceszi2014-01-161-1/+1
| | | | Reported by: portscout
* - Update to 1.3.2miwi2014-01-152-3/+3
|
* Python cleanup:rene2014-01-143-3/+3
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Security update to fix CVE-2014-0591 as reported atmat2014-01-146-15/+12
| | | | | | | | | | https://kb.isc.org/article/AA-01078/74/ 9.9.4 -> 9.9.4-P2 9.8.6 -> 9.8.6-P2 9.6-ESV-R10 -> 9.6-ESV-R10-P2 Security: CVE-2014-0591 Remote DOS
* Put back in the general pool, I don't think there's anything perlish in here.mat2014-01-131-1/+1
|
* - adopt staging supportjgh2014-01-102-84/+7
| | | | | | - trim comment - fix dependencies - use python autoplist feature
* Fixup rndc.conf.sample installationmat2014-01-094-8/+14
| | | | Spotted by: antoine
* Reset simon.krenz@ghostbsd.org: "550 No Such User Here".linimon2014-01-081-1/+1
|
* Add conflictslx2014-01-081-0/+1
| | | | Submitted by: ketas
* There's always a default value for named_conf now, so no need toerwin2014-01-076-27/+6
| | | | | | | check for it, and espcially not for a wrong value. Noticed by: Stefan Bethke <stb@lassitu.de> Approved by: mat (maintainer)
* Fixup dependencies, add forgotten pkgconfig.mat2014-01-071-1/+3
|
* Yet another round of fixes.mat2014-01-074-54/+52
| | | | | This time, it seems all of REPLACE_BASE, not REPLACE_BASE and post Bind removal from base seem to work consistently.
* Fix yet another bug, they're creeping like crazy...mat2014-01-074-4/+4
|
* Add bind10 1.0.0, development version of ISC BIND 10 DNS Suite.mat2014-01-076-0/+552
| | | | | PR: ports/ports/176782 Submitted by: Jeremy C. Reed
* Fix gssapi options knob.mat2014-01-071-2/+2
|
* Fix build with LINKS.mat2014-01-064-12/+10
|
* Convert to staging and new options.mat2014-01-068-320/+405
|
* 1. Handle removed bind in FreeBSD-HEAD and FreeBSD-10, dns/zkt depends onrakuco2014-01-052-24/+32
| | | | | | | | | | dns/bin99 port in these cases. That fixes an error on the FreeBSD package build server. 2. Support staging. 3. Support LICENSE framework. PR: ports/185267 Submitted by: Frank Behrens <frank@harz2014.behrens.de> (maintainer)
* Add the DOCS option to OPTIONS_DEFAULT.mat2014-01-053-6/+6
|
* Add stage support, update ipv6 patch, update root server IPs, change MAN ↵lx2014-01-045-32/+60
| | | | | | | handling, etc. PR: 184949 Submitted by: Brad Davis
* Hand the BIND ports to a new volunteer.erwin2014-01-023-3/+3
|
* Update to new upstream 2.69test3 release, with these noteworthy changes:mandree2014-01-022-5/+6
| | | | | | | | | - Implement dynamic interface discovery on *BSD - Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. - Ignore ",," in dhcp-host, rather than treating it as ",0," Invent an additional .0 so we can later have 2.69rc... releases without touching PORTEPOCH.
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* - Fix perl shebang pathjohans2013-12-291-10/+12
| | | | | - Enable stage support - Bump PORTREVISION
* Update to 1.4.13mat2013-12-272-7/+9
| | | | | PR: ports/185224 Submitted by: Takefu
* Make knotd startup script work again.rakuco2013-12-273-31/+16
| | | | | | | | | | | | | | From the PR: When submitting PR 183682 I was unaware the patch as in PR 182792 wasn't committed yet. So to my amazing I just noticed the startup problem still exists. Enclosed patch is basicly the same as the uncommited one, but besides the removal of the -w option, knotd now starts by default as a daemon (-d) in stead of interactive (-i). So I could simplify the startup script a lot. PR: ports/183891 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* - Update to 0.37sunpoet2013-12-262-12/+18
| | | | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Fix LICENSE - Update and sort *_DEPENDS - Fix shebang Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes PR: ports/184958 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* dns/p5-URBL-Prepare: Prepare hostname for URBL domain lookupwg2013-12-245-0/+34
| | | | | | | | | | URPL::Prepare is a Perl module that prepares hostname for URBL domain lookup and is used by Net::DNSBL::MultiDaemon WWW: http://search.cpan.org/dist/URBL-Prepare/ PR: ports/185089 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
* Use dos2unix USES macro.ehaupt2013-12-181-1/+1
|
* Use setuptools for all Python ports.wg2013-12-163-360/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* - Update to 2.04culot2013-12-132-3/+3
|
* dns/py-dnspython: revert wrong revert of last commitwg2013-12-121-2/+0
| | | | Pointy hat: wg
* multiple: sync LEGALeadler2013-12-121-0/+2
| | | | | | | Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED due to the mixed opinions of putting something into the public domain. Approved by: portmgr (implicit)
* Fix build with GSSAPI option without Kerberoserwin2013-12-102-0/+8
| | | | | PR: 184560 Submitted by: Dewayne <dewayne@heuristicsystems.com.au>
* - Update to version 1.11.0 [1]pawel2013-12-104-9/+21
| | | | | | | | | - Remove non needed directory creation in stage - Fix exec line in pkg-plist, ETCDIR already contains installation prefix and portname directory in etc PR: ports/184583 [1] Submitted by: maintainer
* dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3wg2013-12-093-0/+6
|
* dns/py-dnspython: use auto egg infowg2013-12-093-4/+0
| | | | | Submitted by: wg (myself, via email) Approved by: maintainer
* bind(96,98,99): Couple OSVERSION with OPSYSmarino2013-12-093-12/+12
| | | | | | OSVERSION is platform-specific and must be used with OPSYS. Approved by: maintainer (erwin)
* Upgrade dnsmasq to new stable 2.68 release.mandree2013-12-093-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bind-interfaces with IPv6 on FreeBSD. version 2.68 Use random addresses for DHCPv6 temporary address allocations, instead of algorithmically determined stable addresses. Fix bug which meant that the DHCPv6 DUID was not available in DHCP script runs during the lifetime of the dnsmasq process which created the DUID de-novo. Once the DUID was created and stored in the lease file and dnsmasq restarted, this bug disappeared. Fix bug introduced in 2.67 which could result in erroneous NXDOMAIN returns to CNAME queries. Fix build failures on MacOS X and openBSD. Allow subnet specifications in --auth-zone to be interface names as well as address literals. This makes it possible to configure authoritative DNS when local address ranges are dynamic and works much better than the previous work-around which exempted contructed DHCP ranges from the IP address filtering. As a consequence, that work-around is removed. Under certain circumstances, this change wil break existing configuration: if you're relying on the contructed-range exception, you need to change --auth-zone to specify the same interface as is used to construct your DHCP ranges, probably with a trailing /6 like this: --auth-zone=example.com,eth0/6 to limit the addresses to IPv6 addresses of eth0. Fix problems when advertising deleted IPv6 prefixes. If the prefix is deleted (rather than replaced), it doesn't get advertised with zero preferred time. Thanks to Tsachi for the bug report. Fix segfault with some locally configured CNAMEs. Thanks to Andrew Childs for spotting the problem. Fix memory leak on re-reading /etc/hosts and friends, introduced in 2.67. Check the arrival interface of incoming DNS and TFTP requests via IPv6, even in --bind-interfaces mode. This isn't possible for IPv4 and can generate scary warnings, but as it's always possible for IPv6 (the API always exists) then we should do it always. Tweak the rules on prefix-lengths in --dhcp-range for IPv6. The new rule is that the specified prefix length must be larger than or equal to the prefix length of the corresponding address on the local interface.
* To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,gjb2013-12-073-12/+12
| | | | | | | adjust OSVERSION evaluation in ports that specifically use '100050N'. Approved by: affected maintainers (implicit) Sponsored by: The FreeBSD Foundation
* - Update to 1.3.3sunpoet2013-12-062-3/+5
| | | | | | - Add LICENSE Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
* - Update to 1.4.3sunpoet2013-12-062-4/+6
| | | | | | | | - While I'm here, add LICENSE and convert to new LIB_DEPENDS format Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-4-3/ PR: ports/184516 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
* - Update to 1.3.16sunpoet2013-12-062-3/+5
| | | | | | | | - While I'm here, add LICENSE Changes: http://www.opendnssec.org/2013/12/04/opendnssec-1-3-16/ PR: ports/184515 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
* Install named.conf as named.conf.sample and don't overwrite on upgradeerwin2013-12-056-11/+23
| | | | | Bullet hole in foot: joeld Pointy hat: erwin
* Fix build with GSSAPIerwin2013-12-042-0/+2
| | | | Submitted by: sunpoet
* Upgrade to upstream -rc5, fixing binding to IPv6 interfaces withmandree2013-12-042-3/+3
| | | | | | | | | | non-local addresses. Important upstream changes between -rc4 and -rc5: - Don't overwrite errno before generating message. - Garbage collect listening sockets when their address is deleted. - Only set scope_id in addresses to bind() for linklocal addresses. - Check arrival interface of IPv6 requests, even in --bind-interfaces. - Relax rules in prefix length in (IPv6) dhcp-range.
* - Add LICENSEsunpoet2013-11-302-1/+4
| | | | - Update GitHub repository link
* - Update to 0.17sunpoet2013-11-302-4/+5
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
* - Update to 0.73sunpoet2013-11-302-25/+12
| | | | | | | | - Add LICENSE - Convert to new options helper - Remove DOCS Changes: http://search.cpan.org/dist/Net-DNS/Changes
* Always install DOCS so that we don't parse bsd.port.mk twice, fixup stupid makemat2013-11-302-5/+1
| | | | makeplist.
* - Support STAGEDIRlwhsu2013-11-291-1/+0
|
* Update to new release candidate #4.mandree2013-11-272-3/+3
| | | | | | | Upstream changes: - Add missing malloc() return-code check. - Do immediate RA when a prefix goes from old->current. - Fixes to various compiler warnings.
* Update to new upstream release candidate #3, with three changes since RC1:mandree2013-11-262-3/+3
| | | | | | 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. e142a83 Merge messages to .po files.
* Support staging.mat2013-11-261-2/+1
|
* Stage support for non-IGNORED pear classesantoine2013-11-263-3/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* - Convert to staging.mat2013-11-262-134/+138
| | | | - Take maintainership.
* Fix build.mat2013-11-251-0/+2
| | | | Reported by: Leo Vandewoestijne
* dns/ldns: Bump PORTREVISIONkoobs2013-11-251-1/+1
| | | | | PR: ports/182709 Reported by: Mathieu Arnold <mat@mat.cc>
* dns/ldns: Fix packaging list for ldns-configkoobs2013-11-241-1/+1
| | | | | | PR: ports/182709 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: maintainer
* Add yadifa 1.0.3, YADIFA is an authoritative Name Server with DNSSECmat2013-11-236-0/+251
| | | | capabilities.
* - Respect BIND_DESTETC and PREFIXsunpoet2013-11-233-6/+6
| | | | | Submitted by: sunpoet (myself) Approved by: erwin (maintainer)
* Fix startup script.erwin2013-11-226-28/+36
| | | | | | PR: 184159 [1] Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com> [1], Trond Endrestoel <Trond.Endrestol@ximalas.info> (private email)
* - Update to 1.133260sunpoet2013-11-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Tie-DNS/Changes
* Update to new release candidate #1 for 2.68.mandree2013-11-222-4/+4
| | | | Changes: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007808.html
* - Add LICENSEsunpoet2013-11-221-2/+5
| | | | | - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ARGS
* - Update WWW:sunpoet2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* - Support STAGEDIRsunpoet2013-11-162-3/+1
|
* - Update to 13.2.0sunpoet2013-11-163-3/+6
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/names/topfiles/NEWS
* Support staging.ehaupt2013-11-152-3/+1
|
* - Update to 0.11sunpoet2013-11-142-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
* Support staging.ehaupt2013-11-132-6/+6
|
* - Fix when WITH=CGImat2013-11-122-45/+42
| | | | | | | | | | | | | | | - USES=gmake - Stagify - Use OPTIONS_SUB - Install whatever docs would be installed by the installer. Ruby 1.9 is encoding aware, and it can't open a non US-ASCII file if LANG is unset (or if LANG mismatches the encoding of the file.) maintainer timeout. PR: ports/183413 Submitted by: mat
* Please welcome NSD 4.0.0erwin2013-11-1214-87/+341
| | | | | | | | | | | | | | | For all new features, see http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features This version replaces the nsdc control program with nsd-control. This requires some manual setup with nsd-control-setup and editing of the config files. nsd-control is incompatible with nsdc so when that is used in scripts, these should be adapted. NSD 3 is still supported as dns/nsd3. PR: 183888 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Support FreeBSD 10.0.erwin2013-11-128-6/+737
| | | | | | | | | | | | On FreeBSD 10.0, all configuration is installed under /usr/local/etc/namedb and installs its own rc script in $PREFIX, which no longer support chroot installations. LINKS and REPLACE_BASE options are not supported on 10.0 for obvious reasons. Note for FreeBSD 9.x and earlier users, LINKS is no longer the default option, though still supported.
* Support FreeBSD 10.0.erwin2013-11-128-6/+743
| | | | | | | | | | | | | | | On FreeBSD 10.0, all configuration is installed under /usr/local/etc/namedb and installs its own rc script in $PREFIX, which no longer support chroot installations. LINKS and REPLACE_BASE options are not supported on 10.0 for obvious reasons. Note for FreeBSD 9.x and earlier users, LINKS is no longer the default option, though still supported. An UPDATING entry will follow after bind99 is fixed as well.
* Create pid directory if it doesn't exist.erwin2013-11-121-0/+6
|
* Support FreeBSD 10.0.erwin2013-11-128-6/+737
| | | | | | | | | | | | | | | On FreeBSD 10.0, all configuration is installed under /usr/local/etc/namedb and installs its own rc script in $PREFIX, which no longer support chroot installations. LINKS and REPLACE_BASE options are not supported on 10.0 for obvious reasons. Note for FreeBSD 9.x and earlier users, LINKS is no longer the default option, though still supported. An UPDATING entry will follow after bind96 and bind99 are fixed as well.
* - Add bash dependency for bootstrapping [1]danilo2013-11-113-123/+91
| | | | | | | | - Use options helpers to simplify the Makefile - Remove SQLITE2 option as it was dropped from powerdns on 2012 PR: ports/182902 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
* - Use options helpers to simplify the Makefiledanilo2013-11-113-132/+95
| | | | - Remove SQLITE2 option as it was dropped from powerdns on 2012
* - unbreak with python3rm2013-11-111-0/+2
|
* - Update to 1.132260sunpoet2013-11-102-15/+21
| | | | | | | | | | | | - Update COMMENT - Add LICENSE - Sort *_DEPENDS - Add TEST_DEPENDS - Convert to new options framework - Use USES=shebangfix - Take maintainership Changes: http://search.cpan.org/dist/Tie-DNS/Changes
* - Correct a staging issuezi2013-11-081-1/+1
| | | | | PR: ports/183734 Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
* dns/knot: update to 1.3.3wg2013-11-063-5/+6
| | | | | | | | - Update to 1.3.3 - Fix pkg-plist PR: ports/183682 Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer)
* Drop support for REPLACE_BIND option after BIND was removed from base,erwin2013-11-043-3/+12
| | | | there's nothing to replace.
* Support STAGEDIR.vanilla2013-11-0348-193/+203
|
* dns/py-dnspython: update to 1.11.1wg2013-11-032-5/+3
| | | | | | PR: oorts/182586 Submitted by: Craig Leres <leres ee.lbl.gov> Approved by: maintainer (timeout)
* - Update to 1.10.1zi2013-11-023-25/+26
| | | | | | | | | - Add STAGE support - Add OPTION for liburcu - Move pid file to /var/run instead of /usr/local/var/run PR: ports/183582 Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
* Fix PATCH_SITESerwin2013-11-011-1/+1
| | | | Submitted by: "Felix J. Ogris" <fjo@ogris.de>
* - Fix *_DEPENDS: version is already in all supported Perl releasessunpoet2013-11-011-13/+10
| | | | | | | | | | - Convert to new options framework - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Bump PORTREVISION for dependency change PR: ports/182967 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* Remove useless NEED_ROOT and use proper USES=uidfixbapt2013-10-311-1/+1
| | | | Now those ports can be packaged as a user.
* - Add stage supportswills2013-10-303-3/+0
|
* Assorted fixes to dependencies on various build options,mandree2013-10-271-9/+22
| | | | | | | | | | particularly with NLS enabled when libidn was built without NLS. While here, group OPTIONS and clean up things a bit, and print configuration of port and libidn port for debugging. The particular build failure was Reported by: Yuri Vorobyev
* - Support STAGEDIRsunpoet2013-10-271-1/+0
|
* Upgrade dnsmasq to new upstream release 2.67.mandree2013-10-263-5/+9
| | | | | | | | Changelog: <http://www.thekelleys.org.uk/dnsmasq/CHANGELOG> Enable NLS and IPV6 options by default. Use shebangfix on files that need it. Mark dnsmasq-devel (older than release) IGNORE.
* - Update from 1.3.2 to 1.3.3 [1]danilo2013-10-253-18/+9
| | | | | | | - Add stage support PR: ports/183286 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
* - Update from 0.4.3 to 0.4.5danilo2013-10-251-1/+1
| | | | | PR: ports/183243 Submitted by: csosstudy <csosstudy@gmail.com> (maintainer)
* Support stagingehaupt2013-10-234-12/+7
|
* Try and be consistent with what commands are silent and not in *install.mat2013-10-231-1/+1
| | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
* - By request undeprecate and unmark this port as BROKEN.eadler2013-10-221-2/+1
| | | | - Convert to staging
* - By request undeprecate and unmark this port as BROKEN.eadler2013-10-221-16/+8
| | | | - Convert to staging
* Sync port with bind98. Fix(?) gssapi_krb5 detection.timur2013-10-193-5/+28
|
* Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3
|
* Upgrade to rc4, changes over rc3 (-: removed, +: added)mandree2013-10-182-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | REVERT: Add --force-fast-ra option. Another thanks to Uwe Schindler. NEW: + Update Spanish transalation. Thanks to Vicente Soriano. + Add --ra-param option. Thanks to Vladislav Grishenko for + inspiration on this. + Add --add-subnet configuration, to tell upstream DNS + servers where the original client is. Thanks to DNSthingy + for sponsoring this feature. + Add --quiet-dhcp, --quiet-dhcp6 and --quiet-ra. Thanks to + Kevin Darbyshire-Bryant for the initial patch. + Allow A/AAAA records created by --interface-name to be the + target of --cname. Thanks to Hadmut Danisch for the + suggestion. + Avoid treating a --dhcp-host which has an IPv6 address + as eligable for use with DHCPv4 on the grounds that it has + no address, and vice-versa. Thanks to Yury Konovalov for + spotting the problem. + Do a better job caching dangling CNAMEs. Thanks to Yves + Dorfsman for spotting the problem. Fix shebang lines of two Perl scripts.
* dns/inadyn-mt: fix wrong install pathwg2013-10-161-1/+1
| | | | | | - Fix wrong install path PR: ports/183014
* - Update from 2.1.5 to 2.1.6danilo2013-10-162-3/+3
| | | | | | Changes: http://www.xbill.org/dnsjava/dnsjava-current/Changelog Approved by: wg/culot (mentors, implicit)
* 2013-10-15 www/rubygem-staticmatic: No longer maintained upstreambapt2013-10-155-264/+0
| | | | | | | | | 2013-10-10 www/ruby-nora: Does not work with Ruby 1.9 www/aswiki 2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9 2013-10-15 security/flowtag: Does not work with Ruby 1.9 2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9 2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
* Fix package name collisionbapt2013-10-142-3/+2
|
* The dns/py-ldns stopped building. Recent chenges in theerwin2013-10-142-1/+1215
| | | | | | | | | | | ports unearthed a serious defevt in the original build process. This changes patches configure file. There will be a new release of this port which will contain a new configure file. Until then this patch is needed. PR: 182183 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Mark BROKEN, set DEPRECATED at maintainer's requesttabthorpe2013-10-121-0/+3
|
* - Dependence update (libsodium)danilo2013-10-111-0/+1
| | | | Approved by: wg (mentor)
* - Convert to stagingmadpilot2013-10-104-16/+46
| | | | - Convert to USES=gmake
* - Convert LIB_DEPENDS to new syntax [1]danilo2013-10-103-30/+38
| | | | | | | | | | - Add stage support [1] - Use OPTIONS_RADIO to handle SQLITE - Remove indefinite article from COMMENT PR: ports/182631 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
* Remove verbose flag from install command of three unmaintained portsmarino2013-10-071-2/+2
| | | | | | | | | | | | It appears that the -v option (verbose) is handled slightly differently on DragonFly. FreeBSD appears to be intolerant of where it appears in the command line while the DragonFly version of "install" insists that it appear in the early group of options. In any case, these three ports may be the only ones in the entire ports collection to use -v switch with ${INSTALL_DATA}, so for the sake of compatibility and consistency, it is being removed from these unmaintained ports which also local patches to be removed from DPorts.
* Update to 2.67 release candidate #3.mandree2013-10-073-31/+22
| | | | | | | | | | While here, support staging. Changelog for RC1: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007572.html> Git commit log with newer rc2/rc3 tags: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=shortlog>
* Rework linux rpm plist generation/installationantoine2013-10-061-1/+0
| | | | | | Convert linux-f10-libasyncns to STAGEDIR (only user of AUTOMATIC_PLIST) Approved by: portmgr (bapt)
* - enable stage.ume2013-10-051-4/+5
| | | | - add LICENCE.
* dns/powerdns-devel: update to 3.3wg2013-10-045-82/+67
| | | | | | | | | | - Update to 3.3 [1] - Add TOOLS option [1] - Allow staging - Convert lib depends to new format PR: ports/182494 [1] Submitted by: Ralf van der Enden <tremere cainites.net> (maintainer) [1]
* dns/opendnssec13: fix pkg-plist without AUDITORwg2013-10-032-5/+4
| | | | | | - FIx pkg-plist without AUDITOR Reported by: mat
* - unbound was imported into base in r255597 with group 'unbound'. Chasebdrewery2013-10-031-0/+2
| | | | | | this and have the port also add a group to avoid mergemaster conflict Approved by: maintainer timeout (via email)
* dns/knot: update to 1.3.2wg2013-10-023-22/+22
| | | | | | | | | - Update to 1.3.2 [1] - Convert lib depends to new syntax - Allow staging PR: ports/182524 [1] Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1]
* - Support STAGEDIRsunpoet2013-10-012-3/+2
|
* Convert to support STAGEDIR; misc. LIB_DEPENDS cleanups.mandree2013-10-012-24/+18
|
* - Update to 0.1.16sunpoet2013-09-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
* Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures inmandree2013-09-291-0/+4
| | | | | | | dependent ports. PR: ports/182054 Approved by: gaod@hychen.org (maintainer timeout, 16 days)
* - Change maintainer email to @FreeBSD.orgdanilo2013-09-282-217/+201
| | | | | | - Add stage support Approved by: wg (mentor)
* Update to 9.8.6erwin2013-09-283-8/+10
|
* I no longer have specific need for this port and would prefer to maintain ↵eadler2013-09-271-1/+1
| | | | fewer ports.
* dns/opendnssec13: update to 1.3.15wg2013-09-253-17/+22
| | | | | | | | | | - Update to 1.3.15 [1] - Honor LOCALBASE in sqlite [1] - Convert lib depends to new format - Allow staging PR: ports/182246 [1] Submitted by: Jaap Akkerhuis <jaap NLnetLabs.nl> (maintainer) [1]
* powerdns-recursor: update to 3.5.3wg2013-09-254-19/+12
| | | | | | | | | | - Update to 3.5.3 [1] - USES gmake - Remove leading article from COMMENT - Allow staging PR: ports/182368 [1] Submitted by: Sten Spans <sten blinkenlights.nl> (maintainer) [1]
* dns/inadyn-mt: allow stagingwg2013-09-251-9/+12
| | | | - Allow stating
* Add an option for filter-aaaaerwin2013-09-232-2/+12
| | | | Submitted by: Matej Gregr <matej.gregr@gmail.com>
* - Update to 1.4.21sem2013-09-234-13/+13
|
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21165-220/+209
| | | | dns)
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
* Update to 9.9.4erwin2013-09-203-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the Rate Limiting option has been renamed. Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] New Features Added Response Rate Limiting (RRL) functionality to reduce the effectiveness of DNS as an amplifier for reflected denial-of-service attacks by rate-limiting substantially-identical responses. [RT #28130] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540]
* Update to 9.6-ESV-R10erwin2013-09-203-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029]
* - Update to 1.10.0tabthorpe2013-09-204-22/+27
| | | | | PR: ports/182179 Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
* dns/ddns: fix build without gccwg2013-09-201-0/+30
| | | | | | | - Fix build without gcc PR: ports/182226 Submitted by: Natacha Porté <natbsd instinctive.eu> (maintainer)
* Make GSSAPI support optionalerwin2013-09-172-2/+14
| | | | | PR: 182122 Submitted by: Uwe Doering <gemini@geminix.org>
* Convert to new perl frameworkbapt2013-09-176-18/+13
| | | | Convert from USE_GMAKE to USES=gmake
* Update to 1.4.2mat2013-09-162-3/+3
| | | | | | PR: 182012 Submitted by: mat Approved by: maintainer
* - convert to the new perl5 frameworkaz2013-09-131-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-112-12/+6
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1116-92/+37
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Update to 1.70.tobez2013-09-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Domain-TLD/Changes
* - Update to 1.2.8sunpoet2013-09-092-11/+11
| | | | | | | | | | | | - While I'm here: - Use GNU macro - Add OPTIONS_DEFINE - Convert to new perl5 framework - Simplify regex Changes: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS PR: ports/181942 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to 13.1.0sunpoet2013-09-083-13/+12
| | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isbsam2013-09-065-13/+9
| | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit)
* - Do not depend on security/openssl if openssl in base is sufficient.sem2013-09-052-12/+11
| | | | | | PR: ports/178262 Submitted by: Jan Beich <jbeich@tormail.org> Reviewed by: ldns' port maintainer
* Fix typobapt2013-09-051-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-051-0/+1
|
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-2/+13
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Mark IGNORE.mandree2013-09-051-1/+1
|
* - Unbroken removing leftover patch.lippe2013-09-041-19/+0
| | | | | Reported by: ohauer@ (mail) Approved by: maintainer implicit
* Further cleanupfeld2013-09-032-25/+24
| | | | Approved by: crees (mentor)
* - Update to 1.9.0lippe2013-09-024-74/+68
| | | | | | | | | - Update WWW - Restore UIDs and GIDs PR: ports/179987 Submitted by: Allan Jude <ports@scaleengine.com>, Alexandre Biancalana <ale@biancalanas.net> Approved by: Allan Jude <ports@scaleengine.com> (maintainer)
* - Resolve of using PERL_MODBUILD and PERL_CONFIGURE togetheraz2013-09-021-7/+3
| | | | | | | - Convert to new perl5 framework - Trim Makefile header With hat: perl@
* - Update to 0.997afeld2013-09-025-41/+21
| | | | | | | | - Port cleanup to pass rclint/portlint PR: ports/181288 Submitted by: alexey@renatasystems.org Approved by: crees (mentor)
* - Add WWWsunpoet2013-08-302-2/+1
| | | | | - Use single space after WWW: - Remove Author line
* - Add RG link to pkg-descrsunpoet2013-08-291-1/+1
|
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Use single space after WWW:sunpoet2013-08-296-6/+6
|
* - Cleanup Makefile headersunpoet2013-08-222-10/+2
|
* - Use RUN_DEPENDS:=BUILD_DEPENDSsunpoet2013-08-211-2/+1
| | | | | - Add BUILD_DEPENDS - Cosmetic change
* - Convert to new perl frameworksunpoet2013-08-212-2/+4
|
* dns/dnscrypt-proxy: update to 1.3.2wg2013-08-212-9/+11
| | | | | | | | | | | | - Update to 1.3.2 [1] - USES gmake - Unmute install commands - Add DOCS to options - Convert to new LIB_DEPENDS format PR: ports/180898 [1] Submitted by: csosstudy <csosstudy gmail.com> Approved by: maintainer (timeout)
* dns/zkt: update to 1.1.2wg2013-08-192-11/+5
| | | | | | | | | - Update to 1.1.2 [1] - Trim Makefile header [1] - Remove MAKE_JOBS_SAFE and useless port.{pre,post}.mk PR: ports/181379 Submitted by: Frank Behrens <frank harz2014.behrens.de> (maintainer)
* - Remove MAKE_JOBS_SAFE variableak2013-08-1512-12/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert to new perl frameworkaz2013-08-054-19/+11
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* - Convert to new perl frameworkaz2013-08-032-8/+3
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-0319-59/+44
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-035-5/+10
|
* - Add MAN8 pages forgotten in previous commitmadpilot2013-08-011-2/+2
| | | | Reported by: Ports-QAT
* - Update to 3.3madpilot2013-08-017-62/+85
| | | | | | | | | | | | | | - Depend on Botan 1.10 and make it new default - Both Botan and Crypto++ can be compiled in now - Support MySQL forks like MariaDB - Ability to choose embedded or system-installed PolarSSL - Convert USE_GMAKE to USES - Use EXAMPLES OPTION in plce of NOPORTEXAMPLES Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-3 PR: ports/180875 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Fix build with clangbapt2013-08-011-5/+2
|
* - Convert to new Uses/perl5.mk frameworkaz2013-07-312-12/+6
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* Fix my email address again, using proper @FreeBSD.org stylingfeld2013-07-291-2/+2
| | | | Approved by: swills (mentor)
* Update the RPZ+RL patches for both versions.roberto2013-07-284-6/+6
| | | | Approved by: erwin
* Put back the two patches for RPZ-RL that were removed during the previousroberto2013-07-272-0/+4
| | | | update.
* Security update to fix CVE-2013-4854 as reported atroberto2013-07-274-12/+8
| | | | | | | | | | | https://kb.isc.org/article/AA-01015/0 9.9.3-p1 -> 9.9.3-P2 9.8.5-p1 -> 9.8.5-P2 9.6.x is not affected, neither is 10.x. Security: CVE-2013-4854 Remote DOS
* - switch simple inline replacement from perl to sedaz2013-07-261-7/+5
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Update my email address throughout the treefeld2013-07-251-2/+2
| | | | Approved by: swills (mentor)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-243-4/+0
|
* Add option to auto-add users for dnscache, tinydns and dnslog.lx2013-07-241-1/+7
| | | | | PR: ports/180069 Submitted by: Alexandre Biancalana <ale@biancalanas.net>
* - Update to version 3.2.16pawel2013-07-233-6/+11
| | | | | | | | | | | - Add EUI_RRTYPES option While here: - Remove leading article from COMMENT - Convert tab to space in WWW: line PR: ports/180741 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* Re-add dns/dnsperf and update to 2.0.0.0.hrs2013-07-215-0/+92
|
* Cleanup empty files and directories.rm2013-07-191-0/+0
|
* - update to 1.11.0rm2013-07-184-7/+15
| | | | | | | | changelog: - 1.11.0 is mostly a bug fix release, but two new features are support for the $GENERATE syntax and the TLSA RR type. - A number of bugs have been fixed as well. - Python 2.4 or later is required.
* Clean up files which were being installed but not part of plist.rodrigc2013-07-181-0/+3
|
* Remove now excess verbiage.eadler2013-07-171-1/+0
| | | | Reviewed by: bapt
* HostDB is a system for generating internal DNS zones,rodrigc2013-07-176-0/+171
| | | | | | | | | | | external DNS zones, and DHCP configuration data from the same hostdb.txt file. WWW: http://everythingsysadmin.com/hostdb/ http://code.google.com/p/hostdb/ PR: ports/180589 Submitted by: Craig Rodrigues <rodrigc@FreeBSD.org>
* - Update to 3.3.r1miwi2013-07-156-66/+79
| | | | | PR: 179379 Submitted by: maintainer
* Have dns/py-ldns only install the Python bits.mat2013-07-114-27/+36
| | | | | | PR: ports/179812 Submitted by: mat Approved by: maintainer
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-091-5/+1
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Convert some of my ports from USE_GMAKE to USES=gmake.eadler2013-07-071-1/+2
| | | | The remainder have other pending patches which I must finish before conversion.
* dns/opendnssec: update to 1.4.1wg2013-07-022-3/+3
| | | | | | | | | - Update to 1.4.1 Changes: http://www.opendnssec.org/2013/06/27/opendnssec-1-4-1/ PR: ports/180194 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* ddns is a lightweight UDP-based dynamic DNS updater.culot2013-07-019-0/+171
| | | | | | | | | | | It consists of a client that regularly sends UDP packets and a server that updates a bind zone file or runs a command using the peer IPv4 address of recieved UDP packets. WWW: http://fossil.instinctive.eu/ddns/home PR: ports/179316 Submitted by: Natacha Porte <natbsd@instinctive.eu>
* PublicSuffix can parse and decompose a domain name into top level domain,swills2013-06-294-0/+23
| | | | | | domain and subdomains. WWW: http://www.simonecarletti.com/code/publicsuffix
* - Update to 2.03clsung2013-06-282-3/+3
|
* - Update to 1.3.1ak2013-06-272-7/+10
| | | | | PR: ports/179545 Submitted by: csosstudy <csosstudy@gmail.com> (first version), freebsd@dns-lab.com (maintainer)
* Update to 1.27. [1]rakuco2013-06-262-5/+4
| | | | | | | While here, replace USE_GNOME with the respective USES entries. PR: ports/179981 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* dns/inadyn-mt: fix installwg2013-06-251-13/+18
| | | | | | - Fix install to use make - Add DOCS and EXAMPLES options - Add LICENSE (GPLv3)
* - Update to 1.54swills2013-06-232-8/+4
|
* dns/opendnssec: fix build with sqlitewg2013-06-221-0/+1
| | | | | | | | - Fix build with non-default LOCALBASE and sqlite PR: ports/179606 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Approved by: maintainer
* - Update to version 0.10.0.20130404miwi2013-06-172-7/+10
| | | | | PR: 179592 Submitted by: Ports Fury
* - Trim Makefile headeraz2013-06-172-18/+19
| | | | | | | | | | - Improve COMMENT and pkg-descr - Remove obsolete knob NO_INSTALL_MANPAGES - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/178979 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer (timeout)
* dns/knot: update to 1.3.0r1wg2013-06-146-38/+33
| | | | | | | | | | | | | - Update to 1.3.0r1 [1] - Drop port.pre.mk in favor of port.options.mk - Unmute install commands Changes: https://gitweb.labs.nic.cz/?p=knot.git;a=blob_plain;f=NEWS;hb=b83f1e9f PR: ports/179428 [1] Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
* sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6koobs2013-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename to sysutils/liburcu (according to upstream) - Update MOVED - Remove userspace-rcu from sysutils/Makefile - Add liburcu to sysutils/Makefile - Update dns/knot LIB_DEPENDS dependency While I'm here: - Update to 0.7.6 - Add CONFIGURE_ARGS for correct --docdir - Add regression-test: target - Update COMMENT - Re-order USE_* section - pkg-descr: Tab->space in WWW: - Update WWW: URL Changes: 2013-01-09 Userspace RCU 0.7.6 * Discourage use of pthread_atfork() for call_rcu handlers * Fix call_rcu fork handling * test: fork handling * Fix TLS detection: test with linker, add --disable-compiler-tls * Cleanup: cast pthread_self() return value to unsigned long * Fallback mechanism not working on platform where TLS is unsupported PR: ports/179358 Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* Update to 9.9.3-P1erwin2013-06-052-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Now supports NAPTR regular expression validation on all platforms, and avoids memory exhaustion compiling pathological regular expressions. (CVE-2013-2266) [RT #32688] Prevents named from aborting with a require assertion failure on servers with DNS64 enabled. These crashes might occur as a result of specific queries that are received. (CVE-2012-5688) [RT #30792 / #30996] Prevents an assertion failure in named when RPZ and DNS64 are used together. (CVE-2012-5689) [RT #32141] See release notes for further features and bug fixes: https://kb.isc.org/article/AA-00970/0/BIND-9.9.3-P1-Extended-Support-Version-Release-Notes.html Security: CVE-2013-3919 CVE-2013-2266 CVE-2012-5688 CVE-2012-5689
* Update to 9.8.5-P1erwin2013-06-052-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] A deliberately constructed combination of records could cause named to hang while populating the additional section of a response. (CVE-2012-5166) [RT #31090] Now supports NAPTR regular expression validation on all platforms, and avoids memory exhaustion compiling pathological regular expressions. (CVE-2013-2266) [RT #32688] Prevents named from aborting with a require assertion failure on servers with DNS64 enabled. These crashes might occur as a result of specific queries that are received. (CVE-2012-5688) [RT #30792 / #30996] Prevents an assertion failure in named when RPZ and DNS64 are used together. (CVE-2012-5689) [RT #32141] See release notes for further features and bug fixes: https://kb.isc.org/article/AA-00969/0/BIND-9.8.5-P1-Release-Notes.html Security: CVE-2013-3919 CVE-2012-5166 CVE-2013-2266 CVE-2012-5688 CVE-2012-5689
* Update to 9.6-ESV-R9-P1erwin2013-06-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Prevents a named assert (crash) when validating caused by using "Bad cache" data before it has been initialized. [CVE-2012-3817] [RT #30025] A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. [CVE-2012-1667] [RT #29644] See release notes for further features and bug fixes: https://kb.isc.org/article/AA-00968/0/BIND-9.6-ESV-R9-P1-Release-Notes.html Security: CVE-2013-3919 CVE-2012-3817 CVE-2012-1667
* Update to 1.053.mat2013-06-052-3/+3
|
* - Update to 1.3.0miwi2013-06-052-3/+3
|
* - Update to 1.3.14 [1]wg2013-06-042-9/+8
| | | | | | | | | | | - Better SOFTHSM option description - Fix build of AUDITOR option with ruby 1.9 Changes: http://www.opendnssec.org/2013/05/16/opendnssec-1-3-14/ PR: ports/178860 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: culot (mentor)
* - Update to 1.4.0 [1]wg2013-06-049-44/+215
| | | | | | | | | | | | - Add PORTDOCS - Install extra migration files - Preserve 1.3.x as dns/opendnssec13 Changes: https://wiki.opendnssec.org/display/DOCS/New+in+OpenDNSSEC+1.4 PR: ports/178861 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> [1] Approved by: culot (mentor), maintainer
* - Update to 0.8.0swills2013-06-032-7/+4
|
* Update to 9.9.3erwin2013-05-313-7/+8
|
* Update to 9.8.5erwin2013-05-313-7/+8
|
* Update to 9.6-ESV-R9 and extend the EOL to January 2014erwin2013-05-312-8/+6
|
* Update RPZ and RRL patch set:erwin2013-05-314-6/+6
| | | | | | | | | | | | | | - address the issue raised by Bob Harold. RRL on recursive servers applies rate limits after waiting for recursion except on sub-domains of domains for which the server is authoritative. - fix the bug reported by Roy Arends in which "slipped" NXDOMAIN responses had rcode values of 0 (NoError) instead of 3 (NXDOMAIN). - move reports of RRL drop and slip actions from the "queries" log category to the "query-errors" category. Because they are not in the "queres" category, enabling or disabling query logging no longer affects them.
* Update to version 7.02pawel2013-05-254-43/+33
| | | | | PR: ports/178750 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
* Update to 1.21.tobez2013-05-242-3/+3
|
* - Update to 0.1.15sunpoet2013-05-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
* Dodge "WITH_IPV6" newly becoming the default, since it pulls in an unofficiallx2013-05-232-12/+12
| | | | third-party patch and makes the version number go "backwards".
* - Remove mysql 4X referencemiwi2013-05-221-1/+0
|
* Update to 3.5.1.rakuco2013-05-194-40/+42
| | | | | | | | | | | | | | Changelog is here: http://doc.powerdns.com/html/changelog.html#changelog-recursor-3.5.1 Also pet the Makefile: - Change ${LOCALBASE} to ${PREFIX} where applicable - Fix overwrite of recursor.conf by changing to bsd.port.pre/post.mk (and thus fixing ${PREFIX}) PR: ports/178340 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* Add an additional MASTER_SITE because upstream removes older releases.rakuco2013-05-171-1/+2
| | | | | PR: ports/178541 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
* - Fix default option CRYPTOPP not including its group DNSSECbdrewery2013-05-171-1/+1
| | | | | This fixes 'pretty-print-config' not including the CRYPTOPP option in its output.
* - Change MAINTAINER address of all my portswg2013-05-161-1/+1
| | | | Approved by: culot (mentor)
* - Update to 1.10.0zi2013-05-163-21/+11
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-7/+2
| | | | - Trim header
* - trim Makefile headerrm2013-05-082-11/+11
| | | | | | | | | | | - define license (CNRI) - limit python version to 2.x only (print/except) - convert to optionsng (DOCS case) - clean-up pkg-descr - bump PORTREVISION because of license file addition PR: 177794 (based on) Submitted by: Yasuhiro KIMURA <yasu@utahime.org>