1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

3619 Commits

Author SHA1 Message Date
Mathieu Arnold
60903cdb82 Update to 7321d8d.
Sponsored by:	Absolight
2015-12-28 14:14:42 +00:00
Matthias Andree
197e2ba892 Update to 2.76test1. 2015-12-21 23:22:35 +00:00
Mathieu Arnold
123e2d3d03 Remove that line, it should not have been there.
Sponsored by:	Absolight
2015-12-21 22:53:30 +00:00
Sunpoet Po-Chuan Hsieh
5c97f72f63 - Convert to new options helper
- Remove PKGNAMESUFFIX
- Bump PORTREVISION for PKGNAME change
2015-12-21 18:35:08 +00:00
Sunpoet Po-Chuan Hsieh
2cfd42ee50 - Update to 0.0.0.20151217
Changes:	https://github.com/publicsuffix/list/commits/master
2015-12-21 18:33:28 +00:00
Mathieu Arnold
c9d6c84458 Update to 20151219 snapshot.
- While there, update the named.root

Sponsored by:	Absolight
2015-12-21 14:18:20 +00:00
Thomas Zander
de30e81f40 Update to upstream version 0.3
While on it:
- Pet portlint
- Add LICENSE*

PR:		205376
Submitted by:	jochen@jochen-neumeister.de
2015-12-19 18:19:11 +00:00
Martin Wilke
db0a5d49d9 - Fix a typo
PR:		205373
Submitted by:	TEUBEL György
Approved by:	mat (mentor), maintainer
Differential Revision:	D4604
2015-12-18 05:45:00 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Martin Wilke
05efbd53c3 - Update to 3.2.20
- Switch to options heler

PR:		205290
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	D4578
2015-12-16 05:10:48 +00:00
Martin Wilke
31689742d2 - Update to 4.1.7
- Switch to options helper

PR:		205292
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	D4579
2015-12-16 05:09:16 +00:00
Mathieu Arnold
ade4e0672d Update BIND9 to the latest patch releases, 9.9.8-P2, 9.10.3-P2, and snapshot.
MFH:		2015Q4
Changes:	https://kb.isc.org/article/AA-01326/81/BIND-9.9.8-P2-Release-Notes.html
Changes:	https://kb.isc.org/article/AA-01328/81/BIND-9.10.3-P2-Release-Notes.html
Security:	CVE-2015-3193
Security:	CVE-2015-8000
Security:	CVE-2015-8461
Sponsored by:	Absolight
2015-12-16 00:45:02 +00:00
Baptiste Daroussin
ff94a67785 Mark as broken: does not fetch 2015-12-12 23:02:03 +00:00
Sunpoet Po-Chuan Hsieh
923d79d699 - Update to 1.04
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2015-12-11 05:29:00 +00:00
Martin Wilke
a59ffc1f28 - Update to 2.0.2
- Fix start script

PR:		204826
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4464
2015-12-10 14:09:19 +00:00
Mathieu Arnold
faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00
Dmitry Marakasov
bc9d7a859b Python library for looking up blockchain data via DNSChain
WWW: https://github.com/okTurtles/pydnschain

PR:		201384
Submitted by:	yuri@rawbw.com
2015-12-04 15:03:12 +00:00
Sunpoet Po-Chuan Hsieh
8456136b93 - Add LICENSE_FILE [1]
- Add NO_ARCH [1]
- Sort USE_PYTHON [2]

Approved by:	portmgr (blanket) [1]
With hat:	python [2]
2015-12-04 12:36:04 +00:00
Sunpoet Po-Chuan Hsieh
a965b37b81 - Update to 0.22
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
2015-12-04 12:34:09 +00:00
Sunpoet Po-Chuan Hsieh
618d3b51b2 - Add LICENSE_FILE 2015-12-04 12:32:25 +00:00
Sunpoet Po-Chuan Hsieh
a77e6098b0 - Add LICENSE_FILE 2015-12-04 12:32:17 +00:00
Sunpoet Po-Chuan Hsieh
c1e77152ec - Add libpsl 0.11.0
A "public suffix" is a domain name under which Internet users can directly
register own names.

