Commit graph

2360 commits

Author SHA1 Message Date
Raphael Kubo da Costa
c78234ec60 Update to 1.1.0rc2.
PR:		ports/171024
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2012-08-27 02:11:10 +00:00
Tom Judge
0318e17c25 Fix typo in options handling.
PR:		ports/170794
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	eadler (mentor)
2012-08-23 12:27:28 +00:00
Matthias Andree
0d9f10ff48 Demote USE_PKGCONFIG to =build (was =yes). 2012-08-20 20:40:29 +00:00
Matthias Andree
6a12857837 Update to 2.63.
Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
2012-08-20 20:33:27 +00:00
Matthias Andree
e310d5d221 Update to rc6, which became the formal release. 2012-08-20 20:32:42 +00:00
Brian Somers
dcffed9c21 Update to 1.0.1
Maintainer timeout: 10 days
2012-08-20 18:06:19 +00:00
Wen Heping
03d7d9b7af - Update to 1.2.3 2012-08-18 08:08:02 +00:00
Jase Thew
34538d142b - Update to 0.921
Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
Approved by:	flo (mentor)
2012-08-16 09:57:24 +00:00
Doug Barton
f9b6bb72bd Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
2012-08-15 01:04:30 +00:00
Doug Barton
d04156022a danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.

Clean up this mistake of mine, and standardize for the others.
2012-08-15 00:37:55 +00:00
Michael Scheidell
d7b377b874 Credns is a software program aimed at fortifying DNSSEC by performing
validation in the DNS notify/transfer-chain.

WWW:	http://www.nlnetlabs.nl/projects/credns/

PR:		ports/169732
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2012-08-12 21:00:32 +00:00
Michael Scheidell
b0cf9a880f - Update to 1.3.10
PR:		ports/170544
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2012-08-12 07:52:50 +00:00
Wen Heping
01fc8b8759 - Update to 1.2.2 2012-08-11 14:04:18 +00:00
Matthias Andree
b1f133991c Update to rc3 to avoid nag questions.
Now uses .tar.xz suffix.
2012-08-09 19:38:52 +00:00
Bryan Drewery
412f3c3fa4 Update to 1.25
ChangeLog:

1.23
  https://lists.gnu.org/archive/html/info-gnu/2011-11/msg00014.html
1.24
  https://lists.gnu.org/archive/html/info-gnu/2012-01/msg00008.html
1.25
  https://lists.gnu.org/archive/html/info-gnu/2012-05/msg00010.html

Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
PR:		ports/170428
Approved by:	eadler (mentor)
2012-08-08 01:04:59 +00:00
Matthias Andree
3db34ff5cb Add new dnsmasq-devel version, for development/test/release candidate versions.
This port is based on dns/dnsmasq 2.62_1,1 and has been updated to 2.63rc2.

Description (by Simon Kelley, the upstream maintainer):
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
It is designed to provide DNS and, optionally, DHCP, to a small network. It
can serve the names of local machines which are not in the global DNS. The
DHCP server integrates with the DNS server and allows machines with
DHCP-allocated addresses to appear in the DNS with names configured either
in each host or in a central configuration file. Dnsmasq supports static and
dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless
machines.
2012-08-07 22:22:11 +00:00
Doug Barton
dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
	|
	v
command=foo
command_args='>/dev/null 2>&1'

This is clearly what should have been done, for several reasons.

No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
2012-08-06 00:28:43 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Bernhard Froehlich
d15b0a5e16 - Update to 1.4.12
- Whitespace fixes in pkg-descr
- Remove SF from MASTER_SITES
- Fix CC definition (fixes CLANG builds)

PR:		ports/170322
Submitted by:	Takefu <takefu@airport.fm>
2012-08-04 15:05:23 +00:00
Brian Somers
5ef1596316 Update to 1.0
I've also updated MASTER_SITES as the maintainer's site doesn't have version 1.0.
This can be changed back if/when the maintainer comes back.

Maintainer timeout after: 5 days
2012-08-03 23:19:19 +00:00
Sergey Matveychuk
d19bcdeba8 - Update to 1.4.18 2012-08-03 10:05:26 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Doug Barton
59b9e0f8ee Make the MASTER_SITES URL variable too
Reminded by:	bsam
2012-07-30 20:51:37 +00:00
Doug Barton
e9cfaef621 Use the same method for github downloads as portupgrade-devel
Thanks for the pointer:	bryan@shatow.net
2012-07-30 05:59:08 +00:00
Doug Barton
6c1bc50c5a Remove my personal web site from MASTER_SITES 2012-07-29 08:17:33 +00:00
Michael Scheidell
66268a76b3 - Fix CONFLICTS and readd PKGNAMESUFFIX so we don't get in trouble with dns/powerdns
- Convert to new OptionsNG
- Add DNSSEC knob by popular demand. Disabling this will disable DNSSEC algorithms 13 and 14 and remove dependency on libcryptopp.
- Disabled botan support since it's broken with 1.8. When 1.10 becomes part of the ports tree it can be enabled again.

