Commit Graph

504728 Commits

Author SHA1 Message Date
Tobias C. Berner
cfb4f731a9 sysutils/less: Update to 551
PR:		245626
Submitted by:	jharris@widomaker.com (maintainer)
2020-04-17 19:36:10 +00:00
Tobias C. Berner
3c2a906542 devel/simavr: update to 1.6
PR:		245678
Submitted by:	Felix Palmen <felix@palmen-it.de>  (maintainer)
2020-04-17 19:34:06 +00:00
Jan Beich
6f1ea31f48 www/firefox: backport VAAPI fallback fix 2020-04-17 19:20:17 +00:00
Jan Beich
fb0f11442f x11-servers/xwayland: expose x11/nvidia-driver support
Disabled for now as runtime wasn't tested. EGLStreams is supported by
x11-wm/mutter and x11-wm/plasma5-kwin.

PR:		244242
Approved by:	zeising (x11)
2020-04-17 19:01:46 +00:00
Jan Beich
e0dd5a4220 x11/nvidia-driver: stop installing files egl-wayland does
PR:		244087
Approved by:	maintainer timeout (2 months)
2020-04-17 19:01:24 +00:00
Bernhard Froehlich
d0547c0320 security/wazuh-agent: Update to 3.12.2
PR:		245479
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
2020-04-17 19:01:02 +00:00
Yuri Victorovich
a3e0e8774b science/erkale: Update g20200319 -> g20200416 2020-04-17 19:00:38 +00:00
Kurt Jaeger
789825b186 mail/sympa: update 6.5.2 -> 6.2.54 with security fix
PR:		245672
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH:		2020Q2
Relnotes:	https://github.com/sympa-community/sympa/blob/6.2.54/NEWS.md
Security:	CVE-2020-9369
2020-04-17 18:45:39 +00:00
Matthias Andree
d21d4b9d5f security/openvpn: update to 2.4.9 (also for -mbedtls slave port)
At the same time, remove ASYNC_PUSH_LIBS workaround from [1].

Changelog (high-level):
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-249

Git changelog, marking the three fixes that were already in 2.4.8_3
as cherry-picks with a 1, 2, or 3 instead of "*" to correspond
with the PORTREVISION, and those with "-" that are specific to other systems,
say, Windows.

* 9b0dafca 2020-04-16 | Preparing release v2.4.9 (ChangeLog, version.m4, Changes.rst) (tag: v2.4.9) [Gert Doering]
3 f7b318f8 2020-04-15 | Fix illegal client float (CVE-2020-11810) [Lev Stipakov]
* 9bb285e3 2020-03-13 | Fix broken async push with NCP is used [Lev Stipakov]
- 5f8a9df1 2020-02-12 | Allow unicode search string in --cryptoapicert option [Selva Nair]
- 4658b3b6 2020-02-12 | Skip expired certificates in Windows certificate store [Selva Nair]
* df5ea7f1 2020-02-19 | Fix possible access of uninitialized pipe handles [Selva Nair]
* 1d9e0be2 2020-02-19 | Fix possibly uninitialized return value in GetOpenvpnSettings() [Selva Nair]
* 5ee76a8f 2020-03-28 | Fix OpenSSL 1.1.1 not using auto elliptic curve selection [Arne Schwabe]
* ed925c0a 2020-04-07 | OpenSSL: Fix --crl-verify not loading multiple CRLs in one file [Maxim Plotnikov]
* 2fe84732 2020-03-30 | When auth-user-pass file has no password query the management interface (if available). [Selva Nair]
* 908eae5c 2020-04-03 | Move querying username/password from management interface to a function [Selva Nair]
* 15bc476f 2020-04-02 | Fix OpenSSL error stack handling of tls_ctx_add_extra_certs [Arne Schwabe]
* 22df79bb 2020-04-01 | Fetch OpenSSL versions via source/old links [Arne Schwabe]
* 0efbd8e9 2020-03-31 | mbedTLS: Make sure TLS session survives move [Tom van Leeuwen]
* 33395693 2020-03-25 | docs: Add reference to X509_LOOKUP_hash_dir(3) [WGH]
* 7d19b2bb 2019-10-21 | Fix OpenSSL private key passphrase notices [Santtu Lakkala]
2 8484f37a 2020-03-14 | Fix building with --enable-async-push in FreeBSD [Lev Stipakov]
* 69bbfbdf 2020-02-18 | Swap the order of checks for validating interactive service user [Selva Nair]
* 0ba4f916 2019-11-09 | socks: use the right function when printing struct openvpn_sockaddr [Antonio Quartulli]
1 3bd91cd0 2019-10-30 | Fix broken fragmentation logic when using NCP [Lev Stipakov]

