Commit Graph

464074 Commits

Author SHA1 Message Date
Mark Felder
07efdfebad MFH: r494851 r495525
www/node: Update 11.10.1 -> 11.11.0

https://nodejs.org/en/blog/release/v11.11.0/

Sponsored by:	Miles AS

www/node: set environment variables for host build

The Node.js build system supports cross-compilation via node-gyp, which
picks up CC, CXX, LINK, C*FLAGS, and LDFLAGS from the environment for the
target build, but not for the host. We need to set the environment variables
for the "host" build.

This unbreaks the build on powerpc64.

PR:		233650
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
Differential Revision:	https://reviews.freebsd.org/D19250
2019-03-14 17:28:11 +00:00
Carlos J. Puga Medina
9c4cc6cdc8 MFH: r495663
net/ocserv: Update to 0.12.3

- Remove LOCAL MASTER_SITES

Noteworthy changes in 0.12.3

- Fixed crash when no DTLS ciphersuite is negotiated.
- Fixed crash happening arbitrarily depending on handled string sizes (#197).
- Fixed compatibility issue with GnuTLS 3.3.x (#201).
- occtl: print the TLS session information, even if the DTLS channel is not established.

Approved by:	ports-secteam (miwi)
2019-03-14 08:35:08 +00:00
Jan Beich
8be77df14a MFH: r495399 r495670
games/openbor: update to 6968

Changes:	1caf2797...d7a031ca
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-03-14 00:56:54 +00:00
Jan Beich
cdd5f5cde1 MFH: r494760 r495669
games/openbor: unbreak with GCC 4.2

cc1: error: unrecognized command line option "-Wno-unused-result"

source/gamelib/loadimg.o:(.text+0x1ce8): undefined reference to `__builtin_unreachable'
source/gamelib/loadimg.o:(.text+0x2164): undefined reference to `__builtin_unreachable'

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2019-03-14 00:54:38 +00:00
Jan Beich
fda2a2bafe MFH: r494758
multimedia/vapoursynth-l-smash-works: unbreak on non-x86 GCC archs

cc1: error: unrecognized command line option "-msse2"

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2019-03-14 00:53:21 +00:00
Thomas Zander
44a4ea3b35 MFH: r495657
Update to upstream version 32.0.0

Details:
- Enhancements and bug fixes, including unicode and UI behavior fixes
- Upstream changelog, see:
  https://mkvtoolnix.download/doc/NEWS.md

Approved by:	ports-secteam (riggs)
2019-03-13 20:33:20 +00:00
Thomas Zander
ee26c531c3 MFH: r495655
Update to upstream version 1.5.0

Approved by:	ports-secteam (riggs)
2019-03-13 20:30:43 +00:00
Thomas Zander
b7f8debc64 MFH: r495654
Update to upstream version 1.3.7

Approved by:	ports-secteam (riggs)
2019-03-13 20:26:20 +00:00
Jung-uk Kim
241bf7648f MFH: r495517
Update to 32.0.0.156.

Approved by:	ports-secteam (blanket)
2019-03-12 18:18:57 +00:00
Koichiro Iwao
f89c9b41a2 MFH: r495446
net/socketw: Fix build with OpenSSL > 1.1

PR:		232309
Reviewed by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
Sponsored by:	HAW International, Inc.

Approved by:	portmgr (joneum)
2019-03-12 09:20:12 +00:00
Thomas Zander
98e5371a78 MFH: r495440
Backport patches from upstream against all currently known CVEs

PR:		227669
Submitted by:	p5B2E9A8F@t-online.de
Security:	CVE-2018-19661
		CVE-2018-19662
		CVE-2017-17456
		CVE-2017-17457
		CVE-2018-19758

Approved by:	ports-secteam (riggs)
2019-03-12 06:12:04 +00:00
Thomas Zander
e31be9c0cf MFH: r495349
Fix vorbis dependencies: VORBISENC implies VORBIS

PR:		236448
Submitted by:	tobik

Approved by:	ports-secteam (riggs)
2019-03-11 11:41:34 +00:00
Torsten Zuehlsdorff
4f9a9c4ad3 MFH: r495045
Update PHP 7.1 from 7.1.26 to 7.1.27

Changelog:

    Core:
        Fixed bug #77630 (rename() across the device may allow unwanted access during processing).
    EXIF:
        Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
        Fixed bug #77540 (Invalid Read on exif_process_SOFn).
        Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
        Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    PHAR:
        Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
        Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow).
    SPL:
        Fixed bug #77431 (openFile() silently truncates after a null byte).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.27

Approved by:	ports-secteam (delphij)
2019-03-11 10:25:24 +00:00
Torsten Zuehlsdorff
2d9f03d58f MFH: r495052
databases/pgpool-II-40: Update from 4.0.2 to 4.0.3

Changelog:

- Skip over "host=" when getting info from conninfo string. (Bo Peng)
- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug. (Takuma Hoshiai)
- Doc: Fix configuration change timing regarding memory_cache_enabled. (Tatsuo Ishii)
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431) (Tatsuo Ishii)
- Reduce memory usage when large data set is returned from backend. (bug 462) (Tatsuo Ishii)
- Test: Fix syntax error in extended query test script. (Tatsuo Ishii)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458) (Tatsuo Ishii)
- Doc: Mention that schema qualifications cannot be used in white/black_function_list. (Tatsuo Ishii)
- Fix typo about wd_priority in watchdog_setup. (Takuma Hoshiai)
- Fixed segfault when wd_lifecheck_method = 'query'. (bug 455) (Muhammad Usama)
- The fix was proposed by Muhammad Usama and some adjustments to the patch and testing is done by Yugo Nagata.
- Fix Pgpool child segfault if failover occurs when trying to establish a connection. (Tatsuo Ishii)
- Doc: fix typo in logdir description. (bug 453) (Tatsuo Ishii)
- Fix PAM authentication failed. (Takuma Hoshiai)
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query. (Tatsuo Ishii)
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448) (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-3.html

Approved by:	ports-secteam (joneum)
2019-03-11 10:23:59 +00:00
Torsten Zuehlsdorff
79a11f91c3 MFH: r495051
databases/pgpool-II-37: Update from 3.7.7 to 3.7.8

Changelog:

- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug. (Takuma Hoshiai)
- Doc: Fix configuration change timing regarding memory_cache_enabled. (Tatsuo Ishii)
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431) (Tatsuo Ishii)
- Reduce memory usage when large data set is returned from backend. (bug 462) (Tatsuo Ishii)
- Test: Fix syntax error in extended query test script. (Tatsuo Ishii)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458) (Tatsuo Ishii)
- Doc: Mention that schema qualifications cannot be used in white/black_function_list. (Tatsuo Ishii)
- Fix typo about wd_priority in watchdog_setup. (Takuma Hoshiai)
- Fix Pgpool child segfault if failover occurs when trying to establish a connection. (Tatsuo Ishii)
- Doc: fix typo in logdir description. (bug 453) (Tatsuo Ishii)
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query. (Tatsuo Ishii)
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448) (Tatsuo Ishii)
- Doc: Fix Japanese document typo in pcp_common_options. (Bo Peng)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-7-8.html

