Commit Graph

464074 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d2f5722e63 MFH: r497166
Update to 5.7.7

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security:	fe7e322f-522d-11e9-98b5-216e512dad89

Approved by:	ports-secteam (joneum)
2019-03-30 22:06:36 +00:00
Sunpoet Po-Chuan Hsieh
f62947fbd7 MFH: r497122
Fix CVE-2018-5727

- Bump PORTREVISION for possible package change

Obtained from:	d6b8aed561
Security:	5efd7a93-2dfb-11e9-9549-e980e869c2e9

Approved by:	ports-secteam (joneum)
2019-03-30 22:05:26 +00:00
Sunpoet Po-Chuan Hsieh
57bef2d69a MFH: r496975
Fix CVE-2019-5010

- Bump PORTREVISION for package change

Obtained from:	216a4d83c3
Reference:	https://bugs.python.org/issue35746
Security:	d74371d2-4fee-11e9-a5cd-1df8a848de3d

Approved by:	ports-secteam (miwi)
2019-03-28 18:08:45 +00:00
Jan Beich
932773b097 MFH: r496609 r496996
games/openbor: update to 6978

Changes:	ba3df39f...f5d92c5f
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-03-28 00:40:37 +00:00
Jan Beich
386553ee11 MFH: r496983
www/firefox: update to 66.0.2

Changes:	https://www.mozilla.org/firefox/66.0.2/releasenotes/
PR:		235300
Approved by:	ports-secteam blanket
2019-03-27 21:31:17 +00:00
Jochen Neumeister
94e0469ef1 MFH: r496954
Update to 7.65

Changelog:
 - https://www.drupal.org/SA-CORE-2019-004
 - https://www.drupal.org/project/drupal/releases/7.65

Security:	94d63fd7-508b-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2019-03-27 17:47:36 +00:00
Sunpoet Po-Chuan Hsieh
de643f7a96 MFH: r496917
Update to 3.7.3

Changes:	https://docs.python.org/3.7/whatsnew/changelog.html
Security:	bcc4de965c36f6dea4e6ebcd4289a915

Approved by:	ports-secteam (miwi)
2019-03-27 14:11:23 +00:00
Jan Beich
a55e8738ea MFH: r496870
mail/thunderbird: update to 60.6.1

Changes:	https://www.thunderbird.net/thunderbird/60.6.1/releasenotes/
Approved by:	ports-secteam blanket
2019-03-26 00:59:30 +00:00
Jan Beich
bdf3cf0b78 MFH: r496867
emulators/citra: update to s20190324

Changes:	17c0e903d...c1de8acfe
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-26 00:42:59 +00:00
Kubilay Kocak
dcafe0f711 MFH: r490937 www/py-requests: Update to 2.21.0
- Update USES comment (Python 3.3 support dropped)
 - Rebase setup.py patch (idna change released)
 - Remove comment about failing tests due to httpbin issue which seems
   to now be fixed.

This update includes a pinned urllib3 version bump to < 1.25, which paves
the way for a net/urllib3 update to 1.24 [1].

Note: 2.20.0 includes a security vulnerability fix for CVE-2018-18074

Changelog:

  https://github.com/requests/requests/blob/v2.21.0/HISTORY.md

PR: 		229322 [1]
Security:	50ad9a9a-1e28-11e9-98d7-0050562a4d7b

Approved by:	ports-secteam (miwi)
2019-03-25 07:48:26 +00:00
Kubilay Kocak
e95bd2aad6 MFH: r491252 net/py-pyzmq: Fix framework compliance issues
Identified while QA'ing an upcoming net/libzmq update [1]:

 - Strip shared libraries.
 - Update (correct) LICENSE definition, previous was incomplete.
 - Backport upstream PR [2] to fix test_large_send OOM issue.

 QA: 209 passed, 33 skipped in 58.81 seconds

 [2] https://github.com/zeromq/pyzmq/pull/1219

