Commit graph

526559 commits

Author SHA1 Message Date
Fernando Apesteguía
b1a02b96ac shells/mksh: Update to R59c
PR:	250774
Submitted by:	duchateau.olivier@gmail.com
Approved by:	schaiba@gmail.com (maintainer)
2020-11-12 08:59:10 +00:00
Fernando Apesteguía
0632b5b65e net/librespeed-go: update to v1.1.2
ChangeLog: https://github.com/librespeed/speedtest-go/releases/tag/v1.1.2

While here, reorder some variables.

PR:	251008
Submitted by:	driesm.michiels@gmail.com (maintainer)
2020-11-12 08:57:30 +00:00
Fernando Apesteguía
9897336621 security/botan2: update to 2.17.1
ChangeLog: https://botan.randombit.net/news.html#version-2-17-1-2020-11-07

PR:	251036
Submitted by:	tremere@cainites.net (maintainer)
2020-11-12 08:47:25 +00:00
Fernando Apesteguía
1badd1ec6b devel/notcurses: Update to 2.0.4
ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v2.0.4

While here, reorder some variables.

PR:	251038
Submitted by:	nickblack@linux.com (maintainer)
2020-11-12 08:43:08 +00:00
Fernando Apesteguía
b41814f72a devel/doctest: upgrade to 2.4.1
ChangeLog: https://github.com/onqtam/doctest/releases/tag/2.4.1

PR:	251037
Submitted by:	nickblack@linux.com (maintainer)
2020-11-12 08:37:56 +00:00
Dave Cottlehuber
1225f3cf10 Ensure go modules cannot fetch missing modules via network
Notes from go help modules:

If GOPROXY is set to the string "direct", downloads use a direct connection to
source control servers. Setting GOPROXY to "off" disallows downloading modules
from any source. Otherwise, GOPROXY is expected to be list of module proxy URLs
separated by either comma (,) or pipe (|) characters, which control error
fallback behavior. For each request, the go command tries each proxy in
sequence. If there is an error, the go command will try the next proxy in the
list if the error is a 404 or 410 HTTP response or if the current proxy is
followed by a pipe character, indicating it is safe to fall back on any error.

The GOPRIVATE and GONOPROXY environment variables allow bypassing
the proxy for selected modules. See 'go help module-private' for details.

No matter the source of the modules, the go command checks downloads against
known checksums, to detect unexpected changes in the content of any specific
module version from one day to the next. This check first consults the current
module's go.sum file but falls back to the Go checksum database, controlled by
the GOSUMDB and GONOSUMDB environment variables. See 'go help module-auth'
for details.

Reviewed by:	dmgk
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D26860
2020-11-12 08:15:43 +00:00
Wen Heping
6ffdc4e27b - Update to 3.1 2020-11-12 08:04:36 +00:00
Rodrigo Osorio
3b65902cb5 Remove deprecated optional patches
Remove broken options available in the past as additional patches provided
by the project and merged in the latest releases as part of the main source.

time-limit merged in 3.2.3 (6 Aug 2020)
   Added the --stop-after=MINS and --stop-at=DATE_TIME options (with the --time-limit=MINS option
   accepted as an alias for --stop-after). This is an enhanced version of the time-limit patch
   from the patches repo.

atimes merged in 3.2.0 (19 Jun 2020)
   Added the --atimes option based on the long-standing patch (just with some fixes that the patch
   has been needing).

acls merged in 3.2.0 (19 Jun 2020)
   Added the --atimes option based on the long-standing patch (just with some fixes that the patch
   has been needing).

Since those options are not activated by default, and if so, breaks the build,
no PORTREVISION bump is required.

PR:		250998
Submitted by:	 Zoltan ALEXANDERSON BESSE <zab@zltech.eu>
2020-11-12 07:12:55 +00:00
Alexey Dokuchaev
f0ba571ea0 - Unbreak the build with -fno-common (Clang 11, GCC 10)
- Fix bogus use of capital letters in the COMMENT text
- Unmute installation commands, wrap an overly long line

PR:		249356
Submitted by:	maintainer
2020-11-12 07:03:31 +00:00
Alexey Dokuchaev
deb68d2d0d Update IceWM to version 1.9.2 (bugfix release). 2020-11-12 06:21:18 +00:00
Rainer Hurling
4adfaf295e security/vuxml: New entry for sysutils/py-salt vulnerabilities
There are three security vulnerabilities described for sysutils/py-salt
in version 3002[1]: CVE-2020-16846, CVE-2020-17490, and VE-2020-25592.

[1] https://docs.saltstack.com/en/latest/topics/releases/3002.1.html

It is planned to update the port sysutils/py-salt soon, see PR 251013

Reported by:	michael.glaus@hostpoint.ch (in PR 251013)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27189
2020-11-12 06:14:50 +00:00
Alexey Dokuchaev
28b11d9e37 - Update to version 3.7.7
- Fix COMMENT, GC no longer useful patches
- Chase redirection in the WWW line