Approved by:	ports-secteam (joneum)
2019-03-11 10:22:37 +00:00
Torsten Zuehlsdorff
db1f50f925 MFH: r495050
databases/pgpool-II-36: Update from 3.6.14 to 3.6.15

Changelog:

- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug.
- Doc: Fix configuration change timing regarding memory_cache_enabled.
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
- Doc: Mention that schema qualifications cannot be used in white/black_function_list.
- Fix typo about wd_priority in watchdog_setup.
- Fix Pgpool child segfault if failover occurs when trying to establish a connection.
- Doc: fix typo in logdir description. (bug 453)
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query.
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448)
- Doc: Fix Japanese document typo in pcp_common_options.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-15.html

Approved by:	ports-secteam (joneum)
2019-03-11 10:21:51 +00:00
Torsten Zuehlsdorff
78a0dbf6a0 MFH: r495049
databases/pgpool-II-35: Update from 3.5.18 to 3.5.19

Changelog:

- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug.
- Doc: Fix configuration change timing regarding memory_cache_enabled.
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
- Fix Pgpool child segfault if failover occurs when trying to establish a connection.
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query.
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-19.html

Approved by:	ports-secteam (joneum)
2019-03-11 10:21:00 +00:00
Torsten Zuehlsdorff
1b5e9273da MFH: r495048
databases/pgpool: Upgrade from 3.4.21 to 3.4.22