Browsers and other web clients can use it to
- avoid privacy-leaking "supercookies"
- avoid privacy-leaking "super domain" certificates [1]
- domain highlighting parts of the domain in a user interface
- sorting domain lists by site

Libpsl...
- has built-in PSL data for fast access
- allows to load PSL data from files
- checks if a given domain is a "public suffix"
- provides immediate cookie domain verification
- finds the longest public part of a given domain
- finds the shortest private part of a given domain
- works with international domains (UTF-8 and IDNA2008 Punycode)
- is thread-safe
- handles IDNA2008 UTS#46 (libicu is used by psl2c if installed)

[1] http://lists.gnu.org/archive/html/bug-wget/2014-03/msg00093.html

WWW: https://github.com/rockdaboot/libpsl
2015-12-04 12:23:12 +00:00
Sunpoet Po-Chuan Hsieh
e937d78a46 - Add libidn2 0.10
Libidn2 is an implementation of IDNA2008 internationalized domain names.

WWW: http://www.gnu.org/software/libidn/#libidn2
2015-12-04 12:22:22 +00:00
Sunpoet Po-Chuan Hsieh
3b7cdc0920 - Add public_suffix_list 0.0.0.20151203
The Public Suffix List

A "public suffix" is one under which Internet users can (or historically could)
directly register names. Some examples of public suffixes are .com, .co.uk and
pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.

WWW: https://publicsuffix.org/
WWW: https://github.com/publicsuffix/list/
2015-12-04 12:21:42 +00:00
Mathieu Arnold
bce36ad374 Use @sample.
Sponsored by:	Absolight
2015-11-30 17:39:16 +00:00
Mathieu Arnold
c0d67a60ca Fix runtime problem[1], use options helpers.
1: Cannot open %%PREFIX%%/etc/rbllookup.conf at /usr/local/bin/rbllookup line 61.

Sponsored by:	Absolight
2015-11-30 15:10:35 +00:00
Sunpoet Po-Chuan Hsieh
66f504a952 - Add BUILD_DEPENDS
- Add NO_ARCH
2015-11-29 07:00:38 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Martin Wilke
36df4e45e8 - Update to 1.6.6
PR:		        204825
Submitted by:	Leo Vandewoestijne (maintainer)
Approved by:	bapt (mentor)
2015-11-27 08:45:43 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Kurt Jaeger
744045bfca dns/totd: new MASTER_SITES, unbreak, point WWW to new site
PR:		Chris Hutchinson <portmaster@bsdforge.com>
Approved by:	ed (maintainer timeout)
2015-11-21 20:51:14 +00:00
Frederic Culot
19c20fde90 - Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping 2015-11-21 13:33:18 +00:00
Philippe Audeoud
c0fd18458a Revert because upstream is really buggy with many impacts: https://rt.cpan.org/Public/Bug/Display.html?id=108745
PR:		204656
Submitted by:	lampa@fit.vutbr.cz
2015-11-20 15:25:29 +00:00
Dmitry Marakasov
529d756df3 - Switch to options helpers 2015-11-19 11:58:42 +00:00
Mathieu Arnold
ad02e0f4df Update to commit 2df6324.
Sponsored by:	Absolight
2015-11-16 14:59:01 +00:00
Don Lewis
247fc134bd Upgrade to version 0.6.0
* Enable cython embedsignature

  * Add support for query timeouts

  * Merge pull request #4 from farsightsec/query_timeout

  * Add support for time fencing

  * Merge pull request #5 from farsightsec/time_filter

  * Fixup for the dnstable_query_set_filter_parameter() API change

  * setup.py: Require libdnstable >= 0.8.0

