1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

3302 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d4f7c9b2d7 - Update to 0.15.1
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2015-01-12 18:35:37 +00:00
Don Lewis
fefb6d9c12 New port: dns/wrapsrv
DNS SRV record command line wrapper
-----------------------------------

wrapsrv adds support for connecting to a network service based on DNS SRV
record lookups to commands that do not support the DNS SRV record. wrapsrv
implements the weighted priority client connection algorithm in RFC 2782.
The specified command line will be invoked one or more times with %h and %p
sequences in the command line substituted for the hostname and port elements
of the selected SRV record.

WWW: https://github.com/farsightsec/wrapsrv

Differential Revision:	 https://reviews.freebsd.org/D1488
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-11 20:44:39 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Muhammad Moinur Rahman
b61797af4b dns/p5-Net-DNS-Match: Pass Maintainership
PR:			196561
Differential Revision:	https://reviews.freebsd.org/D1478
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 10:36:44 +00:00
Don Lewis
3fd33a8c97 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https.

Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.

Differential Revision:	https://reviews.freebsd.org/D1473
Approved by:	mat (mentor)
2015-01-10 02:42:01 +00:00
Matthias Andree
d78e5a106c Update to new test release.
Changes: the two items at the end of v2.73 here:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=e8bf80f81baac3366dfecbdb6e80c4102fb21574;hb=424c4a8a53c8aa5d6ac899c95803b97410abec8f#l26>
2015-01-09 16:41:32 +00:00
Martin Matuska
433582fc06 Horde class for normalized access to various backends providing IDNA
(Internationalized Domain Names in Applications) support.

WWW: http://pear.horde.org
2015-01-09 12:41:33 +00:00
Mathieu Arnold
1d5c7e9284 Update the comment, forgotten in the previous commit.
Sponsored by:	Absolight
2015-01-08 15:24:38 +00:00
Mathieu Arnold
ea426e2253 Fix a few problems bind-tools by not overwritting what's defined in it in
bind910's Makefile.

Sponsored by:	Absolight
2015-01-08 15:22:49 +00:00
Mathieu Arnold
8e4287b3c2 Generate the RPZ patch filename from ISCVERSION directly.
Sponsored by:	Absolight
2015-01-06 15:04:11 +00:00
Mathieu Arnold
4a4af272a2 Add a note about running the right BIND daemon on 8 and 9.
Sponsored by:	Absolight
2015-01-06 15:01:17 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Emanuel Haupt
a9cb756fc8 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:37:27 +00:00
Mathieu Arnold
d5f751dba8 Really remove BIND_DESTETC.
Noticed by:	wblock, Matt Mullins
Sponsored by:	Absolight
2015-01-05 23:54:32 +00:00
Mathieu Arnold
abea52d074 Retire REPLACE_BASE option.
While there, reduce changes from bind99 and bind910 ports.

Sponsored by:	Absolight
2015-01-05 17:44:11 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Kurt Jaeger
1a00d2aef7 dns/dnscrypt-proxy: 1.4.0 -> 1.4.2
Changes:
https://github.com/jedisct1/dnscrypt-proxy/releases

PR:		195664
Submitted by:	lightside@gmx.com
Reviewed by:	riggs
Approved by:	freebsd@dns-lab.com (maintainer)
2015-01-04 09:46:52 +00:00
Sunpoet Po-Chuan Hsieh
92b2684b07 - Update to 0.21
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2015-01-03 17:14:00 +00:00
Adam Weinberger
4a9890a730 Remove portions of patch relying upon faith(4) that are no longer necessary.
PR:		195002
Submitted by:	Stanislaw Halik (maintainer)
Patch by:	Ben Woods
Approved by:	maintainer
2015-01-02 16:55:26 +00:00
Sunpoet Po-Chuan Hsieh
79fbced36d - Add LICENSE [1]
- Add BUILD_DEPENDS
- While I'm here, move *_DEPENDS upward

Approved by:	portmgr (implicit) [1]
With hat:	perl
2015-01-01 16:26:16 +00:00
Wen Heping
bcb95ffb8d - Update to 1.6.1
PR:		196353
Submitted by:	freebsd@dns-lab.com(maintainer)
2014-12-31 12:29:32 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Matthias Andree
b9350fe243 Package 2.73test2, with one additional patch to make it build
(also reported upstream).

