Commit graph

426587 commits

Author SHA1 Message Date
Ashish SHUKLA
938c9d589e - Update Emacs to 25.3
Security:	https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html
2017-09-12 15:34:32 +00:00
Sunpoet Po-Chuan Hsieh
ad2eb451be Update to 4.3.1
- Update COMMENT

Changes:	https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes
PR:		222228
Submitted by:	Gleb Popov <6yearold@gmail.com> (maintainer)
MFH:		2017Q3
2017-09-12 15:15:37 +00:00
Ashish SHUKLA
70a32c8c07 - Correct package name in Emacs vulnerability
- Also add emacs-nox11 to the list
2017-09-12 14:53:35 +00:00
Luca Pizzamiglio
5d6ca85cdb benchmarks/stress-ng: updating to 0.8.14
Changes: http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?h=V0.08.14&id=64e90341ba9262c4fe2dcbded3d3a524d70ff415

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12335
2017-09-12 14:51:08 +00:00
Jimmy Olgeni
cfe3c20064 Quick COMMENT fix for lang/py-hy. 2017-09-12 14:49:45 +00:00
Fukang Chen
a6c793d3b2 mail/py-pymailq: Update to 0.8.0
Reviewed by:	koobs
Approved by:	koobs (ports)
Differential Revision:	https://reviews.freebsd.org/D12198
2017-09-12 14:42:41 +00:00
Jan Beich
74350d67bf lang/phantomjs: unbreak with ICU 59.1
API/JSStringRef.cpp:40:12: error: no matching function for call to 'create'
    return OpaqueJSString::create(chars, numChars).leakRef();
           ^~~~~~~~~~~~~~~~~~~~~~
API/OpaqueJSString.h:44:39: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned length)
                                      ^
API/OpaqueJSString.h:49:39: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned length)
                                      ^
API/OpaqueJSString.h:39:39: note: candidate function not viable: requires 0 arguments, but 2 were provided
    static PassRefPtr<OpaqueJSString> create() // null
                                      ^
API/OpaqueJSString.h:54:57: note: candidate function not viable: requires 1 argument, but 2 were provided
    JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&);
                                                        ^
API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying'
    return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars, WTF::DoesNotHaveTerminatingNullCharacter)).leakRef();
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../WTF/wtf/text/StringImpl.h:431:57: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    WTF_EXPORT_STRING_API static PassRefPtr<StringImpl> createWithoutCopying(const UChar* characters, unsigned length, HasTerminatingNullCharacter);
                                                        ^
../WTF/wtf/text/StringImpl.h:432:57: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    WTF_EXPORT_STRING_API static PassRefPtr<StringImpl> createWithoutCopying(const LChar* characters, unsigned length, HasTerminatingNullCharacter);
                                                        ^
API/JSStringRef.cpp:86:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *')
    return string->characters();
           ^~~~~~~~~~~~~~~~~~~~

PR:		222222
Obtained from:	upstream (WebKit, rebased)
2017-09-12 14:39:53 +00:00
Jan Beich
c760dbb567 multimedia/ffmpeg: update to 3.3.4
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security:	CVE-2017-14054 CVE-2017-14055 CVE-2017-14056 CVE-2017-14057
Security:	CVE-2017-14058 CVE-2017-14059 CVE-2017-14169 CVE-2017-14170
Security:	CVE-2017-14171 CVE-2017-14222 CVE-2017-14223 CVE-2017-14225
MFH:		2017Q3
2017-09-12 14:39:44 +00:00
Mathieu Arnold
4eba270d45 Add support from check_procs's -j <jailid>.
This was added in r448907 and r448923.

PR:		221910
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
2017-09-12 14:39:06 +00:00
Steve Wills
6a27eed237 Update to new tar
No changes detected in source
2017-09-12 13:42:55 +00:00
Ashish SHUKLA
fab2d5f80b - Document emacs vulnerability 2017-09-12 13:25:16 +00:00
Jan Beich
fb8c6ffaed Back out C++11 changes for ICU >= 59
r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.

Pointy hat to:	jbeich
PR:		218788 222222 222225
2017-09-12 13:01:22 +00:00
Mathieu Arnold
427492612c Fix -i -ne usage when the argument has a full path.
Right now, it fails with:

Can't rename in-place work file '/tmp/g5jI40tc' to '/tmp/foo': Capabilities insufficient

Obtained from:	#p5p on irc.perl.org
Sponsored by:	Absolight
2017-09-12 12:22:18 +00:00
Danilo G. Baio
bc51cd78e8 net-mgmt/cacti: Update to 1.1.22
Changes:	https://www.cacti.net/release_notes.php?version=1.1.22

