Commit graph

434563 commits

Author SHA1 Message Date
Mahdi Mokhtari
5406cc80e0 MFH: r459293
databases/mysql56-{client, server}: Update to 5.6.39
This update fixes bugs like CVE-2018-2696, CVE-2018-2562,
and CVE-2018-2583 in MySQL protocol by upstream

PR:		225240
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (feld)
2018-01-17 23:30:05 +00:00
Jan Beich
9ea15fdd6f MFH: r459277
www/waterfox: apply more FF58 fixes

Approved by:	ports-secteam blanket
2018-01-17 18:39:38 +00:00
Thomas Abthorpe
350040b6e8 MFH: r459270
- Fix build for FreeBSD 11+

Approved by:	portmgr (swills)
2018-01-17 17:28:40 +00:00
Mark Felder
8b7a8953bb MFH: r459263
devel/arcanist: Fix QA warnings

- shebangfix
- regen port patch
- RUN_DEPENDS earlier for portlint
2018-01-17 15:12:45 +00:00
Tobias Kortkamp
1f92da925c MFH: r459259
ports-mgmt/fastest_sites: Fix runtime with modern bsd.sites.mk

fastest_sites currently can't parse entries like

https://archives.fedoraproject.org/pub/archive/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE

 => Checking servers for MASTER_SITE_FEDORA_LINUX (6 servers)
Traceback (most recent call last):
  File "/usr/local/bin/fastest_sites", line 164, in <module>
    latency_list = FindFastest(varname, sitelist)
  File "/usr/local/bin/fastest_sites", line 110, in FindFastest
    AsyncConnect(url, callback)
  File "/usr/local/bin/fastest_sites", line 53, in __init__
    self.ParseURL()
  File "/usr/local/bin/fastest_sites", line 64, in ParseURL
    (scheme, remainder) = self._url.split(":", 2)
ValueError: too many values to unpack

PR:		224854

Approved by:	ports-secteam blanket
2018-01-17 14:30:51 +00:00
Jan Beich
689b2e8555 MFH: r459226
www/waterfox: unbreak HTTP auth dialog after r458873

PR:		225231
Reported by:	Graham Perrin
Approved by:	ports-secteam blanket
2018-01-17 08:59:58 +00:00
Mathieu Arnold
a2a6fc1c7d MFH: r459224
Update to latest commit.

Security:	CVE-2017-3145
Sponsored by:	Absolight
2018-01-17 08:39:20 +00:00
Mathieu Arnold
433187f7ab MFH: r459221
Update BIND9* to 9.9.11-P1, 9.10.6-P1, 9.11.2-P1 and 9.12.0rc3

Security:	CVE-2017-3145
Sponsored by:	Absolight
2018-01-17 08:06:01 +00:00
Mark Felder
283721af72 MFH: r459209
devel/libevent: Fix QA warning

Need shebangfix for Python script, but we will consciously avoid adding
Python as a build or run dependency for a script that is unlikely to be
used.

PR:		224575
2018-01-16 22:16:28 +00:00
Steve Wills
3ccef86c45 Again sync up with HEAD
MFH: r459205

Revert Intel URL to the correct location for microcode-20171117.tgz

PR:		225224
Reported by:	Gary <freebsd-bugzilla@in-addr.com>
Sponsored by:	Limelight Networks

Approved by:	ports-secteam (implicit)
2018-01-16 20:57:51 +00:00
Tobias Kortkamp
959f2fbbc5 MFH: r459164
www/palemoon: Update to 27.7.0

Changes:	http://www.palemoon.org/releasenotes.shtml
PR:		225210
Submitted by:	lichray@gmail.com (maintainer)

Approved by:	ports-secteam blanket
2018-01-16 13:32:29 +00:00
Jan Beich
dc436ce065 MFH: r459140
emulators/citra: update to s20180113

