1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

518933 Commits

Author SHA1 Message Date
Tobias C. Berner
5e16f58a11 games/chocolate-doom: fix build on recent current 2020-08-28 17:01:34 +00:00
Tobias C. Berner
792519c698 editors/chexedit: fix build on recent current 2020-08-28 16:59:07 +00:00
Tobias C. Berner
b22133ca69 dns/checkdns: fix build on recent current and deprecate 2020-08-28 16:52:44 +00:00
Niclas Zeising
488ced9dbf x11-wm/enlightenment: Fix build with -fno-common
Fix build of x11-wm/enlightenment with -fno-common, which is the default
with llvm 11.  Patch adapted from upstream.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-28 16:50:06 +00:00
Tobias C. Berner
49dcdfbd34 sysutils/cdrkit: fix build on recent current 2020-08-28 16:44:11 +00:00
Piotr Kubaj
7a51ba54c9 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'

MFH:		2020Q3 (fix build blanket)
2020-08-28 16:38:18 +00:00
Tobias C. Berner
afe8962cb1 net-mgmt/cdpr: fix build on recent current 2020-08-28 16:34:35 +00:00
Tobias C. Berner
4ef72fc2c4 audio/cdplay: fix build on current and deprecate 2020-08-28 16:30:55 +00:00
Tobias C. Berner
fb40f764d0 games/cogs-sdl: fix build on recent current
- upstream has some WIP to fix build with gcc10:
	ee2b3acd12
- unfortunately this was not enough, as it did not address the duplicte symbols
2020-08-28 16:17:45 +00:00
Tobias C. Berner
f74a84eb18 science/cdcl: fix build on recent current 2020-08-28 16:09:15 +00:00
Tobias C. Berner
9d9395e9ad multimedia/ccextractor: fix build on recent current
Obtained from:	6697ed3496
2020-08-28 16:04:57 +00:00
TAKATSU Tomonari
e538e2b7bb - Update to 1.4.2 2020-08-28 16:03:20 +00:00
TAKATSU Tomonari
9f15be52f8 - Update to 1.1.2 2020-08-28 15:58:06 +00:00
TAKATSU Tomonari
14926e0516 - Update to 1.0.2 2020-08-28 15:50:26 +00:00
Diane Bruce
10d6da2cbe - Fix under clang11
- simplify patch for help.c
2020-08-28 15:29:30 +00:00
Steve Wills
d3aae22dc1 net-im/chatterino2: add portscout skip for versions before this snapshot 2020-08-28 14:49:12 +00:00
Matthias Andree
1f4ac50a50 mail/fetchmail: update to 6.4.10
while here, switch distfile back to xz format and update
the > 2^31 "long long" fix so it patches the right place of the NEWS file.

- adds Romanian translation
- minor manual page fix to add "MD5" hash to sslfingerprint documentation

PR:		248954
Approved by:	Corey Halpin (maintainer)
2020-08-28 14:42:13 +00:00
TAKATSU Tomonari
588c640437 - Update to 0.3.3 2020-08-28 14:38:28 +00:00
Niclas Zeising
905ec553f4 emulators/mupen64plus-core: Fix build with -fno-common
Add a partial patch from upstream to fix the build of
emulators/mupen64plus-core with -fno-common, which is the default with llvm
11.
While here, point WWW: in pkg-descr to the current home of mupen64-plus.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-28 14:35:18 +00:00
Steve Wills
c30282c676 devel/libzim: update to 6.2.0 2020-08-28 14:27:38 +00:00
Matthias Andree
8e8ce28afd security/openvpn-devel: Update to 2020-W35 snapshot (take 2 + 1/2)
This also adds a fix to the optional TUNNELBLICK extra-patch that removes
context now gone from the upstream code.

Here are the changes in the W35 snapshot:

136c5f01 Fix compilation with older mbed TLS versions (mbedtls_tls_prf_types undefined)
5e19cc2c Workaround FreeBSD 12+ race condition on tun/tap open with IPv6.
10abd656 Refactor key_state_export_keying_material functions
62560e2a Fixes a bug in management_callback_send_cc_message, should be strlen instead of sizeof
2ab0a924 Fix client's poor man NCP fallback
ed47c097 tun.c: enable using wintun driver under SYSTEM
2da29362 Improve the documentation for --dhcp-option
bf911882 Changes.rst: fix mistyped option names
e33f4475 doc: fix typos in cipher-negotiation.rst
7e65483d Fix stack overflow in OpenSolaris NEXTADDR()
f7432a97 Change version.m4 to 2.6_git
c1c43d46 Improve sections about older OpenVPN clients in cipher-negotiation.rst
26b658ea Changes.rst updates in preparation to 2.5_beta1
079fca54 Add depreciation notice for --ncp-disable to protocol-options.rst
16249959 Cleanup tls_pre_decrypt_lite and tls_pre_encrypt
a6a15f70 Refactor/Reformat tls_pre_decrypt

Poudriere test builds succeed on:
11.3 i386, amd64
12.1 i386, amd64, arm64

mips64 currently left in the dust because a build req. for py-docutils
winds up requiring gcc9, which isn't available for MIPS64.

PR:		248969
Submitted by:	Eric F. Crist (maintainer)
2020-08-28 14:14:40 +00:00
Steve Wills
d6b282bc94 net/google-cloud-sdk: fix python path issues
While here, remove a Linux binary

PR:		248305
Reported by:	jwb, re@ via bapt (irc)
2020-08-28 14:04:55 +00:00
Stefan Eßer
a644a24569 Unbreak by requiring a newer wxWidgets version (3.0+).
While here update to the latest Github version (untagged) that contains
minor bug fixes.

Approved by:	antoine (implicit)
2020-08-28 13:42:54 +00:00
Steve Wills
9b0e91e74b java/visualvm: update to 2.0.4 2020-08-28 13:25:26 +00:00
Hajimu UMEMOTO
b3eccdf4e3 Update to 3.2.3. 2020-08-28 13:08:17 +00:00
Emmanuel Vadot
1e251233b7 ports-mgmt/pkg-devel: Update to 1.14.99.7
- Default the OSVERSION check to false
- Fix some errors related to getpwname_r/getgrnam_r
- Add RISC-V ABI aliases
- Add '%X' to pkg-query, this print the internal package checksum

Approved by:	bapt
2020-08-28 12:33:20 +00:00
Frederic Culot
7b51fa4694 devel/p5-Test-Fatal: update to 0.016
Changes:	https://metacpan.org/source/RJBS/Test-Fatal-0.016/Changes
2020-08-28 12:31:21 +00:00
Diane Bruce
d7216bce46 Fix under clang 11 2020-08-28 12:30:55 +00:00
Frederic Culot
03d895e7aa devel/p5-Test-Compile: update to 2.4.1
Changes:	https://metacpan.org/source/EGILES/Test-Compile-v2.4.1/Changes
2020-08-28 12:22:19 +00:00
Tobias C. Berner
1c765da970 games/cavezofphear: fix build on recent current and deprecate 2020-08-28 11:37:17 +00:00
Tobias C. Berner
1f4b5d0926 misc/cave: fix build on recent current and deprecate 2020-08-28 11:35:51 +00:00
Tobias C. Berner
6825ce59e3 x11-fm/caja: fix build on recent current
Obtained from:	6bf49f348d
2020-08-28 11:32:26 +00:00
Tobias C. Berner
e054843f35 deskutils/cairo-dock-plugins: fix build on recent current
Obtained from:	d08541a0af
2020-08-28 11:24:57 +00:00
Tobias C. Berner
8be18b0565 games/bygfoot: fix build on recent current and deprecate 2020-08-28 11:19:52 +00:00
Tobias C. Berner
6b8c279e7b biology/bwa: fix build on recent current
Obtained from:	2a1ae7b6f3
2020-08-28 11:17:13 +00:00
Tobias C. Berner
5beefb1c76 devel/buildtool: fix build on current and deprecate 2020-08-28 11:11:58 +00:00
Tobias C. Berner
67b4ede2a2 security/bugs: fix build on current and deprecate 2020-08-28 11:06:43 +00:00
Tobias C. Berner
f849872d7f graphics/bsd-plotutils: fix build on recent current 2020-08-28 11:02:20 +00:00
Tobias C. Berner
2604ea22f3 audio/bristol: fix build on recent current 2020-08-28 10:59:56 +00:00
Tobias C. Berner
5ab37f4c09 x11/bricons: fix build on recent current and deprecate 2020-08-28 10:49:14 +00:00
Tobias C. Berner
68a88f6561 games/bomberinstinct: fix build with recent current and deprecate 2020-08-28 10:45:17 +00:00
Max Brazhnikov
7dbd093d10 math/scilab: fix build with -fno-common 2020-08-28 10:04:24 +00:00
Dmitry Marakasov
ccb27bc9a4 - Update WWW
- Fix testing and flavor usage in TEST_DEPENDS

