Commit Graph

513777 Commits

Author SHA1 Message Date
Dmitri Goutnik
987a59758a lang/go: Update to 1.14.8
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Security:	67b050ae-ec82-11ea-9071-10c37b4ac2ea
Approved by:	ports-secteam (joneum)
2020-09-01 20:58:05 +00:00
Fernando Apesteguía
f824567c94 MFH: r547282
lang/libobjc2: Fix build in 11.3

We need -lm in order to use the ceilf function.

PR:	249046
Reported by:	brad@facefault.org

Approved by:	ports-secteam (blanket, runtime fix)
2020-09-01 16:51:58 +00:00
Danilo G. Baio
9343b63496 MFH: r547261
net-mgmt/zabbix4-*: Update to 4.0.24

Changelog:	https://www.zabbix.com/rn/rn4.0.23
		https://www.zabbix.com/rn/rn4.0.24

PR:		249020
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)

Approved by:	ports-secteam (blanket, bugfix release)
2020-09-01 10:37:10 +00:00
Piotr Kubaj
8972ea46a0 MFH: r547259
net/intel-ixl-kmod: fix build of slave ports

Use PATCH* block to already existing if for the master port.

Approved by:	portmgr (fix build blanket)
2020-09-01 10:33:31 +00:00
Olli Hauer
66d86855dc MFH: r547158
- update to 3.5.7

Approved by:	portmgr (blanket)
2020-09-01 04:05:22 +00:00
Jan Beich
caeaca3da3 MFH: r547224
emulators/citra: update to s20200831

Changes:	4135a12cb...f4be73335
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-09-01 01:35:38 +00:00
Jan Beich
2edfff1154 MFH: r547221
www/firefox: update to 80.0.1

Changes:	https://www.mozilla.org/firefox/80.0.1/releasenotes/
Approved by:	ports-secteam blanket
2020-09-01 01:27:11 +00:00
Piotr Kubaj
cc5a506e51 MFH: r547140
databases/mysqlwsrep57-server: fix build on powerpc64

Use the same fix that mysql57-server needs for building with GCC.

Approved by:	portmgr (fix build blanket)
2020-08-31 01:27:25 +00:00
Danilo G. Baio
fe95bb5118 MFH: r547129
net-mgmt/zabbix5-*: Update to 5.0.3

Changelog:	https://www.zabbix.com/rn/rn5.0.3

PR:		248978
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)

Approved by:	ports-secteam (blanket, bugfix release)
2020-08-30 22:30:24 +00:00
Kyle Evans
605393d858 MFH: r547124
math/reduce: fix the build with LLVM 11

reduce started to fail with the default switch to -fno-common in LLVM 11
(and GCC 10). This patch was written then confirmed to be the fix that
upstream also provided in late March.

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-30 21:06:53 +00:00
Jan Beich
5031c6b79e MFH: r546963
emulators/citra: update to s20200829

Changes:	b94f21eac...4135a12cb
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-08-30 00:53:34 +00:00
Jan Beich
6285c2e403 MFH: r546957
emulators/{citra,yuzu}: update OSS patches

Changes:	957847c...49312d4
Approved by:	ports-secteam blanket (reliability fixes)
2020-08-30 00:23:37 +00:00
Jan Beich
b864b9cf01 MFH: r546956
gecko: update OSS patches

Changes:	957847c...49312d4
Approved by:	ports-secteam blanket
2020-08-30 00:22:31 +00:00
Jan Beich
6dd5c6d0d7 MFH: r546940
multimedia/mpc-qt: switch to the new home

$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
===>  License GPLv2 accepted by the user
===>   mpc-qt-18.08_5 depends on file: /usr/local/sbin/pkg - found
=> wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz doesn't seem to exist in /tmp/distfiles.0rnwbNiC/.
=> Attempting to fetch https://codeload.github.com/wm4/mpc-qt/tar.gz/4bf2ca5?dummy=/wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz
fetch: https://codeload.github.com/wm4/mpc-qt/tar.gz/4bf2ca5?dummy=/wm4-mpc-qt-v18.08-4bf2ca5_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.0rnwbNiC/ and try again.
*** Error code 1

Approved by:	ports-secteam blanket (build + WWW fix)
2020-08-29 19:38:55 +00:00
Jan Beich
20f194d8d2 MFH: r546941
x11-wm/cage: update WWW