PR:		ports/170196
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2012-07-28 12:21:10 +00:00
Michael Scheidell
933cc87dea - Fix CONFLICTS.
- Convert to new OptionsNG
- Add DNSSEC knob by popular demand. Disabling this will disable DNSSEC algorithms 13 and 14 and remove dependency on
libcryptopp.
- Also disabled botan support since it's broken with 1.8. When 1.10 becomes part of the ports tree it can be enabled again.

PR:		ports/170195
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2012-07-28 12:19:03 +00:00
Ryan Steinmetz
c90f865d10 - Update to 3.2.13
- Cleanup whitespace
- Document vulnerability in dns/nsd (CVE-2012-29789)

PR:		ports/170208
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security:	17f369dc-d7e7-11e1-90a2-000c299b62e1
2012-07-27 12:39:06 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Hajimu UMEMOTO
6dbd6baa2a Update master site. 2012-07-25 17:27:23 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Carlo Strub
965b4433c8 Fix typos in COMMENT 2012-07-24 21:09:44 +00:00
Doug Barton
e859d6a9bf Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failure
in BIND9

High numbers of queries with DNSSEC validation enabled can cause an
assertion failure in named, caused by using a "bad cache" data structure
before it has been initialized.

CVE: CVE-2012-3817
Posting date: 24 July, 2012
2012-07-24 19:23:23 +00:00
Sunpoet Po-Chuan Hsieh
fee3a85521 - Fix option handling of THREADS
PR:		ports/170007
Reported by:	Alexey Kouznetsov <alexey@kouznetsov.com>
Submitted by:	crees
Approved by:	sem (maintainer)
2012-07-21 20:41:09 +00:00
Chris Rees
afd23bb21a Update to 3.2.12
BUG FIXES:
- Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host
on the internet.

PR:		ports/170001
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security:	CVE-2012-2978
2012-07-20 15:09:18 +00:00
Doug Barton
2b0dcf6311 Update to the latest version from the new git repository.
I'll host the (contrived) distfile for now.
2012-07-19 12:08:14 +00:00
Carlo Strub
0292b43240 - Update to 1.1.0
- Update maintainer e-mail

PR:		ports/169899
Submitted by:	Hrant Dadivanyan <ran@styx.aic.net>
Approved by:	maintainer
2012-07-18 21:39:17 +00:00
Jase Thew
6c3f98ad34 - Fix LARGEFILE option typo that resulted in largefile support being
constantly disabled.

PR:		ports/169952
Spotted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	flo (mentor)
2012-07-17 23:49:20 +00:00
Jase Thew
9a62263693 - Update to 3.2.11 [1]
- Convert to optionsNG, add DOCS option
- Replace bsd.port.{pre,post}.mk includes
- Remove non-existent DNSSEC, TSIG, NSID options
- Fix typo in NSEC3PREHASH option CONFIGURE_ARGS
- Replace hardcoded ETCDIR in pkg-plist

PR:		ports/169731 [1]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	flo (mentor)
2012-07-17 10:36:25 +00:00
Michael Scheidell
1747f9c81d - Update to 1.3.9
- Add GIDs/UIDs 215

PR:		ports/169646
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2012-07-08 12:39:15 +00:00
Andrej Zverev
4641b63dd1 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:48:34 +00:00
Frederic Culot
02fcc02588 - Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings

PR:		ports/169554 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
2012-06-30 10:16:28 +00:00
Andrej Zverev
3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00
Andrej Zverev
e214c57b8f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:37:54 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Johan van Selst
4c44c06b4b Remove SITE_PERL from RUN_DEPENDS
Submitted by:	az
2012-06-29 10:07:34 +00:00
Sunpoet Po-Chuan Hsieh
682140c221 - Update to 0.1.7
- Add LICENSE

Changes:	http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
2012-06-29 02:56:27 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Jason Helfman
8d5d61fa74 add new port: dns/py-publicsuffix
This module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org

A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site

WWW: http://pypi.python.org/pypi/publicsuffix/

PR:	ports/169326
Submitted by:	d.pryadko@rambler-co.ru
2012-06-27 22:25:42 +00:00