PR:		222216
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-09-12 11:15:03 +00:00
Mathieu Arnold
7c036fceb6 Update to 4.3.4.
Sponsored by:	Absolight
2017-09-12 11:11:39 +00:00
Pietro Cerutti
855dd8ee80 databases/speedtables: update to 1.13.4, cleanup Makefile
Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.13.4
2017-09-12 11:07:52 +00:00
Jan Beich
be8b3c9367 security/nss: update to 3.32.1
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.32.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_32_1_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
MFH:		2017Q3 (maybe security, required by firefox-56.0)
2017-09-12 09:12:11 +00:00
Kubilay Kocak
591d9b5efd www/py-gandi.cli: Update to 0.21
Remove post-extract target, removal of compiled files from sdist has
been merged upstream [1].

Note: A number of PaaS tests fail, this has been reported upstream [2].

[1] https://github.com/Gandi/gandi.cli/pull/180
[2] https://github.com/Gandi/gandi.cli/issues/215


  https://github.com/Gandi/gandi.cli/blob/0.21/CHANGES.rst

Requested by:	bapt
2017-09-12 09:05:26 +00:00
Dmitry Marakasov
1dd82f4b95 - Add LICENSE_FILE
- Switch to options helpers
- Style fixes

Approved by:	portmgr blanket
2017-09-12 09:01:49 +00:00
Dmitry Marakasov
0265cbc477 - Add LICENSE
- Switch to options helpers
- Regenerate patches
- Cleanup plist
- Update WWW
2017-09-12 09:01:48 +00:00
Nicola Vitale
b91360b149 - Update to 0.30.0 2017-09-12 08:24:02 +00:00
Jimmy Olgeni
d5b6facaaa Update net/rabbitmq to version 3.6.12. 2017-09-12 08:19:17 +00:00
Jan Beich
b3e9e2c72a www/firefox: unbreak on powerpc64, sparc64
In file included from objdir/dist/include/mozilla/dom/EventTarget.h:12:0,
                 from dom/base/nsPIDOMWindow.h:15,
                 from objdir/dist/include/mozilla/DOMEventTargetHelper.h:13,
                 from dom/presentation/PresentationAvailability.h:10,
                 from dom/presentation/AvailabilityCollection.cpp:10,
                 from objdir/dom/presentation/Unified_cpp_dom_presentation0.cpp:2:
dom/base/nsWrapperCache.h:48:1: error: static assertion failed: Only support 32-bit and 64-bit
 static_assert(sizeof(void*) == 4, "Only support 32-bit and 64-bit");
 ^

Reported by:	Martin Husemann (via upstream bug)
2017-09-12 05:48:43 +00:00
Kurt Jaeger
70cbfe3880 security/logcheck: fix bugs of logcheck-test and its man page
PR:		221925
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-12 05:44:36 +00:00
Kurt Jaeger
12722a79c8 www/tdiary: Make tdiary-inst.rb fit for current version
PR:		221930
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-12 05:21:09 +00:00
Adam Weinberger
9d95d69a95 Update VVV patch to support 1.9.0, and unbreak the NNTP option.
PR:		222244
Submitted by:	maintainer (dereks lifeofadishwasher com)
2017-09-12 02:29:53 +00:00
Kurt Jaeger
b267ac4371 editors/with-editor: update 2.5.11 -> 2.6.0
PR:		222121
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-12 01:46:42 +00:00
Richard Gallamore
ef3e207d8d The Double Ratchet Algorithm is a protocol (similar to OTR) that provides for
perfect forward secrecy in (a)synchronous communications. It uses triple
Diffie-Hellman for authentication and ECDHE for perfect forward secrecy. The
protocol is lighter and more robust than the OTR protocol - providing better
forward and future secrecy, as well as deniability.

The protocol was developed by Trevor Perrin and Moxie Marlinspike. Its chief
use currently is in the Open Whisper Systems Signal package.

WWW: https://github.com/rxcomm/pyaxo

PR:		222040
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor), koobs, sunpoet
Approved by:	lifanov (mentor), matthew (mentor), koobs
Differential Revision:	https://reviews.freebsd.org/D12310
2017-09-11 21:13:54 +00:00
Richard Gallamore
7c3e218a35 txtorcon is an implementation of the control-spec for Tor using the Twisted
networking library for Python.

This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints (like
twistd does) your server or client can make use of Tor immediately, with no
code changes. Start your own Tor or connect to one and get live stream, circuit,
relay updates; read and change config; monitor events; build circuits; create
onion services; etcetera (ReadTheDocs).

PR:		222042
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor), koobs
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12311
2017-09-11 21:02:27 +00:00
Steve Wills
40a5346525 Connect consul_exporter to the build
Reported by:	antoine
Pointyhat to:	swills
2017-09-11 20:13:18 +00:00
Antoine Brodin
9b9ad2d004 When using tcl:someversion+, prefer the default version over the highest
one if none is installed

With hat:	portmgr
2017-09-11 18:32:17 +00:00
Bradley T. Hughes
1a13ed323a www/node6: Update 6.11.2_1 -> 6.11.3
Remove files/patch-node.gyp, since this patch has landed upstream. Use
DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when
DTRACE is enabled.

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12297
2017-09-11 18:09:37 +00:00
Jan Beich
9a6515e1f2 lang/phantomjs: unbreak with ICU >= 59
Running configuration tests...
The ICU library support cannot be enabled.