fetch: https://hjdskes.nl/projects/cage: No address record

Reported by:	Repology
Approved by:	ports-secteam blanket
2020-08-29 19:34:19 +00:00
Kyle Evans
faaf389cf2 MFH: r546866
emulators/simh-hp3000: fix the build with LLVM 11.

Similar to the patch for emulators/simh-hp2100, drop an -fcommon in to fix
the build in the face of GCC 10 / LLVM 11 switching the default to
-fno-common.

Minor cleanup while we're here, remove USES= compiler and just use ${CC} for
the compiler.

PR:		248872

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-29 02:26:56 +00:00
Kyle Evans
0111d3702b MFH: r546865
games/megaglest: fix build with LLVM 11

The fallout here is due to the new -fno-common default in GCC 10 / LLVM 11.

PR:		248870
Obtained from:	https://github.com/MegaGlest/megaglest-source/issues/197

Approved by:	ports-secteam (-fno-common build fix)
2020-08-29 02:25:38 +00:00
Kyle Evans
8de69798f4 MFH: r546863
emulators/simh-hp2100: fix the build with LLVM 11

This patch adds -fcommon to the build flags to fix the build with LLVM 11,
which now defaults to -fno-common.

PR:		248871

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-29 02:11:27 +00:00
Kyle Evans
447d4d3392 MFH: r546861
print/gtklp: fix build with -fno-common

Just a couple of duplicate symbols here.

PR:		248852

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-29 01:41:11 +00:00
Wen Heping
e542bfe6b7 MFH: r546286
- Update to 3.7.9(security update)

PR:		248753
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Security:	CVE-2020-15801, CVE-2020-15523, CVE-2020-14422

Approved by:	ports-secteam@(joneum@)
2020-08-28 23:10:27 +00:00
Kyle Evans
0528f7fdc9 MFH: r546780
x11-wm/tvtwm: Fix build with LLVM 11

The fix for this is identical to that of x11-wm/piewm; remove the patch that
explicitly de-externs yylineno when it's explicitly defined in another
compilation unit (by flex).

PR:		248976

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-28 18:12:06 +00:00
Piotr Kubaj
35f52f7b0c MFH: r546763
net/pwnat: enable on powerpc64

Builds fine.

Approved by:	portmgr (fix build blanket)
2020-08-28 17:33:36 +00:00
Piotr Kubaj
7bf4cf90f9 MFH: r546750
security/tpm2-tss: fix build on GCC architectures

Use newer GCC, base GCC can't build it:
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'decryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'encryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'authAllowed'

Approved by:	portmgr (fix build blanket)
2020-08-28 16:39:10 +00:00
Kyle Evans
62b1169385 MFH: r546348
x11-wm/piewm: fix the build with LLVM 11

This patch de-extern'd yylineno to actually cause the build failure that
popped up with the new -fno-common default that debuted in LLVM 11 and GCC
10. Simply remove the patch to fix the build.

PR:		248859

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-27 14:34:53 +00:00
Jan Beich
5a0fe7fa84 MFH: r545620
devel/rust-cbindgen: update to 0.14.4

Changes:	https://github.com/eqrion/cbindgen/compare/v0.14.3...v0.14.4
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam blanket (required by Firefox 82)
2020-08-27 00:54:27 +00:00
Jan Beich
a24cd1c55d MFH: r546114
security/nss: update to 3.56

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.56_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_56_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Reported by:	Repology
Approved by:	ports-secteam blanket (required by Firefox 81)
2020-08-27 00:53:17 +00:00
Jan Beich
e0135533ac MFH: r546113
devel/nspr: update to 4.28

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-28-Release-td386342.html
ABI:		https://abi-laboratory.pro/tracker/timeline/nspr/
Reported by:	Repology
Approved by:	ports-secteam blanket (required by Firefox 81)
2020-08-27 00:52:38 +00:00
Jan Beich
8fc4af15b6 MFH: r546279
www/firefox: document GeckoProfiler is no longer missing

https://hg.mozilla.org/mozilla-central/rev/74707e8ecf38

Approved by:	ports-secteam blanket
2020-08-26 13:22:56 +00:00
Piotr Kubaj
761f70b2ca MFH: r546277
net-mgmt/nfdump: fix build on GCC architectures and check-plist on others

