Commit graph

1382 commits

Author SHA1 Message Date
Doug Barton
b81a362e33 Begin the de-orbit burn for the beloved, but now more than a bit long
in the tooth BIND 8. As of today (27 August 2007) ISC has announced
that BIND 8 is officially End of Life (EOL) and therefore it's time
to say good-bye.

Please see http://www.isc.org/sw/bind/bind8-eol.php for details on the
reasoning behind the EOL status, the latest security issues, and a
migration guide to help you move toward BIND 9.4.x.

bind8 (BIND 8.3.7) is marked FORBIDDEN due to the predictable query ID
bug (see above) which will not be fixed for this version.

bind84 is marked DEPRECATED, and will be upgraded to 8.4.7-P1 when it
is available.
2007-08-28 00:03:42 +00:00
Ion-Mihai Tetcu
18c38bf81b Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
daemon.

multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
that DNSBL's can be maintained in a common configuration file for an entire
mail installation.

Because DNSBL usefulness is dependent on the nature and source of spam sent to
a specific site and because sometimes DNSBL's may provide intermittant service,
multi_dnsbl interrogates them sorted in the order of greatest successful hits.
DNSBL's that do not respond within the configured timeout period are not
interrogated at all after 6 consecutive failures, and thereafter will be
retried not more often than once every hour until they come back online. This
eliminates the need to place DNSBL's in a particular order in your MTA's config
file or periodically monitor the DNSBL statistics and/or update the MTA config
file.

WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm

PR:		ports/115639
Submitted by:	Andrew Greenwood <greenwood.andy at gmail.com>
2007-08-21 11:01:56 +00:00
Cheng-Lung Sung
46ed6440b9 - Update to 0.42 2007-08-21 06:16:56 +00:00
Rong-En Fan
fa77a4b1cf - Add a patch for chained CNAME
PR:		ports/115297
Submitted by:	rafan
Approved by:	farrokhi (maintainer)
Obtained from:	http://hugo.vulcano.cl/development/adns-cc
2007-08-21 01:33:56 +00:00
Gabor Kovesdan
15f99e6662 - Update to 3.0
PR:		ports/115324
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
2007-08-15 18:14:25 +00:00
Emanuel Haupt
84ef78913b Use NOPORTEXAMPLES instead of NOPORTDOCS
Notified by:	sat
2007-08-15 11:40:37 +00:00
Cheng-Lung Sung
bb01ff9404 - Update to 0.07
PR:		ports/115497
Submitted by:	clsung
Approved by:	maintainer (Jin-Shan Tseng)
2007-08-15 02:22:50 +00:00
Emanuel Haupt
ce3fafbe36 Add vizone, a script that updates the serialnumber in one or more dns zonefiles. 2007-08-13 21:37:31 +00:00
Rong-En Fan
4fb03f721b - Update to 1.11
- Update WWW
- Pass maintainership to submitter

PR:		ports/115267
Submitted by:	Stefan Pauly <stefan at fh-mainz.de>
2007-08-11 10:00:51 +00:00
Rong-En Fan
570c89b4e4 - Sort pkg-plist 2007-08-11 10:00:19 +00:00
Doug Barton
abeae79dc5 1. Upgrade to 0.61 which has a few small code cleanups.
2. --no-online-tests works now, so stop building them.
3. Remove support for prehistoric Perl.
2007-08-06 17:56:00 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Doug Barton
83aa56c48f Update to 9.4.1-P1, which has fixes for the following:
1. The default access control lists (acls) are not being
correctly set. If not set anyone can make recursive queries
and/or query the cache contents.

See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925

2. The DNS query id generation is vulnerable to cryptographic
analysis which provides a 1 in 8 chance of guessing the next
query id for 50% of the query ids. This can be used to perform
cache poisoning by an attacker.

This bug only affects outgoing queries, generated by BIND 9 to
answer questions as a resolver, or when it is looking up data
for internal uses, such as when sending NOTIFYs to slave name
servers.

