1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

2120 Commits

Author SHA1 Message Date
Wen Heping
01be2d21a4 - Pass maintainership to new volunteer
Submitted by:	rfarmer@predatorlabs.net (new maintainer, via email)
2011-03-10 01:20:38 +00:00
Wen Heping
8d7dad5cd2 - Reset maintainer [1]
- Drop MD5

PR:		ports/155424 [1]
Submitted by:	Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1]
2011-03-10 00:10:24 +00:00
Martin Wilke
da17574d77 - Add missing files
PR:		155351
2011-03-08 07:15:39 +00:00
Martin Wilke
8b8ffc6b8b CurveDNS is a forwarding nameserver adding DNSCurve to DNS,
and it's the first publicly released forwarding implementation
that implements the DNSCurve protocol.

WWW:    http://curvedns.on2it.net/

PR:		ports/153881
Submitted by:	Leo Vandewoestijne <freebsd at dns-lab.com>
2011-03-04 13:45:40 +00:00
Doug Barton
16710e3397 This is 9.8.0, the first release version in the 9.8 series.
New features versus previous release candidates include:

* There is a new option in dig, +onesoa, that allows the final SOA
  record in an AXFR response to be suppressed. [RT #20929
* There is additional information displayed in the recursing log
  (qtype, qclass, qid and whether we are following the original
  name). [RT #22043]
* Added option 'resolver-query-timeout' in named.conf (max query
  timeout in seconds) to set a different value than the default (30
  seconds). A value of 0 means 'use the compiled in default';
  anything longer than 30 will be silently set to 30. [RT #22852]
* For Mac OS X, you can now have the test interfaces used during
  "make test" stay beyond reboot. See bin/tests/system/README for
  details.

There are also numerous bug fixes and enhancements. See
http://ftp.isc.org/isc/bind9/9.8.0/RELEASE-NOTES-BIND-9.8.html
for more information.
2011-03-02 00:27:33 +00:00
Alexander Leidinger
252e481b40 Deprecate all non-default Fedora based linux_base respectively linux-fx-*
ports. All of them are End of Life (no security updates) since a loooong time.

As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
2011-02-28 14:07:23 +00:00
Sergey Skvortsov
e961e5e2d2 Add p5-POE-Component-Resolver 0.911, a non-blocking getaddrinfo()
resolver.
2011-02-26 16:32:49 +00:00
Martin Wilke
751051df9d - Update to 1.0.7 2011-02-26 06:45:29 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Matthias Andree
a4a731547c Update dnsmasq rc.d script again (sorry for the churn with portrev. 1)
- Start before named, to unbreak named_wait if /etc/resolv.conf points
  to dnsmasq (when named is the resolver that dnsmasq forwards to).
  Is also more robust/maintenance friendly if other scripts depend on "named".

- Track if the configuration has changed since start, and upgrade reload
  to restart by default in that case (can be disabled with
  dnsmasq_restart="NO" in /etc/rc.conf[.local]), to work around dnsmasq
  shortcoming

- Add a "logstats" action to the rcscript, and document it.

- Document the "reload" action and the new dnsmasq_restart variable.

- Properly quote variable expansions.

- Enhance pkg-message to point to the rcfile for feature documentation.

- Bump PORTREVISION to 2.
2011-02-22 19:20:17 +00:00
Matthias Andree
85662e5623 Change rc.d file to ensure proper startup order:
- depend on named, in case dnsmasq uses named as resolver
- start before ntpdate and rpcbase (which require named).

Bump PORTREVISION.
2011-02-22 17:19:28 +00:00
Matthias Andree
fbd2a84e40 Upgrade to new upstream release 2.57.
Remove support for FreeBSD releases 6.X.

Allow build with IDN but without NLS (this requires that dns/libidn
is also built WITHOUT_NLS) to expose an upstream change. Useful for embedded
devices.

Warn user if this is requested but libidn needs NLS libraries
because in that case dnsmasq inherits the NLS dependencies from libidn.

Remove files/patch-aa, it was a preview patch from a 2.57 test release,
fixing a regression in 2.56 that caused hex constants to be rejected in
the configuratino if they contained the '*' wildcard.

Further upstream changes:
- use own header for DNS protocol, rather than using arpa/nameser.h
- correct ctype.h function argument casts (isdigit(), isxdigit(), etc.)
- Accept extra empty arguments on command line to avoid libvirt breakage.
2011-02-21 08:50:57 +00:00
Martin Wilke
7afe451d00 - Update to 1.9.2
PR:		154535
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer
2011-02-19 12:47:37 +00:00
Matthias Andree
ca7718476b Expand NLS/IDN comment. 2011-02-16 15:57:59 +00:00
Matthias Andree
a2173530ac Update pkg-descr and add author attribution since it's a full quote. 2011-02-16 15:56:30 +00:00
Matthias Andree
26036ca0dd Fix regression in config parser.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2011q1/004750.html
2011-02-16 14:34:14 +00:00
Matthias Andree
94102e1a09 Update to new upstream release 2.56.
Replace uni-paderborn.de master site by MASTER_SITE_LOCAL.
Add LICENSE=GPLv2.
Changelog:
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
2011-02-15 21:49:06 +00:00
Doug Barton
aeedf88383 Update to 9.8.0rc1, the latest from ISC:
* The ADB hash table stores informations about which authoritative
   servers to query about particular domains. Previous versions of
   BIND had the hash table size as a fixed value. On a busy recursive
   server, this could lead to hash table collisions in the ADB cache,
   resulting in degraded response time to queries. Bind 9.8 now has a
   dynamically scalable ADB hash table, which helps a busy server to
   avoid hash table collisions and maintain a consistent query
   response time.
2011-02-15 01:50:19 +00:00
Doug Barton
29ea282225 Update to 9.7.3, the latest from ISC:
* Zones may be dynamically added and removed with the "rndc addzone"
   and "rndc delzone" commands. These dynamically added zones are
   written to a per-view configuration file. Do not rely on the
   configuration file name nor contents as this will change in a
   future release. This is an experimental feature at this time.
 * A new command "rndc secroots" was added to dump a combined summary
   of the currently managed keys combined with statically configured
   trust anchors.
 * Added support to load new keys into managed zones without signing
   immediately with "rndc loadkeys". Added support to link keys with
   "dnssec-keygen -S" and "dnssec-settime -S".
2011-02-15 01:47:13 +00:00
Wen Heping
07ac2a9d7e - Update to 1.0.1 2011-02-13 07:25:27 +00:00
Doug Barton
a41122cd17 Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.
All 9.6 users with DNSSEC validation enabled should upgrade to this
version, or the latest version in the 9.7 branch, prior to 2011-03-31 in
order to avoid validation failures for names in .COM as described here:

https://www.isc.org/announcement/bind-9-dnssec-validation-fails-new-ds-record

In addition the fixes for this and other bugs, there are also the following:

* Various fixes to kerberos support, including GSS-TSIG
* Various fixes to avoid leaking memory, and to problems that could prevent
  a clean shutdown of named

Feature safe:	yes
2011-02-05 02:47:18 +00:00
Bernhard Froehlich
af69377779 - Update to 1.4.06
- Remove MD5 checksum

Submitted by:	n j <nino80 at gmail dot com>
Security:	8015600f-2c80-11e0-9cc1-00163e5bf4f9
Feature safe:	yes
2011-01-31 09:49:07 +00:00
Rene Ladan
d543942f15 Remove expired ports:
2011-01-24 dns/staticcharge: abandoned by author
2011-01-21 shells/bash3-static: Use shells/bash or shells/bash-static instead

shells/bash3 is still used by devel/quilt

Feature safe:	yes
2011-01-29 23:28:35 +00:00
Pav Lucistnik
eff4f6213a - Update to 1.6.8
PR:		ports/154269
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-01-26 11:38:30 +00:00
Pav Lucistnik
99c5cae31f - Update to 3.2.7
PR:		ports/154264
Submitted by:	Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
Feature safe:	yes
2011-01-26 11:32:51 +00:00
Pav Lucistnik
793ea827ee - Update to 1.6.8
PR:		ports/154268
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-01-26 11:28:03 +00:00
Emanuel Haupt
ce1197e105 Add LICENSE and remove MD5 sums.
Feature safe:	yes
2011-01-25 19:59:40 +00:00
Sergey Matveychuk
4ff51aa3a5 - Update to 1.4.8
Feature safe:	yes
2011-01-24 16:19:05 +00:00
Doug Barton
7745231f02 Update to 9.8.0b1, which in addition to DNS64 support also has
the following new features:

* BIND now supports a new zone type, static-stub. This allows the
administrator of a recursive nameserver to force queries for a
particular zone to go to IP addresses of the administrator's choosing,
on a per zone basis, both globally or per view.

* BIND now supports Response Policy Zones, a way of expressing
"reputation" in real time via specially constructed DNS zones. See the
draft specification here:
http://ftp.isc.org/isc/dnsrpz/isc-tn-2010-1.txt

* Dynamically Loadable Zones (DLZ) now support dynamic updates.
Contributed by Andrew Tridgell of the Samba Project.

* Added a "dlopen" DLZ driver, allowing the creation of external DLZ
drivers that can be loaded as shared objects at runtime rather than
having to be linked with named at compile time. Currently this is
switched on via a compile-time option, "configure --with-dlz-dlopen".
Note: the syntax for configuring DLZ zones is likely to be refined in
future releases. Contributed by Andrew Tridgell of the Samba Project.

* numerous GSS-TSIG improvements

* There is a new update-policy match type "external". This allows
named to decide whether to allow a dynamic update by checking with an
external daemon. Contributed by Andrew Tridgell of the Samba Project.

* many other improvements

Feature safe:	yes
2011-01-22 07:43:53 +00:00
Pav Lucistnik
0d50c5a540 - Update to 1.2.0
PR:		ports/154026
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-01-19 10:49:08 +00:00
Tilman Keskinoz
b547cbbd42 Mark DEPRECATED and set an EXPIRATION_DATE
PR:		153737
Submitted by:	Mahlon E. Smith
2011-01-10 14:41:38 +00:00
Anton Berezin
54ab34e457 Update to 0.10.
Changes:	http://search.cpan.org/dist/Data-Validate-Domain/Changes
2011-01-10 12:06:34 +00:00
Frederic Culot
7fe960c640 - Update to 20110107
Changes:	http://dns.measurement-factory.com/tools/dnstop/src/CHANGES
PR:		ports/153806
Submitted by:	Mark Foster <mark AT foster.cc> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2011-01-09 09:53:09 +00:00
Doug Barton
ff4a30f27b The actual EOL date is 2011-05-31, as clarified in
https://lists.isc.org/pipermail/bind-users/2011-January/082285.html
2011-01-08 02:31:09 +00:00
Doug Barton
cdac3d6e78 Remove dns/bind95 which entered EOL 2010-09 2011-01-01 00:38:44 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Mark Linimon
5a8cd00aad Over to submitter of last update. 2010-12-28 10:07:46 +00:00
Mark Linimon
1e7fac30a4 Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.

Hat:		portmgr
2010-12-28 08:11:16 +00:00
Frederic Culot
c77d940d19 - Update to 1.2.8.31
PR:		ports/153446
Submitted by:	Hung-Yi Chen <gaod at hychen.org> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-26 09:16:43 +00:00
Ade Lovett
843f8123d4 Sync to final (for now) bsd.autotools.mk 2010-12-22 20:05:49 +00:00
Olli Hauer
4658ba19c4 - change maintainer to submitter (NLnetNLabs)
- patch includes fix for PR ports/153165
   port dns/ldns fails to build with config (EXAMPLES=on and GOST=off)
 - bump PORTREVISION

PR:		ports/153228 ports/153165
Submitted by:	Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (new maintainer)
Approved by:	Konstantin Saurbier <konstantin _at_ saurbier.net> (old maintainer)
2010-12-20 21:41:30 +00:00
Peter Pentchev
f97736f66f Update to c-ares-1.7.4 and fix a bashism in the configure script. 2010-12-19 19:10:48 +00:00
Doug Barton
56edb49edb We need _all_ the fixes from ../bind97 2010-12-18 09:50:45 +00:00
Doug Barton
e8e662732e We need the fixes from bind97 for the perl problem here, not bind96 2010-12-18 08:58:26 +00:00
Doug Barton
4e6ba6d16c CONFLICTS for bind98 2010-12-18 02:19:41 +00:00
Doug Barton
31a9b93c1f Continue BIND cleanup:
DEPRECATED=             Past EOL
EXPIRATION_DATE=        2011-01-01

While I'm here, update CONFLICTS for bind98.
2010-12-18 01:34:07 +00:00
Doug Barton
7cf061ee36 Give people fair warning:
DEPRECATED=		Reaches EOL May 2011
EXPIRATION_DATE=	2011-04-30

While I'm here update CONFLICTS for bind98
2010-12-18 01:29:34 +00:00
Doug Barton
1520b8d691 Add a -devel port for 9.8.0a1, which will allow people to experiment
with DNS64. Once 9.8.0 is released officially the -devel tag will be
removed.

BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture.  Some of the important features of BIND 9 are:

DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
     Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
     Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
     e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support

BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases,
including:
	Preliminary DNS64 support (AAAA synthesis only initially)

See the CHANGES file for more information on features.

WWW: https://www.isc.org/software/bind
2010-12-17 22:48:55 +00:00
Frederic Culot
c9ea580c38 - Update to 1.6.7
PR:		ports/153192
Submitted by:	Jaap Akkerhuis <jaap at NLnetLabs.nl>
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-16 18:51:07 +00:00
Philip M. Gollucci
f4bf3d23a3 - Pass to perl@ 2010-12-12 21:34:18 +00:00
Philip M. Gollucci
b160335ca1 - @comment cleanup in p5-* pkg-plist 2010-12-12 03:52:24 +00:00
Nicola Vitale
924fe8b26c - Add databases/sqlite3 to BUILD_DEPENDS (minimal version required 3.4.2)
- Bump PORTREVISION
- Remove MD5 checksum from distinfo

PR:		ports/152542
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2010-12-11 22:48:20 +00:00
Beech Rintoul
a089336030 Update to 1.6.7
PR:		ports/152578
Submitted by:	Jaap Akkerhuis (jaap@NLnetLabs.nl)
Approved by:	Konstantin Saurbier (konstantin@saurbier.net) (maintainer)
		itetcu (mentor) (implicit)
2010-12-10 22:27:57 +00:00
Mark Linimon
0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Doug Barton
ee030af2cc Update to version 9.4-ESV-R4, the latest from ISC, which addresses
the following security vulnerability.

For more information regarding these issues please see:
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

Key algorithm rollover

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3614

Affects resolver operators who are validating with DNSSEC,
and querying zones which are in a key rollover period.
The bug will cause answers to incorrectly be marked as insecure.

For the port:
1. Add CONFLICT for the ../bind-tools port
2. Remove CONFLICT for the removed ../bind9 port
3. Remove OPTION for threads on < RELENG_7
4. Remove MD5 from distinfo
5. Switch to pkg-install to create the symlinks to /etc/namedb/ as
   requested in [1]

PR:		ports/151635 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
2010-12-03 23:57:16 +00:00
Doug Barton
73ce7e99bb Update to version 9.6-ESV-R3, the latest from ISC, which addresses
the following security vulnerabilities.

For more information regarding these issues please see:
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

1. Cache incorrectly allows ncache and rrsig for the same type

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3613

   Affects resolver operators whose servers are open to potential
   attackers. Triggering the bug will cause the server to crash.

   This bug applies even if you do not have DNSSEC enabled.

2. Using "allow-query" in the "options" or "view" statements to
   restrict access to authoritative zones has no effect.

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3615

   Affects authoritative server operators who wish to generally
   restrict queries to their authoritative zones, and are running
   9.6.2-P2 or any version of 9.7.x. The bug will allow unauthorized
   end users to receive answers to queries they should not.

For the port:
1. Add CONFLICT for the ../bind-tools port
2. Remove CONFLICT for the removed ../bind9 port
3. Remove OPTION for threads on < RELENG_7
4. Switch to pkg-install to create the symlinks to /etc/namedb/ as
   requested in [1]

PR:		ports/151635 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
2010-12-03 23:21:31 +00:00
Doug Barton
0030fdbc6f Actually remove the MD5, oops 2010-12-03 23:02:42 +00:00
Doug Barton
2a271253ff For the port:
1. Add CONFLICT for the ../bind-tools port
2. Remove CONFLICT for the removed ../bind9 port
3. Remove OPTION for threads on < RELENG_7
4. Remove MD5 from distinfo
5. Switch to pkg-install to create the symlinks to /etc/namedb/ as
   requested in [1]

PR:		ports/151635 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
2010-12-03 23:01:37 +00:00
Doug Barton
8a993c4fbb Update to version 9.7.2-P3, the latest from ISC, which addresses
the following security vulnerabilities.

For more information regarding these issues please see:
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories

1. Cache incorrectly allows ncache and rrsig for the same type

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3613

   Affects resolver operators whose servers are open to potential
   attackers. Triggering the bug will cause the server to crash.

   This bug applies even if you do not have DNSSEC enabled.

2. Using "allow-query" in the "options" or "view" statements to
   restrict access to authoritative zones has no effect.

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3615

   Affects authoritative server operators who wish to generally
   restrict queries to their authoritative zones, and are running
   9.6.2-P2 or any version of 9.7.x. The bug will allow unauthorized
   end users to receive answers to queries they should not.

3. Key algorithm rollover

   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3614

   Affects resolver operators who have 9.7.2-P2 installed,
   are validating with DNSSEC, and querying zones which are
   in a key rollover period. The bug will cause answers to
   incorrectly be marked as insecure.

For the port:
1. Add CONFLICT for the ../bind-tools port
2. Switch to pkg-install to create the symlinks to /etc/namedb/ as
   requested in [1]

PR:		ports/151635 [1]
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
2010-12-03 22:39:44 +00:00
Doug Barton
eba4de052c This is now a proper slave port to the latest version, atm ../bind97 2010-12-03 19:40:17 +00:00
Doug Barton
3fef21d400 Convert this to a master port for ../bind-tools
Remove CONFLICTS for the now-removed BIND 9.3

Remove OPTION for threads on < RELENG_7

Remove MD5 from distinfo
2010-12-03 19:39:48 +00:00
Doug Barton
2b4bcb4479 Fix build by referring to the most recent version of BIND, instead
of the long-EOL and now-removed one. :)
2010-12-01 01:14:03 +00:00
Doug Barton
6d28a277f8 As previously advertised, remove BIND 9.3.x coincident with the
EOL of RELENG_6.
2010-12-01 00:48:10 +00:00
Sunpoet Po-Chuan Hsieh
86130d5d53 - Update MASTER_SITES, MAINTAINER and WWW
References:
- ports/150525
- http://www.robtex.com/dns/netleader.com.au.html
- http://www.robtex.com/dns/downtools.com.au.html

PR:		ports/152392
Submitted by:	Jarrod Sayers <jarrod@downtools.com.au>
Approved by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2010-11-27 14:12:19 +00:00
Philip M. Gollucci
db062f2e4d This module provides a replacement function for Socket::inet_aton,
with support for timeouts.

WWW:	http://search.cpan.org/dist/Net-DNS-Lite/

PR:		ports/152591
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-26 21:16:38 +00:00
Philip M. Gollucci
543d6dc189 - Update to 1.00
PR:             ports/152138
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:    maintainer timeout (clsung ; 15 days)
Changes:        http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2010-11-26 21:13:48 +00:00
Baptiste Daroussin
02e52a4d95 - fix status command in rc file
- while here remove MD5 entry
bump port revision

PR:		ports/152565
Submitted by:	eli <elij.mx _at_ gmail.com>
Approved by:	Jaap Akkerhuis <jaap _at_ nlnetlabs.nl>
2010-11-25 16:04:00 +00:00
Baptiste Daroussin
ada37ff89a improvements on rc script:
- support reload command
 - use nsdc cli has command and let it perform the actual start,stop,... of the daemon
 - at start check if the database exists if not built it (this prevent the daemon to fail at starting)
 - remove the now userless sleep in stop command

bump portrevision

PR:             ports/152331
Submitted by:   Philippe Pepiot <phil _at_ philpep.org>
Approved by:    Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (maintainer)
2010-11-24 15:44:15 +00:00
Philip M. Gollucci
d704e535d6 - Update to 1.51
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-16 06:55:26 +00:00
Sergey Matveychuk
a16e8de40f - Update to 1.4.7
* It uses GOST by default and depends on port's openssl 1.0.0
    (may be turned off by an option).
2010-11-09 14:09:52 +00:00
Emanuel Haupt
eaaa56efb5 Update WWW 2010-11-01 08:13:38 +00:00
Doug Barton
e07a8dc09a Update to 9.6-ESV-R2, the latest from ISC.
This version contains bug fixes that are relevant to any
caching/resolving name server; as well as DNSSEC-related
fixes.
2010-10-30 20:34:04 +00:00
Baptiste Daroussin
f0a4495d8c Mark as deprecated and set expiration date to 2010-12-30 for unmaintained
ports (ports@) that are broken and which seems abandonned upstream and
are broken for long or only build on 6.x which will be unsupported at that
time
2010-10-29 22:24:57 +00:00
Emanuel Haupt
8a417239e1 Update to 1.1.6 2010-10-28 16:35:47 +00:00
Wen Heping
8c7c7753ee - Update to 0.1.0
PR:		ports/151787
Submitted by:	Chris St Denis <chris@ctgameinfo.com> (maintainer)
2010-10-28 06:15:13 +00:00
Wen Heping
8a130b4765 pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
using PHP5 objects, exceptions for error handling, better sockets support.

This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
includes more RR's (including DNSSEC RR's), and improved sockets and streams
support.

WWW: http://pear.php.net/package/Net_DNS2/
2010-10-27 01:26:24 +00:00
Doug Barton
2b4908b3d0 Update to 9.4-ESV-R3, the latest from ISC. 2010-10-19 00:12:11 +00:00
Doug Barton
3a31fdeb00 Update to 9.7.2-P2, the latest version from ISC 2010-10-18 21:06:09 +00:00
Doug Barton
bf5f697763 DEPRECATED= Past EOL, will be removed when RELENG_6 goes EOL
EXPIRATION_DATE=        2010-11-30
2010-10-18 07:15:09 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Yen-Ming Lee
fad6113230 - update to 1.10 2010-10-04 20:22:15 +00:00
Erwin Lansing
5fcb48c1a8 - Mark BROKEN: does not fetch.
- Reset maintainer:
<rscheckelhoff@fourcalorieservers.com>: host fwd1.hosts.co.uk[85.233.160.23]
    said: 550 Administrative prohibition (in reply to RCPT TO command)
2010-09-30 10:13:59 +00:00
Martin Wilke
d47320dab3 - Update to 3.3
PR:		150981
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2010-09-30 05:05:16 +00:00
Bernhard Froehlich
ac2e3e20c8 - Update to 1.4.05
Approved by:	beat (co-mentor, implicit)
2010-09-27 12:39:33 +00:00
Emanuel Haupt
5e0aea68ae Update to 1.1.5 2010-09-27 11:13:15 +00:00
Emanuel Haupt
2d7e4f9bbb Update MASTER_SITES and WWW 2010-09-27 07:52:40 +00:00
Emanuel Haupt
c887dc40bd Update to 3.1 2010-09-27 07:35:32 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Philip M. Gollucci
5bd9c5c797 - /mach/ -> /%%PERL_ARCH%%/
With Hat:   perl@
2010-09-24 01:48:27 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Philip M. Gollucci
a029930bbc - Update to 1.50
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 02:54:48 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Philip M. Gollucci
e8b8a075bb - Add missing perl5 virtual categories 2010-09-13 23:39:45 +00:00
Marcelo Araujo
3fe8733993 - Update to 1.1.3.
PR:		ports/150487
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2010-09-12 18:03:06 +00:00
Emanuel Haupt
63a9b271af Update to 3.0.a2
PR:		150439
Submitted by:	skreuzer
2010-09-09 15:31:53 +00:00
Wen Heping
745721af0c - Update to 1.14 2010-09-09 01:42:04 +00:00
Philip M. Gollucci
adc2b02a3b - Update to 1.16
PR:             ports/143265
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer timeout (krion ; 219 days)
2010-09-08 22:30:59 +00:00
Sylvio Cesar Teixeira
a3d62fcfbd - Update to 1.1.2
PR:		ports/150248
Submitted by:	Jaap Akkerhuis <japp@nlnetlabs.nl> (maintainer)
2010-09-06 12:11:24 +00:00
Baptiste Daroussin
414b3f9357 - Update to 1.6.6
- Add GHOST option
- While here add license

PR:		ports/149975
Submitted by:	Jaap Akkerhuis <jaap _at_ NLnetLabs.nl>
Approved by:	Konstantin Saurbier <konstantin _at_ saurbier.net> (maintainer)
2010-09-03 08:51:25 +00:00
Ashish SHUKLA
9092473c3c DNSCheck is a program that is designed to help people check, measure and
hopefully also understand the workings of the Domain Name System. When used to
check an domain (aka zone) is submitted to DNSCheck, it will investigate the
general health by performing various tests and sanity checks.

WWW: http://dnscheck.iis.se/

PR:		ports/148370
Submitted by:	dnscheckengine-port at academ.com (Stan Barber)
Approved by:	tabthorpe (mentor)
2010-09-01 07:15:59 +00:00
Philip M. Gollucci
403d68830d - Fix RUN_DEPENDS thus fixing net/p5-Net-LDAP-AutoServer
PR:             ports/147396
Reported by:    myself (pgollucci)
Submitted by:   "Zane C.B." <vvelox@vvelox.net> (maintainer)
2010-08-28 02:27:30 +00:00
Philip M. Gollucci
c2c7df1b9f - Update to 1.49
PR:             ports/149971
With Hat:       ruby@
2010-08-27 00:19:07 +00:00
Philip M. Gollucci
fb29498bb0 Move wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*
Approved by:    wen
With Hat:       ruby
2010-08-26 23:52:26 +00:00
Li-Wen Hsu
4866192673 - Update to 10.1.0
PR:		ports/149784
Submitted by:	lwhsu
Approved by:	Neal Nelson <neal AT nelson.name> (maintainer)
2010-08-24 02:08:45 +00:00
Philippe Audeoud
68e63f8634 - Update to 0.5.2
- Submitter is now maintainer
- Remove useless patch file

PR:		ports/149529
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
2010-08-23 18:31:39 +00:00
Philip M. Gollucci
5276f28472 - Update to 0.98
Changes:        http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
PR:             ports/147614
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; > 2.5 months)
2010-08-23 03:58:13 +00:00
Yen-Ming Lee
d6a9e67bf5 - update to 1.13 2010-08-19 00:06:07 +00:00
Sahil Tandon
753b8f382f - Update to 1.6.6
PR:		ports/149656
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2010-08-18 03:49:46 +00:00
Olli Hauer
e3bea4f57f - add periodic daily script to force update
- connect to license framework
 - add special patch from glarkin to ensure daemon detach from tty,
   change some printf to use the warning function instead.