Use C11 compiler:
In file included from nfcapd.c:69:
nfx.h:946: error: redefinition of typedef 'extension_map_t'
nfdump.h:64: error: previous declaration of 'extension_map_t' was here
In file included from nfcapd.c:70:
exporter.h:78: error: redefinition of typedef 'exporter_info_record_t'
nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here

Remove unconditional installation of nfpcapd, it breaks check-plist and there's an option for installing it.

Bump PORTREVISION for package change.

Approved by:	portmgr (fix build blanket, packaging fix)
2020-08-26 13:16:42 +00:00
Fernando Apesteguía
e2a873d776 MFH: r546265
ports-mgmt/pkg_replace: update to 20200821

ChangeLog: https://github.com/kdeguchi/pkg_replace/blob/master/ChangeLog

 * Fix bug in function install_package

PR:     248919
Submitted by:   kdeguchi@sz.tokoha-u.ac.jp (maintainer)

Approved by:	ports-secteam (blanket, runtime fix)
2020-08-26 11:38:32 +00:00
Piotr Kubaj
3495783f7f MFH: r546263
games/libretro-mame2003: fix build on GCC architectures

Define __BSD_VISIBLE if it's not defined to uncover u_int:
In file included from src/libretro-deps/libFLAC/cpu.c:83:
/usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'?
 1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
      |                         ^~~~~
      |                         int

Approved by:	portmgr (fix build blanket)
2020-08-26 11:29:45 +00:00
Fernando Apesteguía
fb52419b7a MFH: r546258
sysutils/dsbmd: Update to 1.11

ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html

 * A bug has been fixed where DSBMD exits with an error when the user tries to
   mount a smartphone after a previously failed attempt.

 * Command functions now run in a thread so that time-limit exceeding commands
   executing an uninterruptible system call will not block the daemon.

PR:	248915
Submitted by:	mk@nic-nac-project.org (maintainer)

Approved by:	ports-secteam (blanket, runtime fix)
2020-08-26 10:03:53 +00:00
Christoph Moench-Tegeder
92405e8551 MFH: r546254
update thunderbird to 68.12.0 (rc1, looks like GA)

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

Approved by:	portmgr (blanket: web browser alike)
2020-08-26 09:23:01 +00:00
Piotr Kubaj
c189faff4e MFH: r546251
games/libretro-fbalpha: fix build on powerpc*

Same issue as with games/libretro-fbneo.

Approved by:	portmgr (fix build blanket)
2020-08-26 08:59:44 +00:00
Torsten Zuehlsdorff
8076a48ca9 MFH: r546237
lang/php72: Update from 7.2.22 to 7.2.23

The last log entry is the same, because i accidently performed an update from
7.2.21 to 7.2.22. I ignored the update to 7.2.22 because for FreeBSD its a no-op.
But when 7.2.23 was released i only increased the version by one.
This time its the real update! :)

Changelog:

    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)

Reported by:	José García Juanino <jjuanino@gmail.com>
Sponsored by:	Bounce Experts

Approved by:	ports-secteam (joneum, implicit for PHP Updates)
2020-08-25 23:13:00 +00:00
Piotr Kubaj
d81faefd06 MFH: r546238
games/libretro-mame2003_plus: fix build on GCC architectures

Define __BSD_VISIBLE if it's not defined to make u_int visible:
In file included from src/libretro-deps/libFLAC/cpu.c:83:
/usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'?
 1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
      |                         ^~~~~
      |                         int

Approved by:	portmgr (fix build blanket)
2020-08-25 23:11:02 +00:00
Jan Beich
619a19ec75 x11-servers/xwayland-devel: backport 2020-08-25 secfixes
https://lists.x.org/archives/xorg-announce/2020-August/003058.html

Approved by:	ports-secteam blanket
2020-08-25 20:05:55 +00:00
Niclas Zeising
6677af44e1 MFH: r546199
x11-servers/xorg-server: Fix several security issues

Fix several security issues in x11-servers/xorg-server and slave ports which
ultimately can lead to local privilege escalations if xorg-server is running
privileged.

More info:
https://lists.x.org/archives/xorg-announce/2020-August/003058.html

Security:	ffa15b3b-e6f6-11ea-8cbf-54e1ad3d6335

