Commit Graph

464074 Commits

Author SHA1 Message Date
Bradley T. Hughes
8844f40a2c MFH: r494487
www/node6: Update 6.16.0 -> 6.17.0

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:00:26 +00:00
Bernard Spil
fc665cdb98 databases/mariadb103-server: Fix patch failing in 2019Q1
Approved by:	portmgr (fixit blanket)
2019-03-04 10:14:06 +00:00
Jochen Neumeister
3219f642b7 in r494382, et to update GH_TAGNAME. This fixes it
- bump PORTREVISION

Approved by:	ports-secteam (joneum)
Security:	395ed9d5-3cca-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-03-04 10:10:47 +00:00
Jan Beich
d7013b46eb MFH: r494455
multimedia/libmpeg2: unbreak on armv7

ld: error: can't create dynamic relocation R_ARM_ABS32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in ./.libs/libmpeg2arch.a(motion_comp_arm_s.o)
>>> referenced by motion_comp_arm_s.o:(.text+0x104) in archive ./.libs/libmpeg2arch.a

Reported by:	pkg-fallout
Approved by:	ports-secteam blankte
2019-03-02 21:34:42 +00:00
Jochen Neumeister
35631b3c1d MFH: r494382
Update to 1.8.20

Changelog: https://blog.mybb.com/2019/02/27/mybb-1-8-20-released-security-maintenance-release/

Security:	395ed9d5-3cca-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2019-03-02 10:35:43 +00:00
Guido Falsi
c0431cd7f2 MFH: r493250 r494310
Update asterisk16 to 16.2.0

Update asterisk16 to 16.2.1

Security:	be0e3817-3bfe-11e9-9cd6-001999f8d30b
		CVE-2019-7251

Approved by:	ports-secteam (miwi)
2019-03-02 08:53:46 +00:00
Guido Falsi
183cb1f838 MFH: r494309
Update asterisk15 to 15.7.2

Security:	be0e3817-3bfe-11e9-9cd6-001999f8d30b
		CVE-2019-7251

Approved by:	ports-secteam (miwi)
2019-03-02 08:49:03 +00:00
Jan Beich
d7513275bc MFH: r494319
multimedia/aom: unbreak aarch64 runtime after r485107

$ aomdec
ld-elf.so.1: /usr/local/lib/libaom.so.0: Undefined symbol "aom_mse16x16_neon"

Pointy hat to:	jbeich (for trusting LLD)
Approved by:	ports-secteam blanket
2019-03-01 22:12:59 +00:00
Cy Schubert
c164a033ca MFH: r494185
Register failure to build on FreeBSD > 11.

Approved by:	portmgr (miwi@)
2019-03-01 20:11:47 +00:00
Tobias Kortkamp
001861a7c9 MFH: r494290
graphics/netpbm: Update to 10.85.03

- Fixes a bug where pstopnm ignores -textalphabits [1]

Changes:	https://gitlab.com/tobiask/netpbm/raw/v10.85.03/doc/HISTORY
PR:		236097 [1]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]

Approved by:	ports-secteam (miwi)
2019-03-01 18:02:26 +00:00
Sunpoet Po-Chuan Hsieh
116b6e6b62 MFH: r494191
Update texi2dvi and texinfo.tex

- Update texi2dvi from 6.4 7906 to 6.5 dev
- Update texinfo.tex from 2018-09-21.20 to 2019-02-16.14
- Bump PORTREVISION for package change

Changes:	https://svn.savannah.gnu.org/viewvc/texinfo/trunk/util/texi2dvi
		https://svn.savannah.gnu.org/viewvc/texinfo/trunk/doc/texinfo.tex

Approved by:	ports-secteam (blanket)
2019-02-28 21:41:11 +00:00
Jan Beich
a3b9be173e MFH: r494177
www/firefox: update to 65.0.2

Changes:	https://www.mozilla.org/firefox/65.0.2/releasenotes/
Approved by:	ports-secteam blanket
2019-02-28 18:54:42 +00:00
Olli Hauer
79d4b74cd8 MFH: r494127
- update to 3.3.3

Changelog:
20181202
  Bugfix (introduced: postfix-2.11): with posttls-finger,
  connections to unix-domain servers always resulted in "Failed
  to establish session" even after a connection was established.
  Jaroslav Skarva.  File: posttls-finger/posttls-finger.c.