PR:		250955
Submitted by:	maintainer
2020-11-12 03:22:50 +00:00
Eugene Grosbein
c1d995bb31 sysutils/cpupdate: minor update
- sync with platomav/CPUMicrocodes MCE DB r165
- sync with Intel's microcode-20201110

No functional changes so PORTREVISION not bumped.
2020-11-12 03:13:41 +00:00
Alexey Dokuchaev
9b5ea5eb17 - Make enums anonymous to fix the build with -fno-common (Clang 11, GCC 10)
- Undeprecate, give maintainership to new volunteer, amend USE_XORG list

PR:	251060
2020-11-12 03:03:26 +00:00
Piotr Kubaj
2d5d9d2cd3 x11-drivers/xf86-video-amdgpu: enable on powerpc64le
Works fine.
2020-11-12 01:18:38 +00:00
Jan Beich
42f25f67e0 x11-wm/chamfer: update to s20201112
Changes:	19f5921...873f8d3
2020-11-12 00:49:25 +00:00
Jan Beich
14e2548294 graphics/mesa-devel: update to 20.3.b.93
Changes:	3c4e43e72b...50175716d2
2020-11-12 00:10:52 +00:00
Jan Beich
c342538259 x11-wm/river: update to s20201111
Changes:	5a6018f...ab5e2f7
2020-11-12 00:10:46 +00:00
Jan Beich
9b204fc034 emulators/yuzu: update to s20201109
Changes:	9b24197ca...c22d0d994
2020-11-12 00:10:40 +00:00
Jan Beich
165870d075 emulators/rpcs3: update to 0.0.13.11222
Changes:	8a5088061...829a697c3
2020-11-12 00:10:34 +00:00
Jan Beich
6bc733cbae www/firefox: update to 83.0
Changes:	https://www.mozilla.org/firefox/83.0/releasenotes/
2020-11-12 00:10:27 +00:00
Yuri Victorovich
ab28e1a45e biology/viennarna: Update 2.4.15 -> 2.4.16 2020-11-11 23:27:38 +00:00
Yuri Victorovich
88c18af450 audio/zrythm: Update 0.8.982 -> 1.0.0-alpha.4.0.1 2020-11-11 23:06:39 +00:00
Bradley T. Hughes
ede41ae3c5 www/node: Update 15.1.0 -> 15.2.0
https://nodejs.org/en/blog/release/v15.2.0/

Sponsored by:	Miles AS
2020-11-11 22:53:26 +00:00
Bryan Drewery
7102cd71c0 - Fix jail creation for 12.2+ seeing sys/param.h error.
MFH:	2020Q4
2020-11-11 22:20:36 +00:00
Bryan Drewery
2c2f09a005 - Update to 3.3.5
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_335

This is a minor release mostly fixing jail creation on 12.2+

MFH:	2020Q4
2020-11-11 22:20:11 +00:00
Craig Leres
6e97963b05 sysutils/lsof: Unbreak for 12.2-RELEASE and newer 13.0-CURRENT
The the order of fields in the namecache struct changed in stable/12
(r363891) and head (r367338); this definition is not public so lsof
has it's own copy that needs to be conditionally adjusted accordingly.

PR:		250916
Approved by:	ler (maintainer)
2020-11-11 22:11:45 +00:00
Bradley T. Hughes
16fda1df91 www/node: Update 15.0.1_1 -> 15.1.0
https://nodejs.org/en/blog/release/v15.1.0/

Sponsored by:	Miles AS
2020-11-11 21:19:48 +00:00
Bernard Spil
3a8b5a68e4 irc/weechat: Update to 3.0 2020-11-11 20:48:11 +00:00
Dave Cottlehuber
aa4d2bd119 sysutils/datadog: new port of datadog agent
The eponymous server and application monitoring agent from DataDogHQ.com
Additional agent integrations will be submitted in a further port.

