1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

664 Commits

Author SHA1 Message Date
Sergei Kolobov
1834ff9206 - Update to 0.24 2004-01-02 22:28:35 +00:00
Doug Barton
0d13b1177c Update to version 0.44, the latest available. Version 0.43 had the
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.
2004-01-02 02:44:05 +00:00
Doug Barton
3fc7bee189 * Update for version 0.44
* Use %%PERL_ARCH%% to accomodate new .xs code
* Slightly improve the sorting, since it's majorly overhauled already
2004-01-02 02:34:57 +00:00
Doug Barton
19a8d7c89b This patch is no longer needed as of 0.44 2004-01-02 02:33:10 +00:00
Sergei Kolobov
0702007805 Add skadns 0.23:
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/
2004-01-01 23:12:39 +00:00
Pav Lucistnik
2593bec07c - Update to 1.2.3
PR:		ports/60784
Submitted by:	Vincent Tantardini <vinc@0x45.org>
2004-01-01 16:38:35 +00:00
Peter Pentchev
3e979fa8f0 Correct the distsite for the dnscache-dumpcache patch.
PR:		60631
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
2003-12-29 14:08:08 +00:00
Sergei Kolobov
8bf7269a4e - Use canonical form (ports@FreeBSD.org) in MAINTAINER line 2003-12-21 00:23:25 +00:00
Sergei Kolobov
93dc225c4d Add updatedd 1.8,
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
2003-12-18 13:59:48 +00:00
Akinori MUSHA
72601112e1 Add --enable-extra-ace to CONFIGURE_ARGS, which option is required by
VeriSign's IDN Testbed.

Submitted by:	nectar
2003-12-17 15:32:28 +00:00
Pav Lucistnik
ba89762e0a - Update to 0.10.1
- Give maintainership to submitter

PR:		ports/60289
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	maintainer
2003-12-17 10:00:16 +00:00
Sergei Kolobov
ec8c0c1100 - Update from 2.0.0b9 to 2.0.0
- Add WITH_ZONECHECK_CGI knob

While I'm here:
- Bump PORTEPOCH
- Re-sort pkg-plist

PR:		59899
Submitted by:	maintainer
2003-12-15 16:39:43 +00:00
Kirill Ponomarev
05c07ad71d - Update to version 0.3.5 2003-12-15 10:32:47 +00:00
Peter Pentchev
d5d5b372cb Remove the final traces of my abortive attempt to reimplement
the libdjbdns library on my own :)

PR:		56950
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-12 12:15:58 +00:00
Erwin Lansing
b92eeac02f Due to an unfortunate bug in BIND 8.4.3 ISC has deprecated this version.
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
2003-12-10 19:34:40 +00:00
Dirk Meyer
6a7ffc6fe3 - Fix build with postgresql 7.4
- Fix package with ldapbackend
- reorder makefile
- detect if recursor is buildable
2003-12-07 11:55:37 +00:00
Dirk Meyer
401b38542e - mark BROKEN 2003-12-05 21:22:18 +00:00
Kirill Ponomarev
6274f94c63 - Fix a bug with incorrect config parsing until the next
version comes out
- Bump PORTREVISION

PR:		59749
Submitted by:	maintainer
2003-12-04 10:01:09 +00:00
Mark Linimon
25422078f4 Update to 1.6.0. Changes:
* 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
2003-12-04 03:33:54 +00:00
Doug Barton
d395a83db4 Update to 8.4.3, the latest version from ISC. This update contains the
security fix to the negative caching strategy, along with numerous bug
fixes, and other improvements; especially to the IPv6 related code.
2003-11-27 01:59:07 +00:00
Doug Barton
478c08d626 Update to 8.3.7, the latest in this branch from ISC. This is a security
fix release, which contains a change to, "apply anti-cache poison
techniques to negative answers." It also removes the view option to
nslookup.
2003-11-27 01:47:29 +00:00
Alexander Leidinger
349dcec075 - Fix compilation on FreeBSD 5.2-BETA.
- 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
2003-11-25 18:54:38 +00:00
James E. Housley
cfe210b4a9 Update to bind version 9.2.3. (patches, compiles and works fine)
PR:		59354
Submitted by:	Maintainer
2003-11-20 11:22:24 +00:00
Oliver Eikemeier
e3c2232e45 Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR:		59109
Approved by:	marcus (mentor)
2003-11-19 19:28:40 +00:00
Dirk Meyer
adaf6f04c5 - Added some patches to fix a memory leak in the bind backend
- 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
2003-11-18 13:34:59 +00:00
Dirk Meyer
f46e832717 - make portlint happy 2003-11-18 13:06:43 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
FUJISHIMA Satsuki
9cd8bcb24b move category net->dns
Approved by:	maintainer
2003-11-16 22:17:48 +00:00
Kirill Ponomarev
0d76e65b55 - Fix build on -current
Reported by:	bento via kris
2003-11-13 21:03:31 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Sergei Kolobov
d4f7060004 Add patch forgotten in the previous commit
PR:		59178
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-11 16:50:16 +00:00
Sergei Kolobov
7001b7cf7d - Update to 1.0.20
- 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>
2003-11-11 16:49:01 +00:00
Yen-Ming Lee
758f4787b2 Update to version 1.18
PR:		59099
Submitted by:	Steven Honson <shonson@isoproplex.net>
2003-11-10 13:26:57 +00:00
Doug Barton
18ed008853 Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and
adds capability for a persistent UDP socket.
2003-11-10 08:13:48 +00:00
Kirill Ponomarev
2d9fc12a5c - Update to 0.3.4 2003-11-09 19:26:31 +00:00
Mark Linimon
645be29927 Update to version 3.6.3 and new mastersite (already partially done).
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).
2003-11-07 01:07:05 +00:00
Sergei Kolobov
dd3641162f - Update to 2.0.0b9
- Fix broken dependency
- Properly handle docs and respect NOPORTDOCS

