Commit graph

25 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Olli Hauer
98bbb468b4 - bump PORTREVISION on ports depending on unbound
PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-03-15 06:21:32 +00:00
Ryan Steinmetz
f27072dab0 - Fix build under 9.x 2016-02-05 04:12:21 +00:00
Erwin Lansing
d140eabacb - Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports

Some Upgrade Notes:

This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.

Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the
qname minimisation, and that will both stop privacy sensitive traffic
and reduce nonsense traffic to authority servers. So consider
enabling both. In this implementation IPv6 reverse lookups add
several labels per increment, because otherwise those lookups would be
very slow. [ Reference
https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ]

More details at <http://unbound.net>

PR:		206347
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by:	maintainer timeout
Sponsored by:	DK Hostmaster A/S
2016-02-04 15:58:30 +00:00
Ryan Steinmetz
17e5446e06 - Update to 0.9.0 2016-01-29 03:22:27 +00:00
Ryan Steinmetz
9a4cd7a573 - Update to 0.3.3
PR:		203068
Submitted by:	John W. O'Brien <john@saltant.com>
2015-09-13 14:09:14 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Ryan Steinmetz
3e5d6e553c - Update to 0.2.0 2015-05-22 12:08:50 +00:00
Ryan Steinmetz
645554f8e9 - devel/libevent no longer exists 2015-05-07 14:03:59 +00:00
Ryan Steinmetz
066f8e0efe - Update to 0.1.8 2015-04-21 02:37:03 +00:00
Ryan Steinmetz
c6066d34df - Update to 0.1.7 2015-04-09 12:01:17 +00:00
Kurt Jaeger
7df608cc22 dns/getdns: 0.1.5 -> 0.1.6
- Fix: linking against libev on FreeBSD
- Fix: Let configure report problem on FreeBSD when configuring with
  libevent and libunbound <= 1.4.22 is not compiled with libevent.
- Better libcheck detection
- Better portability with UNIX systems

PR:		197560
Submitted by:	pi
Approved by:	zi (maintainer)
2015-02-12 13:49:43 +00:00
Ryan Steinmetz
ba125053de - Update to 0.1.5 2014-11-02 01:19:03 +00:00
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Ryan Steinmetz
54a75f364b - Update to 0.1.4 2014-09-21 18:18:46 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Dmitry Marakasov
13ab9a72d8 - Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns

Approved by:	portmgr blanket
2014-08-22 09:06:34 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Baptiste Daroussin
51a8fd3777 Fix non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:59:58 +00:00
Ryan Steinmetz
d55d5c7e95 - Update to 0.1.3 2014-06-26 12:29:26 +00:00
Ryan Steinmetz
c4c82d6f09 - Update to 0.1.2 2014-06-23 21:42:46 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Ryan Steinmetz
49fcf8e09a - Update to 0.1.1 2014-03-25 12:53:35 +00:00
Ryan Steinmetz
47b3658cbc New port: dns/getdns:
getdns is a modern asynchronous DNS API.

It implements DNS entry points from a design developed and vetted by application
developers, in an API specification edited by Paul Hoffman. With the development
of this API, we intend to offer application developers a modernized and flexible
way to access DNS security (DNSSEC) and other powerful new DNS features;
a particular hope is to inspire application developers towards innovative
security solutions in their applications.

WWW: http://getdnsapi.net/
2014-03-04 02:52:52 +00:00