Commit graph

1560 commits

Author SHA1 Message Date
Edwin Groothuis
2d46079a2a Fix build, don't depend on bind9 to be installed anymore.
Noticed by: QAT
2008-09-23 01:18:25 +00:00
Edwin Groothuis
31fd6002c0 dnscap is a network capture utility designed specifically for DNS
traffic.  It normally produces binary data in pcap(3) format, either
on standard output or in successive dump files (based on the -w
command line option.)  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.

WWW: https://www.dns-oarc.net/tools/dnscap

PR:		ports/127433
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2008-09-23 00:53:38 +00:00
Chin-San Huang
ce16c6ed85 - Pass maintainership to miwi 2008-09-08 00:22:00 +00:00
Doug Barton
18bd98e8b0 Master site has moved to google code. 2008-09-01 19:58:02 +00:00
Edwin Groothuis
543afdf8f1 Update dns/nss_mdns to v0.10
Updates dns/nss_mdns port to v0.10 and changes MAINTAINER
	field (as per bms's suggestion). This PR fixes the issue
	reported in PR ports/123169, so that PR can be closed.

PR:		ports/126952
Submitted by:	Ashish Shukla <wahjava@gmail.com>
Approved by:	bms@
2008-09-01 01:20:23 +00:00
Martin Wilke
a64da288f8 - do not connect before sendto()
fixes "Socket is already connected" error
- Bump PORTREVISION

PR:		126886
Submitted by:	maintainer
2008-08-29 15:08:04 +00:00
Wesley Shields
17e061a129 New port: BIND version 9 Nameserver, with PostgreSQL backend support.
WWW: http://www.isc.org/index.pl?/sw/bind/index.php

PR:		ports/126592
Submitted by:	Josh Carroll <josh.carroll@gmail.com>
2008-08-27 01:01:00 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
ac5485d85b - Take maintainership 2008-08-20 07:38:52 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Sergey Matveychuk
587665b63f - Add an option to build without threads.
Requested by:	Beastie <beastie24@gmail.com>
2008-08-18 15:10:42 +00:00
Martin Matuska
9d970bae0b - Update to 9.4.2-P1
PR:		ports/126159
Submitted by:	mm
Approved by:	maintainer (timeout)
2008-08-18 12:46:55 +00:00
Edwin Groothuis
df49f00e21 New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones)
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
	The Zone Key Tool consists of two commands:

	- dnssec-zkt to create and list dnssec zone keys and
	- dnssec-signer to sign a zone and manage the lifetime of
	  the zone signing keys

	See: http://www.hznet.de/dns/zkt/

PR:		ports/126296
Submitted by:	Frank Behrens <frank+ports@ilse.behrens.de>
2008-08-17 06:09:52 +00:00
Beech Rintoul
d867ef5331 - Fix start script
PR:		ports/126340
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2008-08-16 23:01:40 +00:00
Gabor Kovesdan
0d2a223697 - Drop maintainership. New versions of this software do not build on
FreeBSD. Although I don't use it any more I offered my help to the
  upstream developers in geting it to work, but I have got no response
  from them.
2008-08-14 19:37:54 +00:00
Cheng-Lung Sung
e7d9f9df82 - Update to 0.92
Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2008-08-14 07:27:31 +00:00
Doug Barton
6ed39ee6e5 All -P2 versions now have PGP signatures with ISC's standard
signing key.

PR:		ports/126389 (for bind9)
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2008-08-09 07:23:35 +00:00
Martin Wilke
d3bddc5648 DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in the
DNS Server Cache. By sending many queries to a DNS server along with fake
replies, an attacker can successfuly writes a fake new entry in the DNS
cache.

WWW:	http://www.securebits.org/dnsmre.html

PR:		ports/126189
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-07 21:28:14 +00:00
Martin Wilke
02d0a30361 - Update to 2.9.21.1
PR:		126282
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2008-08-07 12:10:52 +00:00
Sergey Matveychuk
73226bad45 - Update to 1.0.2 2008-08-07 10:45:27 +00:00
Beech Rintoul
08feb35772 - Update to 2.9.22.20080804
- Pet portlint
- Remove support for FreeBSD < 5
- Remove file leftover from repocopy
- Bump portepoch

NOTE: Version numbering changed back to 2.9.x instead of 3.x

PR:		ports/126270
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2008-08-07 05:39:37 +00:00
Greg Larkin
f530698359 - Incorporated platform-specific static compilation fix
- Minor stylistic tweaks

PR:		ports/126017
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
Approved by:	beech (mentor, implicit)
2008-08-06 20:48:41 +00:00
Doug Barton
da42c80ed9 Update to patchlevel 2 for all versions:
- performance improvement over the P1 releases, namely
   + significantly remedying the port allocation issues
   + allowing TCP queries and zone transfers while issuing as many
      outstanding UDP queries as possible
   + additional security of port randomization at the same level as P1

- also includes fixes for several bugs in the 9.5.0 base code
2008-08-02 07:01:20 +00:00
Dirk Meyer
f2104be43e - mark FORBIDDEN, DEPRICATED and set EXPIRATION_DATE 2008-07-31 08:39:51 +00:00
Philip M. Gollucci
1bdeeeecc0 Cosmetic changes to the rc.d file
Submitted by:   dougb
Approved by:	araujo (mentor), maintainer implicit
2008-07-29 17:23:02 +00:00
Philip M. Gollucci
9e5295d3cc - Update to 3.1.1
- Respect NOPORTDOCS
- Add option NSDMAX_INT
- rename rc.d script nsd.sh -> nsd