PR:		244286 [1]
MFH:		2020Q2 (patchlevel bugfix release)
2020-04-17 18:38:44 +00:00
Matthias Andree
8165354577 games/retroarch: update to 1.8.5 (and add WAYLAND option, fix powerpc64, etc.)
This is mostly Greg's patch,
I have added the new ports to games/Makefile (missing from PR, SUBDIR+=),
and fixed a few spaces-vs-TAB glitches in the makefile,
and reformatted the pkg-descr, and changed libretro-shaders-slang/pkg-descr to:

| Vulkan GLSL RetroArch shader system
|
| WWW: https://github.com/libretro/slang-shaders

v1:

Here's 1.8.5.

v2 of 1.8.5 update:

- Fixed stage-qa (python/shebangfix)
- Moved fPIC from port variable to PR/patch:
  https://github.com/libretro/RetroArch/pull/10384
- Fixed build with security/rhash installed:
  https://github.com/libretro/RetroArch/pull/10382
- Fixed ifdefs to solve powerpc64 issue:
  https://github.com/libretro/RetroArch/pull/10383
- Made X11 an option
- Added libcaca option (the build system was auto finding this for me)

v3:

One little revision, fixing the dependency on libwayland-egl,
which has been living in wayland instead of mesa for a long time.

v4:

Rebased after the webcamd/v4l related update

Test built in poudriere 11.3 i386 and 12.1 amd64.

PR:		227345
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2020-04-17 17:51:16 +00:00
Olli Hauer
dbb9bfe909 - update to 3.6-20200416 2020-04-17 17:41:47 +00:00
Dmitri Goutnik
e759d959ba www/gobuffalo: Update to 0.16.5
Changes:	https://github.com/gobuffalo/buffalo/releases/tag/v0.16.5
Reported by:	portscout
2020-04-17 17:17:48 +00:00
Baptiste Daroussin
ce739d744c New port deskutils/ydotool
Generic command-line automation tool (no X!)

Allows to emulate keyboard input or mouse activity

WWW: https://github.com/ReimuNotMoe/ydotool

For now no rc script provided for ydotoold until I figure out a sane way to
handle it in a generic way
2020-04-17 16:39:17 +00:00
Tobias C. Berner
1ea936055b x11-fonts/freefont-ttf: Give maintainership to Marco Beishuizen
PR:		245700
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2020-04-17 16:38:15 +00:00
Baptiste Daroussin
16bffab740 New port devel/libuInputPlus
Easy-to-use uinput library in C++

WWW: https://github.com/YukiWorkshop/libuInputPlus
2020-04-17 16:37:31 +00:00
Tobias C. Berner
0f1df99baf audio/wavpack: update to 5.3.0
Changelog [1]:
* fixed: OSS-Fuzz issues 19925, 19928, 20060, 20448
* fixed: trailing garbage characters on imported ID3v2 TXXX tags
* fixed: various minor undefined behavior and memory access issues
* fixed: sanitize tag extraction names for length and path inclusion
* improved: reformat wvunpack "help" and split into long + short versions
* added: regression testing to Travis CI for OSS-Fuzz crashers

[1] http://www.wavpack.com/changelog.txt
2020-04-17 16:36:02 +00:00
Baptiste Daroussin
c9177390f9 new port devel/libevdevPlus
Easy-to-use event device library in C++

WWW: https://github.com/YukiWorkshop/libevdevPlus
2020-04-17 16:35:30 +00:00
Tobias C. Berner
3965e22821 New port: www/luakit-devel -- development version of www/luakit
PR:		245671
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2020-04-17 16:33:45 +00:00
Ryan Moeller
d9d0df6e7a sysutils/openzfs*: Switch to merged OpenZFS repo
FreeBSD support has been merged into the openzfs/zfs repo on Github.