Approved by:	ports-secteam (implicit, security update)
2020-08-25 17:32:51 +00:00
Niclas Zeising
73253d3c73 MFH: r546198
x11/libX11: Update to 1.6.12

Update x11/libX11 to 1.6.12, which contains a fix for a double free
vulnerability.
The update also contains fixes already included in the FreeBSD libX11 port.

Announcement and changelog:
https://lists.x.org/archives/xorg-announce/2020-August/003057.html

Security:	8da79498-e6f6-11ea-8cbf-54e1ad3d6335

Approved by:	ports-secteam (implicit, security update)
2020-08-25 17:31:51 +00:00
Piotr Kubaj
79da05bca1 MFH: r546191
games/libretro-fbneo: fix build on powerpc*

Merge upstream patch to solve:
undefined reference to __mftb()

and use newer GCC to solve:
cc1: error: unrecognized command line option "-Wno-pedantic"cc1: error: unrecognized command line option "-Wno-pedantic"

Approved by:	portmgr (fix build blanket)
2020-08-25 16:34:02 +00:00
Kyle Evans
998ec31d77 MFH: r546029
security/bsmtrace: backport the -fno-common fix

This port is the older version of bsmtrace and should go away in due time,
but it's easy enough to backport the fix in the meantime. This version did
need an additional fix to log.{c,h} that was no longer needed in 3.x.

PR:		248756
Approved by:	csjp (maintainer, also discussed with)

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-25 12:54:23 +00:00
Kyle Evans
01f743b578 MFH: r546027
security/bsmtrace3: update to the 3.1 -fno-common build fix

The only changes between 3.0 and 3.1 are a change to the README to note work
sponsored by an organization, and the -fno-common build fix.

-fno-common is now the default in LLVM 11/GCC 10.

PR:		248756
Approved by:	csjp (maintainer, also discussed with)

Approved by:	ports-secteam (implicit, -fno-common build fix)
2020-08-25 12:53:05 +00:00
Piotr Kubaj
ed0df9ffb3 MFH: r546155
games/libretro-uae: fix build on powerpc*

ifdef powerpc needs to be added to prevent compiling code with bad assembly.

Approved by:	portmgr (fix build blanket)
2020-08-25 11:39:50 +00:00
Piotr Kubaj
04e183d978 MFH: r546122
textproc/qr: fix build on GCC architectures

sqrt() is only defined since C99:
/tmp/ccn0UwwD.o:(.text+0x1cc): undefined reference to `sqrt'

Approved by:	portmgr (fix build blanket)
2020-08-24 23:36:41 +00:00
Niclas Zeising
310c2c330e MFH: r546119
grapics/drm-legacy-kmod: Deprecate

Deprecate graphics/drm-legacy-kmod.  Update the drivers to include a
deprecation message when the drivers are loaded.

drm-legacy-kmod is holding back changes in the FreeBSD VM subsystem, and it
requires substantial changes to be updated to work with the VM changes.
See the e-mail to x11@FreeBSD.org for more information.

Approved by:	ports-secteam (implicit, drm-drivers blanket)
2020-08-24 22:53:44 +00:00
Jan Beich
f421c7bc0b emulators/yuzu-qt5: rebuild after r546081
Approved by:	ports-secteam blanket
2020-08-24 12:59:34 +00:00
Jan Beich
5cc3475967 MFH: r546076
emulators/{citra,yuzu}: update OSS patches

Changes:	123ce2a...957847c
PR:		248817
Submitted by:	Ka Ho Ng
Approved by:	ports-secteam blanket (reliability fixes)
2020-08-24 12:57:28 +00:00
Jan Beich
8ab62fd7b1 MFH: r546075
gecko: update OSS patches

Changes:	123ce2a...957847c
PR:		248816
Submitted by:	Ka Ho Ng
Approved by:	ports-secteam blanket
2020-08-24 12:55:56 +00:00
Jan Beich
6fd2476cd6 MFH: r546074
www/firefox: document native audio is no longer a missing feature

Submitted by:	Goran Mekić
PR:		248847
Approved by:	ports-secteam blanket
2020-08-24 12:53:32 +00:00
Jan Beich
98944779ed MFH: r546073
www/firefox: document probing order for the default audio backend

PR:		248847
Approved by:	ports-secteam blanket
2020-08-24 12:52:40 +00:00