PR:     ports/125898
Approved by:    Olafur Osvaldsson <osvaldsson@icelandic.net>  (maintainer), araujo (mentor)
2008-07-28 22:25:55 +00:00
Edwin Groothuis
e3d3302b59 Update to 1.0.1.0 2008-07-28 03:49:30 +00:00
Martin Wilke
4753556b2c - Update to 20080321
PR:		125793
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-07-27 20:16:24 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
acacd0d015 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:38:45 +00:00
Martin Wilke
12cd225600 - Update to 2.45
Approved by:	maintainer implicit
2008-07-24 12:32:15 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Pav Lucistnik
7336164f49 - Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4
- Remove OpenLDAP 2.2 support, the port has been gone for some time now
- Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports

PR:		ports/123602, ports/124115, ports/125605
Submitted by:	delphij, Jens Rehsack <rehsack@web.de>,
		Yuri Pankov <yuri.pankov@gmail.com>

- Remove USE_GTK, it's no longer used

PR:		ports/123528
Submitted by:	mezz

- Use PATCH_WRKSRC instead of WRKSRC in do-patch target

PR:		ports/124169
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>

- Remove USE_XPM, it's been replaced by USE_XORG+=xpm

PR:		ports/124506
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

- Minor fixups for bsd.port.mk

PR:		ports/122675
Submitted by:	linimon

- Remove stale comment about USE_GETOPT_LONG

PR:		ports/124521
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

- Correct comment about default fetch arguments

PR:		ports/125334
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com>
2008-07-21 22:29:22 +00:00
Ion-Mihai Tetcu
ded1e248df - respect NOPORTDOCS and NOPORTEXAMPLES
- fix plist
- use SF macro while here
- bump PORTREVISION

Prompted by:	QA Tindy run
Approved by:	maintainer timeout on BotMail
2008-07-20 10:52:17 +00:00
Martin Wilke
d3e8473274 - Update to 1.6.0
PR:		125774
Submitted by:	Martin Jackson <mhjacks@swbell.net>
2008-07-19 21:16:52 +00:00
Martin Wilke
6dbbab5776 - Update to 2.43
Approved by:	maintainer implicit
2008-07-19 13:21:54 +00:00
Wesley Shields
f9f7185b38 Master site update.
PR:		ports/125612
Submitted by:	rscheckelhoff@fourcalorieservers.com (maintainer)
2008-07-16 22:05:53 +00:00
Doug Barton
79ba42d10b Add an OPTION to turn on the ability of dns/host/nslookup to do
DNSSEC validation.

This is off by default, so no PORTREVISION bump.

Submitted by:	Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
2008-07-16 20:39:24 +00:00
Sergey Matveychuk
3962deef60 - Update to 1.0.1 2008-07-16 19:43:15 +00:00
Doug Barton
e849102db7 Bump PORTREVISION for the patch to named-checkconf
Add the logic for the THREADS OPTION to be on for 7-RELEASE and above
(and off otherwise) that I'm using in dns/bind95
2008-07-11 19:07:17 +00:00
Doug Barton
35eb96538b Add a patch to fix named-checkconf. The error condition was not being
properly tested for, so it would not report the error in some cases.

Thanks to marck@FreeBSD and mark@ISC for tracking this one down.
2008-07-11 19:05:41 +00:00
Doug Barton
af80cfb8c7 Strengthen the wording regarding the THREADS OPTION for <FreeBSD-7 2008-07-11 19:02:37 +00:00
Doug Barton
ab54e43037 Upgrade to the -P1 versions of each port, which add stronger randomization
of the UDP query-source ports. The server will still use the same query
port for the life of the process, so users for whom the issue of cache
poisoning is highly significant may wish to periodically restart their
server using /etc/rc.d/named restart, or other suitable method.

In order to take advantage of this randomization users MUST have an
appropriate firewall configuration to allow UDP queries to be sent and
answers to be received on random ports; and users MUST NOT specify a
port number using the query-source[-v6] option.

The avoid-v[46]-udp-ports options exist for users who wish to eliminate
certain port numbers from being chosen by named for this purpose. See
the ARM Chatper 6 for more information.

Also please note, this issue applies only to UDP query ports. A random
ephemeral port is always chosen for TCP queries.

This issue applies primarily to name servers whose main purpose is to
resolve random queries (sometimes referred to as "caching" servers, or
more properly as "resolving" servers), although even an "authoritative"
name server will make some queries, primarily at startup time.

This update addresses issues raised in:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447
http://www.kb.cert.org/vuls/id/800113
http://tools.ietf.org/html/draft-ietf-dnsext-forgery-resilience
2008-07-09 19:02:01 +00:00
Martin Wilke
6f4161fea0 - Update to 3.1.7
PR:		125364
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2008-07-07 18:39:06 +00:00
Doug Barton
6321276ecb Update CONFLICTS:
1. To take bind95 into account
2. s/bind9-sdb-ldap/bind9-sdb-mysql/
3. Delete references to BIND 8
2008-07-04 15:43:37 +00:00
Doug Barton
131fe670c7 Hook bind95 up to the build 2008-07-04 15:41:46 +00:00
Doug Barton
a32d1cc485 Make CONFLICTS a little cleaner
Add README.idnkit to PORTDOCS
2008-07-04 15:41:15 +00:00