1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

3494 Commits

Author SHA1 Message Date
Alexander Leidinger
435ea2a95a Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
2015-08-09 19:14:13 +00:00
Mathieu Arnold
91ee9c40a2 Fix build WITHOUT=DNSTAP.
Submitted by:	maintainer (via email)
Sponsored by:	Absolight
2015-08-09 12:19:00 +00:00
Kurt Jaeger
19e3e8797d New port: dns/dnsdist
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its
goal in life is to route DNS traffic to the best DNS server,
delivering top performance to legitimate users while shunting or
blocking abusive traffic.

WWW: http://dnsdist.org

PR:		202156
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Requested by:	pi
2015-08-07 19:34:57 +00:00
Erwin Lansing
29cfe8ab21 Move dns/knot to knot1 now knot2 no longer is in beta.
PR:		201257
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by:	DK Hostmaster A/S
2015-08-07 08:09:28 +00:00
Erwin Lansing
22f615a973 Update to 2.0.0
PR:		201257
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
Sponsored by:	DK Hostmaster A/S
2015-08-07 07:51:44 +00:00
Alexey Dokuchaev
7aca933fca Reduce the difference with other dnstools ports: provide fallback download
site, amend CATEGORIES and port description.
2015-08-06 09:10:56 +00:00
Alexey Dokuchaev
dfc4059672 Add two remaining ports from dnstools suit:
axfr2acl transfers A records from the given DNS zones and converts them to
  an ACL for use in BIND configuration files.

  rpsl2acl queries a set of RPSL database objects (normally route-sets) and
  converts them to an ACL for use in BIND configuration files.

WWW: http://www.gnu.org.ua/software/dnstools/
2015-08-06 09:06:38 +00:00
Alexey Dokuchaev
87033aa355 Add a port of dnsdbck, utility that verifies consistency of DNS information
in an SQL database.

WWW: http://www.gnu.org.ua/software/dnstools/dnsdbck.html
2015-08-06 08:27:41 +00:00
Alexey Dokuchaev
7b9116430d Add a port of renewck, utility that checks expiration times of one or more
domains and notifies user via email about the domains that are approaching
expiring.

WWW: http://www.gnu.org.ua/software/dnstools/renewck.html
2015-08-06 08:14:33 +00:00
Dmitry Marakasov
dc19052784 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-05 16:48:37 +00:00
Alexey Dokuchaev
4167a75660 Add a port of vhostcname, utility that synchronizes DNS with server names
and aliases from Apache virtual host configuration.

WWW: http://www.gnu.org.ua/software/dnstools/vhostcname.html
2015-08-05 14:49:24 +00:00
Alexey Dokuchaev
ade34df055 Add a port of whoseip, useful utility that returns information about IP
addresses: country code and network they belong to.

WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html
2015-08-05 13:47:41 +00:00
Steve Wills
982537b553 dns/denominator: update to 4.6.0 2015-08-03 14:06:41 +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
Sunpoet Po-Chuan Hsieh
e2b1998190 - Update to 0.06
Changes:	http://search.cpan.org/dist/IO-Async-Resolver-DNS/Changes
2015-08-02 06:27:44 +00:00
Matthias Andree
01056f3da5 Update to 2.75
Critical bug fix for --dhcp-script
2015-07-31 17:43:30 +00:00
Matthias Andree
e614d8f474 Update to new release candidate #4 and mark IGNORE since 2.74 is out. 2015-07-30 18:47:52 +00:00
Matthias Andree
11a1a5944f New dnsmasq upstream release 2.74 (bugfixes)
version 2.74
            Fix reversion in 2.73 where --conf-file would attempt to
            read the default file, rather than no file.

            Fix inotify code to handle dangling symlinks better and
            not SEGV in some circumstances.

            DNSSEC fix. In the case of a signed CNAME generated by a
            wildcard which pointed to an unsigned domain, the wrong
            status would be logged, and some necessary checks omitted.
2015-07-30 18:47:33 +00:00
Mathieu Arnold
41627ba77f Add an option to enable the bind min override ttl patch.
Requested by:	Laurent Frigault
Sponsored by:	Absolight
2015-07-29 14:36:20 +00:00
Mathieu Arnold
df734ad65e Update BIND9.
- 9.9 -> 9.9.7-P2
- 9.10 -> 9.10.2-P3

Security:	CVE-2015-5477
Sponsored by:	Absolight
2015-07-28 22:21:44 +00:00
Rodrigo Osorio
8592bebf48 Fix wrong network interfaces enumeration caused by a bug when parsing the ioctl(SIOCGIFCONF) responses.
Bump portrevision
2015-07-27 20:32:37 +00:00
Sunpoet Po-Chuan Hsieh
7df09b8e13 - Add p5-IO-Async-Resolver-DNS 0.05
IO::Async::Resolver::DNS extends the IO::Async::Resolver class with extra
methods and resolver functions to perform DNS-specific resolver lookups. It does
not directly provide any methods or functions of its own.

These functions are provided for performing DNS-specific lookups, to obtain MX
or SRV records, for example. For regular name resolution, the usual getaddrinfo
and getnameinfo methods on the standard IO::Async::Resolver should be used.