Switch the port to use the new upstream.  Update maintainer to be me.

Reviewed by:	kmoore, mav, wg
Approved by:	kmoore (maintainer)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24434
2020-04-17 15:27:08 +00:00
Matthias Fechner
26ef697c95 Update to 8.3.3.
Changed Maintainer.

PR:		245676
Approved by:	dvl (maintainer)
2020-04-17 15:24:30 +00:00
Kai Knoblich
c5beddb507 www/py-django-netfields: Update to 1.2.2
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life.

Changelog:

https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.2/CHANGELOG

PR:		245311
Approved by:	maintainer timeout (14 days)
2020-04-17 15:08:24 +00:00
Jan Beich
c1d95949dd multimedia/libva: backport iHD fix for X11
$ pkg install libva-utils libva-intel-media-driver
$ vainfo
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/local/lib/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

MFH:		  2020Q2
2020-04-17 15:06:47 +00:00
Tobias C. Berner
bfd4894639 print/gv: give maintainership to Marco Beishuizen
PR:		245692
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2020-04-17 14:58:23 +00:00
Jan Beich
3b2acc8b25 lang/intel-compute-runtime: update to 20.15.16524
Changes:	https://github.com/intel/compute-runtime/compare/20.14.16441...20.15.16524
Reported by:	GitHub (watch releases)
2020-04-17 14:49:31 +00:00
Hans Petter Selasky
aa2ce4fb60 Fix build of v4l-utils when libsysinfo is not installed.
v4l-utils doesn't need this dependency, so just remove
the inclusion of <linux/kernel.h>.

Approved by:	pi (implicit)
2020-04-17 14:49:19 +00:00
Jan Beich
9e3f770812 graphics/libavif: update to 0.7.1
Changes:	https://github.com/AOMediaCodec/libavif/compare/v0.6.4...v0.7.1
Reported by:	GitHub (watch releases)
2020-04-17 14:49:12 +00:00
Hans Petter Selasky
56950229ae Use BINARY_ALIAS feature to replace sed with gsed.
Suggested by:	kevans and bapt
Approved by:	pi (implicit)
2020-04-17 14:44:01 +00:00
Alexey Dokuchaev
f6acd4bf78 - Update to the latest upstream commit
- Reword the COMMENT and port description
- Do not always pass -g compiler switch
- Set shared library SONAME as needed
- Relinquish maintainership while here

Found out via:	repology.org
2020-04-17 14:13:30 +00:00
Piotr Kubaj
de6b7ec8cf sysutils/ltfs: fix build on GCC architectures
Use C11 compiler:
tape_ops.h:291: error: previous declaration of 'mam_lockval' was here
2020-04-17 14:11:48 +00:00
Kai Knoblich
36bee089c9 www/py-django-bitfield: Update to 2.0.1
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life.

* Sort variables a bit according to the PHB.

Changelog:

https://github.com/disqus/django-bitfield/blob/2.0.1/README.rst#changelog

PR:		245313
Approved by:	maintainer timeout (14 days)
2020-04-17 14:07:42 +00:00
Hans Petter Selasky
26582a02cf Fix build when libv4l is already installed.
Make sure we don't use any old header files installed in ${LOCALBASE}/include.

PR:		245695
Approved by:	pi (implicit)
2020-04-17 14:05:20 +00:00
Kai Knoblich
3e10dac186 www/py-django-reversion: Update to 3.0.7
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life.

* Make USES block separate from non-related variables.

Changelog:

https://github.com/etianen/django-reversion/blob/v3.0.7/CHANGELOG.rst

PR:		245312
Approved by:	maintainer timeout (14 days)
2020-04-17 13:57:25 +00:00
Frederic Culot
552a91665a devel/p5-Devel-CheckOS: update to 1.83
Changes:	https://metacpan.org/changes/distribution/Devel-CheckOS
2020-04-17 13:42:38 +00:00
Piotr Kubaj
52e2ca4b4a net/aluminum: fix build on GCC architectures
Using MPI requires newer GCC:
-- Could NOT find MPI_CXX (missing: MPI_CXX_WORKS) (Required is at least version "3.0")