PR:             208561
Submitted by:   Uros Gruber <uros@gruber.si>
Sponsored by:   SkunkWerks, GmbH
Differential Revision:  https://reviews.freebsd.org/D27182
2020-11-11 20:25:33 +00:00
Guangyuan Yang
e71a15e214 misc/thefuck: Update to 3.30
PR:		249234
Submitted by:	lwhsu
Approved by:	lwhsu, me (maintainer)
2020-11-11 19:14:16 +00:00
Alexey Dokuchaev
6d191eca40 Add a port of `x11/xdo', utility to perform elementary actions on windows.
PR:	249352
2020-11-11 19:03:59 +00:00
Bernard Spil
bbd9764e27 mail/nextcloud-mail: Update to 1.7.0 2020-11-11 18:44:38 +00:00
Greg Lewis
22a2034261 Update to 8u275 2020-11-11 18:29:57 +00:00
Stefan Eßer
9d5f5c6780 Correctly report package locks that prevent an upgrade
Reported by:	rkoberman@gmail.com (Kevin Oberman)
2020-11-11 18:27:56 +00:00
Bernard Spil
5ae8d35339 www/nextcloud-groupfolders: Update to 8.1.1 2020-11-11 18:07:44 +00:00
Piotr Kubaj
666433c681 cad/iverilog: fix build on GCC architectures
expression_evaluate.cc: In member function 'virtual bool ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const':
expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)' is ambiguous
/usr/include/math.h:257: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:373: note:                 long double std::pow(long double, int)
/usr/include/c++/4.2/cmath:369: note:                 float std::pow(float, int)
/usr/include/c++/4.2/cmath:365: note:                 double std::pow(double, int)
/usr/include/c++/4.2/cmath:361: note:                 long double std::pow(long double, long double)
/usr/include/c++/4.2/cmath:357: note:                 float std::pow(float, float)
2020-11-11 17:40:37 +00:00
Fernando Apesteguía
950bf6ba9c mail/mailsync: Unbreak in 11.4 and 12.2
This port is broken in 12.2 and 11.4, but not in 12.1 or 13-current. The problem
is the old mail/cclient doing things like redefining C++ keywords.

Workaround this by building with GCC in those releases where it is broken.

PR:	250740
Submitted by:	colin@fbug.ksac.uk
2020-11-11 17:25:22 +00:00
Tobias C. Berner
9463f9e214 Update KDE Plasma Desktop to 5.20.3
Tuesday, 10 November 2020.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.3 Plasma
5.20 was released in October 2020 with many feature refinements and new modules
to complete the desktop experience.

This release adds a fortnight’s worth of new translations and fixes from KDE’s
contributors. The bugfixes are typically small but important and include:

   * Plasma Disks: Actually erase devices.
   * Plasma Network Management: Do not show absurdedly high speeds on first update.
   * Fix missing “Switch User” button on lockscreen with systemd 246.

Announcement:
	https://kde.org/announcements/plasma-5.20.3/
2020-11-11 17:16:48 +00:00
Piotr Kubaj
24f53de0f8 audio/mixertui: fix build on GCC architectures
Fix linking:
cc -L/usr/local/lib -lsysctlmibinfo2 -lmenu -lncurses mixertui.o -o mixertui
/usr/bin/ld: undefined reference to symbol `stdscr' (try adding -ltinfo)
/usr/local/lib/libtinfo.so: could not read symbols: Bad value
2020-11-11 15:59:10 +00:00
Mateusz Piotrowski
25e14f16ef Add missing files to pkg-plist
This fixes buildkernel when the SOURCE option is turned on:

  ===> drm-current-kmod (all)
  --- all_subdir_drm-current-kmod/linuxkpi ---
  ===> drm-current-kmod/linuxkpi (all)
  make[4]: make[4]: don't know how to make dma-resv.c. Stop

Approved by:	manu
2020-11-11 15:54:39 +00:00
Piotr Kubaj
a92f4a71ab security/spectre-meltdown-checker: shell script to tell if your system is vulnerable against the several "speculative execution" CVEs that were made public since 2018 2020-11-11 15:51:57 +00:00
Mateusz Piotrowski
2411e3525c Update to 1.0.3 2020-11-11 15:35:28 +00:00
Piotr Kubaj
6e1ecd1e07 security/py-ssh-audit: more fixes 2020-11-11 14:18:40 +00:00
Loïc Bartoletti
31f32aac2e Put some ports back to the pool 2020-11-11 14:00:54 +00:00
Piotr Kubaj
e526abea00 security/py-ssh-audit: fix run-time
Traceback (most recent call last):
  File "/usr/local/bin/ssh-audit", line 10, in <module>
    from ssh_audit.ssh_audit import main  # noqa: E402
ModuleNotFoundError: No module named 'ssh_audit'
2020-11-11 13:48:34 +00:00
Mikael Urankar
adbc0f6151 www/chromium: improve cpu features detection on aarch64
Approved by:	portmgr (tier-2 blanket)
2020-11-11 13:38:27 +00:00
Mathieu Arnold
47b1e9c0c2 Ignore grep return value.
Most of the time, we use grep in a test, where its return value is
important.  In this instance, it is only used for filtering, and we do
not care about its return value, so ignore it.

PR:             250723
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D27007
2020-11-11 13:30:03 +00:00
Mathieu Arnold
f916081e1c Add set pipefail in most framework scripts.
set pipefail changes the pipeline return status from being the return
status of the last command to the last non 0 exit status of any command
in the pipeline.  This is needed to make sure all the commands in a
pipeline did actually return a non 0 status and not only the last one.

PR:		250723
Exp-run by:	antoine
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D27007
2020-11-11 13:29:52 +00:00
Mikael Urankar
dce2e8a539 editors/libreoffice: fix build on aarch64
workdir/UnpackedTarball/skia/src/core/SkCpu.cpp:83:27: error: use of undeclared identifier 'getauxval'

Reported by:	linimon
Approved by:	portmgr (tier-2 blanket)
2020-11-11 13:24:31 +00:00