PR:		222222
2017-09-11 18:06:03 +00:00
Jan Beich
025aa66091 emulators/open-vm-tools: unbreak with ICU >= 59
stringxx/string.cc:927:23: error: use of undeclared identifier 'Unicode_ToTitle'
   return CopyAndFree(Unicode_ToTitle(c_str(), locale), free);
                      ^

PR:		222225
2017-09-11 17:17:19 +00:00
Diane Bruce
162491f4d7 Update to 1.3.34
=Version 1.3.34=

2017-09-01  David Freese  <w1hkj@bellsouth.net>

	e9628ee: Save/Restore
	9213bfc: flrig shell

2017-07-31  Sean Sharkey  <g0oan@icloud.com>

	22e70f6: FT1000 update

2017-07-29  David Freese  <w1hkj@bellsouth.net>

	34fdb94: IC7300 NR scale
	fa0cdaf: IC7200/7300 compile warning

2017-07-23  Steve Magnuson AG7GN  <steve.magnuson@gmail.com>

	661374f: IC7100
2017-09-11 15:58:31 +00:00
Jan Beich
b6a9d30dad multimedia/mpc-qt: update to 17.09.12
Changes:	https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78
2017-09-11 15:57:11 +00:00
Jan Beich
45f949795a devel/fb-adb: backport more fixes, mainly for Oreo
https://github.com/facebook/fb-adb/commit/3a3a52355a39
https://github.com/facebook/fb-adb/commit/281df4766b82
https://github.com/facebook/fb-adb/commit/723148059ce2
2017-09-11 15:56:39 +00:00
Pietro Cerutti
a54778e668 lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependents 2017-09-11 15:23:16 +00:00
Vanilla I. Shu
bf63fb17db Update to 2.9. 2017-09-11 15:20:54 +00:00
Dan Langille
28286a4a8c Upgrade to 0.0.2 2017-09-11 15:20:06 +00:00
Jan Beich
a593cb279c devel/py-pytest-asyncio: update to 0.7.0
Changes:	https://pypi.python.org/pypi/pytest-asyncio#id1
2017-09-11 15:08:09 +00:00
Gerald Pfeifer
d855411f6c Update to the 20170910 snapshot of GCC 8 skipping last week's snapshot
which failed to build for us.
2017-09-11 14:55:29 +00:00
Gerald Pfeifer
0f5f9d33e8 Replace the hard-coded PORTVERSION by GCC_DEFAULT now that we did dump
the major version (so this does not result in a need for PORTEPOCH).

PR:		219275
Reported by:	jbeich
2017-09-11 14:54:12 +00:00
Steve Wills
ac3369e994 sysutils/consul: update to 0.9.3 2017-09-11 14:51:28 +00:00
Steve Wills
d98c489797 sysutils/consul_exporter: create port
Export Consul service health to Prometheus.

WWW: https://github.com/prometheus/consul_exporter

PR:		222226
Submitted by:	Tobias <t.tom@succont.de>
2017-09-11 14:40:12 +00:00
Jan Beich
2a42319cd5 www/webkit-gtk*: unbreak with ICU 59.1
Source/JavaScriptCore/API/JSStringRef.cpp:40:12: error: no matching function for call to 'create'
    return OpaqueJSString::create(chars, numChars).leakRef();
           ^~~~~~~~~~~~~~~~~~~~~~
./Source/JavaScriptCore/API/OpaqueJSString.h:44:39: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:49:39: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:39:39: note: candidate function not viable: requires 0 arguments, but 2 were provided
    static PassRefPtr<OpaqueJSString> create()
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:54:57: note: candidate function not viable: requires 1 argument, but 2 were provided
    JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&);
                                                        ^
Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying'
    return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef();
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Source/WTF/wtf/text/StringImpl.h:393:54: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const UChar* characters, unsigned length);
                                                     ^
./Source/WTF/wtf/text/StringImpl.h:394:54: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const LChar* characters, unsigned length);
                                                     ^
Source/JavaScriptCore/API/JSStringRef.cpp:86:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *')
    return string->characters();
           ^~~~~~~~~~~~~~~~~~~~

PR:		218788
Obtained from:	upstream (rebased)
2017-09-11 14:30:25 +00:00
Vanilla I. Shu
6b2eda67b8 Add py-lmdb 0.93, python bindings for LMDB.
PR:		222188
Submitted by:	Keith Gaughan <k@sterechro.me>
2017-09-11 14:30:17 +00:00
Steve Wills
91a11377f8 textproc/consul-template: update to 0.19.2
PR:		222099
Submitted by:	Tobias <t.tom@succont.de>
2017-09-11 14:13:47 +00:00
Diane Bruce
500292e485 Changes Ver 4.3
- commented out unused function (txTextCB) tnx Ervin, HA2OS

PR:		ports/221933
Submitted by:	Maintainer
2017-09-11 14:09:56 +00:00
Boris Samorodov
6890160490 www/web2ldap: Update to version 1.2.94. 2017-09-11 13:48:06 +00:00