Commit Graph

511984 Commits

Author SHA1 Message Date
Emmanuel Vadot
02ad86ba8a mail/opensmtpd-filter-rspamd: Update to 0.1.6
Submitted by:	Omar Polo (reviews-freebsd@omarpolo.com)
Differential Revision:	https://reviews.freebsd.org/D25207
2020-06-18 18:30:22 +00:00
TAKATSU Tomonari
b562a43454 - Update to 0.5.0 2020-06-18 18:23:05 +00:00
Jan Beich
791d55b70a multimedia/ffmpeg: replace MMX/SSE/VFP/NEON with ASM
MMX was too specific while SSE included AVX family. VFP became default
due to -mfloat-abi=hard. NEON can be toggled via CPUTYPE. Instead use
one option to disable all assembly which is enough for debugging.
2020-06-18 17:58:37 +00:00
Adam Weinberger
c8a5475f55 mojolicious: Update to 8.55 2020-06-18 17:58:07 +00:00
Piotr Kubaj
f8fc838b45 multimedia/handbrake: update to 1.3.3
HandBrake 1.3.3 has been released. This patch updates multimedia/handbrake port.
Here is list of changes from 1.3.2.

1. update to ffmpeg 4.2.3 in contrib files
2. code style fix of MASTER_SITES
3. update version.txt from upstream's source tarball.
4. mediainfo filename change
5. add powerpc to architectures list.

Submitted by:	naito.yuichiro_gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25292
2020-06-18 17:41:56 +00:00
Yuri Victorovich
e04ed5b02c New port: graphics/qcustomplot-qt5: Qt C++ widget for plotting and data visualization
QCustomPlot draws beautiful plots and graphs from Qt programs.
2020-06-18 17:41:16 +00:00
Mark Felder
899e64555e net-mgmt/unifi5: Update to 5.13.29
Changelog:	https://community.ui.com/releases/UniFi-Network-Controller-5-13-29/d7647910-77a2-4e61-bbfe-389206f2d6ad

PR:		247328
2020-06-18 15:52:05 +00:00
Piotr Kubaj
12a4b55f68 audio/ocp: fix build on powerpc64 with gcc
GCC is still used on stable/11 and stable/12. It needs sys/types.h in lzh.h, because some types are not recognized.

Force newer compiler due to:
pfilesel.c:3312: error: #pragma GCC diagnostic not allowed inside functions

Because of libstdc++ ABI changes due to forcing new compiler, audio/libadplug and devel/libbinio in order for audio/ocp to build.

