1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

3383 Commits

Author SHA1 Message Date
Tijl Coosemans
95b155ef70 Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2.
2015-04-17 13:37:36 +00:00
Erwin Lansing
a03b9498f4 Update to 4.1.2
- Logging improvements
- Zone parser bug fixes
- Integer overflow bug fixes

PR:		199462
Submitted by:	Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
2015-04-16 11:04:36 +00:00
Sunpoet Po-Chuan Hsieh
97a5ccf123 - Add p5-AnyEvent-CacheDNS 0.08
AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results
and can improve the connection times to remote hosts.

WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/
2015-04-14 18:33:54 +00:00
Alexey Dokuchaev
d0ba229212 - Update to version 1.6.3; remove "foo is" from COMMENT text
- Move bison(1) from BUILD_DEPENDS to USES
- Register CONFLICTS with knot-devel-1.*
- Enable compiler messages in batch (package building) mode
- Add new options (DNSTAP, GOST, LMDB)
- Rename IDNA option to our standard (shared) IDN
- Allow to build against `security/libressl' as OPENSSL_PORT
- Switch to using @sample keyword for knot.sample.conf
- Sort pkg-plist and reformat pkg-descr while I'm at it
- Update files/pkg-message.in to include instructions for both new
  and legacy rc systems (e.g. FreeBSD 8.4 has service(8), but no
  sysrc(8) utility)

PR:		199298
Submitted by:	maintainer
2015-04-13 17:43:12 +00:00
Alexey Dokuchaev
9a3825349b Unbreak by providing working mastersite; do not remove previous sites to
give maintainer a chance to sort it out.

PR:		199329
Submitted by:	Chris Hutchinson
2015-04-13 07:24:52 +00:00
Alexey Dokuchaev
2a61f4fbe1 - Unbreak by providing working mastersite
- Improve COMMENT, canonicalize Makefile header
- Unmute installation commands, misc. cleanups
- Reformat port description; kill EOL whitespace
- Remove defunct WWW from port description
- Transfer maintainership to the submitter

PR:		199324
Submitted by:	Chris Hutchinson
2015-04-13 06:51:44 +00:00
Matthias Andree
8fdb54ab44 Upgrade to new release candidate #4.
Resolves checksum trouble.
Git shortlog between rc#3 and rc#4:

Simon Kelley (4):
      Return INSECURE, rather than BOGUS when DS proved not to exist.
      Fix compiler warning when not including DNSSEC.
      Fix crash caused by looking up servers.bind when many servers defined.
      Fix crash on receipt of certain malformed DNS requests.

Stefan Tomanek (2):
      add --tftp-no-fail to ignore missing tftp root
2015-04-12 11:15:49 +00:00
Ryan Steinmetz
c6066d34df - Update to 0.1.7 2015-04-09 12:01:17 +00:00
Kurt Jaeger
151b2ebf6e dns/p5-Net-Domain-TLD: 1.72 -> 1.73, change maintainer
- Added a lot of new TLDs that recently came out.

PR:		198830
Submitted by:	vivek@khera.org
Approved by:	tobez (maintainer timeout)
2015-04-06 16:22:51 +00:00
Don Lewis
fe0bd9cc86 Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.

Differential Revision:	https://reviews.freebsd.org/D2235
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-06 12:40:48 +00:00
Don Lewis
bf12eff187 New port: dns/py-pydnstable
Python bindings for the dnstable library

Differential Revision:	https://reviews.freebsd.org/D2231
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-05 23:17:29 +00:00
Sunpoet Po-Chuan Hsieh
a385ebf32a - Update to 1.58.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2015-04-05 21:30:38 +00:00
Baptiste Daroussin
cdbe364e77 Revert unintended change
Reported by:	flo
2015-04-05 20:55:48 +00:00
Baptiste Daroussin
a9a4b8f402 Mark as broken unfetchable ports 2015-04-05 20:50:42 +00:00
Don Lewis
9547b93309 Use ${PYTHON_SITELIBDIR} instead of hardwiring a specific python version.
Differential Revision:	https://reviews.freebsd.org/D2228
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-05 18:54:30 +00:00
Don Lewis
9db4cb7b4e Add new port dns/dnstable.
dnstable implements an encoding format for passive DNS data. It
consists of a C library, libdnstable, and several command line
utilities for creating, querying, and merging dnstable data files.

It stores key-value records in Sorted String Table (SSTable) files
and provides high-level interfaces for querying or iterating over
the stored records. dnstable encodes individual records using a
format tailored for efficiently storing passive DNS data and can
quickly perform both "forward" and "inverse" searches.

Differential Revision:	https://reviews.freebsd.org/D2214
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-03 22:22:45 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Don Lewis
09cf723a01 Add new port dns/py-pywdns.
This is pywdns, a Python extension module implemented in Cython
for the wdns C library.

Differential Revision:	https://reviews.freebsd.org/D2200
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-02 23:40:29 +00:00
John Marino
64c7132444 dns/bind99, dns/bind910: support no-base option on DragonFly
Approved by:	mat (maintainer)
2015-04-01 22:36:10 +00:00
Matthias Andree
2fba1cb34d Upgrade to new release candidate #3 (skipping rc2).
Changes since rc1 (git shortlog):

 +    Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone.
 +    Return SERVFAIL when validation abandoned.
 +    Protect against broken DNSSEC upstreams.
 +    DNSSEC fix for non-ascii characters in labels.
 +    Allow control characters in names in the cache, handle when logging.
2015-03-31 21:05:22 +00:00
Baptiste Daroussin
f1604a943a Remove useless pkg-install script
Cleanup makefile (option helpers)
Fix MASTER option
2015-03-31 15:05:20 +00:00
Mathieu Arnold
79c5baadd0 Enhance the error message when running from a jail without devfs.
Sponsored by:	Absolight
2015-03-31 15:02:59 +00:00
Matthias Andree
7fbec003ad Update to upstream 2.73rc1 (pending rc2 upload)
Changes from previous 2.73test6 (taken from CHANGELOG's Git repo):

           Don't reply to DHCPv6 SOLICIT messages if we're not
           configured to do stateful DHCPv6. Thanks to Win King Wan
           for the patch.

           Fix broken DNSSEC validation of ECDSA signatures.

           Add --dnssec-timestamp option, which provides an automatic
           way to detect when the system time becomes valid after boot
           on systems without an RTC, whilst allowing DNS queries before the
           clock is valid so that NTP can run. Thanks to
           Kevin Darbyshire-Bryant for developing this idea.
2015-03-30 17:39:50 +00:00
Mathieu Arnold
2aba319f33 Add chroot back to BIND's startup script.
Differential Revision:	https://reviews.freebsd.org/D1952
Sponsored by:	Absolight
2015-03-24 15:22:51 +00:00
John Marino
2d396d372d 8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm

The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.

approved by:	PTHREAD blanket
2015-03-24 13:51:17 +00:00
Thomas Zander
ea2e326887 - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com>
- General cleanup

PR:		198410
Submitted by:	portmaster@bsdforge.com (maintainer)
2015-03-21 11:19:53 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Ryan Steinmetz
8c08175fe5 - Update to 2.2.0 2015-03-20 02:34:13 +00:00
Bryan Drewery
db55af0fea Fix the new USE_GITHUB to rename the distfile such that it does not
conflict with the old scheme and cause a "reroll" or "invalid checksums".  This
also avoids clobbering the FreeBSD distcache.

Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this
again for anything. It's more a hint of how to handle it in the future.

Reported by:	mat
Discused with:	mat, antoine, swills
With hat:	portmgr
2015-03-19 20:30:19 +00:00
Mathieu Arnold
aa959c5677 Convert to the new USE_GITHUB.
Sponsored by:	Absolight
2015-03-19 19:58:58 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
7e77860728 - Strip library 2015-03-17 03:10:15 +00:00
Dmitry Marakasov
36dcc7d949 - Add LICENSE_FILE
- Drop @dirrm* from plist
2015-03-17 03:07:18 +00:00
Sergey Matveychuk
69796f0a61 - Forgotten option description
Submitted by:	darksoul@darkbsd.org
2015-03-16 15:36:57 +00:00
Sergey Matveychuk
82b09860f8 - Fix option name
- Hide patch output
2015-03-16 15:33:44 +00:00
Sergey Matveychuk
5ee8e018bd - fix cut&paste problem 2015-03-16 15:26:10 +00:00
Sergey Matveychuk
97d11ed1f9 - Option to apply contrib/aaaa-filter-iterator.patch
PR:		198581
Submitted by:	darksoul@darkbsd.org
2015-03-16 14:47:51 +00:00
Pawel Pekala
0c3c5e3348 Update to version 1.6.2
PR:		197974
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	maintainer
2015-03-13 20:04:21 +00:00
Mark Felder
9d5a33cf68 Update to 3.4.3
PR:		198448
Approved by:	maintainer
2015-03-13 19:17:04 +00:00
Adam Weinberger
7d6fa968f5 The website for dnshistory is alive again. Restore it to MASTER_SITES. In
the period during which the website did not exist, the codebase also appeared
on launchpad.net, so add that as a backup MASTER_SITE.

Pass maintainership to Chris Hutchinson.

PR:		198548
Submitted by:	lightside
2015-03-12 19:19:25 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Sergey Matveychuk
382865e1f5 - Update to 1.5.3
PR:		198538
Submitted by:	garga
2015-03-12 14:47:35 +00:00
Mathieu Arnold
e8031b7a2c Udate to 2.0.5.
Sponsored by:	Absolight
2015-03-11 15:37:24 +00:00
Mathieu Arnold
dda8c85501 Update to 2.0.11.
Sponsored by:	Absolight
2015-03-11 15:24:55 +00:00
Mathieu Arnold
3ea217ffe9 Update to latest commit.
Sponsored by:	Absolight
2015-03-11 14:51:24 +00:00
Vanilla I. Shu
cfea6c4475 Add p5-AnyEvent-DNS-EtcHosts 0.0103, anyEvent::DNS::EtcHosts - Use
/etc/hosts before DNS.

PR:		198308
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2015-03-10 06:39:34 +00:00
Adam Weinberger
6e48072536 Upstream has disappeared, so I'm hosting this file on MASTER_SITE_LOCAL.
It is the DNS caching system designed to work with www/awffull so it is
worth keeping this port alive.

Also, switch to USE_BDB=yes instead of 42+.

Drop maintainership of this port. It's stable with no known failures, and
is unlikely to ever see another release.
2015-03-06 16:27:45 +00:00
Dmitry Marakasov
efa8f99738 - Simplify MASTER_SITES
- Add LICENSE
- Unbreak build by removing utmp.h references from all source files
2015-03-05 01:46:30 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Baptiste Daroussin
b798ce96da Remove Author from pkg-descr and white space fixes 2015-03-02 23:21:07 +00:00