Commit Graph

464004 Commits

Author SHA1 Message Date
Ryan Steinmetz
b17b0c3839 MFH: r490324 r490326 r490503
- Update to 2.4.1 (fix maxmind DB warning that is no longer valid)
- Fix EADDRNOTAVAIL issue under FreeBSD when using IPs bound to loopback interfaces
- Bump PORTREVISION

Obtained from:	upstream PR #175

Approved by:	ports-secteam (with hat)
2019-01-17 17:04:40 +00:00
Tobias Kortkamp
8d9650e6e5 MFH: r490563
misc/wmcalendar: Fix some out-of-bounds memory access

PR:		227101
Submitted by:	crahman@gmail.com
Approved by:	xride (maintainer)

Approved by:	ports-secteam runtime fix blanket
2019-01-17 14:10:58 +00:00
Matthias Fechner
bb755122d7 MFH: r489831 r490523
Upgrade to version 11.6.3.
For more details see here:
https://about.gitlab.com/2019/01/03/gitlab-11-6-2-released/
https://about.gitlab.com/2019/01/05/gitlab-11-6-3-released/

Approved by:	mentors (implicit)

Security update to 11.6.4.

Approved by:	mentors (implicit)
Security:	ff50192c-19eb-11e9-8573-001b217b3468

Approved by:	ports-secteam (delphij)
2019-01-17 12:18:29 +00:00
Tobias Kortkamp
7f67056c95 MFH: r490545
databases/pgpool-II-40: Actually unbreak PAM option after r490475

Do not pass --without-pam to configure as it does not appear to
work correctly.  It also defines USE_PAM in config.h even when it
should not be defined and the build breaks.

auth/pool_hba.c:157:24: error: variable has incomplete type 'struct pam_conv'
static struct pam_conv pam_passw_conv = {
                       ^

http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/490502/logs/errors/pgpool-II40-4.0.2_2.log

Pointy hat:	tobik
Approved by:	tz (maintainer)

Approved by:	ports-secteam build fix blanket
2019-01-17 11:16:32 +00:00
Jan Beich
cce0396da2 MFH: r490500
emulators/rpcs3: update to 0.0.5.7731

Changes:	f19fd2322...f902a7867
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2019-01-16 19:18:14 +00:00
Tobias Kortkamp
d73af9130e MFH: r490475
databases/pgpool-II-40: Unbreak PAM option

The PAM option is tangled up with the SSL option in a weird way.
SSL_CONFIGURE_WITH is set once before bsd.port.options.mk for
enabling SSL support and overwritten again after including
bsd.port.options.mk but only when PAM=on.

Setting options helper after this point is not really supported,
but --with-pam actually makes it to CONFIGURE_ARGS.  When options
helpers are processed the results are only realized later by make(1).
SSL_CONFIGURE_WITH has been defined before including bsd.port.options.mk,
so this sort of "works".

This, however, is presumably an implementation detail and enabling
the PAM option breaks SSL support since SSL_CONFIGURE_WITH is
overwritten with a new value: CONFIGURE_ARGS only has --with-pam
left and is missing --with-openssl.

PAM support does not depend on SSL support.  Just switch everything
to options helpers to fix this.

PR:		234817
Submitted by:	tobik
Approved by:	tz (maintainer)

Approved by:	ports-secteam build fix blanket
2019-01-16 12:06:25 +00:00
Bryan Drewery
c913008a91 MFH: r490434
Fix build of ccache-memcached-static sasl2 update in r485191

Approved by:	implicit
2019-01-15 23:16:52 +00:00
Fernando Apesteguía
acdad79f11 MFH: r489819 r490082
audio/oss: unbreak in FreeBSD > 12

Unbreak port in FreeBSD 12 and 13-CURRENT. Broken most likely due to r335879.

While here:

* Add missing LIB_DEPENDS and USES for ossxmix
* Reorder some variables

PR:     233018
Reported by:    sergey@akhmatov.ru

Approved by:	ports-secteam (miwi)
2019-01-15 21:28:27 +00:00
Florian Smeets
e72c4bac37 MFH: r490316
Update to 5.6.42-84.2

PR:		234826
Submitted by:	Andres Montalban <amontalban@gmail.com>
Security:	ec5072b0-d43a-11e8-a6d2-b499baebfeaf

Approved by:	ports-secteam (miwi)
2019-01-15 13:49:47 +00:00
Bernhard Froehlich
3f6f7b6e50 MFH: r490299
multimedia/dvb-apps: Fix build with GCC-based architectures

PR:		234942
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	portmgr (miwi)
2019-01-15 13:11:41 +00:00
Steve Wills
23c60ddc35 MFH: r490366
net-im/py-matrix-synapse: update to 0.34.1.1, fix CVE-2019-5885

PR:		234828
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
Security:	383931ba-1818-11e9-92ea-448a5b29e8a9
Approved by:	ports-secteam (implicit)
2019-01-15 12:22:06 +00:00
Jochen Neumeister
4b5864f7fd MFH: r490308
Add patch to fix an error:

docker run hello-world
Error response from daemon: json: cannot set embedded pointer to unexported struct: runconfig.hostConfigWrapper

PR:		227618
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (miwi)
2019-01-15 08:18:14 +00:00
Jan Beich
bd70b97d22 MFH: r490330
emulators/rpcs3: update to 0.0.5.7729

Changes:	022550a43...f19fd2322
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2019-01-15 00:53:44 +00:00
Jan Beich
38a90aacfe MFH: r490327
emulators/citra: unbreak on i386 after r490096

In file included from teakra/src/test_generator.cpp:10:
teakra/src/./test.h:37:1: fatal error: static_assert failed
static_assert(sizeof(TestCase) == 4312);
^             ~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2019-01-15 00:53:12 +00:00
Bernhard Froehlich
ba9aa458ef MFH: r490173
multimedia/tvheadend: Update to 4.2.8

Approved by:	portmgr (miwi)
2019-01-14 15:35:47 +00:00
Cy Schubert
14de75cbd7 MFH: r490251
Update 1.8.26 --> 1.8.27

Notable changes:

 * Fixes and clarifications to the sudo plugin documentation.

 * The sudo manuals no longer require extensive post-processing to
   hide system-specific features.  Conditionals in the roff source
   are now used instead.  This fixes corruption of the sudo manual
   on systems without BSD login classes.  Bug #861.

 * If an I/O logging plugin is configured but the plugin does not
   actually log any I/O, sudo will no longer force the command to
   be run in a pseudo-tty.

 * The fix for bug #843 in sudo 1.8.24 was incomplete.  If the
   user's password was expired or needed to be updated, but no sudo
   password was required, the PAM handle was freed too early,
   resulting in a failure when processing PAM session modules.

 * In visudo, it is now possible to specify the path to sudoers
   without using the -f option.  Bug #864.

 * Fixed a bug introduced in sudo 1.8.22 where the utmp (or utmpx)
   file would not be updated when a command was run in a pseudo-tty.
   Bug #865.

 * Sudo now sets the silent flag when opening the PAM session except
   when running a shell via "sudo -s" or "sudo -i".  This prevents
   the pam_lastlog module from printing the last login information
   for each sudo command.  Bug #867.

PR:		234904
Submitted by:	cy@
Approved by:	garga@ (maintainer)
Approved by:	portmgr (miwi@)
2019-01-14 13:15:17 +00:00
Torsten Zuehlsdorff
5557bd3b40 MFH: r490239
lang/php73: Upgrade from 7.3.0 to 7.3.1

Changelog:

    Core:
        Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel).
        Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
        Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
        Fixed bug #77291 (magic methods inherited from a trait may be ignored).
    CURL:
        Fixed bug #77264 (curl_getinfo returning microseconds, not seconds).
    COM:
        Fixed bug #77177 (Serializing or unserializing COM objects crashes).
    Exif:
        Fixed bug #77184 (Unsigned rational numbers are written out as signed rationals).
    GD:
        Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()).
        Fixed bug #77198 (auto cropping has insufficient precision).
        Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
    MBString:
        Fixed bug #77367 (Negative size parameter in mb_split).
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    OCI8:
        Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working).
        Added oci_set_call_timeout() for call timeouts.
        Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
    Opcache:
        Fixed bug #77215 (CFG assertion failure on multiple finalizing switch frees in one block).
        Fixed bug #77275 (OPcache optimization problem for ArrayAccess->offsetGet).
    PCRE:
        Fixed bug #77193 (Infinite loop in preg_replace_callback).
    PDO:
        Handle invalid index passed to PDOStatement::fetchColumn() as error.
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Soap:
        Fixed bug #77088 (Segfault when using SoapClient with null options).
    Sockets:
        Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
    Sodium:
        Fixed bug #77297 (SodiumException segfaults on PHP 7.3).
    SPL:
        Fixed bug #77359 (spl_autoload causes segfault).
        Fixed bug #77360 (class_uses causes segfault).
    SQLite3:
        Fixed bug #77051 (Issue with re-binding on SQLite3).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