PR:		58921
Submitted by:	maintainer
2003-11-04 15:03:14 +00:00
Edwin Groothuis
552bf77737 fix broken mastersite 2003-11-03 22:19:05 +00:00
Edwin Groothuis
98d1a73fdd remove obsolete mastersite 2003-11-03 22:15:52 +00:00
Edwin Groothuis
7323dab834 remove obsolete masterfile 2003-11-03 22:08:42 +00:00
Edwin Groothuis
a56b913054 x broken mastersite 2003-11-03 22:06:44 +00:00
Edwin Groothuis
908dec17ed remove obsolete mastersite 2003-11-03 22:05:52 +00:00
Edwin Groothuis
82eb4b724d fix mastersites, fix pkg-descr WWW 2003-11-03 22:04:09 +00:00
Edwin Groothuis
592b7ffa67 remove broken mastersite. 2003-11-03 22:01:54 +00:00
Edwin Groothuis
fcad61bb45 Fix mastersite, but not the pkg-descr's WWW line. 2003-11-03 21:57:55 +00:00
Dirk Meyer
14882a48e1 - update DLZ to 0.6.0
- add berkleydb support
- add openldap support
- improved documentation
2003-11-03 06:23:02 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Kris Kennaway
6160dc3d41 Reset maintainer of ports owned by inactive committers who were just retired. 2003-11-03 00:54:32 +00:00
Dirk Meyer
44f9773099 - Support all mysql clients 2003-11-01 15:44:17 +00:00
Ying-Chieh Liao
27d17b638d add a missing \\ in last commit 2003-10-31 02:44:59 +00:00
Ying-Chieh Liao
d5126fe5f3 introduce MASTER_SITE_GNU_ALPHA 2003-10-31 02:39:30 +00:00
Kirill Ponomarev
adc7d4de16 - Use "gnomehack" knob
- Bump PORTREVISION

Submitted by:	ijliao
2003-10-30 09:25:01 +00:00
Kirill Ponomarev
bb6e31ee1e - Update to version 1.10 2003-10-29 21:28:39 +00:00
Vanilla I. Shu
4aaf3ff53d Upgrade to 1.14
PR:		ports/58668
Submitted by:	maintainer
2003-10-29 03:41:45 +00:00
Dirk Meyer
1b22eb98e2 Update to 2.9.12
- Addition of SQLite backend
- pdns_recursor maturity
- Verisign sitefinder workaround

PR:		58609
Submitted by:	tremere@cainites.net
2003-10-28 20:52:37 +00:00
Doug Barton
fbe9f7ffc6 I specifically stated that I did not want to bump portepoch for this port.
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.
2003-10-28 11:54:41 +00:00
Edwin Groothuis
f87daeeabb Fix removal of the last digit in the version number issue.
[~/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
<
2003-10-28 09:15:03 +00:00
Dirk Meyer
bb092961ce - let user configure witch MySQL or OpenLDAP versions he wants 2003-10-25 20:45:03 +00:00
Doug Barton
30538e2406 Upgrade to the 9.2.3 release version 2003-10-24 23:10:57 +00:00
Erwin Lansing
6950bbfd5b Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
2003-10-24 14:15:32 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Peter Pentchev
2c4868c074 Update Gerrit Pape's manpages to the 20031023 version.
Remove files related to my abortive attempt to reimplement libdjbdns.
2003-10-24 09:10:49 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Kirill Ponomarev
53282eb681 - Unbreak dns/dnsutl on 5.x
PR:		58356
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-10-22 08:08:54 +00:00
Kirill Ponomarev
4212917765 - Update to version 0.3.3 2003-10-18 12:41:52 +00:00
Kirill Ponomarev
5791c1c68a Add dnsflood 1.08
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.
2003-10-17 20:18:11 +00:00
Edwin Groothuis
955200299e Only throw the error when RUBY_VER != RUBY_DEFAULT_VER. 2003-10-15 06:25:21 +00:00
Kris Kennaway
02da02acfb BROEN: Broken dependency 2003-10-15 01:51:23 +00:00
Sergey A. Osokin
942c5b1b4c - Add dependency on devel/libltdl forgotten by ade
- 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
2003-10-14 14:39:55 +00:00
Mathieu Arnold
31e009b857 Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1).

