1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

469220 Commits

Author SHA1 Message Date
Antoine Brodin
6ce1e813d3 Mark BROKEN: fails to build
build cache is disabled by GOCACHE=off, but required as of Go 1.12

Reported by:	pkg-fallout
2019-03-05 16:56:24 +00:00
Alex Dupre
7efa09f483 Update to 0.5.5 release. 2019-03-05 16:52:52 +00:00
Jan Beich
e005c064f0 www/qt5-webengine: unbreak with clang8 and gcc8 on i386
https://bugs.chromium.org/p/chromium/issues/detail?id=900406

In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:12:
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/buffer.h:43:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment"
MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT'
 #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
                                       ^             ~~~~
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:13:
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/data_pipe.h:44:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment"
MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT'
 #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
                                       ^             ~~~~
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.cc:5:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/thunks.h:13:
In file included from ../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/core.h:16:
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/message_pipe.h:49:1: error: static_assert failed due to requirement 'alignof(long long) == 8' "int64_t has weird alignment"
MOJO_STATIC_ASSERT(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../qtwebengine-opensource-src-5.9.5/src/3rdparty/chromium/mojo/public/c/system/macros.h:15:39: note: expanded from macro 'MOJO_STATIC_ASSERT'
 #define MOJO_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
                                       ^             ~~~~
3 errors generated.

Reported by:	pkg-fallout
Obtained from:	upstream
Approved by:	portmgr blanket
2019-03-05 16:14:55 +00:00
Steve Wills
f9ec6aa62c security/logcheck: Update to 1.3.20
PR:		236150
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2019-03-05 15:04:57 +00:00
Mateusz Piotrowski
411422dae6 net-im/py-slixmpp: Update to 1.4.2
This release contains a fix for CVE-2019-1000021.

Changelog:
https://lab.louiz.org/poezio/slixmpp/tags/slix-1.4.2

Reviewed by:	krion
Approved by:	krion (mentor)
MFH:		2019Q1
Security:	526d9642-3ae7-11e9-a669-8c164582fbac
Security:	CVE-2019-1000021
Differential Revision:	https://reviews.freebsd.org/D19397
2019-03-05 15:02:39 +00:00
Mateusz Piotrowski
11657e5bbe Document a slixmpp < 1.4.1 vulnerability
Reviewed by:	krion, mat
Approved by:	krion (mentor), mat (mentor)
MFH:		2019Q1
2019-03-05 15:00:54 +00:00
Steve Wills
c12cd509f7 net-mgmt/alertmanager: update to 0.16.1
PR:		236153
Submitted by:	michal@hanu.la (maintainer)
2019-03-05 14:32:21 +00:00
Steve Wills
39b66f77ab sysutils/py-pyznap: update to 1.1.2
PR:		236154
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
2019-03-05 14:23:38 +00:00
Li-Wen Hsu
ab25e20cc6 - Update to 2.167
Sponsored by:	The FreeBSD Foundation
2019-03-05 14:16:43 +00:00
Steve Wills
1528d8cfc9 sysutils/stalepid: update to 1.0.2
While here, assign maintainership to submitter

PR:		236163
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2019-03-05 14:14:35 +00:00
Alexey Dokuchaev
b2d10add78 Drop OpenSSL EVP high-level crap in favor of their own AES implementation
in Bitcoin format converter.

Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/0e2beec
2019-03-05 13:44:23 +00:00
Lars Engels
2ad5aeef27 net-mgmt/icingaweb2-module-businessprocess: Update to 2.2.0 2019-03-05 13:21:16 +00:00
Koichiro Iwao
d329cac2d8 devel/lazygit: Update to 0.7.2
Fixed an issue created in v0.7.0 that caused high CPU usage, now the CPU
usage is back to being negligible

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.7.2
2019-03-05 13:07:56 +00:00
Koichiro Iwao
3397409379 devel/lazygit: Update to 0.7.1
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.7.1
2019-03-05 12:58:41 +00:00
Alexey Dokuchaev
da9b853bee - Remove SSH private keys format converter which is dead upstream, users
should use `sshng2john.py' script instead
- Add a comment about how we should handle -jumbo versions in the future

Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/7a71705
2019-03-05 12:33:01 +00:00
Tobias Kortkamp
f73a244e2b mail/dbmail22: Fix typo in EXPIRATION_DATE 2019-03-05 12:20:04 +00:00
Mikhail Teterin
ab7aca0d69 Upgrade from 2.0.2 to 2.0.5. Among improvements is compatibility
with Python-3

PR:		224903
Approved by:	maintainer timeout
2019-03-05 12:16:55 +00:00
Muhammad Moinur Rahman
2d9b7da7ec mail/dbmail22: Mark DEPRECATED as version 3.X is in TREE
- Pet portlint
2019-03-05 12:10:18 +00:00
Matthias Fechner
b96777bc58 Security update to 11.8.1.
For more details please see here:
https://about.gitlab.com/2019/03/04/security-release-gitlab-11-dot-8-dot-1-released/

This release will not be MFHed to 2019Q1 due to breaking other ports and therefor to many commits have to be MFHed.

Security:	11292460-3f2f-11e9-adcb-001b217b3468
2019-03-05 12:04:04 +00:00
Matthias Fechner
12d1fa7e27 Doucumented several www/gitlab-ce security vulnerabilities. 2019-03-05 10:23:44 +00:00
Lars Engels
a27778f04a Add new port: net-mgmt/icingaweb2-module-ipl
This module ships the new Icinga PHP library and is used by some Icinga Web 2
modules.

WWW: https://github.com/Icinga/icingaweb2-module-ipl
2019-03-05 10:06:37 +00:00
Lars Engels
54465a7ac6 icingaweb2-module-director: Update to 1.6.2
MFH:		2019Q1
2019-03-05 09:30:52 +00:00
Dmitry Marakasov
a21546d324 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-03-05 09:00:54 +00:00
Joe Marcus Clarke
06fe872f26 Add a dependency on qmake_build.
Reported by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2019-03-05 09:00:49 +00:00
Vanilla I. Shu
351621daea Update to 0.10.6. 2019-03-05 08:57:31 +00:00
Alexey Dokuchaev
76ccc27f96 With Qt 4.x sadly going away in less than two weeks, use Qt 5 by default
and remove QT5 option earlier to ease the deprecation process and reduce
repo churn when the time comes.
2019-03-05 07:50:10 +00:00
Antoine Brodin
61c57a3b47 Remove now duplicate net/wireshark-qt5 2019-03-05 07:49:33 +00:00
Hiroki Sato
91085e27f8 Update to 2.23.2815.102.00. 2019-03-05 07:05:53 +00:00
Jochen Neumeister
5a01679742 Update to 2.6.5
Sponsored by:	Netzkommune GmbH
2019-03-05 07:03:28 +00:00
Jochen Neumeister
a6430e49b8 Update to 2.29.17
Sponsored by:	Netzkommune GmbH
2019-03-05 06:55:47 +00:00
Jochen Neumeister
b9da2b5f8e Update to 1.7.3
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.3

PR:		236122
Submitted by:	stb@lassitu.de (maintainer)
Sponsored by:	Netzkommune GmbH
2019-03-05 06:45:11 +00:00
Tobias Kortkamp
addececd1d Document www/py-gunicorn vulnerability 2019-03-05 06:20:49 +00:00
Gerald Pfeifer
0e9a2402e7 The Wine Staging patchset is now available for Wine 4.3. 2019-03-05 04:42:33 +00:00
Cy Schubert
6afd0c224f Also document usage in pkg-message for binary package users.
PR:		236230
Reported by:	mt@markoturk.info
MFH:		2019Q1
2019-03-05 03:56:22 +00:00
Steve Wills
e6a89023d4 sysutils/bvm: Update to 1.2.4
PR:		236190
Submitted by:	guoqiang_cn@126.com (maintainer)
2019-03-05 02:55:20 +00:00
Koichiro Iwao
e1595b8113 security/softether*: bridge is supported now 2019-03-05 02:45:40 +00:00
Koichiro Iwao
016ff6e622 mail/mairix: Fix build with non-default prefix
PR:		236172
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Approved by:	jjuanino@gmail.com (maintainer)
MFH:		2019Q1
2019-03-05 02:16:37 +00:00
Hiroki Sato
bd9461fa50 Add missing dependency.
PR:	236208
2019-03-05 02:12:44 +00:00
Steve Wills
768fe8e6fa devel/coursier: Update to 1.1.0-M12
PR:		236198
Submitted by:	j-keck <jhyphenkeck@gmail.com> (maintainer)
2019-03-05 02:05:40 +00:00
Steve Wills
0fcb832994 x11-themes/papirus-icon-theme: update to 20190302
PR:		236199
Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)
2019-03-05 02:00:36 +00:00
Steve Wills
f104c0dc6f lang/harbour: mark broken with openssl111 and on 12.x
While here, clean up a bit

PR:		236224
Submitted by:	m.tsatsenko@gmail.com (maintainer)
2019-03-05 01:33:41 +00:00
Joe Marcus Clarke
d5446849ea Update to 3.0.0.
Note: the GTK+ UI is now gone.  Qt 5 is all that remains.

See https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html for a list
of changes in this release.
2019-03-05 01:02:00 +00:00
Jan Beich
51eafdaf20 lang/rust-nightly: update to 1.35.0.20190305
Changes:	0ea22717a1...a9da8fc9c2
2019-03-05 00:41:23 +00:00
Jan Beich
11634d97fe multimedia/aom: update to 1.0.0.1407
Changes:	https://aomedia.googlesource.com/aom/+log/442f429deb..b8becb25f
2019-03-05 00:41:17 +00:00
Jan Beich
8633f21eea multimedia/rav1e: update to s20190304
Changes:	57e4f92...64cf7a9
2019-03-05 00:41:10 +00:00
Jan Beich
27d50ceb1f emulators/ppsspp-devel: update to 1.7.5.553
Changes:	2d5acc83b...c77af182a
2019-03-05 00:41:04 +00:00
Jan Beich
874deb033e emulators/citra: update to s20190304
Changes:	ad1cfc8d5...b3261472f
2019-03-05 00:40:58 +00:00
Hiroki Sato
6f3f3c017e Update devel/p5-Getopt-EX to 1.15 and textproc/greple to 8.3304. 2019-03-04 22:33:32 +00:00
Dan Langille
3a6233f348 Upgrade to 1.49
https://github.com/librenms/librenms/releases/tag/1.49

As with every LibreNMS upgrade, visit /validate/ to see if you need
run any scripts post-upgrade.
2019-03-04 22:25:33 +00:00
Steve Wills
b65feba81a x11/rofi-pass: remove unnecessary dependencies
PR:		236225
Submitted by:	alex@xanderio.de (maintainer)
2019-03-04 22:08:50 +00:00