Approved by:	portmgr blanket
2020-08-28 09:36:39 +00:00
Frederic Culot
343057825c devel/p5-Future: update to 0.45
Changes:	https://metacpan.org/source/PEVANS/Future-0.45/Changes
2020-08-28 09:19:15 +00:00
Frederic Culot
a41bc00361 net/p5-XML-RPC: update to 1.1
Changes:	https://metacpan.org/source/CAVAC/XML-RPC-1.1/Changes
2020-08-28 09:02:07 +00:00
Jimmy Olgeni
afdb2f8b95 Update devel/etcd34 to version 3.4.13. 2020-08-28 08:49:16 +00:00
Gerald Pfeifer
e99fd9443c Update to the 20200827 snapshot of GCC 8.4.1.
This brings a few improvements for aarch64 and arm.
2020-08-28 08:03:42 +00:00
Alexey Dokuchaev
4ba80f827f Allow to build against contemporary versions of OpenSSL. 2020-08-28 06:53:53 +00:00
Alexey Dokuchaev
fdf265074b - Reorder #include's to unbreak the build against Qt versions 5.14+
- Do not include <X11/Xcm/Xcm.h> twice (included from "qcmsevents.h")
2020-08-28 06:09:24 +00:00
Tobias C. Berner
054311d725 archivers/ark: fix vulnerability in tar extraction
KDE Project Security Advisory
=============================

Title:           Ark: maliciously crafted TAR archive with symlinks can install files outside the extraction directory.
Risk Rating:     Important
CVE:             CVE-2020-24654
Versions:        ark <= 20.08.0
Author:          Elvis Angelaccio <elvis.angelaccio@kde.org>
Date:            27 August 2020

Overview
========

A maliciously crafted TAR archive containing symlink entries
would install files anywhere in the user's home directory upon extraction.

Proof of concept
================

For testing, an example of malicious archive can be found at
https://github.com/jwilk/traversal-archives/releases/download/0/dirsymlink.tar

Impact
======

Users can unwillingly install files like a modified .bashrc, or a malicious
script placed in ~/.config/autostart.

Workaround
==========

Before extracting a downloaded archive using the Ark GUI, users should inspect it
to make sure it doesn't contain symlink entries pointing outside the extraction folder.

The 'Extract' context menu from the Dolphin file manager shouldn't be used.

Solution
========

Ark 20.08.1 skips maliciously crafted symlinks when extracting TAR archives.

Alternatively, 8bf8c5ef07 can be applied to previous
releases.

Credits
=======

Thanks to Fabian Vogt for reporting this issue and for fixing it.

MFH:		2020Q3
Security:	CVE-2020-24654
2020-08-28 05:47:31 +00:00