All users are encouraged to upgrade.

See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
2007-07-24 22:02:16 +00:00
Doug Barton
e8c5f493c1 Update to 9.3.4-P1, which fixes the following:
The DNS query id generation is vulnerable to cryptographic
analysis which provides a 1 in 8 chance of guessing the next
query id for 50% of the query ids. This can be used to perform
cache poisoning by an attacker.

This bug only affects outgoing queries, generated by BIND 9 to
answer questions as a resolver, or when it is looking up data
for internal uses, such as when sending NOTIFYs to slave name
servers.

All users are encouraged to upgrade.

See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
2007-07-24 22:00:03 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Pav Lucistnik
f5d8c1a58e - Ignore on FreeBSD 5.X 2007-07-22 11:37:27 +00:00
Gabor Kovesdan
d8fc8c3302 - Remove distinfo hashes, which are not used officially
No objection from:	ports@, maintainers
Approved by:		portmgr (pav)
2007-07-19 21:37:13 +00:00
Martin Wilke
d0415c009a - Update to 2.39
Approved by:	maintainer implicit
2007-07-09 12:51:37 +00:00
Emanuel Haupt
517f4f9afc Update to 1.1.3 2007-07-06 09:00:17 +00:00
Martin Wilke
db51fec769 The File_DNS class provides a way to read,
edit and write RFC1033 style DNS Zones.

PR:		ports/114271
Submitted by:	Chris St Denis (<chris at ctgameinfo.com>)
2007-07-04 08:21:53 +00:00
Doug Barton
69f04a0bcb Update to 0.60, which includes some important security fixes:
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409

... as well as rudimentary support for IPSECKEY.
See /usr/local/share/doc/p5-Net-DNS/Changes for more details.

Prodded by:	Several, including ...
PR:		ports/114230
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2007-07-03 19:47:28 +00:00
Alexey Dokuchaev
8975256f73 Fix the build with trendy GCC.
Reported by:	pointhat (logs)
2007-06-28 20:31:38 +00:00
Anton Berezin
dff4d693a2 Update to 0.08.
Changes: http://search.cpan.org/src/NEELY/Data-Validate-Domain-0.08/Changes
2007-06-20 11:21:45 +00:00
Pav Lucistnik
1d8afff97a - change duende source to create PID file by itself
- maradns.sh and zoneserver.sh now use PID file
- change default MaraDNS UID from 99 to bind(53)
- change default maraDNS GID from 99 to bind(53)
- change default duende logger process UID from 66 to nobody(65534)
- create empty etc/logger directory

PR:		ports/113235
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	Alex Kapranoff <alex@kapranoff.ru> (maintainer)
2007-06-16 12:42:14 +00:00
Martin Wilke
00a40ddf76 - Update to 1.4.0
Approved by:	maintainer timeout (security, 1 day), so (simon)
Security:	http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html
2007-06-10 19:41:56 +00:00
Doug Barton
a106e86668 Add a CONFLICTS to bind 9.4. 2007-06-10 00:27:17 +00:00
Cheng-Lung Sung
10878ea6df - Update to 0.41 2007-06-09 02:36:28 +00:00
Mark Linimon
6924e88034 Reset filippo.natali@gmail.com, who is very short on free time right now.
Hat:		portmgr
2007-06-06 07:45:35 +00:00
Martin Wilke
92abb84d11 - Fix build with gcc 4.2
Submitted by:	pointhat via kris
		Sten Spans <sten@blinkenlights.nl> (maintainer)
2007-06-06 06:21:32 +00:00
Martin Wilke
ce8b0293df Manages LDAP entries for the BIND9 SDB LDAP patch.
Supports adding, removing, and modifying enteries.

The attributes it can handle are TTL, A record, C name, AAAA
record, and MX record. Outside of TTL, multiple attributes
for each type record.

WWW: http://vvelox.net/projects/ldnsm/