PR:		230575 [1]
Approved by:	portmgr (blanket: framework compliance)

Approved by:	ports-secteam (blanket: framework compliance)
2019-03-25 07:39:00 +00:00
Kubilay Kocak
9070eebd4f MFH: r489253 devel/py-buildbot: Version-suffix rc script command
For python ports, particularly those that use USE_PYTHON=concurrent, only
the *default* python version/flavor (of the port) gets symlinks created for
any script/binary filenames installed in LOCALBASE/bin.

For non-default Python versions/flavors of the port or package, *only* a
version-suffixed script filename is installed.

The devel/buildbot-worker rc script was fixed in ports r483022 [1] to use a
version-suffixed script name.

This change fixes the same for devel/py-buildbot, whos rc script currently
fails to run due to trying to invoke a non-existent 'buildbot' script name
for the non-default (!2.7) case.

Since a port/package cannot know at run time, at any point what the default
Python version currently is, or whether it has changed, Python ports *must*
always and only refer to version-specific variants for everything,
including the Python interpreter, script shebangs, commands, paths, etc,
for the Python version they are currently being built with.

PR:		234565, 227675 [1]
Reported by:	Andreas Sommer <andreas.sommer87 googlemail com>

Approved by:	ports-secteam (miwi)
2019-03-25 07:34:59 +00:00
Kubilay Kocak
60097679d7 MFH: r489245 security/py-keyrings.alt: Add test support to assist committer QA
Add TEST_DEPENDS and (do-)test target to help QA of an upcoming devel/py-fs
update [1].

The tests currently pass: 128 passed, 61 skipped in 21.56 seconds

While I'm here:

 - Pet portlint (extra item placed in the USES/USE_x section)

PR:		234491
Approved by:	portmgr (framework/infrastructure support/compliance)

Approved by:	ports-secteam (miwi)
2019-03-25 07:30:26 +00:00
Thomas Zander
6791bf4737 MFH: r489574 r496712
math/blitz++ is not compatible with python3

PR:		234633

Remove BROKEN for FreeBSD 12 and 13.

PR:		236705
Submitted by:	lantw44@gmail.com

Approved by:	ports-secteam (riggs)
2019-03-24 10:01:03 +00:00
Jan Beich
4d8dbe2bc7 MFH: r496702
www/firefox-esr-i18n: unbreak after r496564

=> ach.xpi doesn't seem to exist in /portdistfiles/xpi/firefox-60.6.1.
=> Attempting to fetch https://download.cdn.mozilla.net/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ach.xpi
fetch: https://download.cdn.mozilla.net/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ach.xpi: size mismatch: expected 500918, actual 512788

$ diff -r ach.old ach.new | diffstat
 META-INF/manifest.mf |    6 +++---
 META-INF/mozilla.rsa |binary
 META-INF/mozilla.sf  |    6 +++---
 manifest.json        |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

--- ach.old/manifest.json   2009-12-31 21:00:00 UTC
+++ ach.new/manifest.json   2019-03-22 02:33:34 UTC
@@ -42,7 +42,7 @@
     }
   },
   "langpack_id": "ach",