Changelog:
- Doc: Fix configuration change timing regarding memory_cache_enabled.
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
- Fix Pgpool child segfault if failover occurs when trying to establish a connection.
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on.

Approved by:	ports-secteam (joneum)
2019-03-11 10:20:02 +00:00
Torsten Zuehlsdorff
7579452fa8 MFH: r495047
lang/php73: Upgrade from 7.3.2 to 7.3.3

Changelog:

    Core:
        Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
        Fixed bug #77329 (Buffer Overflow via overly long Error Messages).
        Fixed bug #77494 (Disabling class causes segfault on member access).
        Fixed bug #77498 (Custom extension Segmentation fault when declare static property).
        Fixed bug #77530 (PHP crashes when parsing `(2)::class`).
        Fixed bug #77546 (iptcembed broken function).
        Fixed bug #77630 (rename() across the device may allow unwanted access during processing).
    COM:
        Fixed bug #77621 (Already defined constants are not properly reported).
        Fixed bug #77626 (Persistence confusion in php_com_import_typelib()).
    EXIF:
        Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
        Fixed bug #77540 (Invalid Read on exif_process_SOFn).
        Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
        Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    Mbstring:
        Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
    MySQL:
        Disabled LOCAL INFILE by default, can be enabled using php.ini directive mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute for pdo_mysql.
    OpenSSL:
        Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records).
    PDO_OCI:
        Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, and CLIENT_IDENTIFIER.
    PHAR:
        Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
        Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow).
    phpdbg:
        Fixed bug #76596 (phpdbg support for display_errors=stderr).
    SPL:
        Fixed bug #51068 (DirectoryIterator glob:// don't support current path relative queries).
        Fixed bug #77431 (openFile() silently truncates after a null byte).
    Standard:
        Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
        Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its options filled).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.3.3

Approved by:	ports-secteam (joneum)
2019-03-11 09:04:58 +00:00
Torsten Zuehlsdorff
4e2faf3596 MFH: r495046
lang/php72: Upgrade from 7.2.15 to 7.2.16

Changelog:

    Core:
        Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
        Fixed bug #77630 (rename() across the device may allow unwanted access during processing).
    COM:
        Fixed bug #77621 (Already defined constants are not properly reported).
    EXIF:
        Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
        Fixed bug #77540 (Invalid Read on exif_process_SOFn).
        Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
        Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    PDO_OCI:
        Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, and CLIENT_IDENTIFIER.
    PHAR:
        Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    SPL:
        Fixed bug #51068 (DirectoryIterator glob:// don't support current path relative queries).
        Fixed bug #77431 (openFile() silently truncates after a null byte).
    Standard:
        Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    MySQL:
        Disabled LOCAL INFILE by default, can be enabled using php.ini directive mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute for pdo_mysql.

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.2.16

Approved by:	ports-secteam (joneum)
2019-03-11 09:04:04 +00:00
Tobias Kortkamp
29596c4f44 MFH: r495223
graphics/netpbm: Update to 10.85.04

Changes:	https://gitlab.com/tobiask/netpbm/raw/v10.85.04/doc/HISTORY

Approved by:	ports-secteam (miwi)
2019-03-10 15:31:42 +00:00
Dan Langille
ad432a37b4 MFH: r495081
Catch up with smartctl changes while retaining old behaviour.

PR:		236227
Approved by:	 Krzysztof <ports@bsdserwis.com> (maintainer)

Approved by:	ports-secteam (miwi)
2019-03-09 23:26:07 +00:00
Sunpoet Po-Chuan Hsieh
5a3191c02a MFH: r494442
Mark BROKEN on FreeBSD 12+ with base OpenSSL (1.1.1+)

Reported by:	pkg-fallout