Also removing the patch committed in r489721. The patch disables the use of
ifuncs and is part of the new relase 7.3.1.

Approved by:	ports-secteam (miwi)
2019-01-14 12:25:34 +00:00
Torsten Zuehlsdorff
07428e95e6 MFH: r490238
lang/php72: Upgrade from 7.2.13 to 7.2.14

Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
        Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
        Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
    COM:
        Fixed bug #77177 (Serializing or unserializing COM objects crashes).
    Date:
        Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second).
    Exif:
        Fixed bug #77184 (Unsigned rational numbers are written out as signed rationals).
    GD:
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
        Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()).
        Fixed bug #77198 (auto cropping has insufficient precision).
        Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
    IMAP:
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Mbstring:
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    OCI8:
        Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working).
        Added oci_set_call_timeout() for call timeouts.
        Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
    Opcache:
        Fixed bug #77215 (CFG assertion failure on multiple finalizing switch frees in one block).
    PDO:
        Handle invalid index passed to PDOStatement::fetchColumn() as error.
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Sockets:
        Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
    SQLite3:
        Fixed bug #77051 (Issue with re-binding on SQLite3).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

Approved by:	ports-secteam (miwi)
2019-01-14 12:24:24 +00:00
Torsten Zuehlsdorff
b250c72f0f MFH: r490236
Update PHP 7.1 from 7.1.25 to 7.1.26

Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
    GD:
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
    IMAP:
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Mbstring:
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

Approved by:	ports-secteam (miwi)
2019-01-14 12:23:09 +00:00
Dmitry Sivachenko
5839f37be9 MFH: r489696
Update to version 1.8.17.
This is small bugfix release fixing a possible crash.

Approved by:	portmgr (implicit, not required)
2019-01-14 10:58:15 +00:00
Adam Weinberger
183b87a3f9 MFH: r489642 r489971 r489992 r490212
Deprecate net/GeoIP, and expire it at the end of the month

Note that only the legacy format is deprecated. The GeoIP2 databases
are alive and well.

I completely missed that GeoIP has been deprecated for the last year,
and it expired upstream last week. Maxmind no longer provides the
legacy database, rendering this port useless.

Users must switch to GeoIP2 immediately. OPTIONS changes and
instructions will be coming in the next few days.

See https://support.maxmind.com/geolite-legacy-discontinuation-notice/

Although it won't be purged from the quarterly branch, it probably
makes sense to MFH this deprecation notice.

PR:             234715
Reported by:    rigoletto

Replace the geoipupdate.sh script (which just produced 404 errors) with
a message explaining why, and what to do about it.

Report failure to the caller in geoipupdate.sh

The script was returning an error due to the service not being offered anymore.
The update attempt was replaced with an information message, but it's better to
still return 1 as it did before to allow users detecting they have a problem.

Reported by:	aramw (maintainer)

Extend the GeoIP expiration to a month from now to give
users a bit more time to find a new solution.

Approved by:	portmgr (with hat)
2019-01-14 00:07:41 +00:00
Mahdi Mokhtari
67f20e52e6 MFH: r490218
databases/mysql80-{client, server}: Update ports to latest version 8.0.13
This update fixes several issues including CVEs.
Bug-fixes:
	- Return better error messages for OpenSSL errors
	- Incorrect copying of an integer value by X Plugin caused an
	    error relating to misaligned memory access
Improvement:
	- Important Change: X Protocol now provides a connection pooling option

Upstream notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-13

While here, fix the build with GCC-based architectures too (ported from fix on MySQL57)

Sponsored by:	The FreeBSD Foundation

Approved by:	portmgr (bugfix blanket), ports-secteam (feld, CVE-patch blanket)
2019-01-13 23:34:15 +00:00
Gerald Pfeifer
9e502f716d MFH: r490115
Update ibiblio.org MASTER_SITE which includes a reference to the version
number and was thus broken since we upgraded to Wine 4.0 RC1 in revision
r487184.

PR:		234459
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by:	portmgr (miwi)
2019-01-13 15:33:48 +00:00
Thomas Zander
900e4d88a8 MFH: r490137
Update to upstream version 0.21.4

Details:
- Bugfix release, see upstream changelog:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.4/NEWS
- Fix build with openal and lld

Approved by:	ports-secteam (riggs)
2019-01-13 14:41:59 +00:00
Kurt Jaeger
578dad478f MFH: r490052
devel/synfig: Switch to textproc/gsed for build

