Commit graph

4104 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
44d7b87512 Use UTF-8 locale to ensure psl-make-dafsa processing
The error message using C locale is as follows:

./psl-make-dafsa --output-format=cxx+ "/usr/local/share/public_suffix_list/public_suffix_list.dat" suffixes_dafsa.c
Traceback (most recent call last):
  File "./psl-make-dafsa", line 695, in <module>
    sys.exit(main())
  File "./psl-make-dafsa", line 689, in main
    outfile.write(converter(parser(infile, utf_mode, codecs), utf_mode, codecs))
  File "./psl-make-dafsa", line 559, in parse_psl
    for line in infile:
  File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7619: ordinal not in range(128)
2017-04-07 23:16:15 +00:00
Sunpoet Po-Chuan Hsieh
c2c153fe30 Update to 1.19
- Remove MASTER_SITE_SUBDIR

Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2017-04-06 21:56:38 +00:00
Mark Linimon
67cab83a77 Now builds on sparc64. 2017-04-05 02:10:25 +00:00
Sunpoet Po-Chuan Hsieh
b871026318 Update to 0.0.0.20170401
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-04-02 02:37:20 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Tobias Kortkamp
5000111fb7 Add missing databases/py-sqlite3 dependency
PR:		218227
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10204
2017-03-30 20:21:58 +00:00
Sunpoet Po-Chuan Hsieh
a7d6f7616c Update to 1.4.1
Changes:	https://github.com/DNS-OARC/dnscap/releases
2017-03-30 15:13:00 +00:00
Craig Rodrigues
f595668f6b Move from google code to github
Approved by:		ak
Differential Revision:	https://reviews.freebsd.org/D10159
2017-03-28 08:06:22 +00:00
Sunpoet Po-Chuan Hsieh
c1ee994180 Update to 1.09
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-03-25 04:37:49 +00:00
Sunpoet Po-Chuan Hsieh
b86588d60d Add rubygem-validates_hostname 1.0.6
Extension to ActiveRecord::Base for validating hostnames and domain names.

Features:
- Adds validation for hostnames to ActiveModel
- Supports i18n for the error messages

WWW: https://github.com/KimNorgaard/validates_hostname
2017-03-22 21:03:48 +00:00
Mathieu Arnold
12e3b34a8e Fix build.
Sponsored by:	Absolight
2017-03-21 23:47:24 +00:00
Martin Matuska
14eb70b514 Horde package update:
devel/pear-Horde_Cli 2.0.7 -> 2.1.0
devel/pear-Horde_Core 2.27.8 -> 2.28.1
www/pear-Horde_Form 2.0.15 -> 2.0.16
dns/pear-Horde_Idna 1.0.4 -> 1.1.0
graphics/pear-Horde_Image 2.3.6 -> 2.4.0
textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0
www/horde-ansel 3.0.5 -> 3.0.6
www/horde-base 5.2.13 -> 5.2.14
mail/horde-imp 6.2.17 -> 6.2.18
mail/horde-ingo 3.2.13 -> 3.2.14
deskutils/horde-kronolith 4.2.19 -> 4.2.20
deskutils/horde-mnemo 4.2.12 -> 4.2.13
deskutils/horde-nag 4.2.13 -> 4.2.14
mail/horde-turba 4.2.18 -> 4.2.19
2017-03-21 23:38:47 +00:00
Matthias Andree
b945d9912f Update to -test4 release, forward port IPSET [1]
Changes since -test3 release (edited diff from CHANGELOG):
* Improve logging of upstream servers when there are a lot of "local
  addresses only" entries.
* Implement RFC 6842.
* Make --bogus-priv apply to IPv6, for the prefixes specified in RFC6303.

Forward port IPSET option from ../dnsmasq port, to permit build on
PF-less systems.

PR:		217900 [1]
Submitted by:	Oliver Pinter <oliver.pinter@hardenedbsd.org>
2017-03-21 22:50:44 +00:00
Matthias Andree
b4f3ace967 Correct placement of option helpers.
Related to:
PR: 217900
2017-03-21 22:45:43 +00:00
Matthias Andree
e5b50fecb1 Allow build on PF-less (NO_IPSET) systems.
This adds a new ports option, IPSET, defaulting to on.

Use the opportunity to use the options helpers OPT_CFLAGS[_OFF] on the
trivial options.

PR:		217900
Submitted by:	Oliver Pinter <oliver.pinter@hardenedbsd.org>
2017-03-21 22:43:56 +00:00
Sunpoet Po-Chuan Hsieh
5554627c9f Add THREADS option
PR:		217976
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
2017-03-21 20:40:18 +00:00
Sunpoet Po-Chuan Hsieh
d07ce734c1 Add rubygem-simpleidn 0.0.7
SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode
UTF-8 strings and visa versa.

WWW: https://github.com/mmriis/simpleidn

PR:		217910
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2017-03-20 00:28:57 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Sunpoet Po-Chuan Hsieh
a8ffb6dd89 Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31
PR:		217875
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-03-18 17:12:54 +00:00
Tobias C. Berner
86a1cc0a58 Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.

PR:		217709
Exp-Run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9959
2017-03-17 06:27:30 +00:00
Jason Unovitch
df713040b0 dns/nsd: Fix missing _t to _type conversion for disable-radix-tree option
- Noting NSD changelog, recent update renamed _t typedefs because POSIX
  reserves them. The 4.1.15 update missed a few conversion.
- Unbreak RADIXTREE. No PORTREVISION change as port would not have built.