Changes:	9b647d45...79dca3d6
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-01-16 00:55:55 +00:00
Jan Beich
37e8d0781f MFH: r459141 r459144
emulators/rpcs3: update to 0.0.4.252

Changes:	c951601fa...24e97b9e0
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-01-16 00:55:10 +00:00
Steve Wills
7ce67942e3 sync up with HEAD
MFH: r458664 r458792 r458943 r458987 r459084

sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.

Run cpucontrol -e after microcode update to refresh cpu flags.  If running
on an older system without -e, fail silently.

Log any upgrade output via logger to /var/log/messages.

Add an instructional pkg-message for users.

Intel Release Notes:
Intel Processor Microcode Package for Linux
20180108 Release

-- Updates upon 20171117 release --
IVT C0          (06-3e-04:ed) 428->42a
SKL-U/Y D0      (06-4e-03:c0) ba->c2
BDW-U/Y E/F     (06-3d-04:c0) 25->28
HSW-ULT Cx/Dx   (06-45-01:72) 20->21
Crystalwell Cx  (06-46-01:32) 17->18
BDW-H E/G       (06-47-01:22) 17->1b
HSX-EX E0       (06-3f-04:80) 0f->10
SKL-H/S R0      (06-5e-03:36) ba->c2
HSW Cx/Dx       (06-3c-03:32) 22->23
HSX C0          (06-3f-02:6f) 3a->3b
BDX-DE V0/V1    (06-56-02:10) 0f->14
BDX-DE V2       (06-56-03:10) 700000d->7000011
KBL-U/Y H0      (06-8e-09:c0) 62->80
KBL Y0 / CFL D0 (06-8e-0a:c0) 70->80
KBL-H/S B0      (06-9e-09:2a) 5e->80
CFL U0          (06-9e-0a:22) 70->80
CFL B0          (06-9e-0b:02) 72->80
SKX H0          (06-55-04:b7) 2000035->200003c
GLK B0          (06-7a-01:01) 1e->22

Reviewed by:	A bunch of folks on the review
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13815

Revert to previous Intel microcode archive (20171117).

FreeBSD kernel changes to make use of the capabilities provided by the
new microcode update have not yet been committed. Since we do not yet
require them, allow more time for validation.

Approved by:	emaste
Sponsored by:	Limelight Networks

sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,
drop malfunctioning individual "AMD-XXX" files.

On the few machines that actually have microcode updates, chopping up the
microcode is incorrect and results in a failure to update.  Don't do that.

I personally run this on my FX-8150 and this has been tested by a few others.

Sponsored by:	 Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13832

sysutils/devcpu-data:  Only run "cpucontrol -e" once.

Submitted by:	kib
Sponsored by:	Limelight Networks

sysutils/devcpu-data: fix rc script

PR:		225173
Reviewed by:	sbruno
Approved by:	portmgr (implicit)
Approved by:	ports-secteam (implicit)
2018-01-15 17:28:41 +00:00
Torsten Zuehlsdorff
98e9d0b8e4 MFH: r458655
lang/php70: Update from 7.0.26 to 7.0.27

Changelog: http://www.php.net/ChangeLog-7.php#7.0.27

Approved by: ports-secteam (swills)
2018-01-15 16:50:30 +00:00
Torsten Zuehlsdorff
103accb225 MFH: r458658
Update PHP 7.1 from 7.1.12 to 7.1.13

Changelog: http://www.php.net/ChangeLog-7.php#7.1.13

PR:  224955

Approved by: ports-secteam (swills)
2018-01-15 16:48:39 +00:00
Guido Falsi
0aabb02e2a MFH: r458159
Import upstream patch to fix crash in certain situations.

Obtained from:	ed12af1f89 (diff-b4c630fa7a766bd2e17a1838276ea339)

Approved by:	ports-secteam (swills)
2018-01-15 15:02:01 +00:00
Cy Schubert
3e23440283 MFH: r459017
Some users have reported broken buttons. Make broken buttons work.