MFH:		2020Q2 (fix build blanket)
2020-04-17 12:08:39 +00:00
Matthias Fechner
203bc6a8f8 Fixed error while starting knxd with service knxd start:
Starting knxd.
knxd: invalid option -- d

It uses now a config file in /usr/local/etc/knxd.conf.
2020-04-17 12:01:50 +00:00
Piotr Kubaj
14f4762b89 graphics/mesa-libs: fix build on powerpc head
Clang currently lacks atomic functions on powerpc, making build fail:
u_atomic.c:64:1: error: definition of builtin function '__sync_val_compare_and_swap_8'

Use GCC for now.
2020-04-17 11:02:45 +00:00
Tobias Kortkamp
54f81f8291 lang/rust-nightly: Update to 1.44.0.20200417
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Add patch to allow build with outdated libgit2 0.99.0

Changes:	485c5fb6e1...7f3df57724
PR:		238556 [1]
2020-04-17 10:53:18 +00:00
Tobias Kortkamp
dd11fd0670 Sort 2020-04-17 10:52:51 +00:00
Tobias Kortkamp
2f08256565 x11/dmenu-wayland: Spell LICENSE_FILE correctly
Reported by:	portscan
2020-04-17 10:52:38 +00:00
Piotr Kubaj
c5defae963 comms/openzwave-devel: fix build on GCC architectures
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile.

MFH:	2020Q2 (fix build blanket)
2020-04-17 10:47:15 +00:00
Hiroki Tagato
c56adaadab Chase devel/electron7 update
Approved by:	ehaupt (mentor)
2020-04-17 10:21:10 +00:00
Hiroki Tagato
a1682efd2d - Update to 7.2.2
- Change node and npm dependencies to specify package name [1]

Approved by:	ehaupt (mentor)
Suggested by:	0mp (via ports) [1]
Relnotes:	https://github.com/electron/electron/releases/tag/v7.2.0
		https://github.com/electron/electron/releases/tag/v7.2.1
		https://github.com/electron/electron/releases/tag/v7.2.2
2020-04-17 10:18:45 +00:00
Muhammad Moinur Rahman
796f4587e4 security/py-python-gnupg: Update version 0.4.3=>0.4.5
- Add TEST

PR:             245171
Approved by:    christer.edwards@gmail.com (maintainer timeout)
MFH:            2020Q2 (runtime fix)
Relnotes:       https://bitbucket.org/vinay.sajip/python-gnupg/src/master/
2020-04-17 09:30:55 +00:00
Hans Petter Selasky
9aa3719926 Fix build after LibV4L upgrade to v1.18.0.
PR:		245501
Approved by:	pi (implicit)
2020-04-17 08:35:59 +00:00
Hans Petter Selasky
6dd2426803 Upgrade v4l_compat, libv4l and v4l-utils to v1.18.0.
The most important change is that up-to-date V4L header files are now
sourced from the webcamd distribution tarball.

Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive
list of changes.

PR:		245501
Approved by:	pi (implicit)
2020-04-17 08:34:50 +00:00
Hans Petter Selasky
9654b0081a Add missing dependency.
Approved by:	pi (implicit)
Sponsored by:	Mellanox Technologies
2020-04-17 07:40:28 +00:00
Baptiste Daroussin
380473fe63 New port x11/dmenu-wayland
dmenu-wayland is a minimalistic Wayland menu. It reads a newline separated list
of items from stdin and shows them as a menu on the top of the screen.
When the user selects one item or types any text and presses Enter, their choice
is printed to stdout.

dmenu-wayland is inspired by https://tools.suckless.org/dmenu

WWW: https://github.com/nyyManni/dmenu-wayland
2020-04-17 07:08:02 +00:00
Jochen Neumeister
c7777ffd57 Fix depends with luajit [1]
Update 3rd party Modul njs

PR:		243989 [1]
Sponsored by:	Netzkommune GmbH
2020-04-17 06:59:19 +00:00
Kevin Bowling
170e5070dd net-p2p/bitcoin: Update to 0.19.1
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D24465
2020-04-17 06:58:15 +00:00
Kevin Bowling
342f05d197 databases/timescaledb: Update to 1.7.0
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D24460
2020-04-17 06:56:18 +00:00