| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: maintainer informed
|
| |
|
|
|
|
| |
better handling of classes, and other cleanups.
|
| |
|
| |
|
| |
|
|
|
|
| |
- SIZEify distinfo
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
|
| |
PR: ports/62231
Submitted by: Steven Honson <steven@honson.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- Properly respect PREFIX
- Remove unneeded USE_REINPLACE
- Add SIZE to distinfo
- Re-sort pkg-plist
- Re-format pkg-descr
PR: ports/61820 [1]
Submitted by: maintainer [1]
|
|
|
|
|
|
| |
- fix spaces in Makefile (portlint)
PR: 61678
Submitted by: tremere@cainites.net
|
| |
|
| |
|
|
|
|
|
| |
PR: 62083
Submitted by: Steven Honson <steven@honson.org>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/62081
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/61984
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: freebsd@signout.dk
|
|
|
|
| |
I have no longer this server running.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- allow-recursion-override was on by default, it was meant to be off
- Logging was still off in daemon mode, fixed
- Recursor accidentally linked in MySQL, fixed
- The PowerDNS recursor had stability problems
- The recursor now outputs the nameserver average response times in trace mode
- LDAP compiles again
Improvements:
- Several improvements to zone2sql
- Remove libpqpp dependencies
- Added a patch from CVS to make zone2parser.cc compile on STABLE
PR: 61554, 61589
Submitted by: tremere@cainites.net
|
|
|
|
|
|
|
|
|
|
| |
configure.
- added the *proper* MASTER_SITES back in,
- removed patch file on old Makefile (delete it),
- use DOCSDIR
PR: 61569
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: nork (mentor)
|
|
|
|
|
|
|
|
|
|
| |
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done.
Approved by: erwin (mentor) (implicitly)
|
|
|
|
| |
Approved and reviewed by: erwin (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/61279
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
includes:
- Opteron support!
- pdns_recursor jumbles answers now
- Big LDAP cleanup
- Zone2sql is now somewhat clearer when reporting malformed line errors
- pdns_recursor now survives the expiration of all its root records
- Serious issue fixed: added a patch to fix High CPU Load with the pdns_server and mysqld processes
PR: 61213
Submitted by: tremere@cainites.net
|
|
|
|
|
| |
PR: ports/61141
Submitted by: Eyal Soha <esoha@attbi.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ldapdns is a lightweight, high performance DNS server
which utilizes LDAP as its backend.
It is originally based on djbdns and strives to maintain
the same goals of performance, security and simplicity.
WWW: http://www.nimh.org/code/ldapdns/
PR: 60965
Submitted by: Paul Dlug <paul@aps.org>
|
|
|
|
|
|
|
|
| |
lines. The error was masked by the conditionality, but mostly harmless
due to the fact that the directory is incredibly likely to be populated
anyway.
Submitted by: tobez
|
|
|
|
|
|
|
| |
new PERL_ARCH'ified location.
In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
|
|
|
|
|
| |
Forgotten by: dougb
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are a few bugs in dnrd that should probably be fixed
by the author but could be made to work on bsd:
1. Initialization in common.h of recv_addr is broken,
causing at least the '-a' switch not to work. Instead of
assuming positions of fields in the struct across platforms
I thought it safer to do a standard initialization in main().
2. The buffer overflow code in udp.c:dnsrecv() is off by
one, rejecting messages where the size exactly fills the
available buffer. I also changed to the calls to dnsrecv
to pass 512 as the max size instead of the buffers that
seem to be padded by 4 bytes for a reason I don't understand.
This causes a calling named to resend packets. Eventually
one seems to get through but response times can be painfully
slow.
PR: ports/41128
Submitted by: Michael C. Adler <mad1@tapil.com>
|
|
|
|
|
|
|
| |
Update to 1.2.3. This replaces my previous PR number 60784.
PR: ports/60832
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
actual substantive changes, 0.44 has some non-user-visible changes
to make CPAN.pm happy.
Power users of this module are encouraged to read the CHANGES file.
Most users shouldn't have problems with this upgrade.
Significant changes to the software:
1. Ongoing refinement of proper class inheritance/categorization.
2. Fix zone transfers with 'many-answer' format.
3. Finally "fixed" the .xs code, and accompanying Makefile.pl options
to work out of the box on both RELENG_4 and 5-current.
4. Added a Makefile.pl option to avoid the online tests.
5. Support for unknown RR types.
Changes to the port:
1. Take advantage of 3 and 4 above.
2. portlint doesn't like the word 'file' to appear in the Makefile, so
change it to 'doc' for the PORTDOCS install loop.
|
|
|
|
|
| |
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skadns is a kind of an Asynchronous DNS client software:
- Kind of: it's small. Really small. But it just works.
- Asynchronous: all DNS operations are non-blocking.
- DNS client software: it's a DNS client, what you may know
as a "stub resolver". To perform full DNS resolution,
you will still need a full resolver like dnscache.
The skadns library offers a simple API to make asynchronous DNS queries.
The skadnsip, skadnsmx and skadnsfilter commands are examples
of how to use that API. They are mainly there for their source code.
The skadnsd daemon, usable as a child process or as a separate service,
handles the grunt work of DNS querying and makes the network
completely invisible to the client.
Author: Laurent G. Bercot <ska-skaware@skarnet.org>
WWW: http://www.skarnet.org/software/skadns/
|
|
|
|
|
| |
PR: ports/60784
Submitted by: Vincent Tantardini <vinc@0x45.org>
|
|
|
|
|
| |
PR: 60631
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dynamic DNS Update Client supporting multiple
services.
Updatedd is a client to update dynamic dns settings.
With the use of the pppd ip-up script it can update
these settings automatically for you.
Updatedd does not run as a daemon.
It is divided into one main program and one plugin for each
supported service. The plugins are dynamic libraries which
are loaded by the main program. So it is possible to remove
support for services you don't need.
Supported Services:
ods.org, dyndns.org, ovh.net, no-ip.org, hn.org
Author: Philipp Benner <philipp_benner (at) gmx (dot) de>
WWW: http://pb.gotdns.org/
PR: 59907
Submitted by: geniusj@ods.org
|
|
|
|
|
|
| |
VeriSign's IDN Testbed.
Submitted by: nectar
|
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/60289
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WITH_ZONECHECK_CGI knob
While I'm here:
- Bump PORTEPOCH
- Re-sort pkg-plist
PR: 59899
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
the libdjbdns library on my own :)
PR: 56950
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
|
|
|
|
|
|
|
|
|
|
| |
The bug is not security related but triggers BIND to generate lots of
unnecessary additional queries under some circumstances with a
potential for operational impact.
BIND 8.4.4 will be available soon as a replacement.
Requested by: dougb
|
|
|
|
|
|
| |
- Fix package with ldapbackend
- reorder makefile
- detect if recursor is buildable
|
| |
|
|
|
|
|
|
|
|
| |
version comes out
- Bump PORTREVISION
PR: 59749
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added support for DiG 9.x (BIND 9.0.1)
* Replaced internal digparse utility with digstd utility - you call digstd
as if it were dig, it calls dig for you with right options for your version
and returns results in a standard easy-to-parse format.
* Added SRV record support (ala RFC 2052).
* Added LOC record support (ala RFC 1876).
* Minor speed improvement to axfr
* Numerous bug fixes and support for different local host configurations
* Updated HOWTOUSE and MANUAL documents
PR: ports/53785
Submitted by: Rob Evers <rob@debank.tv>
Maintainer timeout: 3 weeks
|
|
|
|
|
| |
security fix to the negative caching strategy, along with numerous bug
fixes, and other improvements; especially to the IPv6 related code.
|
|
|
|
|
|
| |
fix release, which contains a change to, "apply anti-cache poison
techniques to negative answers." It also removes the view option to
nslookup.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.
Submitted by: marius@alchemy.franken.de
Approved by: portmgr
|
|
|
|
|
| |
PR: 59354
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 59109
Approved by: marcus (mentor)
|
|
|
|
|
|
|
|
|
| |
- Added a patch to fix a problem with the allow-axfr-ips option (host/32 netmask didn't work)
- Added an option to the configure dialog to compile the recursor
- Bumped PORTREVISION
PR: 59385
Submitted by: tremere@cainites.net
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
|
| |
PR: 59178
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to the submitter
While I'm here:
- Shorten COMMENT to prevent truncation by pkg_info(1)
- Use DOCSDIR macro in pkg-plist
PR: 59178
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
| |
PR: 59099
Submitted by: Steven Honson <shonson@isoproplex.net>
|
|
|
|
| |
adds capability for a persistent UDP socket.
|
| |
|
|
|
|
|
|
| |
The patchfile unwires hardcoding of configuration directories. The
changes are mostly minor; see work/README for full summary.
PR: ports/55335, maintainer timeout (3 months).
|
|
|
|
|
|
|
|
| |
- Fix broken dependency
- Properly handle docs and respect NOPORTDOCS
PR: 58921
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add berkleydb support
- add openldap support
- improved documentation
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: ijliao
|
| |
|
|
|
|
|
| |
PR: ports/58668
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Addition of SQLite backend
- pdns_recursor maturity
- Verisign sitefinder workaround
PR: 58609
Submitted by: tremere@cainites.net
|
|
|
|
|
|
|
|
|
|
| |
I realize that my error in version numbering previously caused some confusion
about 9.2.3 being a more up to date version than 9.2.3.4, but this will quickly
be resolved with the next version, and affected only a few users who installed
the release candidate. The portepoch change is permanent, and perpetuates a
silly kludge for no good reason.
Please do not change this again without discussing it with me.
|
|
|
|
|
|
|
| |
[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3
>
[~/cvs/ports/dns/bind9] edwin@k7>pkg_version -t 9.2.3.4 9.2.3,1
<
|
| |
|
| |
|
|
|
|
| |
in the last commit.
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
| |
Remove files related to my abortive attempt to reimplement libdjbdns.
|
|
|
|
| |
Approved by: krion
|
|
|
|
|
| |
PR: 58356
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
| |
|
|
|
|
|
|
| |
DNS Flood Detector was developed to detect abusive usage levels
on high traffic nameservers and to enable quick response in
halting the use of one's nameserver to facilitate spam.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Do not explicitly add --disable-ltdl-install to CONFIGURE_ARGS as configure DTRT now
- Add optional dependency on devel/fam
- Sort pkg-plist
- Bump PORTREVISION
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR: 58005
|
|
|
|
|
|
|
| |
Provides the capabilities of the standard tool nslookup(1).
PR: 57984
Submitted by: clsung@dragon2.net
|
|
|
|
|
| |
PR: 57916
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Port seems to be broken either way, though:
===> Building for posadis-0.60.1_1
make: don't know how to make all. Stop
An empty Makefile is generated.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
PR: 57919 57882
Submitted by: maintainer, Matt Peterson <matt@peterson.org>
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
|
|
|
|
|
| |
- make portlint happy
Submitted by: eikemeier@fillmore-labs.com [CONFLICTS]
|
| |
|
| |
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
| |
- Add missing dependency on poslib
PR: 57719
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR: 57689
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
| |
|
|
|
|
|
| |
cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old()
method.
|
|
|
|
|
|
|
| |
- Approved by maintainer
PR: 56180
Submitted by: Dan Larsson <ports@tyfon.net>
|
|
|
|
|
| |
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
Submitted by: A cast of thousands
|
| |
|
|
|
|
|
|
|
|
|
| |
<david@geektech.com>)
and allow including of OpenSSL support for those with openssl enabled with MySQL
PR: 57249
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
|
|
|
| |
- Use bind 9.2.2-P3 to support delegation-only
PR: 57166
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
The 9.2.3 code has many many bugs fixed from 9.2.2, check CHANGES
for more information.
The rc4 code has the delegation-only options. Check the ARM for
information on how to enable it.
|
| |
|
|
|
|
| |
- update to 9.2.2-P1
|
|
|
|
|
|
| |
PR: ports/56727
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: maintainer no response
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Reminded by: edwin
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
support for BerkeleyDB 3.x, 4.0.x, 4.1.x, obeys WITH_BDB_VER;
p5-BerkeleyDB in RUN_DEPENDS, perl parts of fastresolve require it to run;
Change maintainership to submitter.
Bump PORTREVISION.
Submitted by: Martin Matuska <martin@tradex.sk>
PR: 56580
|
|
|
|
|
|
|
|
|
|
|
| |
storage in a MySQL database
bind9-sdb-mysql is provide a simple support for MySQL
database in bind version 9. Currently it supports only
zones stored in MySQL.
PR: ports/56565
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
| |
|
|
|
|
|
|
|
|
| |
Based on the patch provided with the PR, but the PREFIX is determined
at run time in the committed version.
PR: ports/56176
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
|
| |
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
|
|
|
|
|
| |
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
| |
|
|
|
|
| |
Other than dnssec updates, no new functionality.
|
|
|
|
|
| |
PR: 56401
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
Reset maintainership.
Update based on PR 50411, which was submitted
by Martin Matuska <martin@tradex.sk>
Spotted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer timeout ( >3 monthes )
|
|
|
|
|
|
|
|
|
|
|
|
| |
o better locale handling
o inetd mode
o documentation improvement
o new test flags
o man page added
o now installs binary as zonecheck not zc
PR: 56314
Submitted by: maintainer
|
|
|
|
| |
- Support WITH_LDAP in STABLE
|
|
|
|
| |
alphabeticly.
|
|
|
|
|
|
|
|
| |
New port: zonecheck - check DNS zone files for consistency
and report it. It supports IPv6 zones.
PR: ports/54319
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
A very small and fast DNS server made especially for DNSBL
zones. Inspired by Dan J Bernstein's rbldns from djbdns,
but entirely original (and faster and more featureful).
PR: ports/53274
Submitted by: Paul Chvostek <paul+fbsd@it.ca>
|
| |
|
|
|
|
|
|
| |
- Fixes overwrite of config file (wrong order in Makefile)
PR: 55935
Submitted by: tremere@cainites.net
|
|
|
|
| |
Prodded by: kris
|
|
|
|
|
|
|
|
|
|
| |
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups
If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
|
| |
|
|
|
|
|
| |
PR: 55868
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 55083
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer timeout
|
|
|
|
|
| |
are not yet hooked up to ports/Makefile because INDEX builds break when
there are empty category subdirectories.
|
| |
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
| |
|
|
|
|
| |
Approved by: fjoe (mentor) (implicit)
|
|
|
|
|
|
|
|
| |
PR: 54474
Submitted by: Nick Hilliard <nick@foobar.org>
* Reset MAINTAINER address that does not point to the FreeBSD port
maintainer.
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
|
|
|
|
|
|
|
| |
- pdns_recursor will only be built on FreeBSD 5.0 and above (4.x lacks support for get/set/makecontext functions)
- Patched pdns/pdns_recursor.cc to add .pid support
PR: 54379
Submitted by: tremere@cainites.net
|
|
|
|
| |
Approved by: fjoe (mentor) (implicit)
|
|
|
|
|
|
|
| |
install the header files and libraries instead of the end-result
command-line utilities, thus letting other developers make use of
Prof. Bernstein's products without incorporating them in their own
projects.
|
|
|
|
| |
Approved by: fjoe (mentor)
|
|
|
|
|
| |
PR: 54645
Approved by: fjoe (mentor>
|
| |
|
|
|
|
|
|
| |
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52330
Approved by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
|
|
|
|
|
| |
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52329
Approved by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
|
|
|
|
|
| |
PR: 53519
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
|
|
|
| |
and bug/compatibility fixes.
PR: 53553
Submitted by: ahlon <admins@staticcling.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
either the Makefile.PL script, or other, and offered nothing new
of interest.
This version has a more efficient dn_expand method, and adds a
warning that Resolver::axfr_old() is deprecated.
|
| |
|
|
|
|
| |
Reported by: maarten@dwaas.org
|
|
|
|
|
| |
PR: 53184
Submitted by: Steven Honson <shonson@isoproplex.net>
|
|
|
|
|
|
|
| |
the previous version.
PR: bin/53009
Submitted by: Piotr Koper <koper@diab.eu.org>
|
|
|
|
| |
of small bugs discovered in 8.3.5. See CHANGES for details.
|
| |
|
| |
|
| |
|
|
|
|
| |
with minor modifications.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
included, as well as a few minor enhancements. Check CHANGES for details.
Improve greatly the PORT_REPLACES_BASE option, which now truly replaces
everything, including re-positioning nslookup and nsupdate in sbin, and
writing over the includes, instead of installing them in include/bind.
Unconditionally install dnskeygen in bin, since that's where the base
puts it, and it's only confusing to users if they can't find it after
an installation.
Install isc/ctl.h by hand in the appropriate include directory, since
we install it in the base, and the distribution Makefile does not.
|
| |
|
|
|
|
|
| |
PR: 52658
Submitted by: Dan Pelleg <daniel+mdnsd@pelleg.org>
|
|
|
|
|
| |
PR: 52840
Submitted by: Steven Honson <shonson@isoproplex.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update net/maradns: 1.0.17 -> 1.0.18
This resolves a very minor issue where the script to stop MaraDNS
would kill the process which hunts for MaraDNS processes.
|
|
|
|
|
|
|
| |
Fix dependencies when built against postgresql as well as
PR: ports/52525
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
| |
PR: ports/52169
|
|
|
|
|
| |
PR: 52266
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 51919
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
|
| |
PR: 51815
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
| |
- recursor defaults off, Option POWERDNS_WITH_RECURSOR
|
|
|
|
| |
This bug will be fixed in the next release of BIND.
|
|
|
|
| |
Noticed by: "Dan Langille" <dan@langille.org>
|
|
|
|
| |
Noticed by: bento
|
|
|
|
| |
Noticed by: bento
|
| |
|
|
|
|
|
|
|
|
| |
- It's a stable release of MaraDNS.
- It has its own strnlen() now.
PR: 51248
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
p5-DNS-Zone Perl modules to manipulate name service zone
files. Needed by (future new) ZoneMaster port (see
below/later)
PR: ports/48563
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
|
|
|
| |
5-DNS-Config Perl modules to manipulate name service configurations.
Needed by (future new) ZoneMaster port (see below/later)
PR: ports/48562
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
| |
Fixes CRLF in distribution, Skip broken dlzbdb
|
| |
|
|
|
|
| |
Fixes a small memory leak
|
|
|
|
|
|
|
|
|
|
|
| |
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!
PR: ports/50588
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
|
|
|
|
| |
PR: 50676
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
|
|
| |
PR: ports/48421
Submitted by: Olafur Osvaldsson <oli@isnic.is>
Approved by: maintainer timeout (2 months)
|
| |
|
|
|
|
|
|
|
| |
While I'm here, make the Makefile honor $STRIP instead of hardcoding
an '-s' as a link parameter.
Submitted by: Eivind Olsen <eivind@aminor.no> - the j.root-servers.net part
|
|
|
|
|
|
| |
PR: 50668 and 50676
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Simon Dick <simond@irrelevant.org>
|
|
|
|
| |
recursor fails on alpha, ia64 and sparc with undefined symbol "makecontext"
|
|
|
|
|
|
|
| |
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().
Convert to ${SITE_PERL}
|
|
|
|
| |
Re-sort for good measure
|
| |
|
|
|
|
| |
/etc/totd.conf)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new port - net/posadis. It is a new DNS server
implementation being actively developed at SourceForge.
Posadis is a DNS server project with the goal to create a
free, reliable, portable, fast, lightweight, easy to use,
standards compliant, and functionally complete, Domain Name
System server implementation.
PR: ports/48872
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
| |
|
|
|
|
|
| |
PR: 49981
Submitted by: Simon Dick <simond@irrelevant.org>
|
| |
|
|
|
|
|
|
| |
- make ports work as a master port
- add support for LDAP, submitted by richard@unixguru.nl
- add build for recursor
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
| |
new features compared to 9.2.1, only bug fixes. Users of BIND 9 are
highly encouraged to upgrade.
* Switch to Makefile COMMENT
|
| |
|
| |
|
|
|
|
| |
targets in bsd.port.mk
|
|
|
|
|
|
| |
PR: 48428
Submitted by: Christian Lackas <delta@lackas.net>
Approved by: maintainer
|