Approved by:	ports-secteam (blanket)
2019-03-09 22:49:12 +00:00
Bernard Spil
e791148b46 MFH: r494031 r494996
security/openssl111: Update to 1.1.1b

security/openssl111: Security update for CVE-2019-1543

Security:	e56f2f7c-410e-11e9-b95c-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-03-09 20:37:00 +00:00
Bryan Drewery
3da9b482ac MFH: r495190
Respect UID_FILES.

Reported by:	dvl
Tested by:	dvl
Approved by:	portmgr (implicit)
2019-03-09 18:39:07 +00:00
Mark Felder
2f112604a0 MFH: r495184
net-mgmt/unifi-lts: Fix support for Mongo 3.6+

Ubiquiti still hasn't fixed UniFi-LTS after this was reported ages ago, so
I guess every OS will have to fix this manually.

Reported by:	many
2019-03-09 18:14:58 +00:00
Raphael Kubo da Costa
57ac59fed1 MFH: r495180
Add USES=shared-mime-info

Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime
type to support zstd-compressed files (the mimetype was only added to
shared-mime-info starting with version 1.11, which we don't ship yet). We need
to make sure update-mime-database is run, otherwise Ark will still fail to
recognize those archives.

Approved by:	ports-secteam (blanket approval)
2019-03-09 17:55:00 +00:00
Christoph Moench-Tegeder
390d1f2d51 MFH: r495140
mail/thunderbird: update to 60.5.3

https://www.thunderbird.net/en-US/thunderbird/60.5.3/releasenotes/

PR:		236406
Approved by:	jbeich@ (gecko, maintainer)

Approved by:	portmgr (blanket: web browser alike)
2019-03-09 12:40:49 +00:00
Jan Beich
ed4adbb00a MFH: r495087
emulators/citra: update to s20190308

Changes:	5954dc11b...acaca4188
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-09 00:40:43 +00:00
Lars Engels
ee51e89c89 MFH: r494999
security/lynis: Update to 2.7.2

Approved by:	portmgr (miwi)
2019-03-08 18:41:10 +00:00
Jan Beich
6db6362941 MFH: r495015
devel/nspr: update to 4.21

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-21-Release-tp379453.html
ABI:		https://abi-laboratory.pro/tracker/timeline/nspr/
Approved by:	ports-secteam blanket (required by Firefox 67)
2019-03-08 04:18:43 +00:00
Kai Knoblich
49d8789e48 MFH: r494837
shells/rssh: Apply fixes for basename(3) handling and some security issues

basename(3) has been changed to be POSIX compliant in r308264. This implies
that it can possibly write to the passed string. shells/rssh passes a const
string, so it always crashes on invocation with FreeBSD 12 and later. The
new patches remedy this issue. [1] [2]

During further tests and research came to light that there were also
recently discovered security issues with the parsing of rsync/scp command
line arguments and insufficient sanitization of environment variables when
using rysnc.

The corresponding fixes have been incorporated to the new patches and the
already existing patch for the RSYNC option has been tightened for the
argument parsing. Please note that with this patch the scp option "-3" can
no longer be used. [3]

Furthermore, another patch was applied to make this port a bit more secure.
That patch handles a buffer allocation issue for an error message. [4]

PR:		235121
Submitted by:	topical@gmx.net (first version) [1], Jason Harris (maintainer) [2]
Approved by:	tcberner (mentor)
Obtained from:	Debian [3] [4]
Security:	d193aa9f-3f8c-11e9-9a24-6805ca0b38e8
Differential Revision:	https://reviews.freebsd.org/D19474

Approved by:	ports-secteam (riggs), mentors implicit
2019-03-07 14:59:36 +00:00
Cy Schubert
95208cea70 MFH: r494931
4.2.8p12 --> 4.2.8p13

Approved by:	portmgr (joneum@)
Security:	CVE-2019-8936
          	VuXML: c2576e14-36e2-11e9-9eda-206a8a720317
Obtained from:	nwtime.org
2019-03-07 13:39:36 +00:00
Jan Beich
0813bc13b9 MFH: r489694
devel/rust-cbindgen: update to 0.6.8

Changes:	https://github.com/eqrion/cbindgen/compare/v0.6.7...v0.6.8
Reported by:	portscout
Approved by:	ports-secteam blanket (required by Firefox 66)
2019-03-07 12:19:57 +00:00
Matthew Seaman
6f86c70b5a MFH: r494854
Security update to 4.2.16

ReleaseNotes:	https://docs.bestpractical.com/release-notes/rt/4.2.16

Security:	416ca0f4-3fe0-11e9-bbdd-6805ca0b3d42

Approved by:	ports-secteam (miwi, riggs)
2019-03-07 07:47:52 +00:00
Matthew Seaman
2e82ae1a2d MFH: r494855
Security update to 4.4.4

ReleaseNotes:	https://docs.bestpractical.com/release-notes/rt/4.4.4

Submitted by:	mikael.urankar@gmail.com (maintainer)
Security:	416ca0f4-3fe0-11e9-bbdd-6805ca0b3d42

Approved by:	ports-secteam (miwi)
2019-03-07 07:46:48 +00:00
Wen Heping
b244a313d5 MFH: r494753
- Update to 19.9.0(include security fix)

PR:		234088
Submitted by:	wenheping2000@hotmail.com(myself)
Approved by:	maintainer

Approved by:	ports-secteam@(miwi@)
2019-03-07 06:20:17 +00:00
Jan Beich
302254a6bf MFH: r494859
emulators/citra: update to s20190306

Changes:	b3261472f...5954dc11b
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-07 00:49:51 +00:00
Guido Falsi
5fe7ebcc68 MFH: r494787
Import patch from upstream bug report for xfce4-weather-plugin to
adapt to new upstream weather service API interface.

Previous API version is deprecated and expired by upstream.

While here, remove unneeded USES=intlhack.

PR:		236166
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Obtained from:	https://bugzilla.xfce.org/show_bug.cgi?id=14972

Approved by:	ports-secteam (joneum)
2019-03-06 11:45:30 +00:00
Rene Ladan
c8d8e771bc MFH: r494786
sysutils/cluster-glue: unbreak and modernize port

- add USES=gnome
- sort Makefile
- disable HPI option because that port is currently broken

PR:		231097
Submitted by:	w.schwarzenfeld@utanet.at

Approved by:	port-secteam (joneum)
2019-03-06 11:27:39 +00:00
Cy Schubert
b35b15c3ad MFH: r494674
Also document usage in pkg-message for binary package users.

PR:		236230
Reported by:	mt@markoturk.info
Approved by:	portmgr (miwi@)
2019-03-06 06:17:31 +00:00
Niclas Zeising
1b826d55b2 MFH: r491056 r492863
drm-legacy-kmod: Update to latest snapshot

Update graphics/drm-legacy-kmod to the latest snapshot.  This includes the
fix for an off by one error, that was committed as FreeBSD base r343060

Approved by:	jmd (maintainer, implicit)
Sponsored by:	B3 Init

graphics/drm-legacy-kmod: Update snapshot

Update the graphics/drm-legacy-kmod drivers to the latest snapshot.  This
includes fixes to make the driver build on CURRENT after base r343567.

Reported by:	Steve Kargl
Approved by:	jmd (maintainer, implicit)

Approved by:	ports-secteam (implicit, drm kmods)
2019-03-05 22:00:40 +00:00
Niclas Zeising
a89f3a0db5 MFH: r489050 r491609 r492864 r492896 r494747
This merges all changes done to drm-current-kmod, drm-fbsd12.0-kmod and
drm-fbsd11.2-kmod, in order to avoid merge conflicts.

Update pkg-descr to match reality

Update pkg-descr in drm-kmod ports to match reality in terms of which Linux
kernel version they correspond to and which FreeBSD version they are
supporting.

Noticed by:	Graham Perrin

graphics/drm-current-kmod: Update messges

Update pkg-message and makefile COMMENT to remove references to
drm-devel-kmod and the mention that this is the development version.  It is
the version for FreeBSD CURRENT, so the ride might be a little bumpy, but
it's not the devlopment version.

No changes to package.

FreeBSDDesktop issue:	#129

Reported by:	grahamperrin
Sponsored by:	B3 Init (zeising)

update drm-current and drm-fbsd12.0 snapshots

Update drm-current-kmod and drm-fbsd12.0-kmod to the latest snapshots.
This mutes console chatter about unimplemented stuff, which sometimes is
confusing.

Approved by:	jmd (maintainer, implicit)

graphics/drm-fbsd{11.2,12.0}-kmod: Update pkg-message with new names

PR:		235726
Approved by:	graphics (jmd)
Differential Revision:	https://reviews.freebsd.org/D19189

Update drm kmods for current and FreeBSD 12.0

Update graphics/drm-current-kmod and graphics/drm-fbsd12.0-kmod to their
respective latest snapshots.

This fixes a bug where a non-recursive mutex was used recursively in certain
conditions.
See https://github.com/FreeBSDDesktop/kms-drm/issues/134 for further details

FreeBSDDesktop issue:	#134
Approved by:		jmd (maintainer, implicit)
Sponsored by:		B3 Init

Approved by:	ports-secteam (implicit, drm-kmod ports)
2019-03-05 21:57:10 +00:00
Mateusz Piotrowski
668a5920cb MFH: r489686 r494706
net-im/py-slixmpp: Add missing RUN_DEPENDS and fix some other issues

- Switch MASTER_SITES to CHEESESHOP as it ought to be the default for
  Python software.
- Adjust COMMENT to match the short description from setup.py.
- Add missing RUN_DEPENDS.
- Standardize test invocation.
- Update WWW to point to project's homepage instead of the Git repository.

Reported by:	koobs
Reviewed by:	koobs, krion
Approved by:	koobs, krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D18684

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)
Security:	526d9642-3ae7-11e9-a669-8c164582fbac
Security:	CVE-2019-1000021
Differential Revision:	https://reviews.freebsd.org/D19397