The configure process for synfig uses GNU extensions (\s) in sed,
which currently get interpreted as an escape of an ordinary character.
Escapes of an ordinary character will be disallowed in future
versions of regex(3), so switch to gsed in advance to also do the
right thing.

As an aside, the \s usage may be potentially patched out, but submitter
opted to switch to gsed for now to ease maintenance burden. A later
run will be done to switch ports depending on gsed for build back
to sed when our sed becomes capable.

PR:		233438
Submitted by:	kevans
Approved by:	woodsb02 (maintainer)
Approved by:	portmgr (miwi)
2019-01-13 07:35:59 +00:00
Jan Beich
8117d26854 MFH: r490097
emulators/rpcs3: update to 0.0.5.7714

Changes:	52ac0a901...022550a43
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2019-01-13 00:39:43 +00:00
Jan Beich
ea9e9a3c61 MFH: r490096
emulators/citra: update to s20190111

Changes:	941d241e7...4f23d5d69
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-01-13 00:38:45 +00:00
Kurt Jaeger
b38d294ebc MFH: r490075
www/sitecopy: unbreak on 12 and later

PR:		234524
Submitted by:	Helge Oldach <freebsd@oldach.net> (maintainer)
Approved by:	portmgr (unbreak blanket)
2019-01-12 19:38:54 +00:00
Thomas Zander
6f48c8456c Update to upstream version 3.0.6 (bug fixes)
Details:
- Patch-level upstream update, contains mostly fixes for potential
  runtime issues (e.g. null ptr dereferences)
- Committed directly to 2019Q1 due to branch differences to head
  (multimedia/vlc3 collapsed into multimedia/vlc on head)

Approved by:	ports-secteam (riggs)
2019-01-12 13:53:26 +00:00
Kurt Jaeger
562578cc51 MFH: r489946
www/trafficserver: update 6.2.0 -> 6.2.3 to fix build on 12

PR:		231127
Reviewed by:	Sam Chen <sc.gear@one.caeon.com>
Approved by:	gaod@hychen.org (maintainer timeout)
Relnotes:	https://raw.githubusercontent.com/apache/trafficserver/6.2.3/CHANGELOG-6.2.3
  https://raw.githubusercontent.com/apache/trafficserver/6.2.2/CHANGELOG-6.2.2
  https://raw.githubusercontent.com/apache/trafficserver/6.2.1/CHANGELOG-6.2.1
Approved by:	portmgr (unbreak build blanket)
2019-01-12 13:02:13 +00:00
Carlos J. Puga Medina
12c8ee433a MFH: r490035
- Fix debug build
- Add missing patch in r489897
- Drop unnecessary patch
- Bump PORTREVISION

Approved by:	ports-secteam (miwi)
2019-01-12 10:18:43 +00:00
Carlos J. Puga Medina
7f44448ae6 MFH: r489983
net/ocserv: update to 0.12.2

Noteworthy changes in 0.12.2

- Added support for AES256-SHA legacy cipher. This allows the anyconnect clients to use AES256.
- Added support for the DTLS1.2 protocol hack used by new anyconnect client.

While I'm here pet portlint.

Approved by:	ports-secteam (miwi)
2019-01-12 01:19:06 +00:00
Tobias Kortkamp
de0dbbe2cd MFH: r489960
graphics/graphene: Unbreak build with GTKDOC=on

pkg-static: Unable to access file [...]share/gtk-doc/html/graphene/object-tree.html:No such file or directory

PR:		232762
Reported by:	Hyun Hwang <hyun@caffeinated.codes>
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	gnome (maintainer timeout, ~2 months)

Approved by:	ports-secteam build fix blanket
2019-01-11 12:54:39 +00:00
Tobias Kortkamp
8bf0f946c0 MFH: r489869
devel/bsdowl: Do not set BUILD_DEPENDS twice

Make GraphicsMagick a run dependency too as submitted in the original
PR [1].

PR:		194625 [1], 234696

Approved by:	ports-secteam runtime fix blanket
2019-01-11 06:01:33 +00:00
Tobias Kortkamp
3c934878d5 MFH: r489818
graphics/pfstools: Do not set VIEW_USE twice

Merge the two VIEW_USE together and unbreak the non-default VIEW
option.  Without it some build dependencies are missing.

- Add USES=gl while here

Approved by:	ports-secteam build fix blanket
2019-01-11 06:01:05 +00:00
Tobias Kortkamp
5877593402 MFH: r489709
sysutils/htop: Fix memory display in the header

On amd64 it works correctly, but it breaks on powerpc, due to using
types with the wrong size when requesting various sysctls.

