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

39 Commits

Author SHA1 Message Date
Olli Hauer
696043f866 - add fix from upstream vendor to preserve slowdowns during (re)start
PowerDNS with BIND backend

PR:		ports/160308
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2011-11-06 20:00:56 +00:00
Steve Wills
22b3f87c05 - Fix building when security/polarssl is already installed
PR:		ports/159741
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2011-08-14 02:46:28 +00:00
Steve Wills
63a9771093 - Fix/add usage of SQLITE3_CFLAGS and SQLITE3_LIBS as detected by pkg-config
- Fixes compilation on systems that don't have math/gmp installed

PR:		ports/159617
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2011-08-10 17:16:26 +00:00
Pav Lucistnik
b196076da0 - Update to 3.0
PR:		ports/159349
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2011-08-08 12:38:59 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Beat Gaetzi
eee6dd717c - Update to 2.9.22
PR:		ports/131210
Submitted by:	Ralf van der Enden <tremere AT cainites.net> (maintainer)
Approved by:	miwi (mentor)
2009-02-01 16:51:56 +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
Pav Lucistnik
7385687c01 - Fix PostgreSQL schema
PR:		ports/110546
Submitted by:	Anish Mistry <amistry@am-productions.biz>
Approved by:	Ralf van der Enden <Ralf.vdEnden@wldelft.nl> (maintainer)
2007-03-22 22:09:51 +00:00
Rong-En Fan
4f18c896f2 - Update OpenDBX patch, as found on www.linuxnetworkds.de, which
contains a bugfix for recovering from permanently lost database connections
- Fix build on gcc 4.x

PR:		ports/109273
Submitted by:	Ralf van der Enden <tremere at cainites.net> (maintainer)
2007-03-02 17:49:46 +00:00
Alejandro Pulver
dc6ea8adb7 - Add new OpenDBX patch (from [1]).
- Prepare Makefile for upcoming new stable release of OpenDBX library (which
  bumps library number from .1 to .2).
- Add stupidity fix for config location to pdns.in (moved the config but
  forgot to edit rc.d script).
- Also changed location of config directory in pdns.conf.
- Bump port-revision.

PR:		ports/108685
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	www.linuxnetworks.de [1]
2007-02-07 04:04:45 +00:00
Pav Lucistnik
4cbb0fb806 - Remove SQLITE3 backend option, it was added prematurely
- Fix plist

PR:		ports/108182
Submitted by:	Tobias Roth <ports@fsck.ch>
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2007-01-30 21:04:01 +00:00
Gabor Kovesdan
69cfea92dc - Add support for geo backend
- Add support for OpenDBX backend
- OPTIONify
- Bump PORTREVISION

PR:		ports/96891
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	erwin (mentor)
2007-01-12 23:49:04 +00:00
Stefan Walter
ad09c2a75a - Add patches to fix IPv6 support. [1]
- Add a comment to mark bundled recursor as deprecated (by the author). [2]
- s/INSTALLS_SHLIB/USE_LDCONFIG/ to satisfy portlint.

PR:		105490 [1], 105491 [2]
Submitted by:	Sten Spans<sten@blinkenlights.nl> [1], [2]
Approved by:	maintainer [1], [2]
2006-11-19 15:54:44 +00:00
Renato Botelho
d63e3f2974 - Update to 2.9.20
PR:		ports/94597
Submitted by:	maintainer
2006-03-17 16:14:41 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Emanuel Haupt
4f9ca7d4bf - Remove USE_REINPLACE
- Remove trailing whitespaces
- Remove depreciated USE_RCORDER
- Unquote BROKEN message
- Add an extra MASTER_SITE
- Change pdns.sh.in and pdns_recursor.sh.in to pdns.in and pdns_recursor.in so
  it'll work with USE_RC_SUBR
- Bump PORTREVISION

PR:		93336
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2006-02-15 12:56:37 +00:00
Koop Mast
4b1285489d Update to 2.9.19
Changelog: http://rtfm.powerdns.com/changelog.html#CHANGELOG-2-9-19
Add extra patch to plug memory hole.