PR:		148586
Submitted by:	Chris Howey <howeyc _at_ gmail.com>
Approved by:	maintainer, glarkin (mentor)
2010-08-17 19:22:56 +00:00
Tilman Keskinoz
11a9d91393 Increase minimum required version of dnsruby
PR:		148887
Submitted by:	Ruben van Staveren <ruben@verweg.com>
Approved by:	maitainer
2010-08-14 19:19:10 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Bernhard Froehlich
1320694d19 - Update to 1.4.04
Approved by:	miwi (mentor)
2010-08-05 10:15:18 +00:00
Sergey Matveychuk
6dd3ca4c36 - Update to 1.4.6 2010-08-04 11:06:04 +00:00
Li-Wen Hsu
96f9e636c9 - Update to 3.2.6
PR:		ports/149234
Submitted by:	Jaap Akkerhuis <jaap AT NLnetLabs.nl> (maintainer)
2010-08-03 17:26:10 +00:00
Doug Barton
cc926de6f4 Minor tweaks 2010-08-03 01:25:54 +00:00
Philippe Audeoud
6f51bad626 - Update to 1.00
- Changelog: <http://cpansearch.perl.org/src/MSCHILLI/DNS-ZoneParse-1.00/Changes>
2010-07-29 06:29:57 +00:00
Sahil Tandon
e971ac5f26 - Update my MAINTAINER address to sahil@FreeBSD.org 2010-07-29 02:58:44 +00:00
Sylvio Cesar Teixeira
cec7778e5c - Update to 1.48
PR:		ports/148886
Submitted by:	Ruben Van Staveren <ruben@verweg.com>
Approved by:	wen@ (He is on vacation, I've his permission for commit your PR)
2010-07-26 11:39:01 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Max Brazhnikov
8c9b6f61c3 Update to 1.6.5
PR:		ports/147565
Submitted by:	Jaap Akkerhuis <jaap at NLnetLabs.nl>
Approved by:	Konstantin Saurbier (maintainer)
2010-07-18 21:30:57 +00:00
Doug Barton
472fcbc24a Updgrade to version 9.7.1-P2 which addresses a DNSSEC-related bug.
If a query is made explicitly for a record of type 'RRSIG' to a validating
recursive server running BIND 9.7.1 or 9.7.1-P1, and the server has one or
more trust anchors configured statically and/or via DLV, then if the answer
is not already in cache, the server enters a loop which repeatedly generates
queries for RRSIGs to the authoritative servers for the zone containing the
queried name.

CVE:	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0213
CERT:	http://www.kb.cert.org/vuls/id/211905

Versions affected:	9.7.1, 9.7.1-P1
Severity:		High
Exploitable:		remotely

http://www.isc.org/software/bind/advisories/cve-2010-0213
2010-07-17 07:54:40 +00:00
Sahil Tandon
235d1af397 - Drop maintainership 2010-07-14 04:39:47 +00:00
Doug Barton
c30ea1e9df Update to 9.7.1-P1, the latest version from ISC. 2010-07-12 01:48:56 +00:00
Marcelo Araujo
daf7cef508 - Update to 1.1.1.
PR:		ports/148476
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2010-07-11 13:34:39 +00:00
Doug Barton
31cf3e8ea8 Upgrade to version 9.7.1-P1. The patch addresses 2 areas in the resolver
code where the 9.7.x series tightened its adherence to the DNS protocol
as written, vs. the 9.6.x series which was more liberal in what it accepted.

Specifically:
1. Restore processing of certain forms of negative responses that do
   not contain all of the required elements to avoid aggressive
   re-querying of authority servers.
2. Accept answers from authority servers without the AA bit set
   if they meet the other requirements of an answer packet.

More detail can be found here:
https://www.isc.org/community/blog/201007/compatibility-issues-bind-970-and-971
2010-07-10 21:36:05 +00:00
Marcelo Araujo
ef08eaf510 - Update to 1.0.
PR:		ports/148359
Submitted by:	Frank Behrens <frank+ports@ilse.behrens.de> (maintainer)
Feature safe:	yes
2010-07-05 23:08:22 +00:00
Wen Heping
331728e9f2 Class to setup a number of nameservers that respond to specific DNS queries
(QNAME,QTYPE) by prespecified answers. This class is to be used in test suites
where you want to have servers to show predefined behavior.

If the server will do a lookup based on QNAME,QTYPE and return the specified
data. If there is no QNAME, QTYPE match the server will return a SERVFAIL.

A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE.

WWW:    http://search.cpan.org/dist/Net-DNS-TestNS/

PR:		ports/148161
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-06-27 01:21:47 +00:00
Martin Wilke
4cd55f4c75 - Update to 1.6.5
PR:		147905
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2010-06-21 04:17:46 +00:00
Doug Barton
250f5e070c Turns out that the bind.keys.h file is not a new dependency, so my previous
fix was too hasty. Employ a more robust fix that removes the _perl_ dep for
both this file and bind9.xsl.h. The pre-generated versions of these files
are identical to the newly generated ones, which is why this perl issue
never came up previously.

I still have reservations about baking the ISC DLV key into named, but given
that this was already done in 9.7.0+ at least this way we don't violate POLA.
2010-06-18 05:41:26 +00:00
Doug Barton
a1effa157f The newly added bind.keys.h file requires perl for its creation,
which is a problem, however what it's doing is baking the ISC
DLV key into named which is not something I think is reasonable
to do by default.

So, instead of adding perl as a build dependency eliminate the
need for the file altogether.
2010-06-18 02:29:06 +00:00
Doug Barton
69c8e47689 Update to version 9.7.1, the latest from ISC.
This version has numerous minor bug fixes, please refer to the
CHANGES file for details. Many (but not all) of the fixes are
DNSSEC-related, and all users who are doing DNSSEC validation
are encouraged to upgrade to this version.
2010-06-17 22:35:10 +00:00
Sergey Matveychuk
7722c237dd - Update to 1.4.5 2010-06-15 15:46:14 +00:00
Ashish SHUKLA
7012ce9f37 - Adopt unmaintained ports.
Approved by:	pgj, tabthorpe (mentors)
2010-06-14 12:56:44 +00:00
Doug Barton
9a95d46dc7 Unbreak on HEAD 2010-06-14 08:40:55 +00:00
Mario Sergio Fujikawa Ferreira
2d56508c7a Add LICENSE* information 2010-06-13 10:52:39 +00:00
Ashish SHUKLA
cffcff87c3 - Change my maintainer address.
Approved by:	   pgj (mentor)
2010-06-11 13:37:41 +00:00
Peter Pentchev
60824c62ea Update to c-ares-1.7.2 and declare the MIT license. 2010-06-11 11:24:38 +00:00
Matthias Andree
adb91f456d Upgrade to upstream bugfix release 2.55, removing version hack.
Note this version fixes two crashes on startup.

Approved by: garga (mentor)
2010-06-08 20:01:50 +00:00
Gabor Kovesdan
497166b01b - Drop maintainership 2010-06-08 07:31:58 +00:00
Doug Barton
36ff43a47e Remove bms from the pkg-descr's of ports he no longer maintains. 2010-06-06 22:09:10 +00:00
Philip M. Gollucci
3d1caf37fa - Update to 0.29
PR:             ports/147387
Approved by:    greenwood.andy@gmail.com (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes
2010-06-06 20:15:52 +00:00
Martin Wilke
7cac4829ba - Add a EOL message
PR:		145780
Submitted by:	maintainer
2010-06-05 20:39:18 +00:00
Matthias Andree
3d0040e8f7 Update pkg-descr (minor fixes; formatting).
Approved by: miwi (mentor)
2010-06-05 13:14:23 +00:00
Matthias Andree
eddf9c5da3 Upgrade to new upstream release dnsmasq 2.53/2.54.
This release was inadvertently dubbed 2.54 in its logging by Simon Kelley,
so adjust our PORTVERSION to match that, but still build the 2.53 tarball.
Simon will treat 2.53 and 2.54 the same and release 2.55 next time.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html
Check work/dnsmasq-2.53/src/config.h for VERSION after "make extract" to see.

Approved by: garga (mentor)
2010-06-04 12:11:14 +00:00
Pav Lucistnik
fe337e0489 - Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:		ports/146329
Submitted by:	mm
With hat:	portmgr
2010-06-04 08:09:20 +00:00