Submitted by:	John Hay <john@sanren.ac.za>
Approved by:	portmgr (swills)
2018-01-15 14:13:15 +00:00
Lars Engels
4ad9ada9e8 MFH: r458808
net-mgmt/aircrack-ng:

- Include pcap.h using a relative path. Some environments failed to find it.
- Bump PORTREVISION

This most probably also fixes 190725

PR:		225050
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Approved by:	portmgr (swills)
2018-01-15 09:20:15 +00:00
Antoine Brodin
2c2b95b740 MFH: r459020
Skip ENOMEM check for printf when building with qemu, this makes
configure hang

PR:		224740
Reported by:	pkg-fallout
With hat:	portmgr
2018-01-15 08:18:49 +00:00
Antoine Brodin
faa5f3a506 MFH: r459001
Skip ENOMEM check for printf when building with qemu, this makes
configure hang

PR:		224740
Reported by:	pkg-fallout
With hat:	portmgr
2018-01-14 22:06:20 +00:00
Sunpoet Po-Chuan Hsieh
5bc80bdaeb MFH: r457878 r457976
Fix build on Ruby prior to 2.5

Ruby 2.5 bundled RDoc 6.0.1. Due to unknown RDoc issue, RDoc prior to
6.0.0.beta1+ failed to parse the regex in lib/liquid/tag/parser.rb.
Upstream also set "has_rdoc = false" in gemspec.

Use OPTIONS_EXCLUDE=DOCS instead of NOPORTDOCS

Suggested by:	mat

Approved by:	ports-secteam (blanket)
2018-01-13 07:47:11 +00:00
Jan Beich
0b8ba30fec MFH: r458884
emulators/rpcs3: update to 0.0.4.234

Changes:	51a2b43d8...c951601fa
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-01-13 00:57:10 +00:00
Jan Beich
c935b56fcf MFH: r458883
emulators/citra: update to s20180111

Changes:	2e418106...9b647d45
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-01-13 00:55:04 +00:00
Jan Beich
d8e1dff591 MFH: r458873
www/waterfox: update to 56.0.3

- Apply more FF58 fixes [1]

Changes:	https://github.com/MrAlex94/Waterfox/compare/56.0.2...56.0.3
Security:	a891c5b4-3d7a-4de9-9c71-eef3fd698c77 [1]
Approved by:	ports-secteam blanket
2018-01-12 21:37:15 +00:00
Mark Felder
5f9fc3c26c MFH: r458861
databases/percona57: Fix build with SASL

If SASL is detected at build time it assumes you want SASL and also
errors due to assuming we're Linux. This was already patched in our tree
for MySQL.

Also enable SASL support by default for the databases/percona57-client.
This is expected to be the default by upstream now.

Special thanks to mmokhi for figuring this out for us.

PR:		220865
2018-01-12 17:54:13 +00:00
Thomas Zander
70205ef2ba MFH: r457963
Update to upstream release 1.4.6 (bug fixes)

Approved by:	ports-secteam (swills)
2018-01-11 18:59:10 +00:00
Torsten Zuehlsdorff
5cd2caf0e3 MFH: r458659
lang/php72: Update from 7.2.0 to 7.2.1

Changelog: http://www.php.net/ChangeLog-7.php#7.2.1

PR:  224953

Approved by: ports-secteam (swills)
2018-01-11 15:29:36 +00:00
Danilo G. Baio
516d1dffae MFH: r458496
www/awstats: Update to 7.7, Fixes security vulnerability

Pass MAINTAINER'ship to submitter.

Changes:	http://www.awstats.org/docs/awstats_changelog.txt

PR:		225007
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>
Security:	4055aee5-f4c6-11e7-95f2-005056925db4

Approved by:	ports-secteam (swills)
2018-01-11 12:59:14 +00:00
Danilo G. Baio
b9a6f6b91e MFH: r458290
irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilities

While here, update license and www.

Changes:	https://raw.githubusercontent.com/irssi/irssi/1.0.6/NEWS

PR:		224954
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Reported by:	tj@mrsk.me (email)
Security:	a3764767-f31e-11e7-95f2-005056925db4

Approved by:	ports-secteam (swills)
2018-01-11 12:43:54 +00:00
Lars Engels
8b1ad3f9ad MFH: r457968
net-mgmt/icingaweb2:

- Install icingacli to ${PREFIX}/bin and patch it to make it usable. Now you
  can configure Icinga Web 2 with it and can use the embedded PHP web server.
- Bump PORTREVISION

Approved by:	portmgr (swills)
2018-01-11 09:13:58 +00:00
Richard Gallamore
8d5d0af483 MFH: r457965 r458047
Update devel/json-c to 0.13

- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine

* Revision bump for libevhtp
* Fix build errors for updated libevhtp

Approved by:	ports-secteam (swills)
2018-01-11 01:45:36 +00:00
Jan Beich
ba5fa3bb5b MFH: r458705
www/firefox: work around crash on FreeBSD 10

PR:		224917
Suggested by:	dim
Approved by:	ports-secteam blanket
2018-01-11 00:55:34 +00:00
Jan Beich
20d8604762 MFH: r458703
emulators/citra: update to s20180110

Changes:	a66e4585...2e418106
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-01-11 00:54:57 +00:00
Jan Beich
8929b6240b MFH: r458702
emulators/rpcs3: update to 0.0.4.230

Changes:	19d181fa4...51a2b43d8
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-01-11 00:54:16 +00:00
Richard Gallamore
24399668e7 MFH: r458046
* Revision bump for libevhtp
* Fix build warnings / errors for updated libevhtp

Approved by:	ports-secteam (swills)
2018-01-10 20:08:41 +00:00
Richard Gallamore
d7930c1fc3 MFH: r458045
* Updated to 1.2.15
* Uses system oniguruma when REGEX option is enabled, default on

Reviewed by:	mat
Security:	https://vuxml.freebsd.org/freebsd/b396cf6c-62e6-11e7-9def-b499baebfeaf.html
Differential Revision:	https://reviews.freebsd.org/D13742

Approved by:	ports-secteam (swills)
2018-01-10 20:07:52 +00:00
Matthias Andree
31d822d6ac MFH: r457962
Bugfix update to new upstream release 1.43.8.

This fixes a few important bugs where updates are missed, displayed data is
incorrect, a use-after-free-bug and fixes important bugs WRT super block
handling on big-endian systems (missed byte-swaps).

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.8>

Approved by:	ports-secteam (swills)
2018-01-10 19:47:11 +00:00
Guido Falsi
14ee654756 MFH: r458165
Fix conditional in flavoring.

I missed this change when I committed the approved review.

Reviewed by:		portmgr (mat)
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478

Approved by:		ports-secteam (swills)
2018-01-10 19:42:34 +00:00
Dmitry Marakasov
d77ce928ee MFH: r458625
- Fix build on mips by disabling unknown warning flag

Approved by:	portmgr blanket
With hat:	ports-secteam
2018-01-10 12:41:04 +00:00
Dmitry Marakasov
f7dfecdc6f MFH: r458622
- Don't try to use lib32 directory, fixes build on mips
- While here, tiny whitespace fix

With hat:	ports-secteam
Approved by:	portmgr blanket
2018-01-10 12:04:31 +00:00
Baptiste Daroussin
5a6d0df99f MFH: r458617
Update Intel microcode to 20180108

Sponsored by:	Gandi.net
2018-01-10 10:05:45 +00:00
Jung-uk Kim
d4993ef6c0 MFH: r458574
Update to 28.0.0.137.

https://helpx.adobe.com/security/products/flash-player/apsb18-01.html