CHANGELOG at:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=fbc5205702c7f6f431d9f1043c553d7fb62ddfdb>
2014-12-23 23:04:34 +00:00
Antoine Brodin
04180c7fbf Shebangfix 2014-12-22 21:47:38 +00:00
Baptiste Daroussin
19007b0c94 Cleanup plist 2014-12-20 18:09:21 +00:00
Ryan Steinmetz
b6dc0323d3 - Mark IGNORE on 9.0-9.2 due to build failures
- Remove trailing whitespace from pkg-descr
- Bump PORTREVISION
2014-12-17 14:36:01 +00:00
Alexey Dokuchaev
230ecab145 - Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions
- Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
2014-12-16 08:56:09 +00:00
Thomas Zander
9df99b83b0 Update to version 561.1.1
PR:		195422
Submitted by:	mazhe@alkumuna.eu
2014-12-12 21:31:37 +00:00
Erwin Lansing
7903069b6f Update to 1.4.7 which fixes a bug when using DNS adapters
PR:		195686
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2014-12-10 15:14:13 +00:00
Sergey Matveychuk
fd489c12ab - Do not remove /var/run/unbound for smooth upgrading.
PR:		195846
Submitted by:	roberto
2014-12-10 13:44:50 +00:00
Sergey Matveychuk
d3be893a31 - Fix build with python
- Fix plist

PR:		195803
2014-12-09 17:11:47 +00:00
Baptiste Daroussin
724bb50381 Cleanup plist 2014-12-09 11:09:42 +00:00
Sergey Matveychuk
eaf3f111f3 - Upgrade to 1.5.1. It fixes CVE-2014-8602.
- Mark python support as broken: does not build.

PR:		195814, 195803
Submitted by:	Kenji Rikitake, Jeroen
2014-12-09 02:18:01 +00:00
Mathieu Arnold
8a832ab6a4 Security update of BIND9 to 9.9.6-P1 and 9.10.1-P1.
Security:	CVE-2014-8500 CVE-2014-8680
Sponsored by:	Absolight
2014-12-08 17:29:44 +00:00
Sunpoet Po-Chuan Hsieh
ec12ec9041 - Use real PORTVERSION 2014-12-08 16:00:51 +00:00
Antoine Brodin
7498bf05b8 Remove linux binary from WRKSRC to prevent a random failure on install 2014-12-07 14:50:12 +00:00
Mark Felder
9d6ba6a78c Update "BSD" license in dns category 2014-12-06 18:35:35 +00:00
Sergey Matveychuk
a1df0a0765 - Remove redundant build,run options for python dependency
Submitted by:	Ruslan Makhmatkhanov
2014-12-06 01:12:55 +00:00
Sergey Matveychuk
647d8df5bc - Fix python dependency
PR:		194447
Submitted by:	Andrew Berg <aberg010@my.hennepintech.edu>
2014-12-05 19:00:10 +00:00
Sergey Matveychuk
4b1e4f7dc4 - Update to 1.5.0
- Removed FreeBSD 10 check for libevent, because of upstream fixes (as stated in changelog)
- Converted files/patch-Makefile.in to sed patch, which is position independent

PR:		195674
Submitted by:	lightside@gmx.com
2014-12-05 18:52:53 +00:00
Johannes Jost Meixner
0b390aaabe dns/dnscrypt-proxy: start before unbound
- To prevent hanging on 10.x systems which ship with unbound and depend on
  DNS resolving, start dnscrypt-proxy before unbound.
- Bump PORTREVISION

PR:		194975
Differential Revision:	https://reviews.freebsd.org/D1249
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Approved by:	koobs (mentor)
2014-12-02 09:21:49 +00:00
Olli Hauer
8e0a792881 - use new @dir macros to create empty folders 2014-12-01 23:25:50 +00:00
Mark Felder
6bf206c71c Remove BROKEN for LIBEVENT and 10.0+ and replace with an appropriate
warning in the pkg-message

PR:		191532
2014-12-01 15:05:05 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Mathieu Arnold
eb57f92a3f Fix three ports forgotten by the USE_PGSQL removal. (Fix a typo in devel/upp.)
Sponsored by:	Absolight
2014-11-24 17:41:10 +00:00
Vsevolod Stakhov
bba47df606 - Update libsodium to 1.0.1
- Bump revison for dependent ports
2014-11-24 14:36:52 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Kurt Jaeger
e5cccf70ee dns/adns: 1.5.0rc0 -> 1.5.0
Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
2014-11-22 13:25:49 +00:00
Bartek Rutkowski
04ffc4b9e6 dns/powerdns-recursor: update 3.6.2 -> 3.6.2
PR:		194807
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mentors (implicit)
2014-11-19 11:57:07 +00:00