PR:		ports/112191
Submitted by:	Zane C. Bowers
2007-06-04 08:31:46 +00:00
Kirill Ponomarev
6ca4d110e7 Update to 0.6.14 2007-06-01 07:24:11 +00:00
Kirill Ponomarev
b937fbebad Update to 0.6.12 2007-05-31 21:00:01 +00:00
Martin Wilke
f512eeee4f - Make setuid operation and user creation configurable, as requested by users
PR:		111915
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2007-05-30 05:51:26 +00:00
Martin Wilke
ff3f005903 - Update to 1.2.12.06
PR:		112768
Submitted by:	Alex Kapranoff <alex@kapranoff.ru> (maintainer)
2007-05-25 22:11:42 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
07faecc69f Removed on authors request until the program has reached maturity. 2007-05-02 23:38:24 +00:00
Edwin Groothuis
e47de4b05b DNSCAP - DNS traffic capture utility
cap is a network capture utility designed specifically for DNS
    traffic. It produces binary data in pcap(3) format, either on
    standard output (by default) or in successive dump files (if the d
    command line option is given.) This utility is similar to tcpdump(1),
    but has finer grained packet recognition tailored to DNS transactions
    and protocol options. dnscap is expected to be used for gathering
    continuous research or audit traces.

    SYNOPSIS
     dnscap [-avf6] [-i if ...] [-l vlan ...] [-p port] [-m [quire]] [-h [ir]]
	    [-q host ...] [-r host ...] [-d base [-k cmd]] [-t lim] [-c lim]

    WWW: http://public.oarci.net/tools/dnscap
2007-05-02 22:44:13 +00:00
Martin Wilke
e7c9d4826a - Update to 1.4.3
Approved by:	maintainer implicit
2007-05-01 13:24:58 +00:00
Doug Barton
086ad81b2c Update to version 9.4.1, a security update from ISC:
2172.   [bug]       query_addsoa() was being called with a non zone db.
                    [RT #16834]

	If you are running BIND 9.4.0 (either pre-release or final),
	you are advised to upgrade as soon as possible to BIND 9.4.1.
2007-05-01 01:00:01 +00:00
Dirk Meyer
b2b8e844bd - make portlint happier 2007-04-30 08:36:01 +00:00
Alex Dupre
be9a91167f Fix recursive resolver.
Submitted by:	Pietro Celentano <pcelentano@tiscalinet.it>
2007-04-30 07:33:13 +00:00
Cheng-Lung Sung
25d9bf9e39 - Update PowerDNS to 2.9.21
- Add patch from SVN to support DNSSEC records
- Update examples (config and table creation files)
- For the complete changelog see http://doc.powerdns.com/changelog.html

PR:		ports/112055
Submitted by:	maintainer (Ralf van der Enden)
Reviewed by:	maintainer
2007-04-27 07:25:40 +00:00
Mario Sergio Fujikawa Ferreira
a8b682a008 Update to 1.5.0
PR:		112080
Submitted by:	miwi
2007-04-25 07:24:27 +00:00
Emanuel Haupt
b59d51a5fe - Update to 1.1.2
- Update WWW
2007-04-20 20:28:49 +00:00
Martin Wilke
b1a64d6f34 - Update to 1.96.2
PR:		111765
Submitted by:	Volker Theile<votdev@gmx.de>
Approved by:	maintainer
2007-04-17 19:41:28 +00:00
Martin Wilke
881359b425 - Update to 2.3.7
PR:		111733
Submitted by:	Olafur Osvaldsson <oli@isnic.is> (maintainer)
2007-04-17 18:51:01 +00:00
Kirill Ponomarev
51ae573518 Fix build if automake is installed.
PR:		ports/111360
Submitted by:	novel
2007-04-15 20:25:21 +00:00
Cheng-Lung Sung
b22cfea3e8 - Update to 0.31 2007-04-15 05:40:03 +00:00
Bruce M Simpson
0124d754d2 Fix nss_mdns when used from applications other than ssh.
Bump PORTREVISION.
2007-04-12 10:43:15 +00:00