-  "version": "60.0buildid20190312190806",
+  "version": "60.0buildid20190322020346",
   "name": "Acholi (UG) Language Pack",
   "manifest_version": 2,
   "sources": {

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2019-03-24 05:44:09 +00:00
Jan Beich
2dcfb16c04 MFH: r496662
multimedia/ffmpeg: update to 4.1.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Approved by:	ports-secteam (riggs)
2019-03-23 17:45:38 +00:00
Niclas Zeising
5752c1825e MFH: r496614
graphics/drm-current-kmod: update snapshot

Update graphics/drm-current-kmod to the latest snapshot.  This fixes issues
where the readeon driver didn't depend on the ttm module.

Reported by:	johalun
Approved by:	jmd (implicit)

Approved by:	ports-secteam (implicit, drm-driver blanket)
2019-03-23 01:19:58 +00:00
Jan Beich
695ee69d48 MFH: r496608
emulators/citra: update to s20190322

Changes:	aedf5a84b...17c0e903d
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-23 00:38:05 +00:00
Jan Beich
a26b0458a0 MFH: r496564
www/firefox-esr: update to 60.6.1

Changes:	https://www.mozilla.org/firefox/60.6.1/releasenotes/
Approved by:	ports-secteam blanket
2019-03-22 15:18:17 +00:00
Jan Beich
38182fc5e7 MFH: r496563
www/firefox: update to 66.0.1

Changes:	https://www.mozilla.org/firefox/66.0.1/releasenotes/
PR:		235300
Approved by:	ports-secteam blanket
2019-03-22 15:17:18 +00:00
Niclas Zeising
3890d3405e MFH: r496567
grpahics/drm-current-kmod: Update snapshot

Update graphics/drm-current-kmod to the latest snapshot.  This breaks out
the ttm layer to its own module to have things initialized in the correct
order.

Fixes FreeBSDDesktop drm-kms issue #137

Submitted by:	johalun
Approved by:	jmd (maintainer, implicit)

Approved by:	ports-secteam (implicit, drm driver blanket)
2019-03-22 13:39:01 +00:00
Lars Engels
5592b22453 MFH: r496554
security/lynis: Update to 2.7.3

Approved by:	ports-secteam (joneum)
2019-03-22 10:09:18 +00:00
Sunpoet Po-Chuan Hsieh
d2fba90502 MFH: r493395
Update to 4.11.2

Changes:	https://github.com/seattlerb/zentest/blob/master/History.txt

Approved by:	ports-secteam (blanket)
Reported by:	pkg-fallout
2019-03-21 17:28:42 +00:00
Lars Engels
4bb2259d9f MFH: r496444
net-mgmt/icinga2: Update to 2.10.4

Approved by:	portmgr (miwi)
2019-03-21 13:44:01 +00:00
Thomas Zander
27894a3991 MFH: r496436
Update to upstream version 0.21.6

Details:
- Mostly bugfix release, including seek fixes for opus and
  a use-after-free bug in playlist and flac files.
- Upstream changelog see:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.6/NEWS

Approved by:	ports-secteam (riggs)
2019-03-21 10:23:47 +00:00
Jochen Neumeister
a988682592 MFH: r496437
Update to 5.1.1

Changelog: https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/

Security:	15ee0e93-4bbb-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2019-03-21 10:09:54 +00:00
Raphael Kubo da Costa
f8a22b21d8 print/lyx: Fix a bad MFH done in r496238.
That commit was only supposed to backport changes to the port's
dependencies and the post-patch target, yet it changed MINOR_VERSION,
WRKSRC and DISTVERSIONSUFFIX, causing make fetch, make checksum and
other targets to fail.

Approved by:	ports-secteam (implicit)
2019-03-21 08:16:10 +00:00
Niclas Zeising
7423e8eba5 MFH: r496408
x11/libXdmcp: Update to 1.1.3

Update x11/libXdmcp to 1.1.3.  This is a security update, fixing an issue
where ther might be insufficient entropy generating session keys.  It is
unknown if this issue affects FreeBSD.

PR:		236578
Submitted by:	pete@nomadlogic.org
Security:	1b6a10e9-4b7b-11e9-9e89-54e1ad3d6335
		CVE-2017-2625

Approved by:	ports-secteam (implicit, security fix)
2019-03-21 02:15:04 +00:00
Jan Beich
f9fb770e6f MFH: r496400
emulators/citra: update to s20190320

Changes:	1f233e436...aedf5a84b
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-21 00:48:30 +00:00
Jan Beich
7dbf3c17c5 MFH: r494759 r495727 r495733 r495734
games/ponscripter-sekai: unbreak on powerpc64

gmake[2]: *** No rule to make target 'graphics_maltivec.o', needed by 'ponscr'.  Stop.

g++8 -O2 -pipe  -Wl,-rpath=/usr/local/lib/gcc8  -Wl,-rpath=/usr/local/lib/gcc8  -c  -Wall -DUSE_PPC_GFX -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/smpeg2 -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/freetype2 -DLINUX -DUSE_OGG_VORBIS -DCONST_ICONV graphics_altivec.cpp
In file included from graphics_altivec.cpp:29:
/usr/local/lib/gcc8/gcc/powerpc64-portbld-freebsd13.0/8.3.0/include/altivec.h:34:2: error: #error Use the "-maltivec" flag to enable PowerPC AltiVec support
 #error Use the "-maltivec" flag to enable PowerPC AltiVec support
  ^~~~~

PR:		236351
Reported by:	Piotr Kubaj, pkg-fallout
Approved by:	ports-secteam-blanket
2019-03-21 00:13:13 +00:00
Sunpoet Po-Chuan Hsieh
6649bb6b63 MFH: r496188 r496189 r496190 r496191 r496192 r496193 r496194 r496195 r496196
Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md

Update to 4.2.11.1

Changes:	https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Security:	1396a74a-4997-11e9-b5f1-83edb3f89ba1

Approved by:	ports-secteam (miwi)
2019-03-20 18:55:49 +00:00
Sunpoet Po-Chuan Hsieh
e1d1ea70e6 MFH: r496178 r496179 r496180 r496181 r496182 r496183 r496184 r496185 r496186 r496187
Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/actionview/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/activejob/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/activesupport/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/actionpack/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://github.com/rails/rails/blob/5-0-stable/railties/CHANGELOG.md

Update to 5.0.7.2

Changes:	https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Security:	1396a74a-4997-11e9-b5f1-83edb3f89ba1

Approved by:	ports-secteam (miwi)
2019-03-20 18:51:12 +00:00
Sunpoet Po-Chuan Hsieh
422fbcfd16 MFH: r496168 r496169 r496170 r496171 r496172 r496173 r496174 r496175 r496176 r496177
Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/activejob/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/activesupport/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actioncable/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md

Update to 5.1.6.2

Changes:	https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Security:	1396a74a-4997-11e9-b5f1-83edb3f89ba1

Approved by:	ports-secteam (miwi)
2019-03-20 18:45:34 +00:00
Jochen Neumeister
627fdc06c9 MFH: r496334
Update to 1.7.3

Changelog: https://blog.gitea.io/2019/03/gitea-1.7.4-is-released/

PR:		236563
Submitted by:	stb@lassitu.de (maintainer)
Security:	8ba7358-4b02-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2019-03-20 12:03:07 +00:00
Jochen Neumeister
61b013c27b Mark BROKEN in 2019Q1: fails to build
1 warning and 12 errors generated.
gmake[2]: *** [node_lib.target.mk:161: /wrkdirs/usr/ports/www/node6/work/node-v6.17.0/out/Release/obj.target/node_lib/src/node.o] Error 1
rm fdbae697ce2581eab655830cb44851fdf8723710.intermediate
gmake[2]: Leaving directory '/wrkdirs/usr/ports/www/node6/work/node-v6.17.0/out'
gmake[1]: *** [Makefile:73: node] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/node6/work/node-v6.17.0'
*** Error code 1

Reported by:	pkg-fallout
Approved by:	ports-secteam (joneum)
2019-03-20 11:12:16 +00:00
Yuri Victorovich
0ed5918082 MFH: r496214
print/lyx: Correct the python executable location in .py, .cpp, .lyx files; Add missing USExx clauses

lyx was broken without being able to call the python executable.

PR:		236619
Approved by:	rakuco
Approved by:	ports-secteam
2019-03-19 02:22:09 +00:00
Jan Beich
a5572c76ef MFH: r496231
emulators/citra: update to s20190318

Changes:	1fbda5518...1f233e436
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-19 00:50:49 +00:00
Raphael Kubo da Costa
e423e68909 MFH: r496208
Depend on qt5-linguisttools at runtime too.

This fixes bug 236613, which happens when the KWALLET option is disabled. In
this case, we do not pull in devel/qt5-linguisttools even though Falkon's build
system uses e-c-m's ECMPoQmTools.cmake, which requires linguisttools to be
present. As it turns out, we need to run-depend on linguisttools to prevent
this kind of issue anywhere.

PR:		236613
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D19629

Approved by:	ports-secteam (blanket)
2019-03-18 21:05:12 +00:00
Sunpoet Po-Chuan Hsieh
4f7cc7c1ab MFH: r493213 r493610 r495827
Remove outdated comment

The corresponding patches of the 2 ports which contain rubygems version have
been replaced by REINPLACE_CMD command in r486416 and r486417.

Update devel/ruby-gems to 3.0.2

- Update Mk/Uses/gem.mk

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
PR:		235795
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>, sunpoet (myself)
Exp-run by:	antoine

Update to 3.0.3

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
Security:	27b12d04-4722-11e9-8b7c-b5e01141761f

Approved by:	ports-secteam (joneum)
2019-03-17 18:47:04 +00:00
Sunpoet Po-Chuan Hsieh
8aef669cb4 MFH: r492577 r494977 r495995
Update to 5.7.4

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst

Update to 5.7.5

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst

Update to 5.7.6

Changes:	https://github.com/jupyter/notebook/releases
		https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security:	72a6e3be-483a-11e9-92d7-f1590402501e

Approved by:	ports-secteam (joneum)
2019-03-17 18:42:11 +00:00
Matthias Andree
e0b1504240 MFH: r496064
Update security/putty to 0.71 security fix release

Unfortunately, this new release breaks GSSAPI_NONE, which is removed
for now. Bug has been reported upstream.

Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

Security:	46e1ece5-48bd-11e9-9c40-080027ac955c

Approved by:	ports-secteam (joneum)
2019-03-17 17:38:48 +00:00
Jan Beich
61e5c646de MFH: r496008
security/nss: update to 3.43

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.43_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_43_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam blanket (required by Firefox 67)
2019-03-17 00:45:41 +00:00
Bradley T. Hughes
e8c857cf6b MFH: r490788 r492639
Upgrade to v1.25.0.

Release notes at <https://github.com/libuv/libuv/releases/tag/v1.25.0>.

Upgrade to v1.26.0.

Release notes at <https://github.com/libuv/libuv/releases/tag/v1.26.0>.

Approved by:	thierry (maintainer)
Approved by:	ports-secteam (joneum)
2019-03-16 15:41:28 +00:00
Jan Beich
59efb60fe2 MFH: r490739
Update to 1.0.2

Changes:	https://chromium.googlesource.com/webm/libwebp/+/1.0.2/NEWS
Approved by:	ports-secteam blanket (required by Firefox 66)
2019-03-16 14:44:22 +00:00
Jan Beich
74239fac00 MFH: r495840
emulators/citra: update to s20190314

Changes:	acaca4188...1fbda5518
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-16 00:41:04 +00:00
Jan Beich
cc04f94bc5 MFH: r495817
games/openbor: update to 6972

Changes:	d7a031ca...ba3df39f
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-03-15 23:36:49 +00:00
Jan Beich
1f1edbe00b MFH: r495403 r495404 r495671 r495681 r495814
www/firefox: update to 66.0

Changes:	https://www.mozilla.org/firefox/66.0/releasenotes/
PR:		235300
Security:	05da6b56-3e66-4306-9ea3-89fafe939726
Approved by:	ports-secteam (joneum)
Differential Revision:	https://reviews.freebsd.org/D19020
2019-03-15 22:18:47 +00:00
Jan Beich
76a3a23d62 MFH: r495672 r495702
www/firefox-esr: update to 60.6.0

Changes:	https://www.mozilla.org/firefox/60.6.0/releasenotes/
Approved by:	ports-secteam blanket
2019-03-15 21:33:30 +00:00
Christoph Moench-Tegeder
4b8481e322 MFH: r495784
update thunderbird to 60.6.0 (rc2)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/60.6.0/releasenotes/

PR:		236537
Approved by:	jbeich (gecko@)

Approved by:	portmgr (blanket: web brwoser alike)
2019-03-15 10:44:31 +00:00
Jan Beich
e4ab1472a0 MFH: r495739
emulators/ppsspp: don't try to build on big-endian

In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.cpp: In member function 'virtual int PSPMsgDialog::Init(unsigned int)':
Core/Dialog/PSPMsgDialog.h:37:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED          0x000001B3 // OR of all options coded to display warning
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:62:49: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED'
  int optionsNotCoded = messageDialog.options & ~SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED;
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:71:59: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
  if(messageDialog.type == 0 && !(messageDialog.errorNum & 0x80000000))
                                                           ^~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = unsigned int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = unsigned int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:31:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO         0x00000100
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:89:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO'
   if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO) &&
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:28:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_YESNO              0x00000010
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:90:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_YESNO'
     !(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_YESNO))
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:37:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED          0x000001B3 // OR of all options coded to display warning
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:95:32: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED'
   if (messageDialog.options & ~SCE_UTILITY_MSGDIALOG_OPTION_SUPPORTED)
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:28:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_YESNO              0x00000010
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:109:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_YESNO'
   if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_YESNO) &&
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:31:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO         0x00000100
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:113:30: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO'
   if(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:29:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_OK                 0x00000020
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:118:31: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_OK'
   if((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_OK) && (size == SCE_UTILITY_MSGDIALOG_SIZE_V3))
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:30:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL           0x00000080
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:125:33: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL'
   if(!((messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_NOCANCEL)  && (size == SCE_UTILITY_MSGDIALOG_SIZE_V3)))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:18:
Core/Dialog/PSPMsgDialog.h:27:57: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
 #define SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND            0x00000002
                                                         ^~~~~~~~~~
Core/Dialog/PSPMsgDialog.cpp:127:30: note: in expansion of macro 'SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND'
   if(messageDialog.options & SCE_UTILITY_MSGDIALOG_OPTION_NOSOUND)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.h:22,
                 from Core/Dialog/PSPMsgDialog.cpp:18:
Common/Swap.h:473:3: note: candidate 1: 'S operator&(const swap_struct_t<T, F>&, const S&) [with S = int; T = unsigned int; F = swap_32_t<unsigned int>]'
 S operator&(const swap_struct_t<T, F>& v, const S &i) {
   ^~~~~~~~
Common/Swap.h:308:12: note: candidate 2: 'swap_struct_t<T, F>::swapped_t swap_struct_t<T, F>::operator&(const S&) const [with S = int; T = unsigned int; F = swap_32_t<unsigned int>; swap_struct_t<T, F>::swapped_t = swap_struct_t<unsigned int, swap_32_t<unsigned int> >]'
  swapped_t operator &(const S &b) const {
            ^~~~~~~~
In file included from Core/Dialog/PSPMsgDialog.cpp:23:
Common/ChunkFile.h: In instantiation of 'void PointerWrap::DoClass(T&) [with T = pspMessageDialog]':
Common/ChunkFile.h:96:4:   required from 'static void PointerWrap::DoHelper<T, isPOD, isPointer>::Do(PointerWrap*, T&) [with T = pspMessageDialog; bool isPOD = false; bool isPointer = false]'
Common/ChunkFile.h:496:18:   required from 'void PointerWrap::Do(T&) [with T = pspMessageDialog]'
Core/Dialog/PSPMsgDialog.cpp:321:20:   required from here
Common/ChunkFile.h:475:5: error: 'struct pspMessageDialog' has no member named 'DoState'
   x.DoState(*this);
   ~~^~~~~~~

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2019-03-14 22:43:49 +00:00