PR:		57984
Submitted by:	clsung@dragon2.net
2003-10-14 14:23:24 +00:00
Daichi GOTO
a07f2878ad [maintainer patch] dns/bind9-sdb-mysql: Use CONFLICTS.
PR:		57916
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-10-14 11:44:54 +00:00
Ade Lovett
22f2d92343 Remove use/install of embedded libltdl, using devel/libltdl instead.
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>
2003-10-13 20:36:36 +00:00
Kirill Ponomarev
d2172e2b45 - Update to version 1.17
PR:		57919 57882
Submitted by:	maintainer, Matt Peterson <matt@peterson.org>
2003-10-13 19:36:10 +00:00
Dirk Meyer
607af7710c - add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
2003-10-13 04:03:41 +00:00
Dirk Meyer
45904d7e9e - add CONFLICTS
- make portlint happy
Submitted by:	eikemeier@fillmore-labs.com [CONFLICTS]
2003-10-12 12:57:25 +00:00
Kris Kennaway
8fece8ceae BROKEN on 5.x (does not build) 2003-10-12 08:28:42 +00:00
Kris Kennaway
0dd2cc807c Reset bouncing maintainer address 2003-10-12 08:27:36 +00:00
Kirill Ponomarev
a145641ea2 - Add CONFLICTS, because of the same item in pkg-plist
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 14:59:12 +00:00
Kirill Ponomarev
005437f6be - Update to 0.60.1
- Add missing dependency on poslib

PR:		57719
Submitted by:	maintainer
2003-10-09 12:29:20 +00:00
Mario Sergio Fujikawa Ferreira
a9214fbe08 Update to 0.207 2003-10-09 10:51:40 +00:00
Christian Weisgerber
b1bdd1d3ea Correct USE_OPENSSL behavior.
Pointed out by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

PR:		57689
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-08 20:22:43 +00:00
Kirill Ponomarev
1ca8b4795e - Update to 0.3.2 2003-10-08 11:25:45 +00:00
Doug Barton
7dd081a017 Update to version 0.41, which contains several documentation and other
cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old()
method.
2003-10-06 02:19:37 +00:00
Kirill Ponomarev
b41e4b82b7 - Update to version 2.0.12
- Approved by maintainer

PR:		56180
Submitted by:	Dan Larsson <ports@tyfon.net>
2003-10-05 19:59:13 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
Doug Barton
6825ecd5f0 Unbreak(?) USE_OPENSSL support for people that don't have it in the base
Submitted by:	A cast of thousands
2003-10-02 19:18:54 +00:00
Kirill Ponomarev
7aa50740ff - Update to version 0.3.1 2003-10-02 09:48:32 +00:00
Yen-Ming Lee
da61f14a6c Allow easy enabling of MyDNS alias feature (courtesy of David Phillips <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>
2003-09-27 04:08:21 +00:00
Daichi GOTO
f14d3cfc83 update: dns/bind9-sdb-mysql
- Use bind 9.2.2-P3 to support delegation-only

PR:		57166
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-09-26 06:35:23 +00:00
Munechika SUMIKAWA
dd0ca7d621 Upgrade to 1.4. 2003-09-25 21:38:34 +00:00
Doug Barton
fbfadf0fbc Upgrade to version 9.2.3rc4.
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.
2003-09-25 05:08:39 +00:00
Doug Barton
d60aaa0273 DOCSDIR'ify 2003-09-25 05:05:02 +00:00
Dirk Meyer
f1451395fa - use ${PTHREAD_LIBS} in configure
- update to 9.2.2-P1
2003-09-24 17:33:33 +00:00
Norikatsu Shigemura
6eeb9cf4b8 Fix startup script.
PR:		ports/56727
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	maintainer no response
2003-09-24 15:07:32 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Stefan Eßer
25af810603 Fix MASTER_SITES and name of web-site.
Approved by:	portmgr
2003-09-21 20:08:57 +00:00
Joe Marcus Clarke
156af543a2 Add the pkg/COMMENT file.
Reminded by:	edwin
2003-09-12 19:20:55 +00:00
Peter Pentchev
5a33c724b1 Add ares-1.1.1, an asynchronous DNS resolver library. 2003-09-10 09:59:25 +00:00
Sergey A. Osokin
b70039a2af Update port with following changes:
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
2003-09-08 11:26:23 +00:00
Edwin Groothuis
d70fadb978 [new port] dns/bind9-sdb-mysql: BIND 9 patch to supports zones
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>
2003-09-08 08:40:02 +00:00