PR:		217640
Reported by:	Max Kostikov <max@kostikov.co>
Submitted by:	w.schwarzenfeld@utanet.at (the suggested diff)
		jaap@NLnetLabs.nl (maintainer - the port patch)
Obtained from:	nsd svn r4741
2017-03-17 02:14:39 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Jan Beich
b092787733 dns/openmdns: update to 0.7
Changes:	https://github.com/haesbaert/mdnsd/compare/627cc56...0.7
2017-03-11 08:37:50 +00:00
Sunpoet Po-Chuan Hsieh
b209cfbd8f Use real PORTVERSION and update dependent ports
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
2017-03-10 22:45:52 +00:00
Sunpoet Po-Chuan Hsieh
f46547b081 Update to 1.18
Changes:	http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
2017-03-08 16:51:27 +00:00
Bartek Rutkowski
0239e18ae0 dns/opendnssec2: update 2.0.3 -> 2.1.0
- Fix DB scripts from docs

PR:		217563
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
MFH:		2017Q1
2017-03-08 11:04:53 +00:00
Wen Heping
a8ec31d475 - Update to 1.4.3
PR:		217609
Submitted by:	joneum@bsdproject.de(maintainer)
2017-03-08 02:38:24 +00:00
Wen Heping
a300cdae9c - Update to 1.6.1
PR:		217614
Submitted by:	jaap@NLnetLabs.nl(maintainer)
2017-03-08 01:48:33 +00:00
Jason Unovitch
8643d00296 dns/nsd: update 4.1.14 -> 4.1.15
PR:		217537
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2017-03-05 01:03:40 +00:00
Dmitry Marakasov
908dfd1bd4 - Switch to USES=localbase
- Switch to options helpers
- Simplify installation
- Switch to pkg-message
2017-03-04 09:01:47 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Martin Wilke
6d14406a13 - Chase ldns shlip bump
PR:		217495
2017-03-03 04:12:20 +00:00
Martin Wilke
ab59fa291c - Update to 1.7.0
Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog

PR:		        217495
Submitted by:	maintainer
2017-03-03 04:11:14 +00:00
Sunpoet Po-Chuan Hsieh
585d14b21e Update to 1.12
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes
2017-03-02 17:59:37 +00:00
Jimmy Olgeni
e1c979486b Update dns/erlang-idna to version 4.0.0. 2017-03-01 11:18:09 +00:00
Sunpoet Po-Chuan Hsieh
04d8637039 Update to 1.4.0
- Add my LOCAL to MASTER_SITES

Changes:	https://github.com/DNS-OARC/dnscap/releases
2017-02-28 14:57:52 +00:00
Bartek Rutkowski
255d1799b5 dns/mDNSResponder_nss: update 765.20.4 -> 765.30.11
PR:		216596
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2017-02-28 08:51:22 +00:00
Sunpoet Po-Chuan Hsieh
deacaf1e7e Update to 0.0.0.20170223
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-02-27 14:14:08 +00:00
Dmitry Marakasov
f3bcde2879 - Update to 1.1.0
PR:		216951
Submitted by:	mjl@luckie.org.nz
Approved by:	maintainer timeout (d.pryadko@rambler-co.ru, 2 weeks)
2017-02-27 13:53:29 +00:00
Bernard Spil
a5c65f771e dns/yadifa: Fix LibreSSL build issues
- Add checks for LIBRESSL_VERSION_NUMBER

PR:		217349
Obtained from:	https://github.com/yadifa/yadifa/pull/2
2017-02-27 10:41:46 +00:00
Ruslan Makhmatkhanov
1e9fe3f4df dns/knot-resolver: update to 1.2.3
- tweak make variables
- remove unneeded local patches

PR:		217326
Submitted by:	 Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2017-02-26 15:17:58 +00:00
Jan Beich
7b82e61775 dns/openmdns: update to 0.6.24
Changes:	d76ce05...627cc56
2017-02-23 07:35:07 +00:00
Don Lewis
af7a1ea6d1 Upgrade devel/mtbl to version 1.0.0:
mtbl (1.0.0)

   * Backwards-incompatible file format change to enable block sizes >4G.
   * Add support for zstd compression. This adds a new library dependency
     on libzstd.
   * Add mtbl_iter_seek function.
   * Add mtbl_fileset_partition function.
   * Breaks ABI for version 0.x.x.

  mtbl (0.8.1)

   * Add portability for clock time.
   * Simplify and improve portability related to byte order primitives.
   * Fix assertion failure. If there is a broken mtbl file in the fileset
     then a NULL reader will be returned. This change checks for that
     error condition in fs_reinit_merger() and does not pass the empty
     reader onwards to mtbl_merger_add_source().

Compatiblity with the latest libz4 has been added so files/patch-configure
is no longer needed.

Bump PORTREVISION on dependent ports due to ABI / shared library version
change.
2017-02-23 01:54:12 +00:00
Sunpoet Po-Chuan Hsieh
af5b85e938 Update to 1.08
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-02-21 16:36:55 +00:00
Mathieu Arnold
ccf4d8ede3 Update to latest snapshot.
Sponsored by:	Absolight
2017-02-20 16:05:43 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Mathieu Arnold
9cb2c90e32 Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by:	Absolight
2017-02-17 16:49:13 +00:00
Sunpoet Po-Chuan Hsieh
0b6a6a7d76 Update to 0.0.0.20170206
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-02-16 16:45:37 +00:00