aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r4971662019Q1Sunpoet Po-Chuan Hsieh2019-03-302-4/+4
| | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=497364
* MFH: r497122Sunpoet Po-Chuan Hsieh2019-03-302-2/+27
| | | | | | | | | | | | | | Fix CVE-2018-5727 - Bump PORTREVISION for possible package change Obtained from: https://github.com/uclouvain/openjpeg/commit/d6b8aed5612e6be6d3a4053867fbd2ae0cb7c8af Security: 5efd7a93-2dfb-11e9-9549-e980e869c2e9 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q1/; revision=497363
* MFH: r496975Sunpoet Po-Chuan Hsieh2019-03-282-0/+22
| | | | | | | | | | | | | | | Fix CVE-2019-5010 - Bump PORTREVISION for package change Obtained from: https://github.com/python/cpython/commit/216a4d83c3b72f4fdcd81b588dc3f42cc461739a Reference: https://bugs.python.org/issue35746 Security: d74371d2-4fee-11e9-a5cd-1df8a848de3d Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q1/; revision=497049
* MFH: r496609 r496996Jan Beich2019-03-282-7/+5
| | | | | | | | | | games/openbor: update to 6978 Changes: https://github.com/DCurrent/openbor/compare/ba3df39f...f5d92c5f Approved by: ports-secteam (feld, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=497001
* MFH: r496983Jan Beich2019-03-274-204/+204
| | | | | | | | | | | www/firefox: update to 66.0.2 Changes: https://www.mozilla.org/firefox/66.0.2/releasenotes/ PR: 235300 Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q1/; revision=496984
* MFH: r496954Jochen Neumeister2019-03-273-4/+7
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496955
* MFH: r496917Sunpoet Po-Chuan Hsieh2019-03-273-10/+12
| | | | | | | | | | | | Update to 3.7.3 Changes: https://docs.python.org/3.7/whatsnew/changelog.html Security: bcc4de965c36f6dea4e6ebcd4289a915 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q1/; revision=496949
* MFH: r496870Jan Beich2019-03-264-122/+122
| | | | | | | | | | mail/thunderbird: update to 60.6.1 Changes: https://www.thunderbird.net/thunderbird/60.6.1/releasenotes/ Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q1/; revision=496871
* MFH: r496867Jan Beich2019-03-262-5/+5
| | | | | | | | | | emulators/citra: update to s20190324 Changes: https://github.com/citra-emu/citra/compare/17c0e903d...c1de8acfe Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=496869
* MFH: r490937 www/py-requests: Update to 2.21.0Kubilay Kocak2019-03-253-27/+14
| | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/branches/2019Q1/; revision=496799
* MFH: r491252 net/py-pyzmq: Fix framework compliance issuesKubilay Kocak2019-03-252-1/+80
| | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496798
* MFH: r489253 devel/py-buildbot: Version-suffix rc script commandKubilay Kocak2019-03-252-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496797
* MFH: r489245 security/py-keyrings.alt: Add test support to assist committer QAKubilay Kocak2019-03-253-1/+38
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496796
* MFH: r489574 r496712Thomas Zander2019-03-241-4/+2
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496714
* MFH: r496702Jan Beich2019-03-241-196/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/branches/2019Q1/; revision=496703
* MFH: r496662Jan Beich2019-03-232-4/+4
| | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496675
* MFH: r496614Niclas Zeising2019-03-232-5/+5
| | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496616
* MFH: r496608Jan Beich2019-03-232-5/+5
| | | | | | | | | | emulators/citra: update to s20190322 Changes: https://github.com/citra-emu/citra/compare/aedf5a84b...17c0e903d Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=496613
* MFH: r496564Jan Beich2019-03-224-204/+204
| | | | | | | | | | www/firefox-esr: update to 60.6.1 Changes: https://www.mozilla.org/firefox/60.6.1/releasenotes/ Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q1/; revision=496576
* MFH: r496563Jan Beich2019-03-224-208/+206
| | | | | | | | | | | www/firefox: update to 66.0.1 Changes: https://www.mozilla.org/firefox/66.0.1/releasenotes/ PR: 235300 Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q1/; revision=496575
* MFH: r496567Niclas Zeising2019-03-223-5/+6
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496569
* MFH: r496554Lars Engels2019-03-222-4/+4
| | | | | | | | | security/lynis: Update to 2.7.3 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2019Q1/; revision=496555
* MFH: r493395Sunpoet Po-Chuan Hsieh2019-03-212-6/+7
| | | | | | | | | | | | Update to 4.11.2 Changes: https://github.com/seattlerb/zentest/blob/master/History.txt Approved by: ports-secteam (blanket) Reported by: pkg-fallout Notes: svn path=/branches/2019Q1/; revision=496478
* MFH: r496444Lars Engels2019-03-213-6/+6
| | | | | | | | | net-mgmt/icinga2: Update to 2.10.4 Approved by: portmgr (miwi) Notes: svn path=/branches/2019Q1/; revision=496456
* MFH: r496436Thomas Zander2019-03-213-15/+4
| | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496439
* MFH: r496437Jochen Neumeister2019-03-2110-20/+20
| | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496438
* print/lyx: Fix a bad MFH done in r496238.Raphael Kubo da Costa2019-03-211-1/+4
| | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496431
* MFH: r496408Niclas Zeising2019-03-212-4/+4
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496409
* MFH: r496400Jan Beich2019-03-212-5/+5
| | | | | | | | | | emulators/citra: update to s20190320 Changes: https://github.com/citra-emu/citra/compare/1f233e436...aedf5a84b Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=496406
* MFH: r494759 r495727 r495733 r495734Jan Beich2019-03-212-0/+9
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/branches/2019Q1/; revision=496396
* MFH: r496188 r496189 r496190 r496191 r496192 r496193 r496194 r496195 r496196Sunpoet Po-Chuan Hsieh2019-03-2019-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496379
* MFH: r496178 r496179 r496180 r496181 r496182 r496183 r496184 r496185 r496186 ↵Sunpoet Po-Chuan Hsieh2019-03-2022-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496378
* MFH: r496168 r496169 r496170 r496171 r496172 r496173 r496174 r496175 r496176 ↵Sunpoet Po-Chuan Hsieh2019-03-2021-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496377
* MFH: r496334Jochen Neumeister2019-03-202-4/+4
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496335
* Mark BROKEN in 2019Q1: fails to buildJochen Neumeister2019-03-201-0/+2
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496331
* MFH: r496214Yuri Victorovich2019-03-191-6/+7
| | | | | | | | | | | | | 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 Notes: svn path=/branches/2019Q1/; revision=496238
* MFH: r496231Jan Beich2019-03-192-5/+5
| | | | | | | | | | emulators/citra: update to s20190318 Changes: https://github.com/citra-emu/citra/compare/1fbda5518...1f233e436 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=496235
* MFH: r496208Raphael Kubo da Costa2019-03-181-2/+2
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496209
* MFH: r493213 r493610 r495827Sunpoet Po-Chuan Hsieh2019-03-178-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496088
* MFH: r492577 r494977 r495995Sunpoet Po-Chuan Hsieh2019-03-172-6/+5
| | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496087
* MFH: r496064Matthias Andree2019-03-178-30/+81
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496078
* MFH: r496008Jan Beich2019-03-174-8/+8
| | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=496009
* MFH: r490788 r492639Bradley T. Hughes2019-03-162-5/+6
| | | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=495889
* MFH: r490739Jan Beich2019-03-163-9/+8
| | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=495876
* MFH: r495840Jan Beich2019-03-162-5/+5
| | | | | | | | | | emulators/citra: update to s20190314 Changes: https://github.com/citra-emu/citra/compare/acaca4188...1fbda5518 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=495844
* MFH: r495817Jan Beich2019-03-152-5/+5
| | | | | | | | | | games/openbor: update to 6972 Changes: https://github.com/DCurrent/openbor/compare/d7a031ca...ba3df39f Approved by: ports-secteam (feld, implicit for snapshots) Notes: svn path=/branches/2019Q1/; revision=495838
* MFH: r495403 r495404 r495671 r495681 r495814Jan Beich2019-03-1511-258/+336
| | | | | | | | | | | | | 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 Notes: svn path=/branches/2019Q1/; revision=495834
* MFH: r495672 r495702Jan Beich2019-03-155-205/+206
| | | | | | | | | | www/firefox-esr: update to 60.6.0 Changes: https://www.mozilla.org/firefox/60.6.0/releasenotes/ Approved by: ports-secteam blanket Notes: svn path=/branches/2019Q1/; revision=495809
* MFH: r495784Christoph Moench-Tegeder2019-03-155-125/+126
| | | | | | | | | | | | | | | 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) Notes: svn path=/branches/2019Q1/; revision=495785
* MFH: r495739Jan Beich2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/branches/2019Q1/; revision=495740