20181227 (a forgotten bugfix from 20180707)
  Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes,
  table lookups could casefold the search string when searching
  a lookup table that does not use fixed-string keys (regexp,
  pcre, tcp, etc.). Historically, Postfix would not case-fold
  the search string with such tables. File: util/dict_utf8.c.

20190217
  Cleanup: when the master daemon runs with PID=1 (init mode),
  reap orhpan processes from non-Postfix code running in the
  same container, instead of terminating with a panic. File:
  master/master_spawn.c.

Approved by:	portmgr (miwi)
2019-02-28 18:47:25 +00:00
Raphael Kubo da Costa
c983063ff3 MFH: r494079
Replace OpenSSL 1.1.0 with upstream ones

The patches from bug 228902 and added in r481850 are not entirely compatible
with older OpenSSL versions, to the point that the qca-ossl plugin refuses to
load at all on FreeBSD 11.2, for example (see bug 232784 and its duplicates).

Fix it by replacing our patches with backports from upstream the same way
OpenSUSE does it (the OpenSSL 1.1.0 upstream patch was authored by SUSE):

* Revert an upstream commit made only to the 2.1 branch disabling a few ciphers
  in the unit tests.
* Backport a change to the master branch that never made it to the 2.1 branch
  disabling the ciphers mentioned above as well as a few other ones, so that we
  can backport the actual change adding support for OpenSSL 1.1.0 more clealy.
* Backport the actual OpenSSL 1.1.0 support commit, with a few conflicts
  resolved due to the lack of a commit adding suport for AES GCM and AES CCM in
  the 2.1 branch. The patch was actually obtained from OpenSUSE's repositories,
  since they had to resolve the same conflict as well.

The port built fine on 11.2-i386, an old 12-CURRENT snapshot on amd64 as well
as 13-CURRENT on amd64, and all unit tests are passing except for some PGP ones
that are unrelated. With the patches we have in the tree, a lot of unit tests
failed on 11.2 due to the qca-ossl plugin failing to load.

PR:		228902
PR:		232784
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D19347

Approved by:	ports-secteam (joneum)
2019-02-28 13:47:39 +00:00
Bernard Spil
1d12f0e120 MFH: r494033
security/openssl: Security update to 1.0.2r

Security:	7700061f-34f7-11e9-b95c-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-02-28 12:35:31 +00:00
Dimitry Andric
0d42e6b422 MFH: r493979
With libc++ 8.0, which is in the projects/clang800-import branch, and
which will soon be merged to head, compilation of devel/jsoncpp fails
due to a conflict between the new C++ <version> header, and a local file
"version" which is produced by jsoncpp during its configure phase.

This is due to the initial test runner being compiled with "-I.", even
though it does not need any file from the port's working directory root.
Therefore, it seems to be easiest to comment out the line from the
SConstruct script that adds the "-I." option.

Approved by:	portmgr (joneum)
PR:		236061
2019-02-27 21:50:17 +00:00
Kurt Jaeger
39bfc68008 MFH: r494026
www/elinks: Fix ssl initialization on newer openssl/libressl without EGD

PR:		234808
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com>
Approved by:	beat (maintainer timeout)
Obtained from:	https://repo.or.cz/elinks.git/blobdiff/6eba447e8ae12cacac3b479c7148d189bea3e8ea..f4a58ba3b574a478fd5954ba2c5b29e8b809ff9b:/src/network/ssl/ssl.c
Approved by:	ports-secteam (joneum)
2019-02-27 07:23:49 +00:00
Jan Beich
4d03354096 MFH: r493973
www/firefox: backport another Wayland+WebRender fix

Obtained from:	      upstream (Firefox 67)
Approved by:	ports-secteam blanket
2019-02-26 17:06:05 +00:00
Lars Engels
8e1ecf9645 MFH: r493968
net-mgmt/icinga2:

- Update to Bugfix release 2.10.3
- Make Icinga user, group and webgroup configurable in rc.conf [1]

Submitted by:	Alexey Kuznetsov <alexey@kouznetsov.com> (via mail)

Approved by:	ports-secteam (joneum)
2019-02-26 14:58:09 +00:00
Jan Beich
5c0d55122e MFH: r493926
mail/thunderbird: update to 60.5.2