PR:		234357
Submitted by:	tobik
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer timeout, 2 weeks)

Approved by:	ports-secteam runtime fix blanket
2019-01-11 06:00:26 +00:00
Tobias Kortkamp
412906d1b7 MFH: r489674
irc/thales: Unbreak MODES option

- Convert to options helpers
- Switch to USES=mysql
- Remove obsolete comment that no longer seems to be relevant
- Fix CONFIGURE_ARGS assignment

Approved by:	ports-secteam build fix blanket
2019-01-11 05:59:58 +00:00
Tobias Kortkamp
a98d3d28d3 MFH: r489663
multimedia/libquicktime: Do not set LIB_DEPENDS twice

The ALSA option overwrites a previously set LIB_DEPENDS, so the
libvorbis dependency is never registered when it is turned on.

Approved by:	ports-secteam blanket
2019-01-11 05:59:12 +00:00
Tobias Kortkamp
b182936f1c MFH: r489619
devel/gdcm: Combine the two USES together again

This was fixed in r486072 before but was broken again in r488341
during the cmake:outsource -> cmake change.

Approved by:	ports-secteam (tier-2) build fix blanket
2019-01-11 05:58:35 +00:00
Tobias Kortkamp
eb094717d0 MFH: r489592
textproc/emacs-wiki: Properly register xml-parse.el as a run dependency too

(Do not set RUN_DEPENDS twice.)

Approved by:	ports-secteam runtime fix blanket
2019-01-11 05:56:01 +00:00
Tobias Kortkamp
93c6ad3eb2 MFH: r489591
print/pnm2ppa: Do not override RUN_DEPENDS after including bsd.port.pre.mk

Make sure Ghostscript is actually added as a run dependency as specified.

Approved by:	ports-secteam runtime fix blanket
2019-01-11 05:55:30 +00:00
Tobias Kortkamp
8d13ffd10b MFH: r489484
misc/mirmon: Do not set USES twice and properly declare Perl run dependency

Approved by:	ports-secteam runtime fix blanket
2019-01-11 05:55:00 +00:00
Tobias Kortkamp
f0ef1939b6 MFH: r489481
Do not set OPTIONS_DEFINE twice

Approved by:	ports-secteam build fix blanket
2019-01-11 05:54:25 +00:00
Carlos J. Puga Medina
374f75794a MFH: r489897
- Enable Hangout extension
- Fix jumbo build with the SNDIO option enabled [1]
- Fix crash in V8
- Fix nav preload with third-party cookie blocking
- Backport more patches from OpenBSD chromium port
- Bump PORTREVISION

Reported by:	Joseph Mingrone <jrm@FreeBSD.org> via email [1]

Approved by:	ports-secteam (miwi)
2019-01-11 02:21:49 +00:00
Danilo G. Baio
c3bc6a32c0 MFH: r489833
irc/irssi: Update to 1.1.2

Changelog:	https://irssi.org/NEWS/#v1-1-2

Irssi Security Advisory:	https://irssi.org/security/irssi_sa_2019_01.txt

PR:		234798
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Submitted by:	tj@mrsk.me (email)

Approved by:	ports-secteam (miwi)
2019-01-10 19:43:40 +00:00
Jan Beich
ac4cb784b9 MFH: r489752
www/firefox: update to 64.0.2

Changes:	https://www.mozilla.org/firefox/64.0.2/releasenotes/
PR:		233028
Approved by:	ports-secteam blanket
2019-01-10 16:50:50 +00:00
Jochen Neumeister
b76e3465bf MFH: r489864
Update to 5.0.3

Changelog: https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (miwi)
2019-01-10 15:21:07 +00:00
Carlos J. Puga Medina
5d820c0a34 MFH: r489859
- Unbreak devel/chromium-gn port

Reported by:	pkg-fallout

Approved by:	ports-secteam (blanket)
2019-01-10 11:41:17 +00:00
Jochen Neumeister
5deadb4f71 MFH: r489852
- Switch to python3 and fix build
- Unbreak mail/claws-mail-python

Submitted by:	mmokhi
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D18800

Approved by:	portmgr (blanket: build fix)
2019-01-10 08:44:49 +00:00
Carlos J. Puga Medina
370ba543ca MFH: r489815
- Add USES=gl
- Enable jumbo build to improve compilation times
- Fix loading of the chromium binary on FreeBSD-HEAD
- Fix jumbo build with the SNDIO option enabled
- Add -Wl,-znotext for i386
- Bump PORTREVISION

Approved by:	ports-secteam (miwi)
2019-01-10 02:31:29 +00:00