PR:		225034
Approved by:	ports-secteam (blanket)
2018-01-09 21:16:17 +00:00
Ben Woods
668c95222d MFH: r458532
graphics/synfigstudio: Unbreak build

Reported by:	Ian Trudel <ian.trudel@gmail.com>

Approved by:	ports-secteam (implicit)
2018-01-09 15:13:31 +00:00
Jan Beich
fd5b010a2e MFH: r458499
www/waterfox: regen distfiles

--- addon-sdk/source/python-lib/cuddlefish/_version.py	2018-01-05 15:13:08 UTC
+++ addon-sdk/source/python-lib/cuddlefish/_version.py	2018-01-06 01:21:25 UTC
@@ -9,8 +9,8 @@
 # (https://github.com/warner/python-versioneer)

 # these strings will be replaced by git during git-archive
-git_refnames = " (HEAD -> master, tag: 56.0.2)"
-git_full = "d0769caa90211e71c90bc4f89d95d7ff36af7f8c"
+git_refnames = " (tag: 56.0.2)"
+git_full = "5404f1c5a5bb8add0abc75f2f0e42d28532f74ed"

 import subprocess
--- media/libcubeb/src/moz.build	2018-01-05 15:13:08 UTC
+++ media/libcubeb/src/moz.build	2018-01-06 01:21:25 UTC
@@ -89,4 +89,4 @@ CFLAGS += CONFIG['MOZ_ALSA_CFLAGS']
 CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS']

 # We allow warnings for third-party code that can be updated from upstream.
-AllowCompilerWarnings()
+ALLOW_COMPILER_WARNINGS = True

Approved by:	ports-secteam blanket
2018-01-09 00:54:28 +00:00
Bryan Drewery
b34f83e4bb MFH: r458394
Fix flavor helpers when only bsd.port.pre.mk is not used and FLAVOR is not set.

The helpers were being evaluated before the default FLAVOR was set. The
helpers worked fine if the FLAVOR was specified by the user but not if
it was left to the default value. Resolve this by moving the helpers
right after the default FLAVOR is set.

PR:		224879
exp-run by:	antoine
Approved by:	portmgr (implicit)
Differential Revision:	https://reviews.freebsd.org/D13756
2018-01-08 00:25:28 +00:00
Antoine Brodin
0e8b24c071 MFH: r458169 r458363
sysutils/devcpu-data:

- Update Intel microcode to 20171117
- Use local distcache for amd microcode
2018-01-07 19:02:35 +00:00
Thomas Zander
555ac885c9 MFH: r458315
Fix build failure in check-plist; add missing dependency on libogg

PR:		221566
Submitted by:	yuri

Approved by:	ports-secteam (build fix blanket)
2018-01-07 12:07:45 +00:00
Antoine Brodin
f81b065f70 MFH: r458235 r458238
Fix after empty FLAVOR as make argument was forbidden

Remove the use of submake, and use the parent's port shared library
instead.

While there, remove an obsolete sed line that does not match anything.
2018-01-06 11:59:44 +00:00
Jan Beich
13221b9561 MFH: r458224
games/aquaria: unbreak with LLD by default

Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:

/usr/bin/ld: error: cannot preempt symbol: alGetSourcei
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by BBGE/FmodOpenALBridge.cpp
>>>               CMakeFiles/aquaria.dir/BBGE/FmodOpenALBridge.cpp.o:(OggDecoder::decode_loop(OggDecoder*))

/usr/bin/ld: error: cannot preempt symbol: alSourceUnqueueBuffers
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by BBGE/FmodOpenALBridge.cpp
>>>               CMakeFiles/aquaria.dir/BBGE/FmodOpenALBridge.cpp.o:(OggDecoder::decode_loop(OggDecoder*))
[...]

For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).

Reported by:	antoine (via bug 214864)
Approved by:	ports-secteam blanket
2018-01-06 06:01:14 +00:00