Commit graph

608 commits

Author SHA1 Message Date
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