WWW: http://search.cpan.org/dist/IO-Async-Resolver-DNS/
2015-07-27 19:25:30 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Mark Felder
7f710219af Update to 1.31
Add USES=gmake to build on all supported FreeBSD releases

PR:		201780
Security:	CVE-2015-2059
Security:	4caf01e2-30e6-11e5-a4a5-002590263bf5
MFH:		2015Q3
2015-07-23 15:49:49 +00:00
Sunpoet Po-Chuan Hsieh
5d366c5deb - Fix conflicts between Net::DNS::SEC 0.22 and Net::DNS 1.01:
- Remove Net::DNS::RR::* as they are integrated to Net::DNS 1.01
  - Update *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for package change
2015-07-19 16:36:31 +00:00
Sunpoet Po-Chuan Hsieh
d0eef3a2f2 - Update to 1.01
- Update LICENSE
- Update *_DEPENDS
- Add GOST options
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2015-07-19 16:36:24 +00:00
Matthias Andree
0634dfbcfc Update to new release candidate #3
DNSSEC fix, signed wildcard CNAME to unsigned domain.
      Update Polish translation.
2015-07-18 12:58:18 +00:00
Dmitry Marakasov
8ce8cac335 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-15 18:31:13 +00:00
Matthias Andree
c95b6b67fe Update to new upstream release candidate 2.74rc1.
To fix three regressions in 2.73:

1) The meaning of --conf-file without an argument changed from "don't
read any conf-file" to "read the default conf-file"

2) A resolv-file which was dangling symlink at startup causes
problems, up to and including a segmentation fault.

3) Under some circumstances, dnsmasq can use more file descriptors,
and this shows up that the code doesn't handle the limit (normally
1024) in the number of descriptors handled by the select() system call.
2015-07-15 00:57:19 +00:00
Kurt Jaeger
79a9aa38a7 New port: dns/p5-Net-RNDC
Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol
and the rndc client.

WWW: http://search.cpan.org/dist/Net-RNDC/
2015-07-14 20:25:50 +00:00
Sunpoet Po-Chuan Hsieh
72ed210507 - Add NO_ARCH 2015-07-09 15:43:32 +00:00
Sunpoet Po-Chuan Hsieh
5ab11ae159 - Add LICENSE
- Add NO_ARCH
2015-07-09 15:43:28 +00:00
Sunpoet Po-Chuan Hsieh
ed22b10583 - Add NO_ARCH 2015-07-09 15:43:24 +00:00
Mathieu Arnold
f10c0cc39d Update BIND 9.9 to 9.9.7-P1 and 9.10 to 9.10.2-P2.
MFH:		2015Q3
Security:	CVE-2015-4620
Sponsored by:	Absolight
2015-07-07 22:15:07 +00:00
Jimmy Olgeni
a0b3668460 Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump.
2015-07-06 22:27:17 +00:00
Sunpoet Po-Chuan Hsieh
b0ef7d5714 - Remove blank line between NO_ARCH and USE_RUBY 2015-07-06 18:05:37 +00:00
Steve Wills
044a7c3516 dns/denominator: update to 4.5.1 2015-07-06 16:59:12 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Erwin Lansing
d506538d21 Update to 4.1.3
PR:		201261
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2015-07-02 07:49:57 +00:00
Jimmy Olgeni
ab6a57dbba Add dns/erlang-idna, an implementation of IDNA in pure Erlang. 2015-07-01 08:24:09 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Bartek Rutkowski
71115cc037 dns/powerdns-recursor: update 3.7.2 -> 3.7.3
PR:		201081
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2015-06-26 09:10:07 +00:00
Bartek Rutkowski
18f3656190 dns/powerdns: update 3.4.4 -> 3.4.5
- Add CPE info
- Remove obsolete CONFLICTS field
- Remove obsolete patch

PR:		201080
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2015-06-25 14:39:01 +00:00
Dmitry Marakasov
4319df83ef - Update to 1.6.4
PR:		200960
Submitted by:	freebsd@dns-lab.com (maintainer)
2015-06-25 09:46:00 +00:00
Mathieu Arnold
c049f80c05 If you're using DISTVERSION, might as well really use it.
Sponsored by:	Absolight
2015-06-25 08:14:42 +00:00
Rene Ladan
f3070efc08 Remove expired port:
2015-06-21 dns/maradns1: MaraDNS 1 end-of-life: June 21, 2015, use dns/maradns
2015-06-23 20:05:20 +00:00
Dmitry Marakasov
455152c68b - Update to 2.0.0-rc1
PR:		201029
Submitted by:	freebsd@dns-lab.com (maintainer)
2015-06-23 16:13:06 +00:00
Baptiste Daroussin
18905d6678 Convert to USES=autoreconf 2015-06-21 16:07:23 +00:00
Matthias Andree
bc024d4800 Upgrade dnsmasq to new release 2.73.
Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOGDisable dnsmasq-devel (older than stable).
Switch to using @sample keyword [1].

PR:           200717 [1]
Submitted by: Jimmy Olgeni
2015-06-16 00:48:01 +00:00