PR:		88231
Submitted by:	Ralf van der Ende <tremere AT cainites dot net> (maintainer)
2005-11-04 10:27:39 +00:00
Pav Lucistnik
3b1a46df55 - Fix and update LDAP support
PR:		ports/84176
Submitted by:	Ralf vd Enden <tremere@cainites.net> (maintainer)
2005-07-28 22:37:50 +00:00
Pav Lucistnik
9d658f56fa - Update to 2.9.18
PR:		ports/83605
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-07-18 12:59:51 +00:00
Pav Lucistnik
1c651cda9c - Fix build on FreeBSD 6
PR:		ports/77480
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-02-14 21:41:38 +00:00
Pav Lucistnik
d140f474a1 - Update to 2.9.17
PR:		ports/76145
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2005-01-15 01:29:59 +00:00
Norikatsu Shigemura
cf4d5a724e pdns_recursor related issues fixed.
I committed pre-improved version's PR.  This is my mistake.

Pointed out by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Pointy hat to:	myself
PR:		ports/73862
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-11-20 01:21:17 +00:00
Oliver Eikemeier
9a50507882 Fixed OpenLDAP 2.2 support by using USE_OPENLDAP knob
Default MySQL version now 4.0 instead of 3.23
pet portlint

PR:		66143
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-05-01 12:08:05 +00:00
Oliver Eikemeier
83c0568589 OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS
-> Please upgrade to OpenLDAP 2.1 or 2.2

PR:		66105
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-04-30 09:08:27 +00:00
Pav Lucistnik
7a59b9247f - Add WITH_SQLITE knob to enable SQLite backend
PR:		ports/63817
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-06 12:44:50 +00:00
Pav Lucistnik
e8bb7e6833 - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).
- $PREFIX no longer hardcoded (fixed by Dirk Meyer).
- Pet portlint a bit

PR:		ports/63530
Submitted by:	maintainer
2004-03-02 19:27:59 +00:00
Pav Lucistnik
1897b2fe65 - Update to 2.9.16
PR:		ports/63530
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-01 09:57:34 +00:00
Pav Lucistnik
605eb95c62 - Add sample startup script
PR:		ports/62344
Submitted by:	maintainer
2004-02-28 20:03:50 +00:00
Dirk Meyer
620e25eccd - Update to 2.9.15
- 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
2004-01-20 04:20:58 +00:00
Dirk Meyer
5d3e2ef39d - Update to 2.9.13
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
2004-01-12 10:21:56 +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
bb092961ce - let user configure witch MySQL or OpenLDAP versions he wants 2003-10-25 20:45:03 +00:00
Dirk Meyer
72f43aee1f - Update to 2.9.11
- Fixes overwrite of config file (wrong order in Makefile)
PR:		55935
Submitted by:	tremere@cainites.net
2003-08-27 10:26:10 +00:00
Dirk Meyer
5f64c80931 - Update to 2.9.10 (fixes a core-dump problem when adding new zone-records)
- 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
2003-07-25 17:03:06 +00:00
Dirk Meyer
aaf37bfc78 - fix a problem with mysql
Reported by: maarten@dwaas.org
2003-06-12 04:45:11 +00:00
Dirk Meyer
dbff6f6915 - update to 2.9.8
- recursor defaults off, Option POWERDNS_WITH_RECURSOR
2003-05-11 07:36:26 +00:00
Dirk Meyer
c793cc443b - Update to 2.9.6
- make ports work as a master port
- add support for LDAP, submitted by richard@unixguru.nl
- add build for recursor
2003-03-23 04:53:39 +00:00
Dirk Meyer
e2cdc9734a PowerDNS is an advanced DNS server, which allows for several different
backends. Current backends include MySQL, PostgreSQL, bind, etc.

WWW: http://www.powerdns.com/

License: GPL
Patches obtained from: OpenBSD <maurice@amaze.nl>
2003-01-20 06:10:35 +00:00