PR:		247377
Approved by:	ehaupt (maintainer)
2020-06-18 15:41:32 +00:00
Mark Felder
4836cb49ee audio/mumble: Update to 1.3.1
Security
    Fixed: Potential exploit in the OCB2 encryption (#4227)

ICE
    Fixed: Added missing UserKDFIterations field to UserInfo => Prevents getRegistration() from failing with enumerator out of range error (#3835)

GRPC
    Fixed: Segmentation fault during murmur shutdown (#3938)

Client
    Fixed: Crash when using multiple monitors (#3756)
    FIxed: Don’t send empty message from clipboard via shortcut, if clipboard is empty (#3864)
    Fixed: Talking indicator being able to freeze to indicate talking when self-muted (#4006)
    Fixed: High CPU usage for update-check if update server not available (#4019)
    Fixed: DBus getCurrentUrl returning empty string when not in root-channel (#4029)
    Fixed: Small parts of whispering leaking out to normal talk (#4051)
    Fixed: Last audio frame of normal talking sent to last whisper target instead when using VoiceActivation (#4050)
    Fixed: LAN-icon not found in ConnectDialog (#4058)
    Improved: Set maximal vertical size for User Volume Adjustment dialog (#3801)
    Improved: Don’t send empty data to PulseAudio (#3316)
    Improved: Use the SRV resolved port for UDP connections (#3820)
    Improved: Manual Plugin UI (#3919)
    Improved: Don’t start Jack server by default (#3990)
    Improved: Overlay doesn’t hook into all other processes by default (#4041)
    Improved: Wait longer before disconnecting from a server due to unanswered Ping-messages (#4123)

PR:		247379
MFH:		2020Q2
2020-06-18 15:36:20 +00:00
Kirill Ponomarev
770c4bc3cf Update to 3001 Sodium.
Changes: https://salt.tips/whats-new-in-salt-sodium/

PR:		247372
Approved by:	maintainer
2020-06-18 15:03:31 +00:00
Li-Wen Hsu
dc6f6aa457 Update to 4.16
PR:		247371
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2020-06-18 14:55:11 +00:00
Lars Engels
780641f310 security/vuxml:
Document CVE-2020-13882 and CVE-2019-13033 for security/lynis.
2020-06-18 14:45:31 +00:00
Lars Engels
ab5fe5b5c7 security/lynis: Update to 3.0.0
This is a major release but also fixes two security problems.

MFH:		2020Q2
Security:	CVE-2019-13033 CVE-2020-13882
2020-06-18 14:31:43 +00:00
Mateusz Piotrowski
274ecec7b2 Fix typos in pkg-message
While here, pet the Makefile with portfmt and portclippy for consistency.

Approved by:	portmgr (blanket)
2020-06-18 14:30:11 +00:00
Tobias Kortkamp
75b6e79ccf lang/rust: Update to 1.44.1
- Properly fix powerpc64 builds [1]

Changes:	https://blog.rust-lang.org/2020/06/18/Rust.1.44.1.html
PR:		247307 [1]
Submitted by:	pkubaj [1]
Reviewed by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25297
2020-06-18 14:13:38 +00:00
Vanilla I. Shu
24f0b00ba5 Update jansson to 2.31.1
Remove unnecessary(?) patches

PR:		246642
Submitted by:	daniel.engberg.lists at pyret.net
2020-06-18 13:59:16 +00:00
Piotr Kubaj
b1e6a23531 multimedia/ffmpeg: fix build on powerpc and powerpc64
Revert 3a557c5d88b7b15b5954ba2743febb055549b536 to fix build error on POWER systems.

PR:		247375
Approved by:	jbeich (maintainer)
2020-06-18 13:08:57 +00:00
Piotr Kubaj
afa8b70be5 audio/ocp: enable on powerpc
Builds fine on head and a patch waiting for approval in a PR will fix it on 11 and 12 as well.
2020-06-18 12:22:49 +00:00
Gerald Pfeifer
9a1a536fa0 Update to the 20200614 snapshot of GCC 11.0.0. 2020-06-18 11:14:46 +00:00
Hiroki Tagato
ec227d995e Update to 1.48.0
Approved by:	mentors (implicit)
Chnagelog:	https://github.com/atom/atom/releases/tag/v1.48.0
2020-06-18 11:10:36 +00:00
Philip Paeps
359435ed83 security/vuxml: CVE-2020-8618 and CVE-2020-8619
ISC published CVE-2020-8618 affecting dns/bind916 and CVE-2020-8619
affecting dns/bind911 and dns/bind916.  Both ports were updated.
2020-06-18 08:05:59 +00:00
Li-Wen Hsu
3a567dd84b Update to 3.3.0
PR:		247349
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2020-06-18 07:31:17 +00:00
Fernando Apesteguía
4fd4371bbb new port: security/vigenere: cipher algorithm tool
vigenere is an implementation of the Vigenere cipher algorithm extended
to the entire set of printable ASCII characters

https://www.olivermahmoudi.com/programming/vigenere-cipher/

PR:	247244
Submitted by:	fbsd@olivermahmoudi.com
2020-06-18 06:57:44 +00:00
Li-Wen Hsu
7fe7f1d7b7 Update to 5.7.30-25.22
PR:		247348
Submitted by:	maintainer
2020-06-18 06:57:40 +00:00
Li-Wen Hsu
ac76198680 Update to 5.6.48-25.30
PR:		247346
Submitted by:	maintainer
2020-06-18 06:56:19 +00:00
Stefan Eßer
87390b7440 Add new port for Silq
Silq is a high-level programming language for quantum computing with a
strong static type system.

The compiler is accompanied by a large collection of example files, some of
them implementing solutions to Microsoft's Q# Summer 2018 and Winter 2019
coding contest on Codeforces.

The port version is based on the date of the latest commit to the project
repository, aince there have been no regular releases, yet. (Only one tag
has been created to mark the state presented on a conference.)

Approved by:	antoine (mentor)
2020-06-18 06:55:33 +00:00
Li-Wen Hsu
36b536a29c - Update to 4.2.8
PR:		247356
Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)
2020-06-18 06:41:28 +00:00
Li-Wen Hsu
d596dc1476 - Update to 4.2.8
PR:		247355
Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)
2020-06-18 06:41:02 +00:00
Fernando Apesteguía
fe94f62db8 www/logswan: update to 2.1.5
PR:	247243
Submitted by:	juraj@lutter.sk
2020-06-18 06:03:30 +00:00
Fernando Apesteguía
0d10644a95 new-port: www/py-tuir: TUI for Reddit
py-tuir is a console based application that enables the user to read and
interact with Reddit.

PR:     247270
Submitted by:   vulcan@wired.sh
2020-06-18 06:02:31 +00:00
Li-Wen Hsu
f83997f9e2 Fix build with Java 12+
PR:		247334
Submitted by:	Michael Osipov <michael.osipov@siemens.com> (maintainer)
MFH:		2020Q2
2020-06-18 04:02:48 +00:00
Li-Wen Hsu
16db0dcec6 - Update to 20200618
PR:		247366
Submitted by:	maintainer
2020-06-18 03:58:41 +00:00
Li-Wen Hsu
9c3b6742a3 Add missing doc directory
PR:		247361
Submitted by:	maintainer
2020-06-18 03:56:49 +00:00
Li-Wen Hsu
6f4e17b0d8 - Update to 1.14.0
PR:		247362
Submitted by:	maintainer
2020-06-18 03:54:10 +00:00
Philip Paeps
1e622d361b Update to 9.11.20.
MFH:		2020Q2
Security:	CVE-2020-8619
Submitted by:   mat (maintainer)
2020-06-18 03:46:41 +00:00
Philip Paeps
09cb3e5703 Update to 9.16.4.
MFH:		2020Q2
Security:	CVE-2020-8618 CVE-2020-8619
Submitted by:   mat (maintainer)
2020-06-18 03:46:36 +00:00
Greg Lewis
2d9a796167 Update to 2.4.18
PR:		245669
Submitted by:	Michael Osipov <michael.osipov@siemens.com> (MAINTAINER)
2020-06-18 03:21:14 +00:00
Jan Beich
8cec4d0244 x11-fm/caja: rebuild after r538621 2020-06-18 01:47:15 +00:00
Jan Beich
afdf5f3064 x11-fm/caja: unbreak after r538621
ld: error: undefined symbol: mate_desktop_thumbnail_scale_down_pixbuf
>>> referenced by fm-properties-window.c
>>>               fm-properties-window.o:(update_preview_callback) in archive ../src/file-manager/.libs/libcaja-file-manager.a

Reported by:	pkg-fallout
Obtained from:	upstream
2020-06-18 01:38:48 +00:00
Mark Linimon
89dc5395ec Add compiler:c++11-lang to USES to attempt to fix build on GCC-based
systems.  It is necessary but insufficient, but at least it allows
us to get further.

Now it fails on powerpc64-12 the same way it does on powerpc64-13:

  callback.c: error: initializer element is not a compile-time constant

Approved by:	portmgr (tier-2 blanket)
2020-06-18 01:23:03 +00:00
Jan Beich
ee5ce128e3 security/nss: update to 3.53.1
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.53.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_53_1_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Security:	CVE-2020-12402
2020-06-18 01:18:43 +00:00
Jan Beich
c74100f7fd x11-toolkits/gtk30: update to 3.24.20
Changes:	https://gitlab.gnome.org/GNOME/gtk/compare/3.24.10...3.24.20
PR:		247067
Exp-run by:	antoine
2020-06-18 00:56:15 +00:00
Jan Beich
784e399770 graphics/gtk-update-icon-cache: update to 3.24.20
- Switch to Gentoo distfile which has Meson glue

PR:		247096
Exp-run by:	antoine
2020-06-18 00:56:08 +00:00
Jan Beich
9d98af84c0 devel/meson: update to 0.54.3
Changes:	https://github.com/mesonbuild/meson/compare/0.54.2...0.54.3
Reported by:	GitHub (watch releases)
2020-06-18 00:56:03 +00:00
Jan Beich
47d0b7274e devel/glib20: backport GSETTINGS_BACKEND=keyfile support
If devel/dconf or devel/gconf2 are installed then nothing changes.
If neither are installed then settings are now stored in
~/.config/glib-2.0/settings/keyfile.

PR:		247039
Obtained from:	upstream
2020-06-18 00:55:57 +00:00
Jan Beich
567a59542e x11-toolkits/gtk30: make X11 optional
Makes it easier to expose X11 consumers and reduce some bloat.

PR:		247091
2020-06-18 00:55:52 +00:00
Jan Beich
84a8662540 deskutils/gnome-sound-recorder: unbreak after r538885
env: python3: No such file or directory

Reported by:	pkg-fallout
2020-06-18 00:55:47 +00:00
Jan Beich
9957e341a6 lang/intel-compute-runtime: update to 20.23.16988
Changes:	https://github.com/intel/compute-runtime/compare/20.22.16952...20.23.16988
Reported by:	GitHub (watch releases)
2020-06-18 00:55:42 +00:00
Jan Beich
24a587e6af devel/intel-graphics-compiler: update to 1.0.4111
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4111
Reported by:	GitHub (watch releases)
2020-06-18 00:55:36 +00:00
Jan Beich
b3dcdd3423 graphics/mesa-devel: update to 20.1.b.1988
Changes:	25a629558c...e8ad52f7b0
2020-06-18 00:55:31 +00:00