Changes:	https://www.thunderbird.net/thunderbird/60.5.2/releasenotes/
Approved by:	ports-secteam blanket
2019-02-26 00:52:49 +00:00
Jan Beich
d689a67368 MFH: r493925
nwww/firefox-esr: update to 60.5.2

Changes:	https://www.mozilla.org/firefox/60.5.2/releasenotes/
Approved by:	ports-secteam blanket
2019-02-26 00:52:21 +00:00
Jan Beich
dd11742518 MFH: r493918
emulators/citra: update to s20190225

Changes:	5f80075c3...ad1cfc8d5
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-02-26 00:23:34 +00:00
Koop Mast
1a5fb2b126 MFH: r493805
Update webkit2-gtk3 to 2.22.6.

Security:   e3aacd6d-3d01-434c-9330-bc9efd40350f

Approved by:	ports-secteam@ (miwi@)
2019-02-25 16:26:58 +00:00
Bernard Spil
125fe68138 MFH: r493658
databases/mariadb103-server: Security update to 10.3.13

PR:		235945
Submitted by:	Miroslav Lachman <000.fbsd quip cz>
Security:	d3d02d3a-2242-11e9-b95c-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-02-24 20:10:58 +00:00
Thomas Zander
0ce9e25501 MFH: r493791
Fix linking error with lld 7

Details:
- The linker script in mplayer's WRKSRC causes linking problems when
  used with lld 7. Remove it during post-patch

PR:		235957, 220103
Reported by:	jakub_lach@mailplus.pl, dim
Reviewed by:	dim

Approved by:	ports-secteam (riggs)
2019-02-24 18:02:16 +00:00
Thomas Zander
02281d3ffc MFH: r493719
Update to upstream version 0.21.5

Details:
- Mostly bugfix release, see upstream changelog:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.5/NEWS

Approved by:	ports-secteam (riggs)
2019-02-23 17:35:07 +00:00
Tobias Kortkamp
fb8ffa16ac MFH: r493646
multimedia/photofilmstrip: Add missing run dependency

The application needs gstreamer1-plugins-jpeg to handle jpeg files.

PR:		235480
Submitted by:	Matthias Gamsjager <mgamsjager@gmail.com>
Approved by:	bofh (maintainer timeout, 2 weeks)

Approved by:	ports-secteam blanket
2019-02-23 06:32:40 +00:00
Jan Beich
bf8d56f897 MFH: r493622
emulators/citra: update to s20190222

Changes:	704727cff...5f80075c3
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-02-23 00:35:25 +00:00
Bernard Spil
d6b0f81131 MFH: r493366
databases/mariadb102-server: Security update to 10.2.22

Security:	d3d02d3a-2242-11e9-b95c-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-02-22 19:52:41 +00:00
Bernard Spil
febb6b2cda MFH: r492419
databases/mariadb101-server: Security update to 10.1.38

 - Unbreak: Uses bundled yaSSL if OpenSSL 1.1 detected

PR:		235574, 235574
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Security:	d3d02d3a-2242-11e9-b95c-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-02-22 19:48:16 +00:00
Mathieu Arnold
fc65bd9d02 MFH: r493563 r493564
Update to 9.11.5-P4 and 9.12.3-P4.

Security:	CVE-2018-5744 CVE-2018-5745 CVE-2019-6465
2019-02-22 08:54:04 +00:00
Kurt Jaeger
9690337d81 MFH: r493554
net/rdesktop: update 1.8.3 -> 1.8.4

- many more CVEs are fixed by this upgrade, see Relnotes

PR:		235885, 229029
Submitted by:	Greg Veldman <freebsd@gregv.net>
Reviewed by:	w.schwarzenfeld@utanet.at, brnd, cem, joneum
Approved by:	gregf@hugops.pw (maintainer timeout)
Relnotes:	https://github.com/rdesktop/rdesktop/releases/tag/v1.8.4
Security:	CVE-2018-8794
Differential Revision:	https://reviews.freebsd.org/D18566
Approved by:	ports-secteam (joneum)
2019-02-22 08:40:57 +00:00
Jan Beich
00e2177603 MFH: r493479
emulators/citra: update to s20190219