Approved by:	ports-secteam (joneum), krion (mentor, implicit)
2019-03-05 19:44:52 +00:00
Lars Engels
0c43948ad8 MFH: r494688
icingaweb2-module-director: Update to 1.6.2

Approved by:	ports-secteam (joneum)
2019-03-05 09:39:27 +00:00
Bradley T. Hughes
b075c5325a MFH: r490982 r491621 r492447 r493241 r494484
www/node: Update 11.6.0 -> 11.7.0

https://nodejs.org/en/blog/release/v11.7.0/

Sponsored by:	Miles AS

www/node: Update 11.7.0_1 -> 11.8.0

https://nodejs.org/en/blog/release/v11.8.0/

Sponsored by:	Miles AS

www/node: Update 11.8.0 -> 11.9.0

Update patches and pkg-plist for deps/openssl/**/* after upstream
pdated to OpenSSL 1.1.1a and refresh existing patches with
`make makepatch`.

https://nodejs.org/en/blog/release/v11.9.0/

Sponsored by:	Miles AS

www/node: Update 11.9.0 -> 11.10.0

https://nodejs.org/en/blog/release/v11.10.0/

Sponsored by:	Miles AS

www/node: Update 11.10.0 -> 11.10.1

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS

Approved by:	ports-secteam (miwi)
2019-03-05 05:08:25 +00:00
Koichiro Iwao
02a5248eaf MFH: r494671
mail/mairix: Fix build with non-default prefix

PR:		236172
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Approved by:	jjuanino@gmail.com (maintainer)

Approved by:	portmgr (miwi)
2019-03-05 04:06:00 +00:00
Jan Beich
d9361750b4 MFH: r494660
emulators/citra: update to s20190304

Changes:	ad1cfc8d5...b3261472f
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-03-05 00:41:29 +00:00
Bradley T. Hughes
6d5f57bd5c MFH: r494485
www/node10: Update 10.15.1 -> 10.15.2

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS

Approved by:	ports-secteam (miwi)
2019-03-04 20:08:31 +00:00
Bradley T. Hughes
4d05e2f639 MFH: r494486
www/node8: Update 8.15.0 -> 8.15.1

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS

Approved by:	ports-secteam (miwi)
2019-03-04 20:02:40 +00:00