Sponsored by:	Farsight Security, Inc.
2015-11-14 22:36:14 +00:00
Don Lewis
3ea8f37a12 Upgrade to version 0.9.0.
[ Henry Stern ]
  * New "query timeout" feature which allows for a configurable timeout on the
    execution of certain types of queries. Introduces new function
    dnstable_query_set_timeout() and new result code dnstable_res_timeout
    (#8).

  * New "time fencing" feature which filters based on 'time_first' and
    'time_last' values. Introduces new enum dnstable_filter_parameter_type and
    new function dnstable_query_set_filter_parameter() (#9).

  * Performance enhancement for some IP range and prefix searches (#11).

  * Fix unhandled IPv4/IPv6 address overflow for IP range/prefix queries
    (#14).

  [ Robert Edmonds ]
  * dnstable_convert: Assert vendor 'SIE' and message type 'dnsdedupe' so that
    the following cast of the return value of nmsg_message_get_payload() is
    safe (#10).

  * Use CLOCK_MONOTONIC_COARSE rather than CLOCK_MONOTONIC_RAW for query
    timeouts (#12).

  * query_iter_next_ip(): Fix zero fill condition (#15).

Sponsored by:	Farsight Security, Inc.
2015-11-14 22:30:24 +00:00
Erwin Lansing
7a63ee5883 Update to 4.1.6
Major Bug Bug Fixes:
- This release fixes segfault after start when many interfaces are in use.
- This version returns the EDNS bad version response with the AD flag
  unset for improved conformance.

Minor Buf Fixes:
- Fix #701: Fix that AD=1 set in a BADVERS response.
- Fix typo in zonec.c inside error message.
- Fix #711: Document that debug-mode yes is used for staying
  attached to the supervisor console.
- Document verbosity 3 prints more information.
- nsd-checkconf warns for master zones with no zonefile statement.
- Fix start failure when many file descriptors are in use.
- The servfail rcode is not printed with a space in the middle.
- print failed token for config syntax error or parse error.

PR:		204533
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:	DK Hostmaster A/S
2015-11-13 22:22:39 +00:00
Sunpoet Po-Chuan Hsieh
4e069d5061 - Update to 1.054
- Add LICENSE
- Sort and update *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Client-DNS/CHANGES
2015-11-13 19:13:17 +00:00
Mark Felder
02548092cb dns/powerdns: Update to 3.4.7
MFH:		2015Q4
Security:	CVE-2015-5311
Security:	56665ccb-8723-11e5-9b13-14dae9d210b8
2015-11-09 21:17:03 +00:00
Sunpoet Po-Chuan Hsieh
c4f9360743 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2015-11-09 18:44:42 +00:00
Philippe Audeoud
5d1d758120 - Update to 1.03 2015-11-09 16:29:04 +00:00
Mathieu Arnold
b9fcdecf5f Update to commit e13d04f.
Sponsored by:	Absolight
2015-11-09 11:40:38 +00:00
John Marino
d8a337c64b dns/ironsides: Upgrade snapshot 2014-04-20 => 2015-04-15 2015-11-07 11:51:44 +00:00
Mathieu Arnold
93272c5ded Add a bind9 development version, extracted from their git repository.
Requested by:	many
Sponsored by:	Absolight
2015-11-05 15:01:29 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Kubilay Kocak
f20b2099a6 [NEW] dns/py-idna: Internationalized Domain Names in Applications (IDNA)
A library to support the Internationalised Domain Names in Applications
(IDNA) protocol as specified in RFC 5891. This version of the protocol
is often referred to as “IDNA2008” and can produce different res
lts from the earlier standard from 2003.

The library is also intended to act as a suitable drop-in replacement
for the "encodings.idna" module that comes with the Python standard
library but currently only supports the older 2003 specification.

WWW: https://github.com/kjd/idna

Noticed by:	brnrd (for py-cryptography)
2015-11-02 16:30:46 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Sunpoet Po-Chuan Hsieh
559518aa70 - Update to 1.5.2
- Add LICENSE_FILE

Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2015-10-30 11:26:01 +00:00
Jason Unovitch
0af2269042 dns/dnsdist: 0.0.281gade4ced -> 0.0.336gc278ffd
- Also add maintainer mirror and LOCAL as a fallback. Upstream only seems
  to keep the last 50 distfiles on their mirrors and this has broken fetch
  in the past (see bug 203613).

PR:		204113
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-30 01:58:13 +00:00