Changes:	f409342ab...704727cff
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-02-21 00:36:48 +00:00
Tobias Kortkamp
d8bb5a1faf MFH: r493414
security/testssl.sh: Update to 3.0rc4

Changes:	https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4

Approved by:	ports-secteam (joneum)
2019-02-20 08:52:17 +00:00
Dmitry Marakasov
12b68c3f04 MFH: r493371
- Fix build by not redefining any OpenGL types

Approved by:	ports-secteam (with hat)
2019-02-19 16:14:04 +00:00
Dan Langille
ce5832e439 MFH: r493266
Patch check_smartmon to cater for changed smartctl output

We previously patched the code to look for:

SMART STATUS RETURN: incomplete response, ATA output registers missing

That line is now:

SMART Status not supported: Incomplete response, ATA output registers missing

It also seems like the temperature has moved from part 190 to 194.

PR:		235475
Approved by:	Krzysztof (maintainer)

Approved by:	ports-secteam (miwi)
2019-02-19 13:35:48 +00:00
Sunpoet Po-Chuan Hsieh
42490bead3 MFH: r493367
Update MASTER_SITE_RUBYGEMS

Approved by:	ports-secteam (blanket)
2019-02-19 13:22:37 +00:00
Jan Beich
1aba22259a MFH: r493343
www/firefox: add one more Wayland+WebRender fix

Obtained from:	 upstream (Firefox 67)
Approved by:	ports-secteam blanket (nop on X11, simplify next update)
2019-02-19 00:34:54 +00:00
Jan Beich
bd8e3d63f7 MFH: r493334
emulators/rpcs3: update to 0.0.6.7807

Changes:	d4888a497...4c72f7c1d
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2019-02-19 00:25:11 +00:00
Jan Beich
6ddd6cde41 MFH: r493335
games/openbor: update to 6966

Changes:	af1e3976...1caf2797
Approved by:	ports-secteam (feld, implicit for snapshots)
2019-02-19 00:20:31 +00:00
Jan Beich
a12e9f7ee1 MFH: r493333
emulators/citra: update to s20190217

Changes:	de1128c60...f409342ab
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-02-19 00:20:00 +00:00
Dmitry Marakasov
fff9a1895b MFH: r491038
- Mark LLD_UNSAFE

Approved by:	ports-secteam (with hat)
2019-02-18 17:08:38 +00:00
Dmitry Marakasov
b31efce9a9 MFH: r489713
Bring back LLD_UNSAFE, it's still needed

Approved by:	ports-secteam (with hat)
2019-02-18 17:07:57 +00:00
Dmitry Marakasov
ab5a27612b MFH: r489448
Fix build in 12 by respecting LDFLAGS

Approved by:	ports-secteam (with hat)
2019-02-18 17:05:42 +00:00
Thomas Zander
97f1bbac01 MFH: r493175
Update to upstream version 1.7.9

Details:
- Bug fixes and documentation improvements, see
  https://github.com/containous/traefik/releases/tag/v1.7.9

Approved by:	ports-secteam (riggs)
2019-02-17 17:39:48 +00:00
Jan Beich
2b57eb09fa MFH: r493028
www/firefox: update Wayland fix to upstream version

Matches what landed in Firefox 67. More fixes maybe backported in
future, so this helps to avoid patch conflicts.

Approved by:	ports-secteam blanket
2019-02-16 04:50:46 +00:00
Jan Beich
453eeee9ed MFH: r493023
emulators/citra: update to s20190214

Changes:	bf1dbb47d...de1128c60
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-02-16 00:42:54 +00:00
Jochen Neumeister
f2d9587d0c MFH: r492991
Update to 19.1

Changelog: https://tiki.org/article459--Tiki-19-1-Released

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2019-02-15 11:24:01 +00:00
Jan Beich
750fba2b36 MFH: r492884
emulators/rpcs3: update to 0.0.6.7800

Changes:	982b2ab88...d4888a497
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2019-02-14 00:15:34 +00:00
Jan Beich
bce14a65ab MFH: r492885
mail/thunderbird: switch to rc2 (nop)

Changes:	https://hg.mozilla.org/releases/comm-esr60/rev/be29b0c0d1d8
Approved by:	ports-secteam blanket
2019-02-14 00:14:24 +00:00