Compare commits

...

618 Commits
main ... 2021Q2

Author SHA1 Message Date
Li-Wen Hsu d1da14bab7
sysutils/py-salt: Partically revert f64d882074
The PORTREVISION merging seems unintentional.

This is a direct commit to 2020Q2 branch.

PR:		256918
Reported by:	Alex <marcarianalexandru@gmail.com>
2021-07-03 18:01:24 +08:00
Daniel Engberg bf299f1b74 net/rabbitmq-c: Update to 0.11.0
- Update to 0.11.0

And while here, also:
- Rearrage Makefile to Porter's Handbooks guidelines
- Remove unneeded Python dependency
- Make static library options
- Add support for "make test"

PR:		256842
Approved by:	dch (maintainer)

(cherry picked from commit c67a6464ad)
2021-06-30 22:12:24 +02:00
Guido Falsi 65b0517571 emulators/virtualbox-ose-legacy: Fix additions build on recent HEAD
Apply same fix used for the main port in commit ef04eff33cf626:

Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt
virtualbox code to be able to compile there too.

Reported by:	koobs, dim
MFH:		2021Q2

(cherry picked from commit 4792c8e65e)
2021-06-30 14:48:48 +02:00
Kai Knoblich cb3b365038 games/pysolfc: Fix runtime issues with Python 3.8+
* The deprecated function "time.clock()" has been removed in Python 3.8
  and "time.perf_counter()" should be used instead.

  Because updating to a newer version of PySolFC requires a bit more
  work, use a backport for now to remedy the runtime issues.

* Bump PORTREVISION due changed package contents.

PR:		256504
Reported by:	<sven.a.jonsson@bahnhof.se>
MFH:		2021Q2

(cherry picked from commit 91cf304355)
2021-06-30 10:56:01 +02:00
Dan Langille e34785f48f www/librespeed: add missing dependencies
Add some PHP dependencies required by this port.

Tweak the pkg-message output to hint that telemetry requires configuration
settings at build time.

PR:		256891
Reported by:	dvl

(cherry picked from commit 0bf5aa7c48)
2021-06-30 00:46:35 +00:00
Fukang Chen 995bdac5ba comms/py-pyserial: Add USE_PYTHON=concurrent
- Allow concurrent installation for bin/pyserial-{miniterm,ports}

Reviewed by:	koobs, sbz
Approved by:	koobs (ports, mentor), sbz (maintainer)
Differential Revision:	https://reviews.freebsd.org/D30920
MFH:		2021Q2 (ports compliance)

(cherry picked from commit 6edd405189)
2021-06-29 11:04:40 +00:00
Kirill Ponomarev f64d882074 sysutils/py-salt: remove contextvars dependency for py37.
(cherry picked from commit a20071f839)
2021-06-29 08:47:07 +02:00
Kirill Ponomarev 01e8c4cc7a lang/sbcl: update to 2.1.6
(cherry picked from commit 3a506292d7)
2021-06-29 08:45:33 +02:00
Thierry Thomas ae162bd989 graphics/py-pillow: fix build
As koobs@ reported, my previous commit was bad:

error: option --disable-raqm not recognized

PR:		255361
Reported by:	kai@
2021-06-27 19:19:56 +02:00
Adriaan de Groot 3a6240c212 net-im/nheko: add missing dependency
At runtime, qt5-graphicaleffects are needed to display anything
in the timeline (e.g. a conversation in a room). Even the loading-
spinner isn't shown without it. Demonstrated by trying to run
nheko in a "bare" machine with just XOrg and twm.

PR:		256839
Reported by:	Filipe da Silva Santos

[[ Cherry pick is not exact because quarterly has an older version,
   but the runtime requirement is still there. ]]
(cherry picked from commit e0f0a32d50)
2021-06-27 00:09:36 +02:00
Yasuhiro Kimura 47b0643987 security/py-[acme|certbot]: Update to 1.16.0
Changelog:	https://github.com/certbot/certbot/blob/v1.16.0/certbot/CHANGELOG.md

PR:		256391
Approved by:	python (with hat)

(cherry picked from commit c9afda5a14)
2021-06-26 13:16:51 -03:00
Danilo G. Baio 6cd3cf5c47 security/py-[acme|certbot]: Update to 1.15.0
PR:	    255636
Submitted by:  Yasuhiro KIMURA <yasu@utahime.org>
Approved by:   python (with hat)

(cherry picked from commit df631611ea)
2021-06-26 13:16:30 -03:00
Danilo G. Baio d5136fe25b security/py-[acme|certbot]: Update to 1.14.0
Changelog:  https://github.com/certbot/certbot/blob/v1.14.0/certbot/CHANGELOG.md

PR:		254843
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	python (with hat)

(cherry picked from commit 8115936097)
2021-06-26 13:16:04 -03:00
Thierry Thomas 0d89189719 graphics/py-pillow: upgrade to 8.2.0 + fix vulnerabilities
- Release notes at <https://github.com/python-pillow/Pillow/releases/tag/8.2.0>

- Security fixes described at
<8ec027867f>

- Since I´m there, add newer optional dependencies.

Security:	CVE-2021-25287
Security:	CVE-2021-25288
Security:	CVE-2021-28675
Security:	CVE-2021-28676
Security:	CVE-2021-28677
Security:	CVE-2021-28678

PR:		255361
Approved by:	koobs (maintainer)

(cherry picked from commit 553bcea9db but
disable RAQM)
2021-06-26 18:05:24 +02:00
Tobias C. Berner 81e7a34455 sysutils/polkit: Update to 0.119
PR:		256405
Reported by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Security:	CVE-2021-3560

(cherry picked from commit ba6b6059f6)
2021-06-26 17:18:19 +02:00
Matthias Andree 00639dbde5 graphics/openexr: and ilmbase update to 2.5.7
v2.5.7 fixes:
OSS-fuzz 28051 Heap-buffer-overflow in Imf_2_5::copyIntoFrameBuffer
OSS-fuzz 28155 Crash in Imf_2_5::PtrIStream::read

v2.5.6 fix:
Fixed regression in Imath::succf() and Imath::predf() when negative values are given
2021-06-26 11:17:39 +02:00
Juraj Lutter 67383f941c net-mgmt/unifi6: Update to 6.2.26
- Update to 6.2.26
- Changelog:
  https://community.ui.com/releases/UniFi-Network-Application-6-2-26/0dfcbc77-8a4f-4e20-bb93-07bbb0237e3a

(cherry picked from commit fd6dbb7114)
2021-06-25 18:37:33 +02:00
Kirill Ponomarev 8670fba6f1 devel/robodoc: resort Makefile
(cherry picked from commit 758f583e23)
2021-06-25 09:34:57 +02:00
Daniel Engberg 7d1f8cf820 security/oidentd: Update to 2.5.1
* FreeBSD 13+ fix
  (cd763e5aeb)
* Modify Makefile to follow Porter's Handbook more closely
* Define LICENSE_FILE
* Switch to tar.xz release archive
* Remove IPV6 option (it's 2021 not 1999)

Changes https://github.com/janikrabe/oidentd/blob/v2.5.1/NEWS

PR:		256230
Approved by:	maintainer timeout

(cherry picked from commit 8e1bb18dac)
2021-06-24 09:47:02 -07:00
Pavel Timofeev 3e55273e25 security/py-requests-credssp: Fix dependencies
The module requires and uses spnego for NTLM.

PR:		256361
Approved by:	maintainer timeout

(cherry picked from commit b774f59d2d)
2021-06-23 14:29:37 -07:00
Brad Davis 3a4ec26f17 sysutils/consul: Update to 1.9.5
PR:		255154
Submitted by:	brd
Security:	093a6baf-9f99-11eb-b150-000c292ee6b8

(cherry picked from commit 2056023c1c)
2021-06-23 10:19:00 -04:00
Li-Wen Hsu c24f39ca17
devel/py-magic: Add some HTTP MASTER_SITES
Requested by:	Loic F <loic.f@hardenedbsd.org>

(cherry picked from commit b1d940646d)
2021-06-23 18:18:40 +08:00
Christoph Moench-Tegeder 400811536f www/firefox: update to 89.0.2 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/89.0.2/releasenotes/

(cherry picked from commit 3ea8298a38)
2021-06-22 23:18:02 +02:00
Kirill Ponomarev 3e10bb3eb7 sysutils/py-salt: install zsh and bash completion files
Approved by:	maintainer

(cherry picked from commit 667772286c)
2021-06-22 20:37:54 +02:00
Jan Beich 99d908b22e graphics/mesa-devel: unbreak standalone after e502b6db28
llvm-config found: NO found '9.0.1' but need '>= 11.0.0'
Run-time dependency LLVM found: NO (tried cmake and config-tool)
Looking for a fallback subproject for the dependency llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils, instcombine, amdgpu, native, bitreader, ipo, asmparser)

meson.build:1604:2: ERROR: Neither a subproject directory nor a llvm.wrap file was found.

(cherry picked from commit b0b997e3fc)
2021-06-22 18:20:35 +00:00
Juraj Lutter bed2eb0dbe net-mgmt/zabbix5: Update to 5.0.12
Relnotes:		https://www.zabbix.com/rn/rn5.0.12
Approved by:		Pakhom Golynga (maintainer)
Differential Revision:	https://reviews.freebsd.org/D30800

(cherry picked from commit 415a9bf401)
2021-06-22 10:17:45 +02:00
Shawn Michael dbe1c4c350
security/passivedns: Update to 1.2.1-22
This fixes build on FreeBSD 13+

PR:		255599
(cherry picked from commit 2287e8f627)
2021-06-21 05:50:11 +08:00
Li-Wen Hsu b5f3cb68b9
x11-fm/konqueror: Correct COMMENT
Approved by:	arrowd (kde)

(cherry picked from commit c9160198e0)
2021-06-21 03:39:44 +08:00
Adam Weinberger 5ceea227c5 www/gitea: Update to 1.14.3
PR:		256720
MFH:		2021Q2
(cherry picked from commit ee4c6a7461)
2021-06-19 21:36:40 -04:00
Jan Beich 3ce47d16f7 www/gallery-dl: update to 1.18.0
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.18.0
Reported by:	GitHub (watch releases)

(cherry picked from commit 83d8505c91)
2021-06-19 22:00:55 +00:00
Tobias Kortkamp 700466498a
net/x2goclient-cli: Add missing setsid dependency
% x2goclient-cli --user <user> --server <server>
  Password:
  sh: setsid: not found
  sh: setsid: not found
  sh: setsid: not found
  sh: setsid: not found
  sh: setsid: not found

PR:		253449
Reported by:	parv.0zero9+freebsd@gmail.com
Approved by:	maintainer timeout

(cherry picked from commit 5660dfa864)
2021-06-19 17:17:55 +02:00
Mathieu Arnold ce9f001bf8
dns/bind916: Update to 9.16.18.
Changes:	https://downloads.isc.org/isc/bind9/9.16.18/doc/arm/html/notes.html#notes-for-bind-9-16.18
MFH:		yes
(cherry picked from commit 8c6ff69473)
2021-06-19 12:13:11 +02:00
Rene Ladan 711a4ba94c www/chromium: update to 91.0.4472.114
MFH:		2021Q2
Security:	https://vuxml.freebsd.org/freebsd/afdc7579-d023-11eb-bcad-3065ec8fd3ec.html
(cherry picked from commit d11be88745)
2021-06-18 15:33:43 +02:00
Rene Ladan f74454e03f www/chromium: update to 91.0.4472.106
This is a bugfix release, see
https://chromium.googlesource.com/chromium/src/+log/91.0.4472.101..91.0.4472.106?pretty=fuller&n=10000

While here remove the hardcoded dependency on virtual_oss.

MFH:		2021Q2
(cherry picked from commit 8c17a97d68)
2021-06-17 23:30:46 +02:00
Matthias Wolf 9c8545d780 www/chromium: update to 91.0.4472.101
Security:	https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html
(cherry picked from commit 0631781523)
2021-06-17 11:32:02 +02:00
Mathieu Arnold ccd805d32e
dns/bind916: Update to 9.16.17.
Changes:	https://downloads.isc.org/isc/bind9/9.16.17/doc/arm/html/notes.html#notes-for-bind-9-16-17
MFH:		yes
(cherry picked from commit bd84c5b4f2)
2021-06-17 10:37:15 +02:00
Juraj Lutter 932f023d54 mail/postfix*: Direct commit to update MAINTAINER
- Direct commit to update MAINTAINER of mail/postfix ports.
- No functional changes
2021-06-17 00:06:58 +02:00
Bernhard Froehlich 0e355ccdc9
net/wireguard-kmod: Fix build on latest stable/13
PR:		256639
Obtained from:	https://git.zx2c4.com/wireguard-freebsd/commit/?id=64a507ad6b3c7e8455c67b452160b9e4211fd872

(cherry picked from commit 57eb088f78)
2021-06-16 18:43:48 +00:00
Juraj Lutter 7cc516da8f mail/postfix: Revert to 3.5.9
Revert recent update to 3.6.1 back to 3.5.9 to fix the build.  As there
is no mail/postfix35 that builds on FreeBSD 11, keep mail/postfix on the
last version known to build and run on FreeBSD 11.

And while here, also update the MAINTAINER. No functional change.

This is a direct commit to 2021Q2.
2021-06-15 21:27:21 +02:00
Kevin Bowling 32fd3edcfc audio/libsidplayfp: Remove unneeded line continuation
MFH:		2021Q2
(cherry picked from commit 0a8b84cb4d)
2021-06-15 10:10:16 -07:00
Daniel Engberg 3a1d27d7ee audio/libsidplayfp: Update to 2.2.0
PR:		256043
Approved by:	maintainer
MFH:		2021Q2 (fix distinfo)

(cherry picked from commit d8f237b348)
2021-06-15 10:07:03 -07:00
Kevin Bowling 5764c51866 audio/libsidplayfp: Remove distinfo w/o EOF EOL
The commit hook is preventing updates here, remove the file so it can be
fixed and updated.

PR:		256043
MFH:		2021Q2
(cherry picked from commit 1f11aee3c6)
2021-06-15 10:05:29 -07:00
Florian Koczan 82ad1b7e03 security/py-fail2ban: Create required start dir
Reported at https://github.com/fail2ban/fail2ban/issues/2634
fail2ban should check and, if necessary create, the required directory.

It is still up to the user to ensure that configuration in fail2ban's
conf files and FreeBSD's /etc/rc.conf are in sync and that both, pidfile
and socket reside in the same directory.

PR:		244092
Approved by:	maintainer
MFH:		2021Q2

(cherry picked from commit b48d2a658e)
2021-06-15 09:05:36 -07:00
Andrew Gierth 0a20f3a3fd irc/ircII: Update to 20210314
PR:		255492
Approved by:	maintainer
MFH:		2021Q2
Security:	CVE-2021-29376

(cherry picked from commit 876e3518e2)
2021-06-15 08:49:20 -07:00
Shane 4c97793261 devel/godot2: disable internal libs
Remove use of python2 for scons, builds fine with py3 scons

Disable use of internal png, freetype and zlib.

This matches ports for godot v3 and fixes build on powerpc64le.

PR:		254867
Approved by:	maintainer
MFH:		2021Q2

(cherry picked from commit 56c603914f)
2021-06-15 08:22:06 -07:00
Franco Fichtner 52617d7bda security/suricata: Fix plist issues
suricata-update is failing to find certain python modules when trying
to update rules.

PR:		255397
Reported by:	Ian Dickens <ian@south-border.com>
Approved by:	maintainer
MFH:		2021Q2

(cherry picked from commit b0e101ec78)
2021-06-15 08:12:45 -07:00
Franco Fichtner c9d8d57514 security/suricata: Mark option PRELUDE as broken
https://redmine.openinfosecfoundation.org/issues/4065

PR:		255370
Reported by:	Ryan Lawrence <bug@ryan-l.com>
Approved by:	maintainer timeout
MFH:		2021Q2

(cherry picked from commit 2d4de39c06)
2021-06-15 08:05:00 -07:00
David O'Rourke 914092bdcf multimedia/libhdhomerun: Update to 20200907
Changes https://www.silicondust.com/support/downloads/software-changelog/

PR:		251088
Approved by:	maintainer
MFH:		2021Q2

(cherry picked from commit 63bb888a3d)
2021-06-15 07:55:34 -07:00
Christoph Moench-Tegeder b8723f121c www/firefox: update to 89.0.1 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/89.0.1/releasenotes/

(cherry picked from commit 18cd21c4bf)
2021-06-15 14:36:43 +02:00
Kevin Bowling ae5151b681 audio/libsidplayfp: Reset maintainer
PR:		256043
Approved by:	portmgr (maintainer timeout: 14+ days)
MFH:		2021Q2

(cherry picked from commit 87918eed66)
2021-06-14 17:47:35 -07:00
Dmitry Wagin 33d54bf0ca net/kamailio: Update to 5.4.5 and tls crash fix
fixed crash in CRYPTO_THREAD_lock_free():
(enabled pthread_mutex_init() fix by LIBSSL_SET_MUTEX_SHARED flag
https://github.com/kamailio/kamailio/issues/2638#issuecomment-829318965)

Changes https://www.kamailio.org/pub/kamailio/5.4.5/ChangeLog

PR:		255486
Reviewed by:	koobs
Approved by:	maintainer
MFH:		2021Q2

(cherry picked from commit 92942c5722)
2021-06-14 16:10:13 -07:00
Cy Schubert 6ff6811ef1 securty/sudo: Update to 1.9.7p1
Major changes between sudo 1.9.7p1 and 1.9.7

 * Fixed an SELinux sudoedit bug when the edited temporary file
   could not be opened.  The sesh helper would still be run even
   when there are no temporary files available to install.

 * Fixed a compilation problem on FreeBSD.

 * The sudo_noexec.so file is now built as a module on all systems
   other than macOS.  This makes it possible to use other libtool
   implementations such as slibtool.  On macOS shared libraries and
   modules are not interchangeable and the version of libtool shipped
   with sudo must be used.

 * Fixed a few bugs in the getgrouplist() emulation on Solaris when
   reading from the local group file.

 * Fixed a bug in sudo_logsrvd that prevented periodic relay server
   connection retries from occurring in "store_first" mode.

 * Disabled the nss_search()-based getgrouplist() emulation on HP-UX
   due to a crash when the group source is set to "compat" in
   /etc/nsswitch.conf.  This is probably due to a mismatch between
   include/compat/nss_dbdefs.h and what HP-UX uses internally.  On
   HP-UX we now just cycle through groups the slow way using
   getgrent().  Bug #978.

PR:		256561
Submitted by:	cy
Reported by:	cy
Approved by:	garga (maintainer)
MFH:		2020Q2

(cherry picked from commit f34318c566)
2021-06-14 14:00:12 -07:00
Guido Falsi 68c14fd975 emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time
After src commit e266a0f7f001 a module is not allowed to call
kern_kldload while being loaded. The virtualbox module is doing
exactly this though. virutalbox used to do this because the ng_ether
netgraph node did not provide version information in the past and
there was no way to properly depend on it.

ng_ether has gained versioning information in base r238844 more
than ten years ago, so we can now unconditionally properly depend
on it, since this revision is now included in all supported FreeBSD
versions.

Thanks to Tomoaki AOKI for identifying the base commuit exposing
the issue.

Backport fix to legacy port.

WHile here also merge a double patch for the smae file.

PR:		256505
MFH:		2021Q2
(cherry picked from commit 354344ce8a)
2021-06-14 22:05:17 +02:00
Juraj Lutter 9fc4071373 mail/postfix: Update to 3.6.1
Relnotes:	http://www.postfix.org/announcements/postfix-3.6.1.html
Reported by:	portscout

(cherry picked from commit 28a702cf41)
2021-06-14 21:00:58 +02:00
Guido Falsi 758e045e3a emulators/virtualbox-ose-kmod: Fix hang at module loading time
After src commit e266a0f7f001 a module is not allowed to call
kern_kldload while being loaded. The virtualbox module is doing
exactly this though. virutalbox used to do this because the ng_ether
netgraph node did not provide version information in the past and
there was no way to properly depend on it.

ng_ether has gained versioning information in base r238844 more
than ten years ago, so we can now unconditionally properly depend
on it, since this revision is now included in all supported FreeBSD
versions.

Thanks to Tomoaki AOKI for identifying the base commuit exposing
the issue.
PR:			256505
Tested by:		Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
MFH:			2021Q2
Differential Revision:	https://reviews.freebsd.org/D30722

(cherry picked from commit 082999790a)
2021-06-14 20:57:31 +02:00
Yuri Victorovich e0be8b4379 security/tor: Update 0.4.5.8 -> 0.4.6.5
Release contains major bugfixes and minor features.

Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.6.5

Reported by:	upstream notification

(cherry picked from commit 1d097dd99b)
2021-06-14 11:27:43 -07:00
Tobias C. Berner 7735cbdd13 textprox/expat2: update to 2.4.1 -- fixes CVE-2013-0340/CWE-776
See [1] for details:
	Expat 2.4.0 and follow-up release 2.4.1 have both been released earlier
	today (21-05-23). Release 2.4.0 fixes long known security issue CVE-2013-0340 by
	adding protection against so-called Billion Laughs Attacks, a form of
	denial of service against applications accepting XML input, in all known
	variations, including recent flavor Parameter Laughs.

[1] https://blog.hartwork.org/posts/cve-2013-0340-billion-laughs-fixed-in-expat-2-4-0

PR:		256121
Exp-run by:	antoine

(cherry picked from commit 1454ab4020)
2021-06-14 17:50:41 +02:00
Bernard Spil 2ea11f7275 www/apache24: Update to 2.4.48
Approved by:	apache (with hat)

(cherry picked from commit 1085fbd715)
2021-06-14 07:18:36 +00:00
Jan Beich 039c0c283e multimedia/mpv: backport VULKAN+VAAPI fix for Intel
Regressed by cc87022694 update but the fix only helps mesa-devel.

$ mpv --hwdec=vaapi --gpu-api=vulkan /path/to/file
[...]
[vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185)
[vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185)
[vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185)
[vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185)
Using hardware decoding (vaapi).
VO: [gpu] 1920x1080 vaapi[nv12]
[vo/gpu/vaapi-egl] unsupported VA image format nv12
[vo/gpu] Initializing texture for hardware decoding failed.
[...]

(cherry picked from commit fbaf96a60f)
2021-06-12 20:23:57 +00:00
Jan Beich be1a8ba978 emulators/yuzu: update to s20210611
Changes:	86d832ab9...58180f9fa
(cherry picked from commit 72cb3d2eba)
2021-06-12 00:06:40 +00:00
Jan Beich 7b802f5855 emulators/yuzu: update to s20210609
Changes:	df91c9f5e...86d832ab9
(cherry picked from commit d206d32338)
2021-06-12 00:06:40 +00:00
Jan Beich b9847502e4 emulators/rpcs3: update to 0.0.16.12392
Changes:	2dc6adc03...dfbd63df9
(cherry picked from commit b1ec839eac)
2021-06-12 00:06:40 +00:00
Jan Beich 4881c8fa97 emulators/rpcs3: update to 0.0.16.12386
Changes:	2169e8d93...2dc6adc03
(cherry picked from commit 1c2d7e46de)
2021-06-11 22:08:28 +00:00
Koichiro Iwao 687a7ab75a devel/ruby-build: Update to 20210611
Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20210611
(cherry picked from commit a57cfc8fed)
2021-06-11 22:47:06 +09:00
Dmitry Marakasov cc6cca4142 graphics/rubygem-dragonfly: Security update to 1.4.0.
PR:		256547
Security:	CVE-2021-33564
Security:	c9e2a1a7-caa1-11eb-904f-14dae9d5a9d2
(cherry picked from commit eab883d9af)
2021-06-11 15:38:00 +02:00
Dmitry Marakasov 712927d32f lang/python3[89]: remove LIBFFI option
Python now requires libffi from ports and does not build with LIBFFI
disabled, so remove the option.

PR:		256141
Reported by:	majo-bugs.freebsd.org@cerny.sk
Reviewed by:	koobs (python)
Approved by:	koobs (python)
MFH:		2020Q2 (bugfix)

(cherry picked from commit 64be746e53)
2021-06-10 20:12:30 +03:00
Rodrigo Osorio 3ea5cea62b net-mgmt/cacti: Update to 1.2.17
Full changelog: https://github.com/Cacti/cacti/releases/tag/release%2F1.2.17

PR:		256325
Security:	CVE-2020-35701
MFH:		2021Q2
Approved by:	Michael Muenz <m.muenz@gmail.com> (maintainer)

(cherry picked from commit 073124bd04)
2021-06-10 16:56:49 +02:00
Jan Beich df576c37a0 sysutils/czkawka: add new port
Czkawka (tch-kav-ka, hiccup) is a simple, fast and free app to remove
unnecessary files from your computer.

Features:
- Written in memory safe Rust
- Amazingly fast - due to using more or less advanced algorithms and
  multithreading
- Free, Open Source without ads
- Multiplatform - works on Linux, Windows and macOS
- Cache support - second and further scans should be a lot faster than
  the first one
- CLI frontend - for easy automation
- GUI frontend - uses modern GTK 3 and looks similar to FSlint
- Rich search option - allows setting absolute included and excluded
  directories, set of allowed file extensions or excluded items with
  the * wildcard
- Multiple tools to use:
  - Duplicates - Finds duplicates basing on file name, size, hash,
    first 1 MB of hash
  - Empty Folders - Finds empty folders with the help of an advanced
    algorithm
  - Big Files - Finds the provided number of the biggest files in
    given location
  - Empty Files - Looks for empty files across the drive
  - Temporary Files - Finds temporary files
  - Similar Images - Finds images which are not exactly the same
    (different resolution, watermarks)
  - Zeroed Files - Finds files which are filled with zeros (usually
    corrupted)
  - Same Music - Searches for music with same artist, album etc.
  - Invalid Symbolic Links - Shows symbolic links which points to
    non-existent files/directories
  - Broken Files - Finds files with an invalid extension or that are
    corrupted

https://github.com/qarmin/czkawka
(cherry picked from commit 876342f052)
2021-06-09 21:12:57 +00:00
Kirill Ponomarev cead38b0d4 www/miniflux: update to 2.0.31
(cherry picked from commit 108d5e1188)
2021-06-09 12:57:35 +02:00
Jan Beich e0f52c3518 multimedia/aom: update to 3.1.1
Changes:	https://aomedia.googlesource.com/aom/+log/v3.1.0..v3.1.1
Reported by:	portscout, /r/AV1

(cherry picked from commit 766324b33b)
2021-06-08 23:31:30 +00:00
Ashish SHUKLA 6704030c1a
net-im/dino: update to 0.2.1
MFH:		2021Q2
Security:	fc1bcbca-c88b-11eb-9120-f02f74d0e4bd
         	CVE-2021-33896
(cherry picked from commit e43302a959)
2021-06-09 01:31:27 +05:30
Guangyuan Yang 378903dcfb net-mgmt/prometheus2: Direct commit to correct GH_TUPLE
When cherry-pick'ing 2.26.1, Makefile.modules was also incorrectly
merged. This is a direct commit to 2021Q2 to fix the build.

Fixes:		656940c421
Fixes:          ece647d08c
Reported by:    phyber (irc)
Approved by:    lwhsu (mentor, implicit), portmgr (implicit, fix build)
2021-06-08 13:32:45 -04:00
Lewis Cook 3d3959434d
sysutils/zrepl: /var/run/zrepl should not be world-readable
This partially reverts commit 2a866a1, and instead installs
the pidfile to /var/run/zrepl.pid fixing the problem seen in
PR 255981.

As taken from the zrepl documentation[1]:

[....]
The zrepl daemon needs to open various UNIX sockets in a runtime directory:

a control socket that the CLI commands use to interact with the daemon
the ssh+stdinserver Transport listener opens one socket per configured
client, named after client_identity parameter

There is no authentication on these sockets except the UNIX permissions.
The zrepl daemon will refuse to bind any of the above sockets in a
directory that is world-accessible.
[....]

[1] 	https://zrepl.github.io/configuration/misc.html#runtime-directories-unix-sockets

PR:		256472
Reported by:	Raúl <raul.munoz@custos.es>

(cherry picked from commit 621d9c9f59)
2021-06-08 16:19:20 +01:00
Kirill Ponomarev f778c82958 lang/sbcl: update to 2.1.5
(cherry picked from commit e91a8dfb87)
2021-06-08 08:31:00 +02:00
Jan Beich ef55dcb484 emulators/yuzu: update to s20210607
Changes:	1bccbc424...df91c9f5e
(cherry picked from commit 13dc7304e7)
2021-06-08 00:36:43 +00:00
Jan Beich a5bcc99f59 emulators/rpcs3: update to 0.0.16.12375
- Drop BSL remains from LICENSE after 1197aa34b9

Changes:	6ac9e6f9c...2169e8d93
(cherry picked from commit 76f0d05e7b)
2021-06-08 00:36:38 +00:00
Rene Ladan ba9acf963e */*: return shurd's ports to the pool ...
... after safekeeping his commit bit.

With hat:	portmgr-secretary

(cherry picked from commit 3f55f50337)
2021-06-07 20:34:09 +02:00
Li-Wen Hsu 4fa33243c4
devel/abi-compliance-checker: Update WWW
(cherry picked from commit 31a9aa65e2)
2021-06-08 02:14:47 +08:00
Kirill Ponomarev 301fbd7eeb sysutils/cbsd: update to 13.0.9
Reported by:	maintainer

(cherry picked from commit 2e732d6ae1)
2021-06-07 09:11:26 +02:00
Jan Beich 0f5c16519b emulators/rpcs3: unbreak on -CURRENT after src@95aa617e4bf0
In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:1:
In file included from rpcs3/stdafx.h:7:
In file included from Utilities/File.h:4:
rpcs3/util/shared_ptr.hpp:10:17: error: constexpr variable 'same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' must be initialized by a constant expression
        constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false;
                       ^                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rpcs3/util/shared_ptr.hpp:396:34: note: in instantiation of variable template specialization 'stx::same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' requested here
                template <typename U> requires same_ptr_implicit_v<T, U>
                                               ^
rpcs3/util/shared_ptr.hpp:396:34: note: while substituting template arguments into constraint expression here
                template <typename U> requires same_ptr_implicit_v<T, U>
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
Utilities/Thread.h:567:18: note: while checking constraint satisfaction for template 'shared_ptr<thread_future_t<true, netstart_hack &, int>>' required here
                                thread::push(std::move(target));
                                             ^~~
Utilities/Thread.h:567:18: note: in instantiation of function template specialization 'stx::shared_ptr<thread_future>::shared_ptr<thread_future_t<true, netstart_hack &, int>>' requested here
rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here
        g_fxo->get<named_thread<netstart_hack>>()(0);
                                                 ^
rpcs3/util/types.hpp:1049:16: note: non-constexpr function 'allocate' cannot be used in a constant expression
                                X* ptr = a.allocate(1);
                                           ^
rpcs3/util/shared_ptr.hpp:10:105: note: in call to 'is_same_ptr()'
        constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false;
                                                                                                               ^
/usr/include/c++/v1/memory:1783:66: note: declared here
    _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_INLINE_VISIBILITY _Tp* allocate(size_t __n)
                                                                 ^
In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:1:
In file included from rpcs3/stdafx.h:7:
In file included from Utilities/File.h:4:
rpcs3/util/shared_ptr.hpp:396:34: error: substitution into constraint expression resulted in a non-constant expression
                template <typename U> requires same_ptr_implicit_v<T, U>
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
Utilities/Thread.h:567:18: note: while checking constraint satisfaction for template 'shared_ptr<thread_future_t<true, netstart_hack &, int>>' required here
                                thread::push(std::move(target));
                                             ^~~
Utilities/Thread.h:567:18: note: in instantiation of function template specialization 'stx::shared_ptr<thread_future>::shared_ptr<thread_future_t<true, netstart_hack &, int>>' requested here
rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here
        g_fxo->get<named_thread<netstart_hack>>()(0);
                                                 ^
rpcs3/util/shared_ptr.hpp:396:34: note: initializer of 'same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' is not a constant expression
                template <typename U> requires same_ptr_implicit_v<T, U>
                                               ^
rpcs3/util/shared_ptr.hpp:10:17: note: declared here
        constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false;
                       ^
In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:3:
In file included from rpcs3/Emu/Cell/PPUModule.h:3:
In file included from rpcs3/Emu/Cell/PPUFunction.h:3:
In file included from rpcs3/Emu/Cell/PPUThread.h:3:
In file included from rpcs3/Emu/CPU/CPUThread.h:3:
Utilities/Thread.h:567:18: error: no viable conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'shared_ptr<thread_future>'
                                thread::push(std::move(target));
                                             ^~~~~~~~~~~~~~~~~
rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here
        g_fxo->get<named_thread<netstart_hack>>()(0);
                                                 ^
rpcs3/util/shared_ptr.hpp:356:3: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'const stx::shared_ptr<thread_future> &' for 1st argument
                shared_ptr(const shared_ptr& r) noexcept
                ^
rpcs3/util/shared_ptr.hpp:364:34: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'std::nullptr_t' (aka 'nullptr_t') for 1st argument
                [[deprecated("Use null_ptr")]] shared_ptr(std::nullptr_t) = delete;
                                               ^
rpcs3/util/shared_ptr.hpp:383:3: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'stx::shared_ptr<thread_future> &&' for 1st argument
                shared_ptr(shared_ptr&& r) noexcept
                ^
rpcs3/util/shared_ptr.hpp:376:3: note: candidate template ignored: could not match 'shared_ptr' against 'single_ptr'
                shared_ptr(const shared_ptr<U>& r) noexcept
                ^
rpcs3/util/shared_ptr.hpp:390:3: note: candidate template ignored: could not match 'shared_ptr' against 'single_ptr'
                shared_ptr(shared_ptr<U>&& r) noexcept
                ^
rpcs3/util/shared_ptr.hpp:397:3: note: candidate template ignored: failed template argument deduction
                shared_ptr(single_ptr<U>&& r) noexcept
                ^
rpcs3/util/shared_ptr.hpp:367:12: note: explicit constructor is not a candidate
                explicit shared_ptr(T* _this) noexcept
                         ^
rpcs3/util/shared_ptr.hpp:200:3: note: candidate function
                operator element_type*() const noexcept
                ^
rpcs3/util/shared_ptr.hpp:212:12: note: explicit conversion function is not a candidate
                explicit operator single_ptr<U>() && noexcept
                         ^
Utilities/Thread.h:187:37: note: passing argument to parameter here
        void push(shared_ptr<thread_future>);
                                           ^

Reported by:	pkg-fallout

(cherry picked from commit e8aa9591b3)
2021-06-07 05:19:10 +00:00
Matthew Seaman f3b45d7e22 databases/pglogical: Security update to 2.3.4
ChangeLog:	https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4
MFH:		2021Q2
(cherry picked from commit fc84d439be)
2021-06-06 21:38:04 +01:00
Juraj Lutter 878736cb3e net/libwebsockets: Fix LWS_BUILD_HASH
Pass LWS_BUILD_HASH to cmake instead of patching
CMakeLists.txt

This fixes ca989f6339

(cherry picked from commit c2f7da2a89)
2021-06-06 22:37:15 +02:00
Dmitry Marakasov 25697c7f67 www/py-aiohttp: update to 3.7.4.post0 (missed part)
PR:		256219
Approved by:	koobs (maintainer)
Security:	CVE-2021-21330
Security:	3000acee-c45d-11eb-904f-14dae9d5a9d2
MFH:		2020Q2 (bugfix, security release(s))

(cherry picked from commit ac412b5515)
2021-06-06 21:59:25 +03:00
Bernhard Froehlich 07137eae47
net/wireguard-kmod: Update to 0.0.20210606
(cherry picked from commit c56622f82b)
2021-06-06 17:47:31 +00:00
Daniel Engberg f22ce4a690 net/libwebsockets: Update to 4.2.0
- Update libwebsockets to 4.2.0
- Enable mqtt support by default
- "Hack" around hard git requirement

PR:             256019
(cherry picked from commit ca989f6339)
2021-06-06 15:24:14 +02:00
Thomas Zander 37ee958953
multimedia/vlc: Update to upstream version 3.0.14.
Changes since 3.0.12:
---------------------

Demux:
 * Adaptive: fix artefacts in HLS streams with wrong profiles/levels
 * Fix regression on some MP4 files for the audio track
 * Fix MPGA and ADTS probing in TS files
 * Fix Flac inside AVI files
 * Fix VP9/Webm artefacts when seeking

Codec:
 * Support SSA text scaling
 * Fix rotation on Android rotation
 * Fix WebVTT subtitles that start at 00:00

Access:
 * Update libnfs to support NFSv4
 * Improve SMB2 integration
 * Fix Blu-ray files using Unicode names on Windows
 * Disable mcast lookups on Android for RTSP playback

Video Output:
 * Rework the D3D11 rendering wait, to fix choppiness on display

Interfaces:
 * Fix VLC getting stuck on close on X11 (#21875)
 * Improve RTL on preferences on macOS
 * Add mousewheel horizontal axis control
 * Fix crash on exit on macOS
 * Fix sizing of the fullscreen controls on macOS

Windows:
 * Fix subtitles/OSD under Windows XP

Misc:
 * Update translations
 * Improve MIDI fonts search on Linux
 * Update Soundcloud, Youtube, liveleak
 * Fix compilation with GCC11
 * Fix input-slave option for subtitles

MFH:		2021Q2
(cherry picked from commit 984c3ef8a6)
2021-06-06 13:10:47 +02:00
Juraj Lutter 60b5ac016e devel/raylib: Package right .so version (3.5.0)
It turned out that the version raylib 3.7.0 produces .so
version 3.5.0 (as submitted in original PR)

This will be discussed with upstream, but for now, fix the
build by using the version(s) produced by the build.

PR:		256428
(cherry picked from commit 57cf60e917)
2021-06-06 13:08:38 +02:00
Simon Wright ab22de5d66 www/drupal7: update 7.78 -> 7.80, fix security vulnerability
PR: 		255417
MFH:		2021Q2
Security:	CVE-2020-13672
		https://www.drupal.org/sa-core-2021-002
Changes:	https://www.drupal.org/project/drupal/releases/7.80
Approved by:	joneum (maintainer timeout)

(cherry picked from commit 2b1037171f)
2021-06-06 13:06:57 +02:00
Emanuel Haupt 14239f27d1 mail/sylpheed: Add missing dependency
PR:		256378 (based on)
Notified by:	stage-qa
MFH:		2021Q1

(cherry picked from commit 06caa04188)
2021-06-06 12:45:30 +02:00
Martin Filla b9f46d134f devel/raylib: Update to 3.7.0
Committing slightly modified version, providing for less
work in future updates, in line with what was introduced
in update to 3.5.0.

PR:		256428
(cherry picked from commit e6803e7083)
2021-06-06 12:09:56 +02:00
Jan Beich 8bad0e3f9c emulators/yuzu: update to s20210605
Changes:	4ea171fa5...1bccbc424
(cherry picked from commit ce3e9c1b52)
2021-06-05 22:55:35 +00:00
Jan Beich be6ef66c17 emulators/yuzu: update to s20210602
Changes:	519ddfae0...4ea171fa5
(cherry picked from commit a500d6f8fb)
2021-06-05 22:55:35 +00:00
Jan Beich 8d613b7428 emulators/rpcs3: update to 0.0.16.12366
Changes:	6c44664c1...6ac9e6f9c
(cherry picked from commit 52e7a8301f)
2021-06-05 22:55:35 +00:00
Jan Beich 4f27363691 emulators/rpcs3: update to 0.0.16.12361
Changes:	a7d4da25a...6c44664c1
(cherry picked from commit 486fdc29e0)
2021-06-05 21:25:21 +00:00
Jan Beich e21bcedb57 www/youtube_dl: update to 2021.06.06
Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.06.06
Reported by:	GitHub (watch releases)

(cherry picked from commit c07f689ef1)
2021-06-05 20:10:34 +00:00
Juraj Lutter af3eb1411a net/ocserv: Update to 1.1.3
(cherry picked from commit cd0a1795e0)
2021-06-05 16:33:31 +02:00
Guangyuan Yang 656940c421 net-mgmt/prometheus2: Direct commit to correct distinfo
When cherry-pick'ing 2.61.1, distinfo was incorrectly merged. This is a
direct commit to 2021Q2 to fix the issue.

Fixes:		ece647d08c
Reported by:	phyber (irc), mandree
Approved by:	lwhsu (mentor, implicit), portmgr (implicit, fix build)
2021-06-05 08:24:31 -04:00
Guido Falsi cda48021e8 emulators/virtualbox-ose: Fix mismerge in commit 751f083cf6
Direct commit to quarterly to fix a merge mistake in the checrry
pick of commit ef04eff33c.

Reported by:		bdrewery
2021-06-05 11:25:39 +02:00
Jan Beich 5909dc61b6 www/flexget: update to 3.1.130
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.129...v3.1.130
Reported by:	Repology

(cherry picked from commit 6e15905cd1)
2021-06-04 21:03:02 +00:00
Jan Beich ca8fd3ee20 www/flexget: update to 3.1.129
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.128...v3.1.129
Reported by:	portscout

(cherry picked from commit 20b5504667)
2021-06-04 21:03:02 +00:00
Jan Beich 842fb2cadc www/flexget: update to 3.1.128
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.127...v3.1.128
Reported by:	Repology

(cherry picked from commit 4552f88952)
2021-06-04 21:03:01 +00:00
Jan Beich 59502505a5 www/flexget: update to 3.1.127
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.124...v3.1.127
Reported by:	Repology

(cherry picked from commit dd20d5d7b2)
2021-06-04 21:03:01 +00:00
Jan Beich bbaf65732e www/py-flask-restx: update to 0.4.0
Changes:	https://github.com/python-restx/flask-restx/compare/0.3.0...0.4.0
Reported by:	Repology

(cherry picked from commit 43f07d4728)
2021-06-04 21:03:01 +00:00
Torsten Zuehlsdorff 9349080ef6 lang/php80: Upgrade from 8.0.6 to 8.0.7
Changelog:

    Core:
        Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
        Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
        Fixed bug #80972 (Memory exhaustion on invalid string offset).
    FPM:
        Fixed bug #65800 (Events port mechanism).
    FTP:
        Fixed bug #80901 (Info leak in ftp extension).
        Fixed bug #79100 (Wrong FTP error messages).
    GD:
        Fixed bug #81032 (GD install is affected by external libgd installation).
    Intl:
        Fixed bug #81019 (Unable to clone NumberFormatter after failed parse()).
    MBString:
        Fixed bug #81011 (mb_convert_encoding removes references from arrays).
    ODBC:
        Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator).
    Opcache:
        Fixed bug #81007 (JIT "not supported" on 32-bit x86 -- build problem?).
        Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition).
        Fixed bug #81046 (Literal compaction merges non-equal related literals).
    PDO_MySQL:
        Fixed bug #81037 (PDO discards error message text from prepared statement).
    PDO_ODBC:
        Fixed bug #44643 (bound parameters ignore explicit type definitions).
    pgsql:
        Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast().
    SPL:
        Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
    XMLReader:
        Fixed bug #73246 (XMLReader: encoding length not checked).
    Zip:
        Fixed bug #80863 (ZipArchive::extractTo() ignores references).

Sponsored by:	Bounce Experts

(cherry picked from commit c4d81d7c8b)
2021-06-04 22:45:17 +02:00
Torsten Zuehlsdorff 96099f86cf lang/php74: Upgrade from 7.4.19 to 7.4.20
Changelog:

    Core:
        Fixed bug #80929 (Method name corruption related to repeated calls to call_user_func_array).
        Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
        Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
        Fixed bug #80972 (Memory exhaustion on invalid string offset).
    FPM:
        Fixed bug #65800 (Events port mechanism).
    FTP:
        Fixed bug #80901 (Info leak in ftp extension).
        Fixed bug #79100 (Wrong FTP error messages).
    GD:
        Fixed bug #81032 (GD install is affected by external libgd installation).
    MBString:
        Fixed bug #81011 (mb_convert_encoding removes references from arrays).
    ODBC:
        Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator).
    PDO_MySQL:
        Fixed bug #81037 (PDO discards error message text from prepared statement).
    PDO_ODBC:
        Fixed bug #44643 (bound parameters ignore explicit type definitions).
    pgsql:
        Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast().
    SPL:
        Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
    Opcache:
        Fixed bug #80900 (switch statement behavior inside function).
        Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition).
    XMLReader:
        Fixed bug #73246 (XMLReader: encoding length not checked).
    Zip:
        Fixed bug #80863 (ZipArchive::extractTo() ignores references).

Sponsored by:	Bounce Experts

(cherry picked from commit a1915ded56)
2021-06-04 22:45:08 +02:00
Jan Beich cff7ecdb89 multimedia/arcan: drop undesired RUN_DEPENDS after cd486eb5da
Reported by:	tobik

(cherry picked from commit 052410f6f3)
2021-06-04 19:47:40 +00:00
Chris Moerz facf9c2daf databases/sqldeveloper: Update to 20.4.1.407.0006
- Update to 20.4.1.407.006

And while here, also Reformat Makefile a bit.

PR:		256397
Approved by:	vvd@unislabs.com (maintainer)

(cherry picked from commit a52149b285)
2021-06-04 14:23:17 +02:00
Mathieu Arnold aa2e788130
.hooks/prepare-commit-msg: Enhance commit-msg hook.
If a single port is updated, the hook now pre-fills in an appropriate
subject line.

(cherry picked from commit 5147b3b5e1)
2021-06-04 14:03:58 +02:00
Mathieu Arnold d1c97575f0
.hooks/prepare-commit-msg: Cleanup.
Instead of writing everything in the new commit template all at once in
a large here document, do it cleanly one command at a time.

(cherry picked from commit d744a8de42)
2021-06-04 14:03:53 +02:00
Mathieu Arnold 196cb1deb7
githooks: Rework authorship instructions.
While there, move them upwards so they are not hidden at the far end of
the template.

(cherry picked from commit 5b7c178565)
2021-06-04 14:03:44 +02:00
Mateusz Piotrowski 8bdd9fb6c2
githooks: Adjust hooks for the ports tree
- Capitalize the topic line: this way the example is consistent with the
  desired style.
- Update the description of MFH.
- Point the Pull Request field to the ports repo on GitHub.

Reviewed by:	mat, bapt
Differential Revision:	https://reviews.freebsd.org/D29861

(cherry picked from commit 37dfa4eeea)
2021-06-04 14:03:30 +02:00
Muhammad Moinur Rahman 31cb875c18 security/lasso: Update version 2.6.1=>2.7.0
Relnotes:  https://git.entrouvert.org/lasso.git/tree/NEWS?id=v2.7.0
Security: https://www.vuxml.org/freebsd/417de1e6-c31b-11eb-9633-b42e99a1b9c3.html
(cherry picked from commit fcbade26f7)
2021-06-04 06:18:50 -05:00
Alan Somers 073656063b
sysutils/zrepl: pidfile should be world-readable
PR:	255981

(cherry picked from commit 2a866a1b4f)
2021-06-04 11:24:14 +01:00
Fernando Apesteguía 96419941be lang/tauthon: Update to 2.8.3
ChangeLog: https://github.com/naftaliharris/tauthon/blob/master/Misc/NEWS.d/2.8.3.rst

PR:	256387
Reported by:	olivier.freebsd@free.fr (maintainer)
Security:	CVE-2020-8492
MFH:	2021Q2

(cherry picked from commit 7d98dad380)
2021-06-04 12:05:35 +02:00
Guido Falsi 751f083cf6 emulators/virtualbox-ose: Fix additions build on recent HEAD
Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt
virtualbox code to be able to compile there too.

MFH:		2021Q2
(cherry picked from commit ef04eff33c)
2021-06-04 09:37:56 +02:00
Dmitri Goutnik 3c36f367cf lang/go: Update to 1.16.5
Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	079b3641-c4bd-11eb-a22a-693f0544ae52
(cherry picked from commit 4b0da804cc)
2021-06-03 18:18:48 -05:00
Matthias Andree 975da559b5 security/openvpn-devel: bugfix update to 0033811e
Changes:
* 0033811e 2021-06-03 | Fix SIGSEGV (NULL deref) receiving push "echo" [Matthias Andree]
* b7fe49c2 2021-05-24 | Do not require CA when peer-fingerprint is used [Selva Nair]
* 28240c4a 2021-06-01 | Fix parsing of IV_SSO string [Selva Nair]

Approved by: Gert Doering (maintainer, by IRC)

(cherry picked from commit 8c0ab38d7a)
2021-06-03 17:31:35 +02:00
Cy Schubert 70b08e9873 security/libgcrypt: Make static an option
Static linked binaries, due to the fact that they're statically linked,
can pose a security risk should a library be updated and depending
software not be recompiled and linked. This was a hot topic on BUGTRAQ
about 25 years ago.

The default is to build static libraries so as not to alter the package
avoiding a POLA violation.

PR:		255735
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net> (mostly)
Reported by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Reviewed by:	cy
Tested by:	cy
MFH:		2021Q2

(cherry picked from commit 527821a60c)
2021-06-03 06:59:23 -07:00
Cy Schubert 67967c72ea security/libgcrypt: update to 1.9.3
PR:		255735
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Reviewed by:	cy
Tested by:	cy
MFH:		2021Q2

(cherry picked from commit 865a2a94e8)
2021-06-03 06:59:17 -07:00
Cy Schubert 0591d3d3c3 security/sudo: update to 1.9.7
Among other changes this release fixes -fcommon errors. A complete list
of changes can be found at https://www.sudo.ws/stable.html/

PR:		255812
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (mostly)
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Tested by:	cy
Approved by:	garga (maintainer)
MFH:		2021Q2

(cherry picked from commit 72d1eb161b)
2021-06-03 06:59:10 -07:00
Cy Schubert e735db7968 misc/tkcron: Use default tk
tkcron is able to run under any version of tk. Use the default tk
prescribed by the ports tree.

PR:		255624
Reported by:	Chris Hutchinson <portmaster_bsdforge.com
MFH:		2021Q2

(cherry picked from commit d87efbc457)
2021-06-03 06:59:03 -07:00
Matthias Andree c306c212d4 security/openvpn: band-aid fix for SIGSEGV on push echo
PR:		256331
Reported by:	peo@nethead.se

(cherry picked from commit 6c20c4906a)
2021-06-03 14:34:57 +02:00
Matthias Andree 8d05f5c151 security/openvpn: do not package .orig leftovers from patch
Bump PORTREVISION as we change the pkg-plist.
(Includes -mbedtls port variant.)

PR:		255946
Based on a patch by and
Reported by:	Mikael Urankar (mikael@)

(cherry picked from commit 4210127137)
2021-06-03 14:34:54 +02:00
Dmitry Marakasov 618cb4a87e www/py-aiohttp: update to 3.7.4.post0
PR:		256219
Approved by:	koobs (maintainer)
Security:	CVE-2021-21330
Security:	3000acee-c45d-11eb-904f-14dae9d5a9d2
MFH:		2020Q2 (bugfix, security release(s))

(cherry picked from commit ac412b5515)
2021-06-03 14:34:03 +03:00
David O'Rourke ece647d08c net-mgmt/prometheus2: Update to 2.26.1
Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.26.1

PR:		256324
Security:	CVE-2021-29622
Security:	59ab72fb-bccf-11eb-a38d-6805ca1caf5c
Approved by:	lwhsu (mentor)

(cherry picked from commit eed856cce0)
2021-06-03 06:02:30 -04:00
Jan Beich 869ec93ccd multimedia/arcan: install extra manpages
Inspired by:	Arch, PkgSrc

(cherry picked from commit cd486eb5da)
2021-06-03 02:13:44 +00:00
Jan Beich 0648a1b49a multimedia/arcan: set distribution tag for --version
Inspired by:	Arch

(cherry picked from commit 1d280d822c)
2021-06-03 02:13:42 +00:00
Dmitry Marakasov 08da1b52dd devel/py-yaml: update to 5.4.1
PR:		256220
Approved by:	dbaio (maintainer)
MFH:		2020Q2 (security release)

(cherry picked from commit 44ab2946a7)
2021-06-02 21:44:41 +03:00
Juraj Lutter 59ef137f42 textproc/elasticsearch6: Update to 6.8.16
(cherry picked from commit 28a1622f41)
2021-06-02 20:42:44 +02:00
Juraj Lutter 84d56aed73 textproc/kibana6: Update to 6.8.16
(cherry picked from commit d0bb6b4f9c)
2021-06-02 20:42:32 +02:00
Juraj Lutter 68a5927bf4 sysutils/logstash6: Update to 6.8.16
Also reformat Makefile a bit.

(cherry picked from commit 7a387b7141)
2021-06-02 20:42:21 +02:00
Juraj Lutter 52ee32a5c2 sysutils/beats6: Update to 6.8.16
Also reformat Makefile a bit.

(cherry picked from commit d1c4efbffa)
2021-06-02 20:42:07 +02:00
Stefan Krah 84a8e46147
math/mpdecimal: use compiler:c++11-lang
Fix building on powerpc64

PR:		256051
(cherry picked from commit 455cd09db2)
2021-06-02 16:12:04 +08:00
Christoph Moench-Tegeder 745a4863e5 www/firefox-esr: update to 78.11.0esr (GA)
Release Notes:
  https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/

(cherry picked from commit 314c000fe9)
2021-06-01 20:33:47 +02:00
Dmitry Marakasov 2e5cc75779 games/DDNet: fix running own binaries
Specify path to binary dir explicitly, so the game could find its
own binary for correctly restarting and server binary for running
it

(cherry picked from commit 397395a4e5)
2021-06-01 20:39:20 +03:00
Sergey A. Osokin 2fe810d76b databases/redis: security update from 6.0.13 to 6.0.14
Changelog:      https://github.com/redis/redis/compare/6.0.13...6.0.14
PR:             256339
Security:       CVE-2021-32625
Security:       8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c
(cherry picked from commit d72fc1e8e1)
2021-06-01 12:05:21 -04:00
Sergey A. Osokin d9bb2b0574 databases/redis-devel: security update from 6.2.3 to 6.2.4
Changelog:	https://github.com/redis/redis/compare/6.2.3...6.2.4
PR:		256340
Security:	CVE-2021-32625
Security:	8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c
(cherry picked from commit 404a8a3dcf)
2021-06-01 12:03:43 -04:00
Daniel Engberg c0f9304ef9 x11/libX11: Update to 1.7.1.
https://lists.x.org/archives/xorg-announce/2021-May/003088.html
https://lists.x.org/archives/xorg-announce/2021-May/003089.html

PR:		256034
Security:	CVE-2021-31535

(cherry picked from commit 275cdd9b5f)
2021-06-01 10:39:34 -04:00
Jan Beich cf713ed7cc x11/libX11: update to 1.7.0
Changes:	https://lists.x.org/archives/xorg-announce/2020-November/003065.html
PR:		255770
Reported by:	portscout
Approved by:	zeising
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D30202

(cherry picked from commit ee545c3119)
2021-06-01 10:38:02 -04:00
Palle Girgensohn df154b9896 databases/postgresql??-server: rc-script should require DAEMON
Changeset ab83f2b4bb changed the startup order for Postgresql. The cleartmp
rc.d now comes after the Postgresql startup.  Unfortunately, Postgresql likes
to create a socket in /tmp/.s.PGSQL.5432. After cleartmp does its work, that
socket disappears from the filesystem.

Submitted by:	Jeroen Pulles
PR:		256335

(cherry picked from commit 8d831eb43a)
2021-06-01 16:06:02 +02:00
Sergey Matveev 4bca84a98f net/nncp: Update to 6.5.0
Changes: http://www.nncpgo.org/Release-6_002e5_002e0.html

PR:	256304
(cherry picked from commit 82146b080f)
2021-05-31 20:41:34 -07:00
John W. O'Brien e97e947598
science/py-scipy: Fix required python version
scipy dropped support for 3.6 as of 1.6.0:

0a4f408d9b

PR:		256083
MFH:		2021Q2
(cherry picked from commit 7a75d1c97a)
2021-06-01 11:12:43 +08:00
Jan Beich 28c5c0a8c6 graphics/mesa-devel: update to 21.1.b.2123
Changes:	fda4eaf5c4...d71584aec3
(cherry picked from commit 0bac49595e)
2021-05-31 23:57:12 +00:00
Jan Beich 9ac0125203 graphics/mesa-devel: update to 21.1.b.2036
Changes:	8418334efe...fda4eaf5c4
(cherry picked from commit 203b2cce33)
2021-05-31 23:57:12 +00:00
Jan Beich 4183c63222 emulators/rpcs3: update to 0.0.16.12351
Changes:	7d8993862...a7d4da25a
(cherry picked from commit 1197aa34b9)
2021-05-31 23:57:12 +00:00
Jan Beich 0557ae66f8 emulators/rpcs3: update to 0.0.16.12330
Changes:	56f7359da...7d8993862
(cherry picked from commit 8ffcda2e8b)
2021-05-31 23:57:12 +00:00
Jan Beich 290075eb3d emulators/rpcs3: update to 0.0.16.12324
Changes:	ac5907307...56f7359da
(cherry picked from commit 3207de71f9)
2021-05-31 23:57:12 +00:00
Jan Beich f74a270ee6 emulators/rpcs3: update to 0.0.16.12309
Changes:	9ba3e6d3f...ac5907307
(cherry picked from commit 5e328da994)
2021-05-31 23:57:12 +00:00
Jan Beich 692a426524 emulators/rpcs3: update to 0.0.16.12307
Changes:	5db38c012...9ba3e6d3f
(cherry picked from commit 0655ae9c58)
2021-05-31 23:57:11 +00:00
Jan Beich 00bd7a28cd emulators/yuzu: update to s20210531
Changes:	945effcc7...519ddfae0
(cherry picked from commit b5db27e221)
2021-05-31 23:57:11 +00:00
Jan Beich b6c6677d4d emulators/yuzu: update to s20210528
Changes:	116989be8...945effcc7
(cherry picked from commit 71b05f80ea)
2021-05-31 23:35:55 +00:00
Jan Beich 245ad2aff9 emulators/yuzu: update to s20210526
Changes:	aee3b57c4...116989be8
(cherry picked from commit 52d7016229)
2021-05-31 23:35:55 +00:00
Adriaan de Groot 07b0f03960 graphics/wayland: merge upstream fix for CVE-2013-2003
This is upstream MR 133,
	https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/133
which in turn is a Wayland-ified version of the fix to libXcursor.

PR:		256273
Reported by:	Evgeniy Khramtsov
Approved by:	zeising (x11)

(cherry picked from commit 6431a5d241)
2021-05-31 23:54:42 +02:00
Mikael Urankar da7a6fccae devel/py-setproctitle: update to 1.2.2
PR:		256191
(cherry picked from commit b4286e486b)
2021-05-31 13:27:52 +00:00
Christoph Moench-Tegeder bbb3286511 mail/thunderbird: update to 78.11.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.11.0/releasenotes/

(cherry picked from commit 164f9966b4)
2021-05-31 13:00:46 +02:00
Kirill Ponomarev f8f4b6acf6 benchmarks/fio: update to 3.27
(cherry picked from commit 395823cfd2)
2021-05-31 09:14:44 +02:00
Kirill Ponomarev 531fd07da0 sysutils/cbsd: update to 13.0.8
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.8

Submitted by:	maintainer

(cherry picked from commit 6d6d6ec902)
2021-05-31 08:09:52 +02:00
Nicola Vitale 67b6c17360 net/py-speedtest-cli: update to 2.1.3
v2.1.3 includes a runtime fix [1], without which the port is not usable,
hence it needs to be MFH'ed.

[1]:		https://github.com/sivel/speedtest-cli/pull/769

Changes:	https://github.com/sivel/speedtest-cli/releases/tag/v2.1.3

PR:		254906, 256181
MFH Approved by:	lwhsu (mentor), portmgr (blanket, runtime fix)

(cherry picked from commit ee9e5cfd93)
2021-05-31 01:28:22 -04:00
Evgeniy Khramtsov 567aa9c05c x11-toolkits/wlroots: backport fix for bundled libXcursor
PR:		256274
Security:	CVE-2013-2003
(cherry picked from commit fc72140f6f)
2021-05-30 22:37:23 +00:00
Jan Beich 183f39e759 www/gallery-dl: update to 1.17.5
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.17.5
Reported by:	GitHub (watch releases)

(cherry picked from commit f92880116d)
2021-05-30 18:31:31 +00:00
Jan Beich c6ce38ae43 www/firefox: depend on libpci to qualify for WebRender by default
On Intel Skylake this enables WebRender for Xorg and Wayland (wlroots).
Xwayland isn't qualified yet but Firefox can be tricked by unsetting
WAYLAND_DISPLAY or simply switching to native via MOZ_ENABLE_WAYLAND.

PR:		255344
Reported by:	Evgeniy Khramtsov (via gecko@ list)

(cherry picked from commit f079b462f8)
2021-05-30 15:38:55 +00:00
Dima Panov f09ca59357 databases/mysql57-*: update to 5.7.32 GA release
Release Notes: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html

PR:	255748 (based on)
MFH:	2021Q2
Approved by:	joneum@ (implicit)

(cherry picked from commit ebbb2d5133)
2021-05-30 19:42:00 +10:00
Matthias Andree e29840cb42 security/openvpn-devel: switch to Gitlab and new maintainer
The previous maintainer asked that the port be removed, but
we seem to have found a better solution. Gert Doering volunteered
to take over the port and reference Git directly.

Import security/openvpn fix for leftover .orig files.

PR:		256209
Maintainer change implicitly
Approved by:	ecrist@secure-computing.net (removal request)
New contents reviewed and
Approved by:	gert@greenie.muc.de (new maintainer, by IRC/mail)

MFH because original port no longer fetchable, Eric F. Crist
removed his download files.

(cherry picked from commit 9364842b3b)
2021-05-29 12:55:23 +02:00
Koichiro Iwao d0644f544c devel/ruby-build: Update to 20210526
Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20210510
Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20210526
(cherry picked from commit b43fe9f1bf)
2021-05-29 11:10:32 +09:00
Christoph Moench-Tegeder 50477f68e3 Mk/bsd.gecko.mk: bump rust-cbindgen dependency to 0.19.0
that's required for Firefox 89.0, and works for Thunderbird, too

Log:
  http://beefy13.nyi.freebsd.org/data/130i386-quarterly/ec4bc9831585/logs/firefox-89.0,2.log

Dependency defined in:
  build/moz.configure/bindgen.configure

Reported by:	pkg-fallout

(cherry picked from commit 542fc01215)
2021-05-29 01:27:26 +02:00
Christoph Moench-Tegeder e9f452ba35 www/firefox: update to 89.0 (rc2)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/89.0/releasenotes/

(cherry picked from commit a05a34b83a)
2021-05-29 01:24:33 +02:00
Jan Beich 3c770fea09 devel/rust-cbindgen: update to 0.19.0
Changes:	https://github.com/eqrion/cbindgen/releases/tag/v0.19.0
Reported by:	GitHub (watch releases)

(cherry picked from commit 2ac2c33875)
2021-05-29 01:23:18 +02:00
Dima Panov 139e75894d graphics/gimp-app: use canonical name for AALIB option
PR:	255819
Submitted by:	amdmi3@

(cherry picked from commit b2d56ea4ae)
2021-05-28 22:51:03 +10:00
Timur I. Bakeyev ce849e898a net/samba41[23]: Update to 4.12.15
Updated net/samba412 and net/samba413 to fix CVE-2021-20254.

Also fixed:
* Incorrect include line for the bind backend(255415)
* Broken pkg-plist with NO_PYTHON(254033)
* Broken URL parsing in LDAP client(252385)

PR:		255415
		254033
		252385
Security:	CVE-2021-20254

(cherry picked from commit 3887986f67)
2021-05-28 11:52:47 +02:00
Mikael Urankar 98162a46a6 security/py-passlib: Update to 1.7.4
Changes:
 - https://passlib.readthedocs.io/en/stable/history/1.7.html#id2
 - https://passlib.readthedocs.io/en/stable/history/1.7.html#id1

PR:		256189
Approved by:	koobs (maintainer)

(cherry picked from commit 3bcd5a9d5b)
2021-05-28 11:04:38 +02:00
Kirill Ponomarev 54a1797990 devel/pcre2: update to 10.37
(cherry picked from commit 6456d569b3)
2021-05-27 10:54:10 +02:00
Juraj Lutter 7fcc60bbc8 sysutils/zrepl: Update to 0.4.0
Differential Revision: https://reviews.freebsd.org/D30453

Approved by:	lcook (maintainer)

(cherry picked from commit 1d16ddefe2)
2021-05-27 10:43:46 +02:00
Jan Beich 665817a843 x11/phosh: add missing dependency after 5e9ec28809
(phosh:1234): GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.keybindings' is not installed

(cherry picked from commit 0d5f0ec830)
2021-05-27 03:01:56 +00:00
Jan Beich ec4bc98315 graphics/mesa-devel: update to 21.1.b.1978
Changes:	f18c55708a...8418334efe
(cherry picked from commit 9f5f45095c)
2021-05-27 00:55:02 +00:00
Thomas Petig 2c7f2928f3 net/libzmq4: Update to 4.3.4, Fix security issues
- Patches removed were incorporated upstream.

Changelog:  https://github.com/zeromq/libzmq/releases/tag/v4.3.2
      https://github.com/zeromq/libzmq/releases/tag/v4.3.3
      https://github.com/zeromq/libzmq/releases/tag/v4.3.4

PR:		255102
Approved by:	koobs (maintainer, implicit)
Security:	21ec4428-bdaa-11eb-a04e-641c67a117d8
Security:	6954a2b0-bda8-11eb-a04e-641c67a117d8

Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
(cherry picked from commit f3f486e422)
2021-05-25 21:54:29 -03:00
Sergey A. Osokin 9966f49bbd www/nginx-devel: security update to 1.21.0.
Security:	0882f019-bd60-11eb-9bdd-8c164567ca3c
Security:	CVE-2021-23017

<Changelog>

*) Security: 1-byte memory overwrite might occur during DNS server
   response processing if the "resolver" directive was used, allowing an
   attacker who is able to forge UDP packets from the DNS server to
   cause worker process crash or, potentially, arbitrary code execution
   (CVE-2021-23017).

*) Feature: variables support in the "proxy_ssl_certificate",
   "proxy_ssl_certificate_key" "grpc_ssl_certificate",
   "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
   "uwsgi_ssl_certificate_key" directives.

*) Feature: the "max_errors" directive in the mail proxy module.

*) Feature: the mail proxy module supports POP3 and IMAP pipelining.

*) Feature: the "fastopen" parameter of the "listen" directive in the
   stream module.
   Thanks to Anbang Wen.

*) Bugfix: special characters were not escaped during automatic redirect
   with appended trailing slash.

*) Bugfix: connections with clients in the mail proxy module might be
   closed unexpectedly when using SMTP pipelining.

</Changelog>

(cherry picked from commit 07d1217a85)
2021-05-25 11:56:20 -04:00
Christoph Moench-Tegeder 3b0f68ffad www/firefox: update to 89.0 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/89.0/releasenotes/

(cherry picked from commit dcfa581a83)
2021-05-25 10:42:11 +02:00
Olivier Duchateau 6a456af02d sysutils/accountsservice: Update to 0.6.55
This update also fixes the userdel functionality.

PR:		249445
Reviewed by:	0mp
Approved by:	maintainer timeout
MFH:		2021Q2
Security:	75aae50b-9e3c-11eb-9bc3-8c164582fbac
Security:	CVE-2018-14036

(cherry picked from commit ffb1311e56)
2021-05-25 10:31:57 +02:00
Jan Beich b3655c33d3 graphics/mesa-devel: update to 21.1.b.1818
Changes:	80f0726e4c...f18c55708a
(cherry picked from commit 8fda1b0ad5)
2021-05-25 00:50:12 +00:00
Jan Beich cba0401e7b emulators/yuzu: update to s20210524
Changes:	5068279f2...aee3b57c4
(cherry picked from commit 71e737582c)
2021-05-25 00:50:11 +00:00
Lewis Cook 9501a687f6 irc/irssi: Update to 1.2.3
Changes:	https://irssi.org/NEWS/#v1-2-3
PR:		255116
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	mentors (implicit)

(cherry picked from commit 1ed838f5de)
2021-05-24 16:41:54 -07:00
Palle Girgensohn 8c25791ab1 databases/pg_partman: Update to 4.5.1
Security:	5fa90ee6-bc9e-11eb-a287-e0d55e2a8bf9
(cherry picked from commit 370c7631a1)
2021-05-25 01:24:26 +02:00
Christoph Moench-Tegeder 589133ba82 www/firefox-esr: update to 78.11.0 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/

(cherry picked from commit b946bb269e)
2021-05-24 22:16:51 +02:00
Sofian Brabez e78459a378 security/crowdsec-firewall-bouncer: new port
Crowdsec bouncer written in golang for firewalls.

cs-firewall-bouncer will fetch new and old decisions from a CrowdSec API
to add them in a blocklist used by supported firewalls.

WWW: https://github.com/crowdsecurity/cs-firewall-bouncer
(cherry picked from commit 9ecdfbcdb5)
2021-05-24 15:43:10 +00:00
Christoph Moench-Tegeder d5e4b679aa www/firefox: fix dependency version information
According to:
  build/moz.configure/nspr.configure (NSPR, sets minimum version)
  build/moz.configure/nss.configure (NSS, sets minimum version)
  gfx/harfbuzz/README.mozilla (harfbuzz embedded copy, we use our own)
  gfx/graphite2/README.mozilla (graphite2 embedded copy, we use our own)
  media/libpng/README (libpng embedded copy, we use our own)
  media/libvpx/config/vpx_version.h (libvpx embedded copy, we use our own)
may this help me when I touch it next time

(cherry picked from commit 31c1a83b5c)
2021-05-24 17:18:26 +02:00
Li-Wen Hsu 039306834f
sysutils/azure-agent: Update to 2.2.54.2
PR:		243046, 248543, 248651
Approved by:	whu (maintainer, implicitly)

(cherry picked from commit b185a2b866)
2021-05-24 15:25:11 +08:00
Dimitry Andric ee370aa6a6 lang/spidermonkey185: Fix build with clang 12
PR:		256007
Approved by:	koobs (maintainer)

(cherry picked from commit 760a1742ba)
2021-05-23 20:04:43 -03:00
Daniel Engberg 7886a99051 www/squid3: Mark as deprecated and set an expiry date
Expiration date following expected EoL of FreeBSD 11.

PR:		254749
Approved by:	timp87@gmail.com (maintainer)

(cherry picked from commit 98d128a55b)
2021-05-23 20:03:30 -03:00
Daniel Engberg 61b0127bb7 net/sngrep: Update to 1.4.9
Changes: https://github.com/irontec/sngrep/releases/tag/v1.4.9

PR:		256096
Approved by:	tad AT vif DOT com (maintainer)
MFH:		2021Q2 (bugfix blanket)

(cherry picked from commit 6fb9cd1210)
2021-05-23 10:18:21 -07:00
Yasuhiro Kimura d1aa619eee textproc/libxml2: add upstream fix for CVE-2021-3541
This is relapted to parameter entities expansion and following
the line of the billion laugh attack. Somehow in that path the
counting of parameters was missed and the normal algorithm based
on entities "density" was useless.

PR:		256094
Obtained from:	8598060bac
Security:	CVE-2021-3541

(cherry picked from commit 83889bd687)
2021-05-23 16:35:28 +02:00
Thomas Zander 7d2a90c771
audio/musicpd: Update to upstream release 0.22.8.
Details:
- Upstream release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.8/NEWS
- Fixes a regression (crash in the "albumart" command)

MFH:		2021Q2
(cherry picked from commit c194689f69)
2021-05-23 14:41:17 +02:00
Thomas Zander 74f4674d21 multimedia/mkvtoolnix: Update to upstream release 57.0.0.
Details:
- Enhancements and fixes, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2021Q2
(cherry picked from commit be42d8d81e)
2021-05-23 12:47:26 +02:00
Jan Beich 1a146df986 emulators/yuzu: update to s20210520
Changes:	41b1f8d61...5068279f2
(cherry picked from commit e22b00853a)
2021-05-23 00:22:08 +00:00
Jan Beich 8e3b168883 emulators/yuzu: unbreak with sdl < 2.0.14 after c61770cb80
src/input_common/sdl/sdl_impl.cpp:95:20: error: 'SDL_ControllerSensorEvent' has not been declared
   95 |     void SetMotion(SDL_ControllerSensorEvent event) {
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
src/input_common/sdl/sdl_impl.cpp: In member function 'void InputCommon::SDL::SDLJoystick::EnableMotion()':
src/input_common/sdl/sdl_impl.cpp:79:17: error: 'SDL_GameControllerHasSensor' was not declared in this scope; did you mean 'SDL_GameControllerGetVendor'?
   79 |             if (SDL_GameControllerHasSensor(controller, SDL_SENSOR_ACCEL) && !has_accel) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 SDL_GameControllerGetVendor
src/input_common/sdl/sdl_impl.cpp:80:17: error: 'SDL_GameControllerSetSensorEnabled' was not declared in this scope; did you mean 'SDL_GameControllerGetVendor'?
   80 |                 SDL_GameControllerSetSensorEnabled(controller, SDL_SENSOR_ACCEL, SDL_TRUE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 SDL_GameControllerGetVendor
src/input_common/sdl/sdl_impl.cpp:83:17: error: 'SDL_GameControllerHasSensor' was not declared in this scope; did you mean 'SDL_GameControllerGetVendor'?
   83 |             if (SDL_GameControllerHasSensor(controller, SDL_SENSOR_GYRO) && !has_gyro) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 SDL_GameControllerGetVendor
src/input_common/sdl/sdl_impl.cpp:84:17: error: 'SDL_GameControllerSetSensorEnabled' was not declared in this scope; did you mean 'SDL_GameControllerGetVendor'?
   84 |                 SDL_GameControllerSetSensorEnabled(controller, SDL_SENSOR_GYRO, SDL_TRUE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 SDL_GameControllerGetVendor
src/input_common/sdl/sdl_impl.cpp: In member function 'void InputCommon::SDL::SDLJoystick::SetMotion(int)':
src/input_common/sdl/sdl_impl.cpp:98:37: error: request for member 'timestamp' in 'event', which is of non-class type 'int'
   98 |         u64 time_difference = event.timestamp - last_motion_update;
      |                                     ^~~~~~~~~
src/input_common/sdl/sdl_impl.cpp:99:36: error: request for member 'timestamp' in 'event', which is of non-class type 'int'
   99 |         last_motion_update = event.timestamp;
      |                                    ^~~~~~~~~
src/input_common/sdl/sdl_impl.cpp💯23: error: request for member 'sensor' in 'event', which is of non-class type 'int'
  100 |         switch (event.sensor) {
      |                       ^~~~~~
src/input_common/sdl/sdl_impl.cpp:102:56: error: request for member 'data' in 'event', which is of non-class type 'int'
  102 |             const Common::Vec3f acceleration = {-event.data[0], event.data[2], -event.data[1]};
      |                                                        ^~~~
src/input_common/sdl/sdl_impl.cpp:102:71: error: request for member 'data' in 'event', which is of non-class type 'int'
  102 |             const Common::Vec3f acceleration = {-event.data[0], event.data[2], -event.data[1]};
      |                                                                       ^~~~
src/input_common/sdl/sdl_impl.cpp:102:87: error: request for member 'data' in 'event', which is of non-class type 'int'
  102 |             const Common::Vec3f acceleration = {-event.data[0], event.data[2], -event.data[1]};
      |                                                                                       ^~~~
src/input_common/sdl/sdl_impl.cpp:102:94: error: could not convert '{<expression error>, <expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'const Vec3f' {aka 'const Common::Vec3<float>'}
  102 |             const Common::Vec3f acceleration = {-event.data[0], event.data[2], -event.data[1]};
      |                                                                                              ^
      |                                                                                              |
      |                                                                                              <brace-enclosed initializer list>
src/input_common/sdl/sdl_impl.cpp:107:52: error: request for member 'data' in 'event', which is of non-class type 'int'
  107 |             const Common::Vec3f gyroscope = {event.data[0], -event.data[2], event.data[1]};
      |                                                    ^~~~
src/input_common/sdl/sdl_impl.cpp:107:68: error: request for member 'data' in 'event', which is of non-class type 'int'
  107 |             const Common::Vec3f gyroscope = {event.data[0], -event.data[2], event.data[1]};
      |                                                                    ^~~~
src/input_common/sdl/sdl_impl.cpp:107:83: error: request for member 'data' in 'event', which is of non-class type 'int'
  107 |             const Common::Vec3f gyroscope = {event.data[0], -event.data[2], event.data[1]};
      |                                                                                   ^~~~
src/input_common/sdl/sdl_impl.cpp:107:90: error: could not convert '{<expression error>, <expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'const Vec3f' {aka 'const Common::Vec3<float>'}
  107 |             const Common::Vec3f gyroscope = {event.data[0], -event.data[2], event.data[1]};
      |                                                                                          ^
      |                                                                                          |
      |                                                                                          <brace-enclosed initializer list>
src/input_common/sdl/sdl_impl.cpp: In member function 'void InputCommon::SDL::SDLState::HandleGameControllerEvent(const SDL_Event&)':
src/input_common/sdl/sdl_impl.cpp:355:10: error: 'SDL_CONTROLLERSENSORUPDATE' was not declared in this scope; did you mean 'SDL_CONTROLLERBUTTONUP'?
  355 |     case SDL_CONTROLLERSENSORUPDATE: {
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |          SDL_CONTROLLERBUTTONUP
src/input_common/sdl/sdl_impl.cpp:356:57: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
  356 |         if (auto joystick = GetSDLJoystickBySDLID(event.csensor.which)) {
      |                                                         ^~~~~~~
      |                                                         sensor
src/input_common/sdl/sdl_impl.cpp:357:39: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
  357 |             joystick->SetMotion(event.csensor);
      |                                       ^~~~~~~
      |                                       sensor
src/input_common/sdl/sdl_impl.cpp: In function 'Common::ParamPackage InputCommon::SDL::{anonymous}::SDLEventToMotionParamPackage(InputCommon::SDL::SDLState&, const SDL_Event&)':
src/input_common/sdl/sdl_impl.cpp:1008:10: error: 'SDL_CONTROLLERSENSORUPDATE' was not declared in this scope; did you mean 'SDL_CONTROLLERBUTTONUP'?
 1008 |     case SDL_CONTROLLERSENSORUPDATE: {
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |          SDL_CONTROLLERBUTTONUP
src/input_common/sdl/sdl_impl.cpp:1012:19: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1012 |         if (event.csensor.sensor == SDL_SENSOR_ACCEL) {
      |                   ^~~~~~~
      |                   sensor
src/input_common/sdl/sdl_impl.cpp:1013:56: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1013 |             const Common::Vec3f acceleration = {-event.csensor.data[0], event.csensor.data[2],
      |                                                        ^~~~~~~
      |                                                        sensor
src/input_common/sdl/sdl_impl.cpp:1013:79: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1013 |             const Common::Vec3f acceleration = {-event.csensor.data[0], event.csensor.data[2],
      |                                                                               ^~~~~~~
      |                                                                               sensor
src/input_common/sdl/sdl_impl.cpp:1014:56: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1014 |                                                 -event.csensor.data[1]};
      |                                                        ^~~~~~~
      |                                                        sensor
src/input_common/sdl/sdl_impl.cpp:1014:71: error: could not convert '{<expression error>, <expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'const Vec3f' {aka 'const Common::Vec3<float>'}
 1014 |                                                 -event.csensor.data[1]};
      |                                                                       ^
      |                                                                       |
      |                                                                       <brace-enclosed initializer list>
src/input_common/sdl/sdl_impl.cpp:1020:19: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1020 |         if (event.csensor.sensor == SDL_SENSOR_GYRO) {
      |                   ^~~~~~~
      |                   sensor
src/input_common/sdl/sdl_impl.cpp:1021:52: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1021 |             const Common::Vec3f gyroscope = {event.csensor.data[0], -event.csensor.data[2],
      |                                                    ^~~~~~~
      |                                                    sensor
src/input_common/sdl/sdl_impl.cpp:1021:76: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1021 |             const Common::Vec3f gyroscope = {event.csensor.data[0], -event.csensor.data[2],
      |                                                                            ^~~~~~~
      |                                                                            sensor
src/input_common/sdl/sdl_impl.cpp:1022:52: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1022 |                                              event.csensor.data[1]};
      |                                                    ^~~~~~~
      |                                                    sensor
src/input_common/sdl/sdl_impl.cpp:1022:67: error: could not convert '{<expression error>, <expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'const Vec3f' {aka 'const Common::Vec3<float>'}
 1022 |                                              event.csensor.data[1]};
      |                                                                   ^
      |                                                                   |
      |                                                                   <brace-enclosed initializer list>
src/input_common/sdl/sdl_impl.cpp:1032:69: error: 'const SDL_Event' {aka 'const union SDL_Event'} has no member named 'csensor'; did you mean 'sensor'?
 1032 |         if (const auto joystick = state.GetSDLJoystickBySDLID(event.csensor.which)) {
      |                                                                     ^~~~~~~
      |                                                                     sensor
src/input_common/sdl/sdl_impl.cpp: In member function 'std::optional<Common::ParamPackage> InputCommon::SDL::Polling::SDLMotionPoller::FromEvent(const SDL_Event&) const':
src/input_common/sdl/sdl_impl.cpp:1300:14: error: 'SDL_CONTROLLERSENSORUPDATE' was not declared in this scope; did you mean 'SDL_CONTROLLERBUTTONUP'?
 1300 |         case SDL_CONTROLLERSENSORUPDATE:
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |              SDL_CONTROLLERBUTTONUP

Reported by:	pkg-fallout

(cherry picked from commit bd9872793c)
2021-05-23 00:22:08 +00:00
Jan Beich 1b4a63f07e emulators/yuzu: limit sdl < 2.0.15 workaround to PS5 rumble
- devel/sdl20 currently disables HIDAPI by default
- rumble hint is only necessary for bluetooth

(cherry picked from commit e683889434)
2021-05-23 00:22:07 +00:00
Jan Beich 0501a5063a emulators/yuzu: update to s20210519
Changes:	904584e4b...41b1f8d61
(cherry picked from commit c61770cb80)
2021-05-23 00:22:07 +00:00
Danilo G. Baio 15c503031a textproc/docproj: Set PDF option as default
Approved by:	doceng (with hat)

(cherry picked from commit ae5a18f68c)
2021-05-22 14:23:08 -03:00
Danilo G. Baio 3aaf031732 lang/python-doc-html: Fix distinfo of v2.7.18
No content changed, it seems just Sphinx output was changed.

PR:		255782
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	python (with hat)

(cherry picked from commit 37f19e9f90)
2021-05-22 07:13:04 -03:00
Charlie Li d3a2475bbf www/py-requests: Update to 2.25.1
- Patches removed were incorporated upstream.
- Update WWW with current project's information.

Changelog:  https://github.com/psf/requests/blob/v2.25.1/HISTORY.md

PR:		250941
Approved by:	koobs (maintainer, implicit)

Co-authored-by: Olivier Cochard <olivier@FreeBSD.org>
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
(cherry picked from commit 7d02ece23c)
2021-05-22 06:56:11 -03:00
Jung-uk Kim 860fc62722 misc/compat12x: Update to 12.2.1202000.20210406.
PR:		255957
Approved by:	bapt (maintainer)

(cherry picked from commit 53df51c78b)
2021-05-22 04:46:05 -04:00
Thomas Zander fb9257de81 audio/musicpd: Update to upstream release 0.22.7
Details:
- Upstream release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS

MFH:		2021Q2
(cherry picked from commit 5994870bc5)
2021-05-22 08:31:51 +02:00
Jan Beich 9fbafbda81 graphics/mesa-devel: update to 21.1.b.1763
Changes:	a8b9693093...a04d0a304a
(cherry picked from commit a76796d667)
2021-05-22 00:34:55 +00:00
Muhammad Moinur Rahman a75b6bc63b net/libdaq: Update version 3.0.2=>3.0.3
Relnotes:	https://github.com/snort3/libdaq/releases/tag/v3.0.3
MFH:		2021Q2
(cherry picked from commit 7185d6fc23)
2021-05-21 18:18:00 +00:00
Jan Beich 7023f3d11c benchmarks/glmark2: backport --fullscreen fix for WAYLAND option
$ glmark2-wayland --fullscreen
Error: eglCreateWindowSurface failed with error: 0x300b
Error: eglCreateWindowSurface failed with error: 0x300b
Error: CanvasGeneric: Invalid EGL state
Error: main: Could not initialize canvas

(cherry picked from commit 1307312bf4)
2021-05-21 15:54:30 +00:00
Mathieu Arnold da8835cf22
dns/bind916: Update to 9.16.16.
MFH:	2021Q2
Changes: https://downloads.isc.org/isc/bind9/9.16.16/doc/arm/html/notes.html#notes-for-bind-9-16-16
(cherry picked from commit e06ef8b69d)
2021-05-21 14:52:47 +02:00
Dmitry Marakasov 64c2de73ab misc/dahdi-kmod26: mark BROKEN (does not compile)
Approved by:	portmgr blanket

(cherry picked from commit 208a925c1e)
2021-05-21 14:32:12 +03:00
Dmitry Marakasov 8f51fc390f java/openjdk7: mark BROKEN on FreeBSD ≥ 13
Approved by:	portmgr blanket

(cherry picked from commit 93d73f6a83)
2021-05-21 14:31:32 +03:00
Mark Linimon fa41c4ca33 devel/api-sanity-autotest: attempt to fix build on package builders.
devel/abi-compliance-checker no longer supplies
bin/abi-compliance-checker.pl but it does supply the binary
bin/abi-compliance-checker.

(cherry picked from commit 5c10906c41)
2021-05-21 14:30:42 +03:00
Emanuel Haupt 0ac2a4f0eb audio/ocp: drop dependency to audio/libsidplay
ocp now uses a builtin version of sidplayfp and therefore
audio/libsidplay is no longer required.

(cherry picked from commit 6bd1786663)
2021-05-20 23:18:06 +02:00
Dima Panov ca9337dc35 databases/mysql80-*: update to 8.0.25 GA release
Release notes:	https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html
		https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html

PR:		255937
Submitted by:	delphij@
Approved by	joneum@ (implicit)
MFH:		2021Q2

(cherry picked from commit c7fbbf15f3)
2021-05-20 22:13:30 +10:00
Jan Beich 6b6db352d5 graphics/libavif: unbreak fetch
fetch: https://github.com/AOMediaCodec/libavif/commit/2340cdb5f0c2.patch: size mismatch: expected 1712, actual 1714

-index 919f0bc..cb680c3 100644
+index 919f0bc1..cb680c33 100644

(cherry picked from commit 43938a3073)
2021-05-20 02:38:39 +00:00
Jan Beich c0ba3c0ee5 graphics/mesa-devel: update to 21.1.b.1642
Changes:	e17e3df476...a8b9693093
(cherry picked from commit b093791110)
2021-05-20 00:58:11 +00:00
Juraj Lutter f43c99a30e net-mgmt/unifi6: Update to 6.2.25
Changelog:
https://community.ui.com/releases/d9cb0897-3ef4-4dda-a5d6-c07530ff8a86

(cherry picked from commit dacbf0b62f)
2021-05-19 23:41:24 +02:00
Muhammad Moinur Rahman 0d29522dec databases/pgpool-II-41: Update version 4.1.2=>4.1.6
- Pet portlint
- Fix pkg-plist. Except the default pgpool.conf.sample other
  pgpool.conf.sample* represents different configurations for different
  scenario. Only the pgpool.conf.sample should create a corresponding
  pgpool.conf file. Hence removing the @sample directive for the other
  pgpool.conf.sample*

Approved by:	tz
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-6.html
Sponsored by:	Bounce Experts

(cherry picked from commit 45438e7433)
2021-05-19 20:23:39 +00:00
Matthew Seaman a52944442c sysutils/py-hcloud -- fix dependency versions
This removes one impediment to the pending update of www/py-requests

PR:	250941
(cherry picked from commit 31ac02bd27)
2021-05-19 07:01:51 +01:00
Matthew Seaman 8e6aa4bb09 sysutils/py-hcloud -- update to 1.12.0
ChangeLog:	   https://github.com/hetznercloud/hcloud-python/blob/v1.12.0/CHANGELOG.rst
(cherry picked from commit 654f739b8a)
2021-05-19 07:01:48 +01:00
Dmitry Marakasov b829d75971 net-mgmt/carbonzipper: fix plist
@sample is used incorrectly here

Approved by:	portmgr blanket

(cherry picked from commit 3d100fb515)
2021-05-18 16:51:34 +03:00
Dmitry Marakasov e8192daad9 sysutils/pefs-kmod: mark BROKEN on FreeBSD 13+
Approved by:	portmgr blanket

(cherry picked from commit d5b8a83bdc)
2021-05-18 16:49:50 +03:00
Dmitry Marakasov 800e9871ed sysutils/incron: fix plist (@sample)
Approved by:	portmgr blanket

(cherry picked from commit db34caf7a4)
2021-05-18 16:49:11 +03:00
Mark Linimon a5e511abc3 sysutils/jobd: mark BROKEN everwhere
Observed to fail on amd64/12, 13, 14, riscv64/14

(cherry picked from commit c7a643e6e5)
2021-05-18 16:47:29 +03:00
Dmitry Marakasov e73590ceb0 net/wmwlmon: mark BROKEN on FreeBSD >= 13
Approved by:	portmgr blanket

(cherry picked from commit 0d838ba20d)
2021-05-18 16:45:54 +03:00
Dmitry Marakasov 29a3be2b5a misc/dahdi-kmod: mark BROKEN (does not compile)
Approved by:	portmgr blanket

(cherry picked from commit 4820f0aa60)
2021-05-18 16:45:30 +03:00
Dmitry Marakasov 2f8b55fcb0 lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13
Approved by:	portmgr blanket

(cherry picked from commit 3b4a64f840)
2021-05-18 16:44:53 +03:00
Dmitry Marakasov e49ee5a33f java/wildfly13: fix plist (@sample)
Approved by:	portmgr blanket

(cherry picked from commit 2537a3996c)
2021-05-18 16:44:24 +03:00
Dmitry Marakasov f4460fe470 editors/pdfedit: mark BROKEN on FreeBSD 13+
Approved by:	portmgr blanket

(cherry picked from commit 4d165da7e6)
2021-05-18 16:43:31 +03:00
Dmitry Marakasov b16f89be42 databases/libgda5-mdb: mark BROKEN (does not compile)
Approved by:	portmgr blanket

(cherry picked from commit 1082f8b1f0)
2021-05-18 16:42:53 +03:00
Dmitry Marakasov a69099f6d1 net/corosync3: fix plist (@sample)
Approved by:	portmgr blanket

(cherry picked from commit fa56483821)
2021-05-18 14:46:00 +03:00
Dmitry Marakasov 4ca368854d databases/lua-lsqlite3: mark BROKEN
Approved by:	portmgr blanket

(cherry picked from commit f5408c30ca)
2021-05-18 14:44:16 +03:00
Yuri Victorovich 51585bd3ef audio/vst3sdk: Broken on 11 2021-05-18 02:47:59 -07:00
Yuri Victorovich 09a8ec7577 misc/free42: Broken on 11
Reported by:	fallout
2021-05-18 02:43:52 -07:00
Christoph Moench-Tegeder e6b0a4d627 mail/thunderbird: fix build with clang/libc++12
PR:		255954
Reported by:	dim
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=1694575

(cherry picked from commit 5cfd4469d8)
2021-05-18 10:40:04 +02:00
Christoph Moench-Tegeder 8ed133d651 www/firefox-esr: fix build with clang/libc++12
Reported by:	dim
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=1694575
PR:		255953

(cherry picked from commit d68bbde38e)
2021-05-18 10:39:42 +02:00
Jan Beich cdf5bfe36f graphics/mesa-devel: update to 21.1.b.1496
Changes:	855cb78d46...e17e3df476
(cherry picked from commit 7bfc2c0726)
2021-05-18 00:52:37 +00:00
Jan Beich 4c466a0de8 emulators/citra: update to s20210516
Changes:	e7671d93b...842031a2e
(cherry picked from commit d20486100c)
2021-05-18 00:52:37 +00:00
Piotr Kubaj e9f95cfd78 security/nss: fix build on powerpc64le
LLVM's integrated assembler can't build ppc-gcm.s:
ppc-gcm.s:642:24: error: invalid memory operand
    std          31,-8(SP);

Use as from binutils on powerpc64le.

While here correct the architecture check to also check for Linux's ppc64 - similar to the OS check in the same patch.

(cherry picked from commit 192a67a0d7)
2021-05-18 00:52:36 +00:00
Jan Beich 773915c8ff security/nss: update to 3.65
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.65_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_65_RTM
(cherry picked from commit 27411fe284)
2021-05-18 00:52:36 +00:00
Piotr Kubaj 05b3a5e550 security/nss: fix build on powerpc64le
Error:
C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR
NSPR error code: -5977: Failure to load dynamic library

While here also correct option description after introducing proper VSX option in a66c711523

(cherry picked from commit 2eaa6b5910)
2021-05-18 00:52:36 +00:00
Jan Beich e700014797 security/nss: update to 3.64
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.64_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_64_RTM
(cherry picked from commit 7e8c7e0b65)
2021-05-18 00:52:36 +00:00
Dima Panov 61d3e84e0d net/ceph14: update to 14.2.21 release
Introduce option WITH_TESTS which covers all test/debug tools. Currently
disabled due to linking errors

PR: 255763 (based on)
Approved by: maintainer (implicit)

(cherry picked from commit 67ce935d46)
2021-05-18 10:48:21 +10:00
Dima Panov bfeadc5a4d net/ceph14: update to 14.2.21 release
Introduce option WITH_TESTS which covers all test/debug tools. Currently disabled due to linking errors

PR:		255763 (based on)
Approved by:	maintainer (implicit)

(cherry picked from commit 715e140759)
2021-05-18 10:44:13 +10:00
Li-Wen Hsu 1dbb45af94
devel/py-pytz: Update to 2021.1
(cherry picked from commit 5969213cd7)
2021-05-17 22:46:33 +08:00
Torsten Zuehlsdorff ff6ba3b6b0 databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0
This release includes the following:

Feature:

    Join Push down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.

Other Fixes:

    Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly.
    Restricts fetching of the system attributes from the remote relation.
    Fixes compiler warning due to clash with MySQL library macro.
    Costs are not shown in the explain output when the COSTS explain option is OFF.
    Uses environment variables in tests for connection parameters.
    No longer supports PG/EPAS version 9.5.

Sponsored by:	Bounce Experts

(cherry picked from commit 4394f1f2bc)
2021-05-17 14:49:19 +02:00
Dmitry Marakasov 83210b7d92 news/pan: remove manual linking with -lgnuregex
This looks like a hack needed for a patch from 2001 (which is long
gone) to work. Today it breaks the build because it lacks corresponding
dependency, so remove it.

Approved by:	portmgr blanket

(cherry picked from commit 9347f261c2)
2021-05-17 13:57:10 +03:00
Palle Girgensohn e211b04615 postgresql??-*: Revert fix to allow MAKE_JOBS
postgresql??-contrib fails to build for versions below 13 when building
in parallel. Needs more investigation.

(cherry picked from commit d3cd7c256c)
2021-05-17 10:07:49 +02:00
Palle Girgensohn 4ac52e0c20 databases/postgresql??-*: Upgrade to latest version
PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released!

The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 13.3, 12.7, 11.12, 10.17, and
9.6.22. This release closes three security vulnerabilities and fixes over 45
bugs reported over the last three months.

Security fixes in this release:

CVE-2021-32027: Buffer overrun from integer overflow in array subscripting
                calculations

CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE

CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING

Also plenty of bug fixes. See the release note for details.

Changes to the port:

Make sure we use the matching version of llvm. This fixes a problem with the
llvm version string not being monotonically increasing with the version
number. [1]

Better pkg message about checksums for postgresql 12+. [2] [4]

Adjust login class parameter to adhere to the documentation in rc.subr(8) [3]:
  The rc.conf parameter for the login class of the postgresql daemon has
  changed name from postgresql_class to postgresql_login_class, since
  rc.subr(8) states that the parameter should be named ${name}_login_class.

Allow parallel builds. [5]

Correct the directory name for the user postgres in pkg message. [6]

PR:		250824 [1], 253558 [2], 236060 [3], 233106 [4],  230656 [5]
PR:		226674 [6]
Submitted by:	Michael Zhilin [2], Michael Zhilin [3], Dmitry Chestnykh [4]
Submitted by:	Steve Wills [5], knezour [6]

Security:	76e0bb86-b4cb-11eb-b9c9-6cc21735f730
Security:	62da9702-b4cc-11eb-b9c9-6cc21735f730

Release notes:	https://www.postgresql.org/docs/release/

(cherry picked from commit ab83f2b4bb)
2021-05-17 10:06:59 +02:00
Fukang Chen 8b75e67e46 devel/p5-Pod-Coverage: Add missing dependency
Add missing dependency on textproc/p5-Pod-Parser. Without it, the
following error is observed at runtime:

  Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module)

Reviewed by:	koobs
Approved by:	koobs (ports, mentor), portmgr (blanket: runtime fix)
Differential Revision:	https://reviews.freebsd.org/D30274
MFH:		2021Q2 (missing dependency, runtime fix)

(cherry picked from commit d45fe6214c)
2021-05-17 05:02:57 +00:00
Jan Beich c265cf98cc multimedia/dav1d: update to 0.9.0
Changes:	https://code.videolan.org/videolan/dav1d/-/releases/0.9.0
Reported by:	Repology

(cherry picked from commit 9fbffe366c)
2021-05-17 02:39:38 +00:00
Jan Beich 1237627996 www/youtube_dl: update to 2021.05.16
Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.05.16
Reported by:	GitHub (watch releases)

(cherry picked from commit 01c45468d2)
2021-05-17 02:38:31 +00:00
Rene Ladan c82dfb1970 www/chromium: attempt to make it work with Microsoft Teams
- add dependency virtual_oss so the microphone works [1]
- skip assertion in h264_decoder, we will force it to initialize
  later [2]

PR:	246214 [1]
PR:	255484 [2]
MFH:	2021Q2
(cherry picked from commit 74647995de)
2021-05-16 13:31:05 +02:00
Jan Beich 6932541089 graphics/mesa-devel: update to 21.1.b.1440
Changes:	77d959814c...855cb78d46
(cherry picked from commit 55349c06ca)
2021-05-16 00:38:34 +00:00
Jan Beich 599d93659e emulators/yuzu: update to s20210513
Changes:	5a042bdaa...904584e4b
(cherry picked from commit 556266c95e)
2021-05-16 00:38:28 +00:00
Jan Beich 544a4ad383 emulators/citra: update to s20210513
Changes:	edbd6dfe8...e7671d93b
(cherry picked from commit 2f5a9b9a2b)
2021-05-16 00:38:26 +00:00
Jan Beich 7e5f1e671f www/flexget: update to 3.1.124
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.123...v3.1.124
Reported by:	Repology

(cherry picked from commit 29166a7aff)
2021-05-16 00:38:24 +00:00
Jan Beich d9d1b1af60 www/flexget: update to 3.1.123
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.122...v3.1.123
Reported by:	Repology

(cherry picked from commit 64674f3596)
2021-05-16 00:19:22 +00:00
Jan Beich fc3d58e254 www/flexget: update to 3.1.122
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.121...v3.1.122
Reported by:	Repology

(cherry picked from commit 463524251e)
2021-05-16 00:19:22 +00:00
Jan Beich 65d31a4d94 graphics/vulkan-tools: unbreak vkcube-wayland on non-tiling compositors
Affects at least wayfire, labwc, plasma5-kwin.

$ vkcube-wayland
Segmentation fault
(lldb) bt
* thread #1, name = 'vkcube-wayland', stop reason = signal SIGSEGV: invalid address (fault address: 0x128000)
  * frame #0: 0x00000008004811f3 libc.so.7`memcpy at memmove.S:314
    frame #1: 0x00000000002097f4 vkcube-wayland`demo_update_data_buffer(demo=0x00007fffffffd258) at cube.c:894:5
    frame #2: 0x0000000000213e4f vkcube-wayland`demo_draw(demo=0x00007fffffffd258) at cube.c:1043:5
    frame #3: 0x000000000020c3fc vkcube-wayland`demo_run(demo=0x00007fffffffd258) at cube.c:2757:13
    frame #4: 0x000000000020aa16 vkcube-wayland`main(argc=1, argv=0x00007fffffffe038) at cube.c:4267:5
    frame #5: 0x0000000000208340 vkcube-wayland`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1_c.c:75:7

(cherry picked from commit d7da60fca5)
2021-05-15 02:51:37 +00:00
Jan Beich 8ec8c77596 x11-wm/wayfire: document recommended addons
When using default config Wayfire will show black screen if wf-shell
isn't installed. However, wf-shell can be replaced by other packages.
Exposing such addons as default options causes circular dependency.

(cherry picked from commit 8a400121ea)
2021-05-15 00:34:21 +00:00
Jan Beich c964630d36 benchmarks/vkmark: unbreak on non-x86 after bfcd0e437a
===>   vkmark-2017.08.24 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

PR:		255887
Reported by:	linimon

(cherry picked from commit 156537c43a)
2021-05-14 23:51:02 +00:00
Christoph Moench-Tegeder e8b6510c12 mail/thunderbird: update to 78.10.2 (rc1)
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/78.10.2/releasenotes/

(cherry picked from commit 8866098d7b)
2021-05-14 22:26:11 +02:00
Thomas Morper 535be7636b net-im/prosody: Update to 0.11.9
PR:		255845
MFH:		2021Q2
Security:	fc75570a-b417-11eb-a23d-c7ab331fd711
(cherry picked from commit 643a6a5bc1)
2021-05-13 12:47:44 -07:00
Bernard Spil af8d2974db databases/mariadb103-client: Fix empty file
(cherry picked from commit 3a57e729c0)
2021-05-13 16:44:55 +00:00
Bernard Spil 40461a60c4 databases/mariadb105-server: Security update to 10.5.10
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
(cherry picked from commit 77eb1b3bc8ffcaa0f237068738ac4cc7783c5c71)
2021-05-13 16:43:14 +00:00
Bernard Spil cd56aefb37 databases/mariadb104-server: Security update to 10.4.19
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
(cherry picked from commit a6d83062ce3d42fd591d4688d1e374a145b347f4)
2021-05-13 16:43:13 +00:00
Bernard Spil bdb5bace13 databases/mariadb103-server: Security update to 10.3.29
Reported by:	<i dani outlook com>
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2

(cherry picked from commit b5fa758767b91744c625000f05daad5ed58ea4bd)
2021-05-13 16:42:55 +00:00
Fernando Apesteguía 2c822c361c games/3dc: Fix crash on boot
The call to XtVaGetValues returns a value that overwrites the `bc` variable and
smashes the stack. Use a long instead.

PR:	255765
Reported by:	grahamperrin@gmail.com
Tested by:	rhurling@
MFH:		2021Q2

(cherry picked from commit 339d443d7b)
2021-05-13 14:56:13 +02:00
Matthias Wolf c4e5afaa3e www/chromium: update to 90.0.4430.212
MFH:		2021Q2
Security:	https://vuxml.freebsd.org/freebsd/3cac007f-b27e-11eb-97a0-e09467587c17.html
(cherry picked from commit ee49491174)
2021-05-13 11:14:29 +02:00
Alessandro Sagratini af0c6cb39f databases/py-pymemcache: update to 3.4.3
Changes: https://github.com/pinterest/pymemcache/releases/tag/v3.4.3

PR:	255817
(cherry picked from commit 6b41adb646)
2021-05-12 21:28:23 -07:00
Yuri Victorovich 21fcf73d9c www/adguardhome: Update 0.106.1 -> 0.106.2
Reported by:	portscout

(cherry picked from commit fc387610e1)
2021-05-12 20:26:05 -07:00
Yuri Victorovich d4e8e65408 www/adguardhome: Update 0.106.0 -> 0.106.1
(cherry picked from commit a41e61b282)
2021-05-12 20:26:04 -07:00
Jan Beich 35592d9ef8 graphics/mesa-devel: update to 21.1.b.1386
Changes:	d93acf1001...77d959814c
(cherry picked from commit eb8540b402)
2021-05-13 00:56:42 +00:00
Jan Beich a8d752e05b emulators/yuzu: update to s20210512
Changes:	ec50a9b5b...5a042bdaa
(cherry picked from commit 30d60a0148)
2021-05-13 00:56:40 +00:00
Jan Beich 0690777734 emulators/rpcs3: update to 0.0.16.12242
Changes:	0bd64a0e7...fe17c8302
(cherry picked from commit b861f4f486)
2021-05-13 00:56:38 +00:00
Adam Wolk 012f31b59f sysutils/lttng-tools: fix obtaining HOST_NAME_MAX
Using sysconf(3) API lead to accidental introduction of variable length arrays
(VLA) in the port. Additionally one patch hardcoded 256 as the HOST_NAME_MAX
even though the code doesn't expect an additional byte for the terminating NULL
byte in the struct definition.

Fall back to using _POSIX_HOST_NAME_MAX as the remaining code is not ready for
introducing sysconf(3) as a patch.

Remove #ifdef FreeBSD from our patches.

Bump PORTREVISION to rebuild with the new patch.

Sponsored by:   Fudo Security
Differential Revision:	https://reviews.freebsd.org/D30048

(cherry picked from commit aa34b0f42f)
2021-05-12 22:23:22 +00:00
Jan Beich 55e05a1b38 Chase GitLab redirect in PATCH_SITES (a la 64c25a7c48)
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
(cherry picked from commit 32ca8c877e)
2021-05-12 15:57:21 +00:00
Jan Beich 8f39f5e21a Convert GitLab diffs back to patches
GitLab has fixed unstable footer, so restore header/footer.
https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b

This reverts commit c031fd115a.

(cherry picked from commit fe9883e07c)
2021-05-12 14:48:01 +00:00
Jan Beich 98a1d97b96 x11/virtboard: document patch origin
(cherry picked from commit 05551fc63d)
2021-05-12 14:46:56 +00:00
Jan Beich bf9f28c269 multimedia/gstreamer1-plugins-svt-av1: chase 8c1f210e22
(cherry picked from commit 8afb240d59)
2021-05-12 14:45:59 +00:00
Jan Beich 0e2b7e99e6 multimedia/svt-av1: add new license after a8dd55117e
https://github.com/AOMediaCodec/SVT-AV1/commit/9272e132a3cd
(cherry picked from commit 4ab46b08c7)
2021-05-12 14:44:38 +00:00
Neel Chauhan 1db4eced0d net-im/py-matrix-synapse: Fix dependency check on 2021Q2
PR:	255791
2021-05-12 07:25:01 -07:00
Kirill Ponomarev bb8dd20cf3 devel/py-pop: update to 18.0
(cherry picked from commit 0ed98048c5)
2021-05-12 09:12:44 +02:00
Kirill Ponomarev 0c92e4f012 lang/sbcl: re-sort variables and fix formatting
(cherry picked from commit ee75dc9794)
2021-05-12 08:52:39 +02:00
Kirill Ponomarev 000fc01eb7 sysutils/cbsd: update to 13.0.7
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.7

Submitted by:	maintainer

(cherry picked from commit a2a9937dcb)
2021-05-12 08:18:58 +02:00
Kyle Evans 2355ba1260 emulators/qemu-user-static{,-devel}: fix build on recent FreeBSD
This updates both to 6ffee39fe2e4, which pulls in some patches to fix
the build after a recent commit to main that was MFC'd to stable/13.

While we're here, update qemu-user-static-devel to point to the current
upstream. qemu-user-static-devel will likely be updated in the near
future to point to imp's 6.0 rebase branch for Q/A.

(cherry picked from commit f2b487a6e9)
2021-05-11 19:48:56 -05:00
Neel Chauhan 0e1ab3e155 www/otrs: Add missing sysutils/p5-Schedule-Cron-Events dependency
PR:		248577
Submitted by:	vvv <work+freebsd@vvv.kiev.ua>
Approved by:	m.tsatsenko@gmail.com (maintainer)
MFH:		2021Q2 (runtime fix)

(cherry picked from commit e015434705)
2021-05-11 12:40:18 -07:00
Jan Beich a726dca279 www/firefox: enable LTO by default on amd64
Builds and works fine on 11.4, 12.2, 13.0, 14.0.

(cherry picked from commit 6ec985b72d)
2021-05-11 17:55:18 +00:00
Jan Beich 646b08b36e gecko: ignore llvm in DEFAULT_VERSIONS if LTO is enabled
PR:		253771
(cherry picked from commit 4e67118c7a)
2021-05-11 17:55:06 +00:00
Jan Beich b33587a4ad
graphics/wayland: add note about XDG_RUNTIME_DIR
error: XDG_RUNTIME_DIR not set in the environment.

PR:		255355
Inspired by:	hikari
Approved by:	maintainer timeout

(cherry picked from commit 2d487a43aa)
2021-05-11 19:54:04 +02:00
Sascha Biberhofer 27ae9ff95f net-im/py-matrix-synapse: Update to 1.33.2
PR:		255791
MFH:		2021Q2
Security:	CVE-2021-29471

(cherry picked from commit 88da10f9e3)
2021-05-11 09:24:47 -07:00
Jan Beich 4e987bb701 multimedia/aom: unbreak VMAF after f40d123e50
ld: error: undefined symbol: environ
>>> referenced by auxv.c:54 (/usr/src/lib/libc/gen/auxv.c:54)
>>>               auxv.o:(init_aux_vector_once) in archive /usr/lib/libc.a
>>> referenced by tls.c:443 (/usr/src/lib/libc/gen/tls.c:443)
>>>               tls.o:(_init_tls) in archive /usr/lib/libc.a
>>> referenced by getenv.c:250 (/usr/src/lib/libc/stdlib/getenv.c:250)
>>>               getenv.o:(__clean_env_destructor) in archive /usr/lib/libc.a
>>> referenced 17 more times

ld: error: undefined symbol: __progname
>>> referenced by getprogname.c:16 (/usr/src/lib/libc/gen/getprogname.c:16)
>>>               getprogname.o:(_getprogname) in archive /usr/lib/libc.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)

PR:		255590
Reported by:	ice@extreme.hu, fluffy
Regressed by:	https://aomedia.googlesource.com/aom/+/b53a4d710849%5E!/

(cherry picked from commit 27a2b131c7)
2021-05-11 01:45:49 +00:00
Jan Beich f435a799bd multimedia/aom: update to 3.1.0
Changes:	https://aomedia.googlesource.com/aom/+log/v3.0.0..v3.1.0
Reported by:	portscout, /r/AV1

(cherry picked from commit f40d123e50)
2021-05-11 01:45:46 +00:00
Jan Beich e680e4dc22 graphics/mesa-devel: update to 21.1.b.1291
Changes:	edd06995d7...d93acf1001
(cherry picked from commit 657861c3b0)
2021-05-11 00:15:32 +00:00
Jan Beich 296540dfd8 emulators/yuzu: update to s20210509
Changes:	72a49c2bb...ec50a9b5b
(cherry picked from commit 4f66aad47a)
2021-05-11 00:15:32 +00:00
Jan Beich aefb8f41bc emulators/rpcs3: update to 0.0.16.12237
Changes:	52930a759...0bd64a0e7
(cherry picked from commit 465b896434)
2021-05-11 00:15:31 +00:00
Yuri Victorovich f1970554d5 security/tor-devel: Update 0.4.6.2-alpha -> 0.4.6.3-rc
o Major bugfixes (onion service, control port):
  - Make the ADD_ONION command properly configure client authorization.
    Before this fix, the created onion failed to add the client(s).
    Fixes bug 40378; bugfix on 0.4.6.1-alpha.

o Minor features (compatibility, Linux seccomp sandbox):
  - Add a workaround to enable the Linux sandbox to work correctly
    with Glibc 2.33. This version of Glibc has started using the
    fstatat() system call, which previously our sandbox did not allow.
    Closes ticket 40382; see the ticket for a discussion of trade-offs.

etc.

Reported by:	Upstream notification

(cherry picked from commit e0dfc470f5)
2021-05-10 10:20:56 -07:00
Yuri Victorovich 5557b71e8d security/tor-devel: Update 0.4.6.1-alpha -> 0.4.6.2-alpha
Changelog: https://blog.torproject.org/node/2018

Reported by:	upstream notification

(cherry picked from commit 53f28ac1a9)
2021-05-10 10:20:55 -07:00
Yuri Victorovich e04d698c31 security/tor: Update 0.4.5.7 -> 0.4.5.8
Changelog: https://blog.torproject.org/node/2031

Reported by:	upstream notification

(cherry picked from commit 24d7b3d06d)
2021-05-10 10:20:55 -07:00
Kirill Ponomarev eca26f0cd0 sysutils/cbsd: update to 13.0.6
Submitted by:	maintainer

(cherry picked from commit 525ea060f7)
2021-05-10 15:48:38 +02:00
Jan Beich 19530d3721 graphics/dssim: update to 3.0.2
Changes:	https://github.com/kornelski/dssim/compare/3.0.1...3.0.2
Reported by:	Repology

(cherry picked from commit de1876a17c)
2021-05-10 12:15:06 +00:00
Jan Beich aecef9092b graphics/dssim: regen distinfo after 3758b337a1
(cherry picked from commit c907dcaab9)
2021-05-10 12:15:06 +00:00
Kirill Ponomarev c116061869 www/miniflux: update to 2.0.30
(cherry picked from commit 2d5f12d8ae)
2021-05-10 08:43:45 +02:00
Tobias Kortkamp 37f7a57509 www/miniflux: Remove nop WANT_PGSQL=client
In 8f75e04cb8 the pgsql dependency
was dropped intentionally but WANT_PGSQL was left in place but it
has no effect now.

Fix the PGSQL_SERVER option by adding the required USES=pgsql for
WANT_PGSQL.

While here also fix opt_VARS usage.  Unlike opt_USE it does not
support separating words with ,

Reported by:	portscan (WANT_PGSQL without USES=pgsql)

(cherry picked from commit a868d766d8)
2021-05-10 08:43:03 +02:00
Dima Panov 34b5c30cd5 editors/libreoffice: Update to 7.1.3 release
LibreOffice 7.1.3 Community, the third minor release of the LibreOffice
7.1 family, includes over 100 bug fixes, with 25% focused on
Microsoft Office file compatibility (DOCX, XLSX and PPTX).

Release notes:	https://blog.documentfoundation.org/blog/2021/05/06/libreoffice-7-1-3/

(cherry picked from commit 3bcf641843)
2021-05-10 02:07:52 +10:00
Piotr Kubaj eed21621de editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le case.

(cherry picked from commit 439d1445b6)
2021-05-10 02:06:07 +10:00
Piotr Pawel Stefaniak 57ea88b976 editors/libreoffice: bump PORTREVISION
(cherry picked from commit 45ac5742fb)
2021-05-10 02:05:24 +10:00
Piotr Pawel Stefaniak 4ae5a06923 editors/libreoffice: add an option to build with or without MariaDB driver
PR:		254273
Approved by:	lwhsu

(cherry picked from commit fba3dac6cd)
2021-05-10 02:04:53 +10:00
Dima Panov 8527b435b4 ports-mgmt/synth: Update to 2.11 release
This fixes https://github.com/jrmarino/synth/issues/193
(sys/sys/param.h in freebsd/main loses comment after __FreeBSD_version)

MFH:	2021Q2
(cherry picked from commit a53b9c858e)
2021-05-10 01:28:45 +10:00
Ronald Klop 0f72879436 www/grafana7: add dependency on ca_root_nss
Logs contains all kind of certificate errors if ca_root_nss is not
installed.

t=2021-04-20T13:55:49+0200 lvl=dbug msg="Failed to get plugins repo from grafana.com, Get \"https://grafana.com/api/plugins/versioncheck?slugIn=grafana-piechart-panel,grafana-clock-panel,grafana-worldmap-panel,savantly-heatmap-panel&grafanaVersion=7.5.1\": x509: certificate signed by unknown authority"

Effectively it is not possible to install dashboards/etc. from the
grafana site without this dependency install. Installing ca_root_nss
and restarting grafana resolved the problem immediately.

PR:		255255
Approved by:	maintainer timeout (2+ weeks)

(cherry picked from commit cf3eb1d087)
2021-05-09 12:50:03 +02:00
Jan Beich 2cfa473c7e gecko: wait for rust before swiching llvm* next time
Cross-language LTO in www/firefox requires devel/llvm* and bundled
LLVM in lang/rust to be of the same major version. Adjust the comment
to delay future bumps but until LTO is enabled desync can still happen.

PR:		255359
Suggested by:	dim

(cherry picked from commit b1c90afe23)
2021-05-09 00:09:42 +00:00
Jan Beich f57b60925b emulators/yuzu: update to s20210508
Changes:	260b841dc...72a49c2bb
(cherry picked from commit e23655bfe9)
2021-05-08 23:54:53 +00:00
Jan Beich e456208fb9 sysutils/pam_xdg: minor rewording in pkg-message
(cherry picked from commit d0c910d1d3)
2021-05-08 23:37:18 +00:00
Jan Beich fb5d833f33 sysutils/pam_xdg: add new port
Complete XDG Base Directories support via PAM, including injection of
according environment variables into user sessions, as well as creation
support for per-user $XDG_RUNTIME_DIR.

https://www.sdaoden.eu/code.html#s-toolbox
(cherry picked from commit d255158645)
2021-05-08 23:37:18 +00:00
Jan Beich dbf809463f emulators/yuzu: update to s20210505
Changes:	df51eb9bd...260b841dc
(cherry picked from commit 917c42a841)
2021-05-08 23:37:17 +00:00
Jan Beich cdb77d6ac5 emulators/yuzu: update to s20210503
Changes:	fa3ffff8d...df51eb9bd
(cherry picked from commit 460c92731f)
2021-05-08 23:37:17 +00:00
Jan Beich 66c0a48e02 emulators/yuzu: update to s20210430
Changes:	b096ec68c...fa3ffff8d
(cherry picked from commit 270dfd0395)
2021-05-08 23:37:17 +00:00
Jan Beich 9fae377d49 emulators/yuzu: update to s20210427
Changes:	cd80471c9...b096ec68c
(cherry picked from commit c2f5091888)
2021-05-08 23:37:17 +00:00
Jan Beich 7ee45e2bce emulators/yuzu: update to s20210426
Changes:	2e268abe4...cd80471c9
(cherry picked from commit 313d985e94)
2021-05-08 23:37:17 +00:00
Jan Beich 3fef3cd252 emulators/yuzu: unbreak after 85a65c9557
-- SDL2 2.0.14 or newer not found, falling back to externals.

CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
  The source directory

    /wrkdirs/usr/ports/emulators/yuzu/work/yuzu-2e268abe4/externals/SDL

  does not contain a CMakeLists.txt file.

Reported by:	pkg-fallout

(cherry picked from commit d02aa5e9ce)
2021-05-08 23:37:16 +00:00
Jan Beich 0f20467a56 emulators/yuzu: update to s20210423
Changes:	607ff3489...2e268abe4
(cherry picked from commit 5076573020)
2021-05-08 23:37:16 +00:00
Jan Beich 803bfab155 emulators/yuzu: update to s20210421
Changes:	0da84c4de...607ff3489
(cherry picked from commit 85a65c9557)
2021-05-08 23:37:16 +00:00
Jan Beich b311acde4b emulators/yuzu: update to s20210419
Changes:	ce921e0f2...0da84c4de
(cherry picked from commit f855bd67f5)
2021-05-08 23:37:16 +00:00
Jan Beich 22bab16935 emulators/yuzu: update to s20210417
Changes:	eedbe8351...ce921e0f2
(cherry picked from commit 52526dc566)
2021-05-08 23:37:16 +00:00
Jan Beich d303228103 emulators/yuzu: update to s20210414
Changes:	96d07b494...eedbe8351
(cherry picked from commit 14ca2b434f)
2021-05-08 23:37:15 +00:00
Jan Beich aa9cea205c emulators/yuzu: update to s20210409
Changes:	7feb490f8...96d07b494
(cherry picked from commit 8440e69699)
2021-05-08 23:37:15 +00:00
Jan Beich 0a002e7b44 emulators/rpcs3: update to 0.0.16.12226
Changes:	e24ada37b...52930a759
(cherry picked from commit b3966f461b)
2021-05-08 23:37:15 +00:00
Jan Beich ae38949f54 emulators/rpcs3: update to 0.0.16.12218
Changes:	35ee55017...e24ada37b
(cherry picked from commit 298ecdf24c)
2021-05-08 23:37:15 +00:00
Jan Beich f1ae0cd5bf emulators/rpcs3: update to 0.0.16.12213
Changes:	b8477a470...35ee55017
(cherry picked from commit b64d567482)
2021-05-08 23:37:15 +00:00
Jan Beich 988d23d0fd emulators/rpcs3: update to 0.0.16.12199
Changes:	64a109d28...b8477a470
(cherry picked from commit 54c1ffc93d)
2021-05-08 23:37:15 +00:00
Jan Beich 9781dc8f18 emulators/rpcs3: update to 0.0.15.12167
Changes:	9609767c5...64a109d28
(cherry picked from commit 3b43935d07)
2021-05-08 23:37:14 +00:00
Jan Beich 51a0b3588a emulators/rpcs3: update to 0.0.15.12161
Changes:	4c2a11b6d...9609767c5
(cherry picked from commit 8682bf20d7)
2021-05-08 23:37:14 +00:00
Jan Beich 09e420d5d3 emulators/rpcs3: update to 0.0.15.12150
Changes:	61450335a...4c2a11b6d
(cherry picked from commit 6431aa4e10)
2021-05-08 23:37:14 +00:00
Jan Beich c209ec9a9e emulators/rpcs3: update to 0.0.15.12141
Changes:	3e33f064b...61450335a
(cherry picked from commit 6b5a1043fe)
2021-05-08 23:37:14 +00:00
Jan Beich b1d82569ba emulators/rpcs3: update to 0.0.15.12130
Changes:	fb26da1cb...3e33f064b
(cherry picked from commit 8d8d11985b)
2021-05-08 23:37:14 +00:00
Jan Beich bad23e89b1 emulators/rpcs3: update to 0.0.15.12113
Changes:	ba1699a83...fb26da1cb
(cherry picked from commit dbd13c9ba8)
2021-05-08 23:37:13 +00:00
Jan Beich 16585c4e84 emulators/rpcs3: update to 0.0.15.12090
Changes:	17f5fec53...ba1699a83
(cherry picked from commit 12cf26e278)
2021-05-08 23:37:13 +00:00
Jan Beich 70fc4c0efc emulators/rpcs3: update to 0.0.15.12064
Changes:	f64a7bb82...17f5fec53
(cherry picked from commit e4f63e4fbf)
2021-05-08 23:37:13 +00:00
Jan Beich 4566e25635 www/flexget: update to 3.1.121
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.120...v3.1.121
Reported by:	Repology

(cherry picked from commit 5e2b6214d1)
2021-05-08 23:37:13 +00:00
Jan Beich 307f4b001d www/flexget: update to 3.1.120
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.115...v3.1.120
Reported by:	portscout, Repology

(cherry picked from commit 23aa328966)
2021-05-08 23:32:10 +00:00
Jan Beich b8dccde3de www/flexget: update to 3.1.115
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.113...v3.1.115
Reported by:	Repology

(cherry picked from commit ab8644377d)
2021-05-08 23:32:10 +00:00
Jan Beich 79b2b916a6 www/flexget: update to 3.1.113
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.111...v3.1.113
Reported by:	Repology

(cherry picked from commit 762f9d5a8f)
2021-05-08 23:32:10 +00:00
Kevin Bowling 7d4fcbae6b comms/picocom: New maintainer
PR:		255560
Approved by:	koobs, portmgr (unmaintained port)
MFH:		2021Q2

(cherry picked from commit 312bd2a9db)
2021-05-08 15:30:57 -07:00
Christian Weisgerber 07dafd63ce audio/flac: Fix out-of-bounds read
Obtained from:	2e7931c27e
Security:	49346de2-b015-11eb-9bdf-f8b156b6dcc8
Security:	CVE-2020-0499

(cherry picked from commit 3984e6561a)
2021-05-08 19:01:09 +02:00
Bernhard Froehlich cf0c635aef
multimedia/minisatip: Update to 1.1.3
(cherry picked from commit 178eb4b87f)
2021-05-08 08:25:46 +00:00
Jan Beich 417fcb98b9 graphics/mesa-devel: update to 21.1.b.1217
Changes:	3424318ec3...edd06995d7
(cherry picked from commit ad49ee98c4)
2021-05-08 00:33:25 +00:00
Torsten Zuehlsdorff b8ebedb6cb lang/php80: Update from 8.0.5 to 8.0.6
PDO_pgsql:

    Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"

Sponsored by:	Bounce Experts

(cherry picked from commit 85d390d64b)
2021-05-08 01:26:27 +02:00
Torsten Zuehlsdorff 45b68c6828 lang/php74: Update from 7.4.18 to 7.4.19
PDO_pgsql:

    Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"

Sponsored by:	Bounce Experts

(cherry picked from commit 1f37ed93a6)
2021-05-08 01:25:32 +02:00
Jan Beich 3a4799f3c9 net-p2p/py-transmission-rpc: update to 3.2.5
Changes:	https://github.com/Trim21/transmission-rpc/releases/tag/v3.2.5
Reported by:	GitHub (watch releases)

(cherry picked from commit 12a0ef4828)
2021-05-07 21:08:46 +00:00
Jan Beich 52c0d8e429 www/gallery-dl: update to 1.17.4
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.17.4
Reported by:	GitHub (watch releases)

(cherry picked from commit 684c3f1b8f)
2021-05-07 21:08:29 +00:00
Danilo G. Baio c4ba035059 textproc/docproj: Add Hugo/Asciidoctor dependencies
This just adds the new dependencies for building the doc tree with
Hugo/Asciidoctor, as we still have the legacy docs available, will be
kept the former dependencies for a little while.

PR:	 253518
Submitted by:  Yasuhiro Kimura, Dries Michiels
Reviewed by:   0mp, adamw, dbaio, debdrup, lwhsu
Approved by:   doceng (bcr, maintainer)
Differential Revision:	https://reviews.freebsd.org/D28609

(cherry picked from commit 21a4260fb3)
2021-05-07 15:37:38 -03:00
Juraj Lutter 1b6c6e845b net-mgmt/unifi6: Update to 6.1.71
- Update to 6.1.71
- Changelog:
  https://community.ui.com/releases/0cffd3ed-7429-4529-9a20-9fead78ebf66

Differential Revision:	https://reviews.freebsd.org/D29444

(cherry picked from commit dc5b4ddd54)
2021-05-07 20:31:35 +02:00
Kai Knoblich 88b3bf6cdb audio/py-gtts, textproc/py-googletrans: Pass maintainership
Approved by:	lbartoletti (new maintainer)
MFH:		2021Q2

(cherry picked from commit 58fa1c7810)
2021-05-07 15:31:56 +02:00
Kai Knoblich fc93af74b8 www/py-cherrypy: Fix runtime with Python 3.8 and onward
Backport patches from the 18.x release branch that uses the Python's
library "contextlib" instead of the external library "contextlib2".

The "contextlib2" library is a backported version which is required for
compatibility with Python 2.7 as the 17.x release of CherryPy is the
last one that has compatibility for Python 2.7.

Since the support for Python 2.7 has been removed in aa7a6c429e,
"contextlib2 is no longer needed for backward compatibility.

This is a transitional solution to fix the regression with Python 3.8
because an update to the 18.x release needs a bit more work and also
requires one or more new Python packages.

While I'm here:

* Sort variables according to the PHB and pet portclippy.
* Remove superfluous EXAMPLESDIR.
* Convert to newer options framework.
* Set NO_ARCH as there are no architecture specific files.
* Add "do-test" target to make future QA easier.

PR:		250379
Reported by:	jbeich
Approved by:	maintainer timeout (6+ months)
MFH:		2021Q2

(cherry picked from commit 7915fe9b3f)
2021-05-07 15:29:32 +02:00
Jan Beich 1dce5fc05d graphics/libplacebo: update to 3.120.3
Changes:	https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.3
Reported by:	Repology

(cherry picked from commit 5ca33357dc)
2021-05-07 13:23:52 +00:00
Pakhom Golynga 88ba769571 net-mgmt/zabbix5-server: Update to 5.0.11
- Update to 5.0.11
- Changelog: https://www.zabbix.com/rn/rn5.0.11

PR:			255657
Differential Revision:	https://reviews.freebsd.org/D30147

(cherry picked from commit 3ec0b1fc6c)
2021-05-07 10:21:56 +02:00
Dmitri Goutnik 0345c2d2ef lang/go: Update to 1.16.4
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	7f242313-aea5-11eb-8151-67f74cf7c704
(cherry picked from commit 008d020972)
2021-05-06 15:24:21 -05:00
Guido Falsi 9bb7cf5c6f deskutils/calibre: Add missing dependency
Add a dependency dynamically used to open markdown files.

PR:		255620
(cherry picked from commit 99620e8229)
2021-05-06 22:22:24 +02:00
Lapo Luchini afa1357f1c www/tomcat10: Fix shebang in rc.d script
PR:		254878
Reported by:	Lapo Luchini <lapo@lapo.it>
Approved by:	vvd@unislabs.com (maintainer)

(cherry picked from commit a5de7b0cf8)
2021-05-06 15:26:31 +02:00
Bernhard Froehlich 2669e386fa
multimedia/minisatip: Update to 1.1.0
(cherry picked from commit 84ccbf4379)
2021-05-06 10:11:17 +00:00
Bernhard Froehlich 20d4b8ed3b
net/wireguard-kmod: Update to 0.0.20210503
(cherry picked from commit 8179632528)
2021-05-06 09:38:21 +00:00
Jan Beich 61257645fe graphics/mesa-devel: update to 21.1.b.1095
Changes:	2d5b64818f...3424318ec3
(cherry picked from commit 4ed0b328d1)
2021-05-06 00:50:40 +00:00
Bernhard Froehlich 4f84f5901d
multimedia/minisatip: Update to 1.0.6
(cherry picked from commit 348acda125)
2021-05-05 17:45:38 +00:00
Mateusz Piotrowski 5ca8559e6f sysutils/ansible2*: Deprecate unsupported versions
EXPIRATION_DATE will be set in another commit,
which is not going to be MFH'ed.

MFH:		2021Q2
(cherry picked from commit 10bb4c5eef)
2021-05-05 16:53:19 +02:00
Mateusz Piotrowski 5456669cad sysutils/ansible: Update to 2.9.21
MFH:		2021Q2
Security:	50ec3a01-ad77-11eb-8528-8c164582fbac
Security:	CVE-2020-10744
Changes:	https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-21

(cherry picked from commit fa8d16c7aa)
2021-05-05 16:53:01 +02:00
Mateusz Piotrowski 78b1adfae9 sysutils/ansible28: Update to 2.8.20
Changes:	https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2-8-20
MFH:		2021Q2
Security:	50ec3a01-ad77-11eb-8528-8c164582fbac
Security:	CVE-2020-10744

(cherry picked from commit 15ecc19489)
2021-05-05 16:52:52 +02:00
Michael Muenz 53e81d788c sysutils/ansible27: Update to 2.7.18
PR:		249501
Changes:	https://github.com/ansible/ansible/blob/stable-2.7/changelogs/CHANGELOG-v2.7.rst#v2-7-18
MFH:		2021Q2
(cherry picked from commit 3cf61bd24e)
2021-05-05 16:33:23 +02:00
Torsten Zuehlsdorff 2bb8fefb3a databases/php74-pdo_pgsql: Apply patch for PHP Bug 81002
The last release introduces a bug, which causes BOOL values inserted into PostgreSQL
converted to INT. This causes exceptions when tried.

Since this is a serious issue, we apply the upstream patch
until it gets official released

Approved by:	madpilot
Sponsored by:	Bounce Experts
Differential Revision:	https://reviews.freebsd.org/D30117

(cherry picked from commit 8aea544d5b)
2021-05-05 13:48:00 +02:00
Torsten Zuehlsdorff 60f4fa9eed databases/php80-pdo_pgsql: Apply patch for PHP Bug 81002
The last release introduces a bug, which causes BOOL values inserted into PostgreSQL
converted to INT. This causes exceptions when tried.

Since this is a serious issue, we apply the upstream patch
until it gets official released

Reported by:	madpilot
Sponsored by:	Bounce Experts
Differential Revision:  https://reviews.freebsd.org/D30117

(cherry picked from commit 31d2c89e27)
2021-05-05 13:47:40 +02:00
Fernando Apesteguía df8e7a7f69 sysutils/sysvbanner: set new MAINTAINER
Submitter becomes MAINTAINER. Already maintener of x11-themes/slim-themes

PR:	255531
Reported by:	d.oriented@gmail.com
MFH:	2021Q1

(cherry picked from commit bae0065b34)
2021-05-05 10:17:38 +02:00
Christoph Moench-Tegeder e2759ff309 www/firefox: update to 88.0.1 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/88.0.1/releasenotes/

(cherry picked from commit 8152cce6ee)
2021-05-05 00:53:37 +02:00
Yuri Victorovich 830b6576b2 x11/py-xdot: Add missing dependency NumPy
Approved by:	portmgr blanket

(cherry picked from commit 81bb1c7e21)
2021-05-04 15:32:19 -07:00
Jan Beich 068a647b0b x11/fuzzel: update to 1.5.4
Changes:	https://codeberg.org/dnkl/fuzzel/releases/tag/1.5.4
Reported by:	Repology

(cherry picked from commit 3def3f33f4)
2021-05-04 17:20:54 +00:00
Dima Panov 8fc81123cf mail/exim-doc-*: update exim docs to 4.94.2 release to match mail/exim
While here, take maintainersip as part of mail/exim maintenance

(cherry picked from commit b54c6654bb)
2021-05-05 03:07:01 +10:00
Christoph Moench-Tegeder d07fc21651 mail/thunderbird: update to 78.10.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.10.1/releasenotes/

(cherry picked from commit d22bd14aae)
2021-05-04 18:35:57 +02:00
Dima Panov 1cb912fd52 mail/exim: update to 4.94.2 security release
* New upstream security release.
    + Release based on +fixes branch.
    + Fixes multiple security vulnerabilities reported by Qualys and adds
      related robustness improvements. (Special thanks to Heiko)
      CVE-2020-28023: Out-of-bounds read in smtp_setup_msg()
      CVE-2020-28007: Link attack in Exim's log directory
      CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase()
      CVE-2020-28012: Missing close-on-exec flag for privileged pipe
      CVE-2020-28024: Heap buffer underflow in smtp_ungetc()
      CVE-2020-28009: Integer overflow in get_stdinput()
      CVE-2020-28015, CVE-28021: New-line injection into spool header file
      CVE-2020-28026: Line truncation and injection in spool_read_header()
      CVE-2020-28022: Heap out-of-bounds read and write in extract_option()
      CVE-2020-28017: Integer overflow in receive_add_recipient()
      CVE-2020-28013: Heap buffer overflow in parse_fix_phrase()
      CVE-2020-28011: Heap buffer overflow in queue_run()
      CVE-2020-28010: Heap out-of-bounds write in main()
      CVE-2020-28018: Use-after-free in tls-openssl.c
      CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash()
      CVE-2020-28014, CVE-2021-27216: PID file handling
      CVE-2020-28008: Assorted attacks in Exim's spool directory
      CVE-2020-28019: Failure to reset function pointer after BDAT error
  * Incorporate debian patches to turn taint failures into warnings.

(cherry picked from commit 0a629bd710)
2021-05-05 02:03:24 +10:00
Sergey A. Osokin fe770f2337 databases/redis-devel: update to 6.2.3.
PR:	255582

(cherry picked from commit 4396971f29)
2021-05-04 10:49:42 -04:00
Sergey A. Osokin dba333b8e3 databases/redis: update to 6.0.13.
PR:	255581

(cherry picked from commit e5e044792d)
2021-05-04 09:45:20 -04:00
Renato Botelho 1cb655c9ea security/expiretable: Fix build on 13+
get_states() is the reason it stopped building on FreeBSD 13 and newer.
Retire this function since it's not used anywhere and get the build
fixed.

PR:		253547
Reported by:	mike@sentex.net
Reviewed by:	kp
Approved by:	maintainer timeout (2 weeks)
Obtained from:	pfSense
MFH:		2021Q2
Sponsored by:	Rubicon Communications, LLC ("Netgate")

(cherry picked from commit 712ed31c3e)
2021-05-04 09:22:43 -03:00
Mateusz Piotrowski 311e536752 shells/modernish: Fix build
It looks like modernish requires /dev/tty to be available during the
installation as it tries to run its install-time test suite. A solution
to that is wrapping ./install.sh with script(1) to make a TTY available.
Interestingly, if we replace script(1) with daemon(8), we can reproduce
the error present in the pkg fallout logs.

(cherry picked from commit 0e66f42601)
2021-05-04 09:35:20 +02:00
Jan Beich d339d9eb63 graphics/mesa-devel: update to 21.1.b.950
Changes:	ec7923bd97...2d5b64818f
(cherry picked from commit e67ae562eb)
2021-05-04 00:52:49 +00:00
Christoph Moench-Tegeder f272497d45 www/firefox-esr: update to 78.10.1 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/78.10.1/releasenotes/

(cherry picked from commit 27c39d2934)
2021-05-03 22:09:44 +02:00
Bernhard Froehlich 87a5d37396
net/wireguard-kmod: Update to 0.0.20210502
(cherry picked from commit 8b129d0cf6)
2021-05-03 15:00:26 +00:00
Koichiro Iwao a1a861f93c devel/rubygem-rdoc: Update to 6.3.1
PR:		25552
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Relnotes:	https://github.com/ruby/rdoc/commits/v6.3.1
Security:	CVE-2021-31799

(cherry picked from commit 9f9c3a1527)
2021-05-03 23:05:47 +09:00
Jan Beich 92acab7d87 x11/wezterm: update to 20210502.154244.3.f7122.c
Changes:	https://github.com/wez/wezterm/releases/tag/20210502-154244-3f7122cb
Reported by:	GitHub (watch releases)

(cherry picked from commit 34ce0fa06c)
2021-05-03 00:10:24 +00:00
Jan Beich f47ea50a84 x11/wezterm: regen distinfo after 3758b337a1
(cherry picked from commit 71de4243ef)
2021-05-03 00:10:24 +00:00
Torsten Zuehlsdorff 0a518f422a lang/php73: Upgrade from 7.3.27 to 7.3.28
Changelog:

Imap:

    Fixed bug #80710 (imap_mail_compose() header injection).

Sponsored by: Bounce Experts

(cherry picked from commit 413eb8a39f)
2021-05-02 00:47:15 +02:00
Torsten Zuehlsdorff c50191b242 lang/php74: Update from 7.4.16 to 7.4.18
Changelog:

    Core:
        Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
        Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb) 04 Mar 2021, php 7.4.16
        Fixed #80706 (mail(): Headers after Bcc headers may be ignored).
    Dba:
        Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN).
    DOM:
        Fixed bug #66783 (UAF when appending DOMDocument to element).
    FPM:
        Fixed bug #80024 (Duplication of info about inherited socket after pool removing).
    FTP:
        Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open).
    Imap:
        Fixed bug #80710 (imap_mail_compose() header injection).
    Intl:
        Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
    LibXML:
        Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers).
        Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8).
    MySQLnd:
        Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and MySQL 8.0).
        Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an error).
        Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password).
    Opcache:
        Fixed bug #80805 (create simple class and get error in opcache.so).
        Fixed bug #80950 (Variables become null in if statements).
    Pcntl:
        Fixed bug #79812 (Potential integer overflow in pcntl_exec()).
    PCRE:
        Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has 0-width fullstring match).
    PDO_ODBC:
        Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
    PDO_pgsql:
        Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
    phpdbg:
        Fixed bug #80757 (Exit code is 0 when could not open file).
    Session:
        Fixed bug #80774 (session_name() problem with backslash).
        Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
    SOAP:
        Fixed bug #69668 (SOAP special XML characters in namespace URIs not encoded).
    Standard:
        Fixed bug #78719 (http wrapper silently ignores long Location headers).
        Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI).
        Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
        Fixed bug #80915 (Taking a reference to $_SERVER hides its values from phpinfo()).
        Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
    MySQLi:
        Fixed bug #74779 (x() and y() truncating floats to integers).
    OPcache:
        Fixed bug #80682 (opcache doesn't honour pcre.jit option).
    OpenSSL:
        Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP).
    Phar:
        Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb)
        Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives).
        Fixed bug #53467 (Phar cannot compress large archives).
    SPL:
        Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault).
    Zip:
        Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).

Sponsored by: Bounce Experts

(cherry picked from commit 5be5ddc153)
2021-05-02 00:47:06 +02:00
Torsten Zuehlsdorff 9b1dd2d9da lang/php80: Upgrade from 8.0.3 to 8.0.5
Changelog:

    Core:
        Fixed bug #75776 (Flushing streams with compression filter is broken).
        Fixed bug #80811 (Function exec without $output but with $restult_code parameter crashes).
        Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available for static Thread Local Storage).
        Changed PowerPC CPU registers used by Zend VM to work around GCC bug. Old registers (r28/r29) might be clobbered by _restgpr routine used for return from C function compiled with -Os.
    Dba:
        Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN).
    DOM:
        Fixed bug #66783 (UAF when appending DOMDocument to element).
    FFI:
        Fixed bug #80847 (CData structs with fields of type struct can't be passed as C function argument).
    FPM:
        Fixed bug #80024 (Duplication of info about inherited socket after pool removing).
    FTP:
        Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open).
    IMAP:
        Fixed bug #80800 (imap_open() fails when the flags parameter includes CL_EXPUNGE).
        Fixed bug #80710 (imap_mail_compose() header injection).
    Intl:
        Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
    LibXML:
        Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8).
        Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers).
    MySQLnd:
        Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an error).
    Opcache:
        Fixed bug #80839 (PHP problem with JIT).
        Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
        Fixed bug #80786 (PHP crash using JIT).
        Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1).
    Pcntl:
        Fixed bug #79812 (Potential integer overflow in pcntl_exec()).
    PCRE:
        Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has 0-width fullstring match).
    PDO_ODBC:
        Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
    PDO_pgsql:
        Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
    Session:
        Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
        Fixed bug #80774 (session_name() problem with backslash).
    SOAP:
        Fixed bug #69668 (SOAP special XML characters in namespace URIs not encoded).
    Standard:
        Fixed bug #80915 (Taking a reference to $_SERVER hides its values from phpinfo()).
        Fixed bug #80914 ('getdir' accidentally defined as an alias of 'dir').
        Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI).
        Fixed bug #78719 (http wrapper silently ignores long Location headers).
        Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
    Zip:
        Fixed bug #80825 (ZipArchive::isCompressionMethodSupported does not exist).

Sponsored by:	Bounce Experts

(cherry picked from commit 3de8c62ac4)
2021-05-02 00:46:21 +02:00
Tobias Kortkamp 17bffeb5ef
shells/oksh: Update to 6.9
Changes:	https://github.com/ibara/oksh/releases/tag/oksh-6.9
(cherry picked from commit 93d3c77d17)
2021-05-01 20:39:02 +02:00
Tobias Kortkamp 0c9d78d06b
security/signify: Update keys for OpenBSD 6.9
(cherry picked from commit dd5e5f7f96)
2021-05-01 20:38:56 +02:00
Dmitry Marakasov eb03ce1bb3 games/libretro-snes9x2010: fix build
- Fix build by changing gcc-specific argument to clang compatible
  (-flto=auto -> -flto). This change was upstreamed so it may be
  dropped on the next port update. For FreeBSD 11, don't use -flto
  at all to also fix the build.
- While here, minor style fixes

Approved by:	portmgr blanket

(cherry picked from commit b842770973)
2021-05-01 13:23:17 +03:00
Jan Beich 007add3b6e graphics/mesa-devel: update to 21.1.b.764
Changes:	3572e24e74...ec7923bd97
(cherry picked from commit 44a97e74f9)
2021-05-01 00:50:21 +00:00
Jan Beich 14104c38d6 emulators/citra: update to s20210429
Changes:	9ff97270c...edbd6dfe8
(cherry picked from commit 8cc98da01c)
2021-05-01 00:50:20 +00:00
Juraj Lutter 458353b1d3 mail/dovecot-fts-xapian: Update to 1.4.9
- Update to 1.4.9

Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D29956

(cherry picked from commit 3036033a13)
2021-04-30 20:06:33 +02:00
Matthias Wolf 25a5348831 www/chromium: add back patch for aarch64
MFH:		2021Q2
(cherry picked from commit a0ca21b89d)
2021-04-30 17:47:00 +02:00
Don Lewis 4a0870b245 editors/openoffice-4: Upgrade to 4.1.10
* Fixes CVE 2021-30245

  * Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128439

(cherry picked from commit ad5d8f0484)
2021-04-29 22:56:11 -07:00
Don Lewis 6925bbd0c3 editors/openoffice-devel: Upgrade to a newer upstream snapshot
Upgrade to upstream commit 6aec515561

  * Fixes CVE-2021-30245

  * Misc other fixes

The building using the archive format on FreeBSD does not require epm.

(cherry picked from commit 3c571fd4ae)
2021-04-29 15:55:40 -07:00
Kirill Ponomarev ba749872c1 lang/sbcl: Update to 2.1.4
(cherry picked from commit 2970a64926)
2021-04-29 20:18:30 +02:00
Dmitry Marakasov 88aa78cba6 net/serveez: unbreak after guile port rename
(cherry picked from commit fe4fbcfa8d)
2021-04-29 17:26:53 +03:00
Bernhard Froehlich 58cfd7554d
net/wireguard-kmod: Update to 0.0.20210428
(cherry picked from commit 4507e5034c)
2021-04-29 11:17:39 +00:00
Yuri Victorovich 54c8fdf82f www/adguardhome: Update 0.105.2 -> 0.106.0
(cherry picked from commit 19e1b40495)
2021-04-29 02:44:56 -07:00
Mathieu Arnold 44436ff0b0
Update to 9.16.15.
MFH:            2021Q2
Security:       CVE-2021-25214
Security:       CVE-2021-25215
Security:       CVE-2021-25216
Sponsored by:   Absolight

(cherry picked from commit 731ad5e0f06a9de43068b5623c33d1a74d546aea)
2021-04-29 11:38:31 +02:00
Mathieu Arnold b273390548
dns/bind911: Update to 9.11.31.
MFH:		2021Q2
Security:	CVE-2021-25214
Security:	CVE-2021-25215
Security:	CVE-2021-25216
Sponsored by:	Absolight

(cherry picked from commit 291f35995908f8221f758db17058f2cb4f88c9aa)
2021-04-29 11:38:26 +02:00
Matthias Wolf a7dc410fd7 www/chromium: update to 90.0.4430.93
MFH:		2021Q2
Security:	https://vuxml.freebsd.org/freebsd/9fba80e0-a771-11eb-97a0-e09467587c17.html
(cherry picked from commit 448693e731)
2021-04-29 10:31:11 +02:00
Rene Ladan 1e5773db64 www/chromium: mark BROKEN on 11/i386 for now
(cherry picked from commit 8ea13f9d59)
2021-04-29 10:30:57 +02:00
Matthias Wolf 1386330851 www/chromium: update to 90.0.4430.85
Tested by:	Matthias Wolf, rene
MFH:		2021Q2
Security:	http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html

(cherry picked from commit be6259aac7)
2021-04-29 10:30:38 +02:00
Jan Beich f8d0b1ac0b graphics/mesa-devel: update to 21.1.b.684
Changes:	6b18fcb38b...3572e24e74
(cherry picked from commit 942bed6edb)
2021-04-29 00:42:20 +00:00
Jan Beich b5da4a1eee x11-servers/xwayland-devel: switch to better maintained mirror
freedesktop repo seems to be ~1 month out of date, so getting updates
required syncing upstream changes via temporary forks.

(cherry picked from commit 3130ade8f8)
2021-04-29 00:41:05 +00:00
Jan Beich 368e0f4b80 x11-servers/xwayland-devel: update to 1.20.0.917
Changes:	7e142cb2a...a50a0e348
(cherry picked from commit 1fbe500fd1)
2021-04-29 00:41:04 +00:00
Jan Beich af2f4e125c x11-servers/xwayland-devel: update to 1.20.0.914
Changes:	7aaf54a18...7e142cb2a
(cherry picked from commit 27a23c28fc)
2021-04-29 00:40:49 +00:00
Juraj Lutter 0561f37256 sysutils/virt-what: Update to 1.21
- Update to 1.21

Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D29859

(cherry picked from commit f62ab73224)
2021-04-28 23:18:21 +02:00
Dmitry Marakasov 7a06623c03 devel/sdl20: backport Wayland fix for games/supertuxkart
PR:		255418
Reported by:	stephan@lichtenauer.co.za
Submitted by:	jbeich

(cherry picked from commit b46d53b6ce)
2021-04-28 22:07:42 +03:00
Neel Chauhan d32e025e49 mail/sympa: Update to 6.2.62
Changes: https://sympa-community.github.io/security/2021-001.html

PR:		255455
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH:		2021Q2 (security blanket)
Security:	31a7ffb1-a80a-11eb-b159-f8b156c2bfe9

(cherry picked from commit 681b324cbd)
2021-04-28 10:00:13 -07:00
Kirill Ponomarev d4c33f4a05 sysutils/cbsd: Update to 13.0.5
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.5

Reported by:	maintainer

(cherry picked from commit 2e04f85f13)
2021-04-28 12:43:02 +02:00
Adriaan de Groot 0a60e2ebf3 astro/nightfall: update to latest upsteam and remove BROKEN
Bump to more recent(?) release from the website; German-only
	https://www.la-samhna.de/nightfall/index.html

(cherry picked from commit 7ea9db4bfd)
2021-04-28 11:20:49 +02:00
Tobias Kortkamp 9bcb1fb8c4
Fix ports that pull main distfile from CRATESIO (D29760)
- Put distfiles into CARGO_DIST_SUBDIR where they were not
- Use correct crate file extension

MFH:		2021Q2 (to ease future cherry picks)
(cherry picked from commit 89c1633d11)
2021-04-28 07:32:48 +02:00
Tobias Kortkamp 449cc76c95
Mk/Uses/cargo.mk: Use canonical crate file extension going forward
Crates should have the file extension .crate not .tar.gz.  Cargo
saves them with that extension and it is also what their original
name was according to file(1):

$ file rust/crates/*
rust/crates/better-panic-0.2.0.tar.gz:gzip compressed data, was "better-panic-0.2.0.crate"
rust/crates/binary-space-partition-0.1.2.tar.gz:gzip compressed data, was "binary-space-partition-0.1.2.crate"
...

The only reason we used .tar.gz is that it was that way in OpenBSD's
devel/cargo/cargo.port.mk module.  At the moment they are all .tar.gz
but they might have a different format in the future.

Doing a delayed rollout of this over a change-everything-once
approach to

- not immeditately invalidate all uncommitted port changes or
  external ports
- not make sweeping changes twice in main and 2021Q2

at the cost of having a transition period where mirrors might have
to carry both the .tar.gz and .crate tarballs (all crates combined
are ~600 MiB).

Reviewed by:	jbeich
MFH:		2021Q2 (to ease future cherry picks)
Differential Revision:	https://reviews.freebsd.org/D29760

(cherry picked from commit 3758b337a1)
2021-04-28 07:31:45 +02:00
Luca Pizzamiglio 332722659b
Uses/cargo: Improve URL subsitution for ports using CARGO_USE_GIT[HUB|LAB]
While maintaing a rust application, I found a cargo.toml that specifies
the git URL with { git="https://..." }, cargo.mk expects a form like { git = "https://" }.
This patch improve the regex making the spaces around the '=' optional
Test: built all ports using the CARGO_USE_GIT feature

Approved by: tobik
Differential Revision: https://reviews.freebsd.org/D29805

(cherry picked from commit 58744a0909)
2021-04-28 07:31:42 +02:00
Tobias Kortkamp 057872f5b8
Speed up USES=cargo ports ops
MASTER_SITES aliases processing in the framework is very inefficient
and the CRATESIO indirection is not worth it.  Normally ports only
have a handful of sites at most, but USES=cargo currently adds one
site for each crate by necessity.  The inefficiency suddenly matters
a lot.

By consuming MASTER_SITE_CRATESIO directly we can sidestep this
issue without losing anything.

Before:
$ time make -C www/zola -V MASTER_SITES >/dev/null
        4.21 real         4.14 user         0.03 sys

After:
$ time make -C www/zola -V MASTER_SITES >/dev/null
        0.60 real         0.58 user         0.02 sys

(cherry picked from commit ffd4db6b94)
2021-04-28 07:31:36 +02:00
Dmitry Marakasov 9437391edf devel/i386-gcc: fix build (by patching devel/powerpc64-gcc)
(cherry picked from commit 2cb9e22fc6)
2021-04-27 21:15:10 +03:00
Dmitry Marakasov 3de0f58c7f math/mingw32-libgmp: mark BROKEN on FreeBSD >= 13
(cherry picked from commit 4f4c95193b9e8047e32f95272cddd1161e1902f4)
2021-04-27 20:51:31 +03:00
Dmitry Marakasov 116b95e866 devel/performance: mark BROKEN on FreeBSD 11
(cherry picked from commit cdb9a64fa3)
2021-04-27 20:51:31 +03:00
Dmitry Marakasov 0fac0c916c x11-toolkits/gnustep-gui: mark BROKEN on FreeBSD 11
(cherry picked from commit f7bec77758)
2021-04-27 20:51:30 +03:00
Dmitry Marakasov 7ba955da51 devel/projectcenter: mark BROKEN
(cherry picked from commit 0a92428555)
2021-04-27 20:51:30 +03:00
Dmitry Marakasov 653c1d4827 cad/jspice3: mark BROKEN on FreeBSD >= 13
(cherry picked from commit 692351b529)
2021-04-27 20:51:30 +03:00
Dmitry Marakasov e43ff04fcd lang/gprolog: mark BROKEN
(cherry picked from commit fd84b36be8)
2021-04-27 20:51:30 +03:00
Dmitry Marakasov b0f4aece2f sysutils/lttng-tools: mark BROKEN on FreeBSD >= 13
(cherry picked from commit f27bcbb8c20dd2bb6412cc4e95c1a34d431986c0)
2021-04-27 20:51:29 +03:00
Li-Wen Hsu cb5cf94e14
sysutils/bpytop: Update to 1.0.64
(cherry picked from commit 3a99118119)
2021-04-28 01:35:09 +08:00
Kirill Ponomarev f39d8e48af databases/clickhouse: Add forgotten patch.
Reported by:	maintainer

(cherry picked from commit 2519b10407)
2021-04-27 08:55:16 +02:00
Jan Beich a6d30d9777 graphics/mesa-devel: update to 21.1.b.550
Changes:	939bf7a419...6b18fcb38b
(cherry picked from commit 0ae18b07e4)
2021-04-27 00:32:30 +00:00
Jan Beich 131a54669a graphics/mesa-devel: update to 21.1.b.494
Changes:	0f4ba349e9...939bf7a419
(cherry picked from commit cfd6661514)
2021-04-27 00:32:23 +00:00
Jan Beich c151203e13 graphics/mesa-devel: update to 21.1.b.400
Changes:	750ddf3239...0f4ba349e9
(cherry picked from commit 5de8fcffde)
2021-04-27 00:32:17 +00:00
Jan Beich bc13e9a33f graphics/mesa-devel: update to 21.1.b.238
Changes:	c74d93cf01...750ddf3239
(cherry picked from commit 338d8ba0f7)
2021-04-27 00:32:04 +00:00
Jan Beich 88d372de4f graphics/mesa-devel: update to 21.1.b.176
Changes:	9b71154353...c74d93cf01
(cherry picked from commit e502b6db28)
2021-04-27 00:31:57 +00:00
Jan Beich d05fa07bb0 emulators/citra: update to s20210423
Changes:	b3cab3c45...9ff97270c
(cherry picked from commit 49db61ed3b)
2021-04-27 00:31:03 +00:00
Jan Beich 3d1d519c6d www/flexget: update to 3.1.111
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.109...v3.1.111
Reported by:	Repology

(cherry picked from commit 87cf4d85c9)
2021-04-27 00:29:47 +00:00
Yuri Victorovich eb0aa9a329 devel/vexcl: Update 1.4.1 -> 1.4.1-120 which also fixes bug with boost includes (see PR)
PR:		255416
Reported by:	Thibault Payet <monwarez@mailoo.org>

(cherry picked from commit 9e7b3c2128)
2021-04-26 11:58:46 -07:00
Emanuel Haupt 7fa75f77eb graphics/delaboratory: fix build with LLVM 11 libc++
Rename local semaphore.h to keep it from accidentally being picked up
by libc++ headers in place of the system <semaphore.h>.

Obtained from:	OpenBSD
2021-04-26 19:40:43 +02:00
Dmitry Marakasov 29a43baec4 security/osslsigncode: extend BROKEN to FreeBSD 14 2021-04-26 19:40:25 +03:00
Dmitry Marakasov 56f2bb4780 www/blastbeat: extend BROKEN to FreeBSD 14 2021-04-26 19:38:36 +03:00
Dmitry Marakasov 8414820f7d security/openscep: extend BROKEN to FreeBSD 14 2021-04-26 19:37:50 +03:00
Dmitry Marakasov b1ef04432b emulators/quasi88: fix build 2021-04-26 17:54:44 +03:00
Dmitry Marakasov 8d9339654d games/eboard: fix build 2021-04-26 17:53:41 +03:00
Dmitry Marakasov d11db50e78 games/gigalomania: fix build 2021-04-26 17:53:12 +03:00
Dmitry Marakasov d910fa536b graphics/xfpovray: mark BROKEN on FreeBSD >= 13 2021-04-26 17:52:43 +03:00
Dmitry Marakasov fe35f0c1c2 comms/uartlirc: mark BROKEN on FreeBSD >= 13 2021-04-26 17:52:07 +03:00
Dmitry Marakasov 65a238e1af comms/hcidump: fix build 2021-04-26 17:51:20 +03:00
Dmitry Marakasov cd2254b04d science/fisicalab: mark BROKEN 2021-04-26 17:51:01 +03:00
Dmitry Marakasov 18080f1040 sysutils/pflogx: mark BROKEN on FreeBSD >= 13 2021-04-26 17:50:41 +03:00
Dmitry Marakasov 61fac2860c mail/gnumail: mark BROKEN 2021-04-26 17:50:01 +03:00
Dmitry Marakasov 00b14a993a sysutils/runwhen: mark BROKEN 2021-04-26 17:49:34 +03:00
Dmitry Marakasov fb418298da devel/api-sanity-autotest: fix build 2021-04-26 17:48:44 +03:00
Dmitry Marakasov 8381dbb242 lang/visualworks: mark BROKEN: does not fetch 2021-04-26 17:48:20 +03:00
Dmitry Marakasov 559cad9f94 games/gnurobots: fix build 2021-04-26 17:47:58 +03:00
Fernando Apesteguía efb41c481e databases/ip4r: set new MAINTAINER
Set MAINTAINER to axel.rau@chaos1.de, already maintainer of several ports

PR:	255317
Reported by:	axel.rau@chaos1.de

(cherry picked from commit c7e7e9abc2)
2021-04-26 12:14:00 +02:00
Palle Girgensohn 8586ae798f security/shibboleth-sp: Update to 3.2.2
This is a security fix for an issue that has not yet been disclosed. The
vuxml entry will be updated once the CVE is available.

The patch to mitigate the vulnerability was introduced already on
2021-04-23 in the FreeBSD port as 3.2.1_1.

Security:	e4403051-a667-11eb-b9c9-6cc21735f730

(cherry-picked from commit 19889886e5)
2021-04-26 11:38:53 +02:00
Yuri Victorovich c9f9ae1515 www/adguardhome: Add rc script and pkg-message
(cherry picked from commit c70aa54be27431b2e6b0adca99b3f733d2cf9200)
2021-04-25 13:53:36 -07:00
Yuri Victorovich 63a2b7669b www/adguardhome: Use pre-bilt html frontend tarballs and mantenance mode which allows to build them.
Port was broken without this since they recently added the need for html
frontend being presend before build and such frontend was missing.

Reported by:	Sandro Wirth <sandro.wirth@posteo.de>

(cherry picked from commit 990e47d4e4)
2021-04-25 13:53:35 -07:00
Jan Beich 2a60a3fbd0 www/gallery-dl: update to 1.17.3
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.17.3
Reported by:	GitHub (watch releases)

(cherry picked from commit 3394120fd8)
2021-04-25 20:32:34 +00:00
Jan Beich a5986e8383 www/youtube_dl: update to 2021.04.26
Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.26
Reported by:	GitHub (watch releases)

(cherry picked from commit 943a2fd041)
2021-04-25 19:08:13 +00:00
Bernhard Froehlich a3bb4c38f3
net/wireguard-kmod: Add patch to fix panic due to missing epoch tracking in transmit
Obtained from:	https://git.zx2c4.com/wireguard-freebsd/commit/?id=e03bf597383cef7f16c41fa4952a6b04093e9e64

(cherry picked from commit 98c107c856)
2021-04-25 18:33:47 +00:00
Bernhard Froehlich 143f4ef927
net/wireguard-tools: Update to 1.0.20210424
(cherry picked from commit b7985f90c1)
2021-04-25 17:34:14 +00:00
Po-Chuan Hsieh 7adfd10e35
net/wireguard-tools: Use WRKSRC_SUBDIR
Approved by:	portmgr (blanket)

(cherry picked from commit 7b932c360f)
2021-04-25 17:33:55 +00:00
Bernhard Froehlich 637319fe2c
net/wireguard-kmod: Update to 0.0.20210424
(cherry picked from commit 4933972df0)
2021-04-25 17:28:57 +00:00
Po-Chuan Hsieh df94c37f68
net/wireguard-kmod: Use WRKSRC_SUBDIR
Approved by:	portmgr (blanket)

(cherry picked from commit 8f9e838c66)
2021-04-25 17:28:30 +00:00
Bernhard Froehlich 06eb101ec6
net/wireguard-kmod: Update to 0.0.20210415
(cherry picked from commit a8664db756)
2021-04-25 17:27:01 +00:00
Lewis Cook 91c1be95cd devel/gh: Resolve conflict with shells/fish
PR:		255384
Reported by:	Bjorn Neergaard <bjorn@neersighted.com>

(cherry picked from commit 36d76902ab)
2021-04-25 15:31:08 +01:00
Rodrigo Osorio ff55ae246a graphics/ufraw: Upgrade to latest version
Major changes:
    * Intagrate multipleple fixes from openSUSE
    * Fix build against glib-2.68
    * ufraw_preview: do now overwrite configuration with preview size
    * ufraw-gimp: properly send EXIF data to Gimp 2.9 and later
    * Suppress compiler warnings on implicit fallthrough
    * ufraw_developer: use fabs() instead of abs() for double
    * Fix GCC 9 OpenMP issues by drop default(none)
    * From Gentoo ufraw-0.17-cfitsio-automagic.patch
    * From Gentoo ufraw-0.22-jasper-automagic.patch
    * From Gentoo ufraw-0.22-jpeg9.patch
    * From Gentoo ufraw-0.22-exiv2-0.27.patch
    * 05_CVE-2018-19655.patch from Debian
    * Prevent crash when camera specified in .ufraw file is not in lensfun db
    * Fix crash on destroy of lensfun object on PEF images

Security:	CVE-2018-19655
MFH:		2021Q2
(cherry picked from commit 0e861af155)
2021-04-25 12:21:06 +02:00
Kirill Ponomarev ebf2969e3a databases/clickhouse: update to 21.3.6.55-lts
PR:		255352
Reported by:	maintainer

(cherry picked from commit af7179f8cc)
2021-04-25 08:50:17 +02:00
Bernhard Froehlich 6b04cf205a
net/wireguard-go: Update to 0.0.20210424
(cherry picked from commit fa23bcdfc5)
2021-04-24 18:17:16 +00:00
Rodrigo Osorio 46fb56020c archivers/rpm4: Upgrade to 9.1.3
Major changes:
    Fix for CVE-2021-3421, CVE-2021-20271 and CVE-2021-20266
    additional fixes for important bugs

Full changelog: https://rpm.org/wiki/Releases/4.16.1.3

Security:	CVE-2021-3421
Security:	CVE-2021-20271
Security:	CVE-2021-20266
MFH:		2021Q2
(cherry picked from commit 1cabbfe3ca)
2021-04-24 21:30:16 +02:00
Jan Beich dd9d2b6776 graphics/vulkan-caps-viewer: update to 3.01
Changes:	https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.01
Reported by:	GitHub (watch releases)

(cherry picked from commit 93f93fa751)
2021-04-24 11:45:13 +00:00
Neel Chauhan b73e50d708 security/suricata: update to 6.0.2
Changes: https://redmine.openinfosecfoundation.org/versions/162

PR:		255342
Submitted by:	Franco Fichtner <franco AT opnsense DOT org> (maintainer)
2021-04-23 09:42:45 -07:00
Neel Chauhan 56268cfe68 lang/mecrisp-stellaris: fix build problems
PR:		254945
Submitted by:	Robert Clausecker <fuz AT fuz DOT su> (maintainer)
MFH:		2021Q2

(cherry picked from commit 4a19295b95)
2021-04-23 09:38:07 -07:00
Jan Beich 894c1d0b9a www/firefox: update gamepad patch
(cherry picked from commit cdf1aef1cc)
2021-04-23 16:13:33 +00:00
Brooks Davis c994f09196 devel/llvm12: Update to 12.0.0 release
(cherry picked from commit 95d9554b59)
2021-04-23 16:11:03 +00:00
Brooks Davis f4f2dcaee5 llvm12: Update to 12.0.0rc4
(cherry picked from commit 847e7c304a)
2021-04-23 16:11:03 +00:00
Brooks Davis 3ce785449f llvm12: Disable LLDB on non-x86 architectures
The 12.0.0 branch point hit point in the rework of FreeBSD debug targets
were non-x86 architectures are broken.  For now, simply disable LLDB
builds on those platforms.

PR:		254082
(cherry picked from commit cc0bbd8608)
2021-04-23 16:11:03 +00:00
Brooks Davis 5390741fcf llvm12: rework handling undefined options
Define a list of options and for any that aren't defined for the current
architecture add a PLIST_SUB entry as through the option were defined and
disabled.

(cherry picked from commit c9a3a7442f)
2021-04-23 16:11:02 +00:00
Lewis Cook 0854e25207 shells/fish: Update to 3.2.2
Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.2.2

(cherry picked from commit 93946d8aaa)
2021-04-23 16:08:52 +01:00
Koichiro Iwao 1d1ebc8f3d devel/ruby-build: Update to 20210423
* Fix hashes for TruffleRuby GraalVM 21.1.0

Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20210423
(cherry picked from commit 0d028b527b)
2021-04-23 22:16:31 +09:00
Dmitry Marakasov 5287994291 games/sgt-puzzles: update to 20210420
This syncs the port with master branch to fix fetch, for upstream
does not preserve older distfile versions.
2021-04-23 12:20:46 +03:00
Yuri Victorovich 0b45aff970 science/mbdyn: Unbreak build by properly implementing get_nprocs() for FreeBSD.
It looks like it was only built for one CPU before and didn't fail.
Some change in the underlying libraries triggered the build to become
multi-CPU and it began failing because get_nprocs() wasn't available
for FreeBSD and also was't properly linked to the surrounding code.
Reported by:	fallout

(cherry picked from commit c4254019d8)
2021-04-22 15:17:44 -07:00
Dmitry Marakasov aeb34a5d6f games/brumbrumrally: fix build on 11 by disabling LTO 2021-04-22 20:20:05 +03:00
Dmitry Marakasov ef47add9a3 games/hedgewars: mark BROKEN on i386
Link fails with 'ld: error: duplicate symbol: LandDirty_dimension_info'
on some code converted from pascal to C, so this would be non-trivial
to fix.
2021-04-22 20:19:28 +03:00
Dmitry Marakasov fee070d6b4 games/supertuxkart: mark BROKEN on i386 2021-04-22 20:14:53 +03:00
Thierry Thomas f46e4ccd84 math/sage: work-around to chase the upgrade of py-docutils to 0.17
There is no subdir hu for Hungarian under $PYTHON_SITELIBDIR/docutils/languages
and since the upgrade to textproc/py-docutils to 0.17 this causes a failure in
dochtml when building Sage.

Neither the upgrade to 0.17.1 proposed in PR 255197 solves the problem: as a
work-around this modification only removes the build of a_tour_of_sage for hu.

(cherry picked from commit 4a9bb724e8)
2021-04-22 18:54:56 +02:00
Jan Beich 03184d2a16 x11-toolkits/qt5-gui: unbreak on FreeBSD >= 13.0 armv[67]
/usr/bin/cc ... -fno-integrated-as ... ../3rdparty/pixman/pixman-arm-neon-asm.S -o .obj/pixman-arm-neon-asm.o
cc: error: unable to execute command: Executable "as" doesn't exist!
cc: error: assembler command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout

(cherry picked from commit 7ebdbb52f8)
2021-04-22 14:33:07 +00:00
Kirill Ponomarev be8130a6d0 devel/py-aiologger: Update to 0.6.1
(cherry picked from commit e0fc25630c)
2021-04-22 15:28:15 +02:00
Lewis Cook d1b07b5de8 www/lagrange: Make SSE4.1 support optional
Older class AMD64 and i386 CPUs do not support
SSE4.1, so make it opt-in instead.  This is a
problem since a build host may support the
feature-set whilst a package consumer does not,
causing an unexpected crash upon starting
the application.

(cherry picked from commit 6a9dfe8760)
2021-04-22 14:07:56 +01:00
Rene Ladan 1cd7238bc5 devel/include-what-you-use: update to 0.15
PR:             255189
Approved by:    koobs (maintainer)
MFH:		2021Q2 (several bugfix releases)

(cherry picked from commit 2c9f5d1cb5)
2021-04-22 14:41:24 +02:00
Guido Falsi fd679460e9 emulators/virtualbox-ose-additions: Fix vboxvfs panic
Fix panic on mount when trying to use vbox VFS after
base r355790 (or git commit hash 6fa079fc3f5e).

PR:		255208
MFH:		2021Q2
(cherry picked from commit 8a311de0cb)
2021-04-22 10:20:39 +02:00
Yuri Victorovich a5bd958ec7 audio/rhvoice: Follow the GitHub account rename; Integrate with speech-dispatcher
(cherry picked from commit ecc0623c5d)
2021-04-21 17:53:07 -07:00
Matthias Andree 08c22f24c9 security/openvpn: security update to v2.5.2
Changelog:	https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-252

Security:       CVE-2020-15078
Security:       efb965be-a2c0-11eb-8956-1951a8617e30
MFH:		2021Q2
(cherry picked from commit 6271ca01ce9d0733b650b42cdf98813b27758370)
2021-04-21 19:48:38 +02:00
Jan Beich 0328b14089 multimedia/vapoursynth: update to R53
Changes:	http://www.vapoursynth.com/2021/04/r53-once-more-there-are-bug-fixes/
Changes:	https://github.com/vapoursynth/vapoursynth/compare/R52...R53
Reported by:	GitHub (watch releases)

(cherry picked from commit 8b7214f156)
2021-04-21 17:43:52 +00:00
Koichiro Iwao 3590f90e1c devel/ruby-build: Update to 20210420
* Warn EoL for Ruby 2.5
* Add mruby-3.0.0
* Add TruffleRuby 21.1.0

Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20210420
(cherry picked from commit 361ed52261)
2021-04-21 20:28:32 +09:00
Kai Knoblich 8e7d4134d3 devel/pycharm-pro: Fix staging with non-default Python versions
* Replace two occurrences in pkg-plist where PYTHON_VER shouldn't be
  used as a substitution because "3.7" is really hardcoded in the paths.

PR:		253815
Approved by:	portmgr (build fix)
MFH:		2021Q2

(cherry picked from commit 980acd0250)
2021-04-21 10:02:18 +02:00
Yuri Victorovich ef68157924 multimedia/musikcube: Fix build on 13+ by properly linking to base OpenSSL
Reported by:	fallout

(cherry picked from commit 089d935ab1)
2021-04-21 00:11:33 -07:00
Matthias Fechner a0aac57724 www/gitlab-ce: Security update to 13.10.3.
Changelog:
https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/
(cherry picked from commit 77d6936ce6)
2021-04-21 08:08:43 +02:00
Matthias Fechner 66945d1ea9 security/rubygem-ruby-saml: Update to 1.12.2.
This upgrade is required for gitlab-ce 13.10.3 security update.

Changes:	https://github.com/onelogin/ruby-saml/blob/master/changelog.md

MFH:		2021Q2
(cherry picked from commit e7761c8640)
2021-04-21 08:08:30 +02:00
Po-Chuan Hsieh 18679678e1 textproc/rubygem-rexml: Update to 3.2.5
Changes:	https://github.com/ruby/rexml/blob/master/NEWS.md
(cherry picked from commit 3d1a0c161c)
2021-04-21 08:08:16 +02:00
Adriaan de Groot d7bd94998c graphics/spectacle: avoid crash with export-plugins
This is upstream MR
	https://invent.kde.org/graphics/spectacle/-/merge_requests/61
and avoids crashes when clicking almost any entry in the
*export* menu.

PR:		252313
2021-04-21 00:49:35 +02:00
Bryan Drewery 50b2241907 Another openssh version fix for CVE-2021-28041.
Reported by:	leres

(cherry picked from commit d51bb525343c53e0a111b86a7c15c59bcfa6b15f)
2021-04-20 12:28:20 -07:00
Li-Wen Hsu ece846ce0a
devel/jenkins-lts: Update to 2.277.3
MFH:		2021Q2
Security:	e358b470-b37d-4e47-bc8a-2cd9adbeb63c
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit f1101c72bf)
2021-04-21 03:27:43 +08:00
Bryan Drewery b93b57f8a2 Fix openssh version in entry for CVE-2021-28041
Reported by:	leres

(cherry picked from commit da89336b8d)
2021-04-20 08:39:06 -07:00
Fernando Apesteguía 37865a2ee9 devel/gearmand: Mark BROKEN on FreeBSD 12+
Outdated and doesn't build on 12+

References:
https://portsfallout.com/fallout?port=devel%2Fgearmand$

PR:	255212
Reported by:	daniel.engberg.lists@pyret.net
MFH:	2021Q2

(cherry picked from commit 143627392d)
2021-04-20 16:12:15 +02:00
Mathieu Arnold 043e196d69
Add the prepare-commit-msg hook to the repository.
To make use of it, the easiest way is to run:

  git config --add core.hooksPath .hooks

Discussed with:	bapt

(cherry picked from commit bbc2474ef7)
2021-04-20 13:50:57 +02:00
Christoph Moench-Tegeder f7329c7153 www/firefox-esr: update to 78.10.0
Release Notes:
  https://www.mozilla.org/en-US/firefox/78.10.0/releasenotes/

(cherry picked from commit 1ce7d02f9f)
2021-04-20 13:31:50 +02:00
Christoph Moench-Tegeder f4cd6b757f mail/thunderbird: update to 78.10.0
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/78.10.0/releasenotes/

(cherry picked from commit 9eb245eefc)
2021-04-20 13:08:05 +02:00
Jan Beich d149560bb8 x11/wdisplays: unbreak fetch via fork
fetch: https://codeload.github.com/cyclopsian/wdisplays/tar.gz/1.0?dummy=/cyclopsian-wdisplays-1.0_GH0.tar.gz: Not Found

Suggested by:	/r/swaywm, AUR

(cherry picked from commit bca16f5881)
2021-04-20 00:48:56 +00:00
Adriaan de Groot dc11fcf27d x11-fm/krusader2: fix crash-on-exit
Details are in the patch which has been added; committed upstream.
2021-04-19 23:05:05 +02:00
Kevin Bowling 5675152f8f devel/maven: update to 3.8.1
This is not just a bugfix as it contains three features that cause a change of
default behavior (external HTTP insecure URLs are now blocked by default): your
builds may fail when using this new Maven release, if you use now blocked
repositories. Please check and eventually fix before upgrading.

Changes http://maven.apache.org/docs/3.8.1/release-notes.html

PR:		255161
Approved by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Security:	CVE-2021-26291
		CVE-2020-13956

(cherry picked from commit 887cfadcdf)
2021-04-19 11:00:15 -07:00
Tilman Keskinoz 05109f5192 Fix pkgconfig files.
PR:		254315
Reported by:	Olga Smirnova
Submitted by:	rodrigo

(cherry picked from commit efaa198b60)
2021-04-19 20:56:13 +02:00
Jan Beich 3404d5602a graphics/libplacebo: update to 3.120.2
Changes:	https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.2
Reported by:	Repology

(cherry picked from commit f1926853a2)
2021-04-19 11:16:17 +00:00
Emmanuel Vadot cdbfe8c1c9 graphics/drm-fbsd13-kmod: Update to 5.4.92.g20210419
- Fix kernel panic with sysctl -a when a NAVI10 gpu is present.

(cherry picked from commit 2a988f4b23)
2021-04-19 10:19:13 +02:00
Piotr Kubaj bf868a2c50 www/firefox: fix build on powerpc64*
SupportsMimeType() now uses one argument.

(cherry picked from commit 1dddbd5173)
2021-04-19 09:56:21 +02:00
Christoph Moench-Tegeder 16ad4d8105 www/firefox: update to 88.0 (rc2)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/88.0/releasenotes/

(cherry picked from commit 05c4836c02)
2021-04-19 09:56:07 +02:00
Yuri Victorovich ee6e3de191 multimedia/musikcube: Update 0.96.5 -> 0.96.6 with unbreak at run-time
It was broken on 12 and 11 due to ncurses port vs. base library confusion.

(cherry picked from commit 68457b801e)
2021-04-18 20:35:40 -07:00
Jan Beich 698d0d13ae x11/foot: update to 1.7.2
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.7.2
Reported by:	Repology

(cherry picked from commit 8758065144)
2021-04-18 21:55:32 +00:00
Dima Panov 6cd9d66248 net-p2p/awgg: fix plist
Reported by:	'poudriere bulk -t' failure
Approved by:	portmgr blanket (trivial fix packaging)
MFH:		2021Q2

(cherry picked from commit 168a3c4e3a)
2021-04-19 03:22:35 +10:00
Dima Panov 49dc86f679 security/veracrypt: fix plist
Reported by:	'poudriere bulk -t' failure
Approved by:	portmgr blanket (trivial fix packaging)
MFH:		2021Q2

(cherry picked from commit ce7525e659)
2021-04-19 02:43:40 +10:00
Jan Beich 5499f1d544 x11-wm/sway: backport some fixes for firefox >= 87
Fixes popup flickering with MOZ_ENABLE_WAYLAND. Already included in
sway-1.6 via 2f03c33bdc from /latest package set.

Inspired by:	Arch, Void
2021-04-18 16:15:43 +00:00
Dan Langille 83fdf0df89 Fix the build for net-mgmt/nagios-check_bacula11
This patch has been committed upstream via

https://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-11.0&id=ef3a7fe40a2aee5e7acb3bf3144bba713c9cf982
(cherry picked from commit 80b2fa6dd4)
2021-04-18 12:57:31 +00:00
Dima Panov fa14b05df7 devel/doxygen: update to 1.9.1 release
Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH:	2021Q2

(cherry picked from commit b8ac15afd0)
2021-04-18 20:06:34 +10:00
Kai Knoblich 2dfa69aecb net-mgmt/netbox: Update to 2.10.10
Changelog:

Enhancements:
* Add DC terminal power port, outlet types
* Add Saf-D-Grid power port, outlet types
* Support Markdown rendering for report logs
* Add F connector port type
* Add SFP56 50GE interface type

Bug Fixes:
* Update parent device/VM when deleting a primary IP
* Fix VLAN assignment when editing VM interfaces in bulk
* Update object data when renaming a custom field
* Optimize change log cleanup
* Fix MAC address field display in VM interfaces search form
* Fix custom field filtering for cables, virtual chassis
* Fix choice field filters (multiple models)

https://github.com/netbox-community/netbox/releases/tag/v2.10.10

MFH:		2021Q2
(cherry picked from commit f2a9b3469d)
2021-04-18 11:50:47 +02:00
Po-Chuan Hsieh 98e2f6394b
databases/rubygem-activerecord-session_store: Update to 2.0.0
- Update RUN_DEPENDS: use Rails 6.0

Changes:	https://github.com/rails/activerecord-session_store/releases
(cherry picked from commit 8884130c88)
2021-04-18 15:13:33 +08:00
Po-Chuan Hsieh 1a736a1b1b
ftp/curl: Update to 7.76.0
Changes:	https://curl.haxx.se/changes.html
(cherry picked from commit d45ce11e9a)
2021-04-18 15:12:38 +08:00
Yuri Victorovich d310e34c10 audio/vst3sdk: Unbreak on 11 by adding #define _WITH_GETLINE for getline(3) to be visible
Reported by:	fallout

(cherry picked from commit 6e103bcb57)
2021-04-17 22:42:01 -07:00
Yuri Victorovich 392a2a5c19 audio/vst3sdk: Add patch for missing include statement
Reported by:	fallout

(cherry picked from commit 12913c59e0)
2021-04-17 22:42:01 -07:00
Jan Beich 9331c5b803 x11/slurp: update to 1.3.2
Changes:	https://github.com/emersion/slurp/releases/tag/v1.3.2
Reported by:	GitHub (watch releases)

(cherry picked from commit 30f6f9ae78)
2021-04-17 18:46:56 +00:00
Jan Beich 2b4e509377 x11/grim: update to 1.3.2
Changes:	https://github.com/emersion/grim/releases/tag/v1.3.2
Reported by:	GitHub (watch releases)

(cherry picked from commit cd437bc7cd)
2021-04-17 18:46:55 +00:00
Jan Beich 95bf52b898 multimedia/libgav1: update to 0.16.3
Changes:	https://chromium.googlesource.com/codecs/libgav1/+log/v0.16.0..v0.16.3
Reported by:	portscout

(cherry picked from commit 5abf6717e3)
2021-04-17 15:58:56 +00:00
Poul-Henning Kamp f78eb90120
Deprecate audio/ripit
It has been abandoned upstream.

PR:		248426
Approved by:	maintainer

(cherry picked from commit b2c2d187d0)
2021-04-17 10:25:57 +02:00
Yuri Victorovich 678c26011d devel/juce: Broken on 11
Reported by:	fallout

(cherry picked from commit 4354917d7b)
2021-04-16 23:35:52 -07:00
Thomas Zander 8d949d397f
audio/openal-soft: Update to upstream version 1.21.0.
PR:		252961
Reported by:	fluffy
MFH:		2021Q2

(cherry picked from commit 7c7c9f42b1)
2021-04-17 07:08:08 +02:00
Jan Beich bb63750085 www/youtube_dl: update to 2021.04.17
Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.17
Reported by:	GitHub (watch releases)

(cherry picked from commit e016cd8357)
2021-04-16 21:20:36 +00:00
Jan Beich e9ee6a8920 www/flexget: update to 3.1.109
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.108...v3.1.109
Reported by:	Repology

(cherry picked from commit ab7dc9b008)
2021-04-16 21:02:19 +00:00
Fernando Apesteguía 40b825c324 security/sssd: Fix package with SMB=on
While here, add comment in security/krb5 to remember the obscure dependency in
security/sssd so it does not break again.

PR:	244778
Reported by:	tommyhp2@gmail.com
Tested by:	tommyhp2@gmail.com
MFH:		2021Q2 (build fix)

(cherry picked from commit 11964e74b9)
2021-04-16 19:08:00 +02:00
Jason W. Bacon def8434018 sysutils/desktop-installer: Fix accidentally silenced user prompt
PR:             255087
Reported by:    Ivan Zubov
MFH:            2021Q2 (runtime fix)

(cherry picked from commit 0e084ddc86)
2021-04-16 10:10:50 -05:00
Bryan Drewery 6e8c572eb4 - Fix new jail and ports creation.
Brings in freebsd/poudriere@1c9357d08e

(cherry picked from commit b42828e7fd)
2021-04-15 13:30:13 -07:00
Kai Knoblich bde4898753 net-mgmt/netbox: Update to 2.10.9
Changelog:

Enhancements:
* Add MAC address search field to VM interfaces list
* Omit child devices from non-racked devices list under rack view
* Add column to cable termination objects to display cable color
* Display NAPALM-enabled device tabs only when relevant
* Support disabling TLS certificate validation for Redis

Bug Fixes:
* Fix missing custom field filters for cables, rack reservations
* Add missing count_ipaddresses attribute to VMInterface serializer
* Permit users to manage their own REST API tokens without needing
  explicit permission
* Fix interface connections REST API endpoint
* Support colons in webhook header values
* Do not infer tenant assignment from parent objects for prefixes,
  IP addresses
* Handle exception when attempting to assign an MPTT-enabled model
  as its own parent
* Correct handling of boolean fields when cloning objects

https://github.com/netbox-community/netbox/releases/tag/v2.10.9

MFH:		2021Q2
(cherry picked from commit 2d88de57d5)
2021-04-15 17:21:15 +02:00
Mateusz Piotrowski 4dbbf80e86 textproc/mdbook: Update to 0.4.7
Reported by:	Repology
MFH:		2021Q2
Security:	40b481a9-9df7-11eb-9bc3-8c164582fbac

(cherry picked from commit 54c98296bb)
2021-04-15 16:53:41 +02:00
Matthias Wolf f1500c792b www/chromium: update to 89.0.4389.128
MFH:		2021Q2
Security:	http://vuxml.freebsd.org/freebsd/7c0d71a9-9d48-11eb-97a0-e09467587c17.html
(cherry picked from commit a805b0a20e)
2021-04-15 12:54:40 +02:00
Rene Ladan 3869e43147 www/chromium: pet portclippy
(cherry picked from commit d8400d2cc3)
2021-04-15 12:53:08 +02:00
Jan Beich 3a9aa5b443 graphics/mesa-devel: unbreak standalone build after 4c2cc95952
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: include/vulkan/vulkan_intel.h

PR:		255082
Reported by:	Evgeniy Khramtsov
Regressed by:	https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916860

(cherry picked from commit 116c6c1378)
2021-04-15 10:46:04 +00:00
Fernando Apesteguía fb435cb211 japanese/mh: Remove BROKEN_FreeBSD_13/14 flags
The error was fixed in PR 249013.

PR:	254973
Reported by:	CQG00620@nifty.ne.jp (maintainer)
MFH:	2021Q2 (remove build restriction)

(cherry picked from commit 335c1f36a9)
2021-04-15 11:08:56 +02:00
Thierry Thomas 5517597b8a textproc/aspell: fix a bad regexp after location specifier
PR:		253774
(cherry picked from commit ef24a782a2)
2021-04-15 09:16:48 +02:00
Jan Beich 7797615317 graphics/mesa-devel: update to 21.1.b.21
Changes:	3a56f06998...9b71154353
(cherry picked from commit 2c60eb9e6d)
2021-04-15 00:48:49 +00:00
Jan Beich 41690084b0 x11-servers/xwayland-devel: update to 1.20.0.907
Changes:	66ce61983...7aaf54a18
Security:	CVE-2021-3472
(cherry picked from commit 1a44bdfe4c)
2021-04-15 00:48:41 +00:00
Jan Beich 805ce742a5 x11-servers/xwayland-devel: update to 1.20.0.906
Changes:	b75d0cca2...66ce61983
(cherry picked from commit f8681d893c)
2021-04-15 00:48:41 +00:00
Jan Beich dd94cd310f x11-fonts/fcft: update to 2.3.3
Changes:	https://codeberg.org/dnkl/fcft/releases/tag/2.3.3
Reported by:	Repology

(cherry picked from commit 7e5092138a)
2021-04-15 00:48:19 +00:00
Juraj Lutter ffdef8f610 sysutils/beats6: Update to 6.8.15
(cherry picked from commit 72b4a1887c)
2021-04-14 23:47:58 +02:00
Juraj Lutter de90b93631 textproc/elasticsearch6: Update to 6.8.15
(cherry picked from commit 9fdcf40f3c)
2021-04-14 23:47:50 +02:00
Juraj Lutter c2dfa66954 textproc/kibana6: Update to 6.8.15
- Update to 6.8.15
- Specify rc order more specifically

(cherry picked from commit 1538fc2c8d)
2021-04-14 23:47:30 +02:00
Juraj Lutter a413ca2433 sysutils/logstash6: Update to 6.8.15
(cherry picked from commit 9449c35062)
2021-04-14 23:44:47 +02:00
Bernhard Froehlich fbba1d3be0
multimedia/kodi-addon-pvr.iptvsimple: Update to 7.6.1
(cherry picked from commit cc8b198239)
2021-04-14 18:24:52 +00:00
Bernhard Froehlich 985a0747ba
mail/smtprelay: Update to 1.6.0 and fix REQUIRE in rc.d script
(cherry picked from commit 0bf8c12f5d)
2021-04-14 18:20:07 +00:00
Bernhard Froehlich cb4e2ef2b7
net/wireguard-kmod: Update to 0.0.20210412
(cherry picked from commit 2ef23d42cb)
2021-04-14 18:17:48 +00:00
Bernhard Froehlich e073079f69
net/wireguard-tools: Various fixes for the rc.d scripts
- Introduce wireguard_confdir to rc.d script
- Fix variables and load_rc_config order in rc.d script
- Change rc.d scripts to run earlier after NETWORKING is available

Submitted by:	niels@netbox.org

(cherry picked from commit 9986bb780c)
2021-04-14 18:16:17 +00:00
Bernhard Froehlich 1b259b4cc4
dns/dnscontrol: Fix distfile (upstream tag did not change)
Reported by:	pkg-fallout

(cherry picked from commit 70570f9bb0)
2021-04-14 18:13:29 +00:00
Jung-uk Kim 067ec283a9 graphics/opencv: Fix JAVA option and correct Apache Ant usage
JAVA option did not work because the actual build knob was wrong.
Especially, on a system where devel/apache-ant was installed, ant and
java binaries were automatically detected and enabled even if the JAVA
option was disabled.  While I am here, fix Apache Ant usage by setteing
JAVACMD variable.  Without it, it may pick up java binary from JRE via
javavm(1) from java/javavmwrapper.  If ant script is used with java from
JRE, build fails because it cannot find jar.

Approved by:	tcberner (maintainer)

(cherry picked from commit 71117cddc9)
2021-04-14 12:43:24 -04:00
Tobias Kortkamp d853f98e6c
graphics/libopenraw: Fix fetch
6d447e3feb6d47f958c786eb8ab40b0a7a535818.patch has changed slightly:

-index 3356507f..261b9a92 100644
+index 3356507..261b9a9 100644

(cherry picked from commit e566bd3c9cb470b453a220734421d61579626032)
2021-04-14 14:26:39 +02:00
Wen Heping ac1a56d554 lang/python38: Update to 3.8.9
(cherry picked from commit 771018296f)
2021-04-14 19:21:57 +10:00
Glen Barber b02c01eca9 misc/freebsd-release-manifests: add 13.0-RELEASE, rm 13-RC*
Approved by:	re (gjb)
Sponsored by:	Rubicon Communications, LLC ("Netgate") [gjb]

(cherry picked from commit 2cf0be6dd1)
2021-04-13 23:10:58 -05:00
Adriaan de Groot 3236f55cdc Fix KDE_INVENT use
Not all GitLab installations are the same; KDE_INVENT is one
that still uses the "old" naming scheme, so set WRKSRC for
ports that use that (all of which as "this should be a
temporary solution until there is a real release again").
Fixes build failures (patch, actually, since the extracted
directories didn't match expectations) in e.g. audio/amarok.
2021-04-13 22:55:43 +02:00
Emmanuel Vadot 23351ba6e5 x11/xorg-server: Update to 1.20.11
Changes: https://lists.x.org/archives/xorg/2021-April/060678.html
(cherry picked from commit fdd9474138)
2021-04-13 21:45:50 +02:00
Wen Heping 47ace6c612 lang/python39: Update to 3.9.4
(cherry picked from commit 11cc7534e6)
2021-04-14 04:47:14 +10:00
Dima Panov 43280b4cc9 devel/boost-libs: backport upstream commit to add support to c++20 concepts
Until newer boost is ported, this fixes compilation of client code with errors like
    async_result.hpp: error: concept cannot have associated constraints

See https://github.com/boostorg/asio/issues/312 for details.

PR:		255016
Submitted by:	amdmi3
MFH:		2021Q2

(cherry picked from commit 4902f812a6)
2021-04-13 19:22:02 +10:00
Kirill Ponomarev 4b5cdfeb10 sysutils/cbsd: Update to 13.0.4
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.4
Reported by:	maintainer

(cherry picked from commit 17f2334e19)
2021-04-13 10:25:43 +02:00
Fernando Apesteguía fa9cbe85e2 textproc/iksemel: fix build when openssl is installed.
This port does not build when openssl is installed. Disable it explicitely in
the configure.

PR:	254296
Reported by:	dym@afalina.od.ua
Tested by:	felix@palmen-it.de newton.ja.terry@gmail.com
MFH:		2021Q2 build fix

(cherry picked from commit 0a4dd56b67)
2021-04-13 09:07:25 +02:00
Thomas Zander f56fff0274
Update to upstream release 56.1.0.
Details:
- Enhancements and fixes, see
  https://mkvtoolnix.download/doc/NEWS.md
- In particular, fix a regression in the HEVC parser causing invalid
  memory access.

MFH:		2021Q2
(cherry picked from commit 2a0f957e62)
2021-04-13 07:37:48 +02:00
Jan Beich 8bb4acdcf1 x11/fuzzel: update to 1.5.3
Changes:	https://codeberg.org/dnkl/fuzzel/releases/tag/1.5.3
Reported by:	Repology

(cherry picked from commit 8fafac8dc7)
2021-04-13 04:30:59 +00:00
Thierry Thomas 02294b0568 games/pinball: fix @sample.
Reported by:	pkg-fallout

(cherry picked from commit c896f70997)
2021-04-12 22:12:33 +02:00
Adam Weinberger ddda6b2977 www/gitea: Update to 1.14.0
PR:		254976
Submitted by:	maintainer
2021-04-12 14:31:57 -04:00
Guido Falsi 7969890a3d sysutils/xfce4-settings: Update to 4.16.1
- Remove upstreamed patch
- Also fix plist glitch I introduced by mistake in a previous
  update

MFH:	2021Q2 (due to plist glitch fix)
(cherry picked from commit 7902e4999f)
2021-04-12 20:20:26 +02:00
Guido Falsi da80f601d0 x11/libexo: Update to 4.16.2
This update prevents a crash when GTK is compiled with assertions
turned on

MFH:	2021Q2
(cherry picked from commit 012b17158e)
2021-04-12 20:20:00 +02:00
Paul Floyd cee6d95d3a devel/valgrind: Remove unneeded patches
PR:		254917
Reported by:	ice@extreme.hu

(cherry picked from commit ee96b39b9f)
2021-04-12 13:25:58 -04:00
Jan Beich 8b0a9e4b3e www/flexget: update to 3.1.108
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.95...v3.1.108
Reported by:	portscout, Repology

(cherry picked from commit 108584806b)
2021-04-12 17:21:01 +00:00
Fredrik Eriksson d8ec579e14 net-p2p/py-transmission-rpc: update to 3.2.4
Changes:	https://github.com/Trim21/transmission-rpc/releases
Changes:	https://github.com/Trim21/transmission-rpc/compare/v2.0.4...v3.2.4
PR:		254784
(cherry picked from commit 24b3fe2799)
2021-04-12 17:21:01 +00:00
Dima Panov 6a0f6f4dbb ports-mgmt/synth: update to 2.10 release
While here, take maintainership

(cherry picked from commit 1daf9f81cf)
2021-04-13 01:03:28 +10:00
Eric Turgeon 4dc2ae5533 abandoning ports-mgmt/synth and lang/gcc6-aux
I have not been using synth for a while and I not interested to maintain synth and gcc6-aux anymore.

(cherry picked from commit 1ac0356398)
2021-04-13 01:03:27 +10:00
Lewis Cook 54f1f343d0
sysutils/glow: Update to 1.4.1
Changes: 	https://github.com/charmbracelet/glow/releases/tag/v1.4.1
2021-04-11 21:39:26 +01:00
Guido Falsi 5d54155d9f emulators/virtualbox-ose: Fix build with ports provided SSL library on 11.x
Due to a compiler/linker command line ordering issue, VirtualBox 6
fails to compile on 11.x when a ports provided SSL library is
used.

Fix the order of -L options passed to the linker where the ssl
library is used.

Thanks to  Chad Jacob Milios <milios@ccsys.com> for suggesting the
correct fix.

PR:		254295
Submitted by:	russo@bogodyn.org
MFH:		2021Q2

(cherry picked from commit 423f3dfd75)
2021-04-11 17:08:10 +02:00
Thomas Zander 01071b5bf4
audio/faad: Update to 2.10.0.
Details:
- Update to upstream version 2.10.0.
- Follow upstream development to the GitHub page.
- Remove references to the now-defunct former project page:
  http://www.audiocoding.com/

PR:		254711
Reported by:	pi
MFH:		2021Q2

(cherry picked from commit abd8356cb7)
2021-04-11 16:12:36 +02:00
Thomas Zander 576914ce1c audio/faac: Update to 1.30; switch upstream fetch location to GitHub.
PR:		254710
Reported by:	pi
MFH:		2021Q2

(cherry picked from commit 637a10ebd9)
2021-04-10 18:30:00 +02:00
Matthias Fechner 99fe87d4f5 www/gitlab-ce: bugfix update to 13.10.2.
Changelog:
https://about.gitlab.com/releases/2021/04/01/gitlab-13-10-2-released/

MFH:		2021Q2
(cherry picked from commit bac76e3032)
2021-04-10 13:01:32 +02:00
Matthias Fechner f90ccf6cfc Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628

(cherry picked from commit 911f04257e)
2021-04-10 13:01:27 +02:00
Matthias Fechner 25feb17bca Fix downloading of packages hosted on gitlab.
Gitlab changed the address beginning of April you can download packages
from:
curl 7efd19e371/archive.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz
to:
curl 7efd19e371.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz

The new extracted archive will have a different folder name.
Before it was:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d-7efd19e3716ab6f9146052da76d1bd59ec815f2d
now it is:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d

So all ports using gitlab must regen their distinfo.

PR:		254866
MFH:		2021Q2
Differential Revision:	https://reviews.freebsd.org/D29628

(cherry picked from commit 12ae9706d9)
2021-04-10 12:59:19 +02:00
Kirill Ponomarev b806afa0b9 sysutils/py-dict-toolbox: Update to version 2
(cherry picked from commit cc58f40fbb)
2021-04-10 10:35:27 +02:00
Kirill Ponomarev 3d96d99058 devel/py-pop: Update to 17.1
(cherry picked from commit d3e31d4bb9)
2021-04-10 10:33:42 +02:00
Kirill Ponomarev 7ff738ba8b devel/py-tiamat: Update to 7.7
(cherry picked from commit 130f5fc5a2)
2021-04-10 10:31:41 +02:00
Kirill Ponomarev 378e5d07d6 www/miniflux: reformat Makefile
(cherry picked from commit 893f2c6a34)
2021-04-10 08:44:53 +02:00
Santhosh Raju 21e76fc62f net-im/coyim: Applies the correct fix for gotk3 from upstream.
As of Golang 1.16, the cgo tool will no longer try to translate C struct
bitfields into Go struct fields, even if their size can be represented
in Go. The order in which C bitfields appear in memory is implementation
dependent, so in some cases the cgo tool produced results that were
silently incorrect.

In this case "accel_flags" is the bitwise field in question. A new
declaration for GtkAccelKey structure that does not explicitly access
to 'accel_flags' has been addressed in the patch.

https://github.com/gotk3/gotk3/pull/730

Patch will be removed when vendor library will be updated.

(cherry picked from commit 3a9193de72)
2021-04-10 07:39:16 +05:30
Santhosh Raju 88d99b629e net-im/coyim: Fixes the broken build.
Remove the missing accel_flags for now from gotk3 vendor library.

(cherry picked from commit 46d7ecb8c5)
2021-04-10 07:39:01 +05:30
Jan Beich 35f82d2c65 graphics/mesa-devel: update to 21.0.b.4390
Changes:	00fc85a011...51a812bb60
(cherry picked from commit 4c2cc95952)
2021-04-10 00:43:32 +00:00
Adam Weinberger 78ba3b7c50 www/gitea: Update to 1.13.7
PR:	254930
Submitted by:	maintainer
2021-04-09 18:11:51 -04:00
Neel Chauhan e8fd18d19d security/clamav: Update to 0.103.2
Changes: https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html

PR:		254862
Submitted by:	Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)

(cherry picked from commit e01c3f0b80)
2021-04-09 11:09:51 -07:00
Kirill Ponomarev 391f8751eb lang/sbcl: Reformat Makefile
(cherry picked from commit 5ca6d1d1c0)
2021-04-09 17:32:03 +02:00
Antoine Brodin 72cd30ce03 devel/valgrind: fix PKGBASE collision
(cherry picked from commit 2b3c7a8fdd)
2021-04-09 15:23:19 +00:00
Yoshihiro Takahashi e1fb9ce711 x11/xmascot: clean up port
- fix build with -fno-common and un-expire
- set LICENSE
- fix parallel build
- move to MASTER_SITE of submitter

Add entry to LEGAL

Submitter becomes maintainer

PR:		249011
MFH:		2021Q2
(cherry picked from commit ffce9c1d6d)
2021-04-09 17:09:16 +02:00
Jan Beich fd2394bb54 lang/intel-compute-runtime: avoid exit crash after 4f322003b416
Previously fixed by 21b8a28407f1 but regressed due to 7fb391c17c8b
taking a different path/file after 4f322003b416 which incompletely
rebased on https://github.com/intel/compute-runtime/commit/d223508cadcd

$ clinfo
[...]
Abort was called at 242 line in file: shared/source/os_interface/linux/drm_neo.cpp
2021-04-09 12:34:35 +00:00
Jan Beich 58126fd013 lang/intel-compute-runtime: update to 21.14.19498
Changes:	https://github.com/intel/compute-runtime/compare/21.13.19438...21.14.19498
Reported by:	GitHub (watch releases)

(cherry picked from commit 5c097dca25)
2021-04-09 12:17:57 +00:00
Jan Beich b564845d4b x11-toolkits/wlroots: move experimental label to CONSOLEKIT
ConsoleKit2 support uses a patch rejected upstream, and upstream plans
to simplify session handling via libseat by dropping other session backends.

(cherry picked from commit ddeb3e2d7f)
2021-04-08 23:35:04 +00:00
Paul Floyd 4c65f1b552 devel/valgrind: Update to be based on release version of Valgrind 3.17
Also, re-assign the submitter as maintainer.

PR:		254506
Approved by:	zeising (maintainer)

(cherry picked from commit 4395c84bf8)
2021-04-08 19:30:43 -04:00
Jung-uk Kim 077df0087e devel/valgrind-devel: Fix pkg-plist for option MANPAGES
It was accidentally broken by r568304.

PR:		254687
Approved by:	Paul Floyd <pjfloyd@wanadoo.fr> (maintainer)

(cherry picked from commit 2ffc589066)
2021-04-08 19:20:43 -04:00
Matthias Andree 1994ab8365 dns/dnsmasq: security update to v2.85 release
Changelog:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.85

Configurations where server lines contain a @ character,
f.i. server=1.1.1.1@em0 or server=1.1.1.1@192.0.2.1, disabled
source port randomization, making cache poisoning attacks possible.
v2.85 mitigates this.

Security:	CVE-2021-3448
Security:	5b72b1ff-877c-11eb-bd4f-2f1d57dafe46 (VuXML)

(cherry picked from commit e0a4c5c8be)
2021-04-09 00:11:11 +02:00
Danilo G. Baio b88840340d devel/py-hvac: Update to 0.10.9
Changelog:  https://github.com/hvac/hvac/releases/tag/v0.10.9

PR:	 254736
Submitted by:  Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)

(cherry picked from commit 463f46b75a)
2021-04-08 00:13:28 -03:00
Li-Wen Hsu 54b295c7b3
devel/jenkins-lts: Update to 2.277.2
MFH:		2021Q2
Security:	9595d002-edeb-4602-be2d-791cd654247e
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit c3c627b065)
2021-04-08 10:25:29 +08:00
Li-Wen Hsu f936cd6992
devel/jenkins: Update to 2.287
MFH:		2021Q2
Security:	9595d002-edeb-4602-be2d-791cd654247e
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 673dd8700d)
2021-04-08 10:25:22 +08:00
Yuri Victorovich ad3fc29210 audio/yoshimi: Update 1.7.3 -> 2.0
Contains bugfix for unresolved argp symbol in the LV2 plugin.
2021-04-07 16:30:38 -07:00
Thomas Zander def349dc61 multimedia/mkvtoolnix: Update to upstream release 56.0.0
Details:
- New features and bug fixes.
MFH:		2021Q2

(cherry picked from commit 826f1753a7)
2021-04-07 22:14:47 +02:00
Rene Ladan bfccb51a85 games/vms-empire: update to 1.16 and fix no-common build.
PR:		245804
Submitted by:	Gian-Simon Purkert <gspurki@gmail.com>
MFH:		2021Q2

(cherry picked from commit 4ad7ae27f6)
2021-04-07 21:39:12 +02:00
Bradley T. Hughes c22857de46 www/node: Update 15.13.0 -> 15.14.0
https://nodejs.org/en/blog/release/v15.14.0/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/

MFH:		2021Q2
Security:	c0c1834c-9761-11eb-acfd-0022489ad614
Sponsored by:	Miles AS

(cherry picked from commit 882400377c)
2021-04-07 19:01:41 +00:00
Bradley T. Hughes a90f38bd75 www/node14: Update 14.16.0 -> 14.16.1
https://nodejs.org/en/blog/release/v14.16.1/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/

MFH:		2021Q2
Security:	c0c1834c-9761-11eb-acfd-0022489ad614
Sponsored by:	Miles AS

(cherry picked from commit 6521902696)
2021-04-07 19:01:30 +00:00
Bradley T. Hughes 1246301d08 www/node12: Update 12.22.0 -> 12.22.1
https://nodejs.org/en/blog/release/v12.22.1/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/

MFH:		2021Q2
Security:	c0c1834c-9761-11eb-acfd-0022489ad614
Sponsored by:	Miles AS

(cherry picked from commit 5d4e7835aa)
2021-04-07 19:01:20 +00:00
Bradley T. Hughes e97b9ef9cf www/node10: Update 10.24.0 -> 10.24.1
https://nodejs.org/en/blog/release/v10.24.1/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/

MFH:		2021Q2
Security:	c0c1834c-9761-11eb-acfd-0022489ad614
Sponsored by:	Miles AS

(cherry picked from commit d445e7981f)
2021-04-07 19:01:03 +00:00
Piotr Kubaj bc1f29459a games/libretro-mame2000: fix build on powerpc64*
src/cpu/tms9900/99xxstat.h:204:14: error: expected identifier or '('
static INT32 asm setst_add_32_laeco(register INT32 a, register INT32 b, register INT16 st)
2021-04-07 16:46:08 +00:00
Christoph Moench-Tegeder 144bb249fc update thunderbird to 78.9.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.9.1/releasenotes/

(cherry picked from commit b1f044cbf4)
2021-04-07 16:45:00 +02:00
Yuri Victorovich 5fbb951578 misc/veles: Fix runtime crash due to change in msgpack python module interface 2021-04-06 16:28:58 -07:00
Lewis Cook ba68dd511d
devel/upnp: Update to 1.14.5
Changes:	https://github.com/pupnp/pupnp/releases/tag/release-1.14.5
PR:		254825
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
Security:	79fa9f23-9725-11eb-b530-7085c2fb2c14
2021-04-06 23:59:10 +01:00
2335 changed files with 21293 additions and 18771 deletions

95
.hooks/prepare-commit-msg Executable file
View File

@ -0,0 +1,95 @@
#!/bin/sh
# prepare-commit-msg: Prepare a commit message upon `git commit` for the
# user to edit. A script (rather than a static template) is used, so
# that we can insert our template text other than at the top of the
# message.
#
# Install by either setting the configuration of the repository to:
# git config --add core.hooksPath .hooks
# or copy it to the hooks directory, but it will not get automatically updated:
# cp .hooks/prepare-commit-msg .git/hooks/
case "$2" in
commit|message)
# It appears git invokes this script for interactive rebase but does
# not remove commented lines, so just exit if we're not called with the
# default (comment-containing) template.
grep -E -q '^#' "$1" || exit 0
;;
template)
exit 0
;;
merge)
exit 0
;;
esac
outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX)
exec 3> "$outfile"
if [ -z "$3" ]
then
what=$(git diff-index --name-only --cached --diff-filter=ACMR HEAD|sed -Ee 's/^([^\/]+\/[^\/]+).*/\1/'|sort -u|xargs)
case $what in
*\ *)
# More than one port, do nothing
;;
*)
# One port, prepare the commit message.
{
echo "# Uncomment and add a short description of why things changed."
echo "# $what: "
echo
} >&3
;;
esac
fi
# Create a commit message template from three parts:
#
# 1. The beginning of the git-provided template (up to the first comment-only
# line) which explains commented lines and such.
#
# 2. Our template.
#
# 3. The remainder of the git-provided template (from the first comment-only
# line to the end of the file) which lists files staged for commit, files
# not staged, and untracked files.
awk '1;/^#$/{exit}' "$1" >&3
cat >&3 <<EOF
# category/port: Subject goes here, max 50 cols -|
# <then a blank line>
# 72 columns --|
#
# Do not add a Submitted by line. If someone besides the committer sent in the
# change, the commit author should be set using \`git commit --author\`.
#
# Uncomment and complete these metadata fields, as appropriate:
#
# PR: <If and which Problem Report is related.>
# Reported by: <If someone else reported the issue.>
# Reviewed by: <If someone else reviewed your modification.>
# Tested by: <If someone else tested the change.>
# Approved by: <If you needed approval for this commit.>
# Obtained from: <If the change is from a third party.>
# Fixes: <Short hash and title line of commit fixed by this change>
# MFH: <Ports tree branch name you plan to merge to.>
# Relnotes: <Set to 'yes' for mention in release notes.>
# Security: <Vulnerability reference (one per line) or description.>
# Sponsored by: <If the change was sponsored by an organization.>
# Pull Request: <https://github.com/freebsd/freebsd-ports/pull/###>
# Differential Revision: <https://reviews.freebsd.org/D###>
#
# "Pull Request" and "Differential Revision" require the *full* GitHub or
# Phabricator URL.
EOF
awk '/^#$/,EOF' "$1" >&3
exec 3>&-
mv "$outfile" "$1"

1
LEGAL
View File

@ -147,6 +147,7 @@ NetComponents-* java/netcomponents No redistribution except as part of a substa
nntpcache-* news/nntpcache Free for individuals and non-military, non-profit organisations only
nttcp-* benchmarks/nttcp No commercial use
nwresources*.tar.gz games/nwndata Distribution not allowed
nyan--xmascot-* x11/xmascot Commercial use is prohibited
oneko-*.tar.gz games/oneko-sakura Including derivatives from CARDCAPTOR SAKURA
OptimFROG* audio/optimfrog No commercial use
oracle/* databases/jdbc-oracle11g This software is under license and export controls

View File

@ -15,7 +15,7 @@ IGNORE+= USES=cargo takes no arguments
.endif
# List of static dependencies. The format is cratename-version.
# CARGO_CRATES will be downloaded from MASTER_SITES_CRATESIO.
# CARGO_CRATES will be downloaded from MASTER_SITE_CRATESIO.
CARGO_CRATES?=
# List of features to build (space separated list).
@ -34,9 +34,20 @@ CARGO_CARGOLOCK?= ${WRKSRC}/Cargo.lock
CARGO_DIST_SUBDIR?= rust/crates
# Generate list of DISTFILES.
# Prefer canonical file extension .crate going forward
.if make(makesum)
CARGO_CRATE_EXT= .crate
.else
# If there is a rust/crates/*.tar.gz in distinfo keep using the old
# extension. We need to delay eval until the last moment for
# DISTINFO_FILE. We cache the command output to avoid multiple
# slow grep runs for every CARGO_CRATE_EXT access.
CARGO_CRATE_EXT= ${defined(_CARGO_CRATE_EXT_CACHE):?${_CARGO_CRATE_EXT_CACHE}:${:!if ${GREP} -q '\(${CARGO_DIST_SUBDIR}/.*\.tar\.gz\)' "${DISTINFO_FILE}" 2>/dev/null; then ${ECHO_CMD} .tar.gz; else ${ECHO_CMD} .crate; fi!:_=_CARGO_CRATE_EXT_CACHE}}
.endif
.for _crate in ${CARGO_CRATES}
MASTER_SITES+= CRATESIO/${_crate:C/^([-_a-zA-Z0-9]+)-[0-9].*/\1/}/${_crate:C/^[-_a-zA-Z0-9]+-([0-9].*)/\1/}:cargo_${_crate:C/[^a-zA-Z0-9_]//g}
DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:cargo_${_crate:C/[^a-zA-Z0-9_]//g}
# Resolving CRATESIO alias is very inefficient with many MASTER_SITES, consume MASTER_SITE_CRATESIO directly
MASTER_SITES+= ${MASTER_SITE_CRATESIO:S,%SUBDIR%,${_crate:C/^([-_a-zA-Z0-9]+)-[0-9].*/\1/}/${_crate:C/^[-_a-zA-Z0-9]+-([0-9].*)/\1/},:S,$,:cargo_${_crate:C/[^a-zA-Z0-9_]//g},}
DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}${CARGO_CRATE_EXT}:cargo_${_crate:C/[^a-zA-Z0-9_]//g}
.endfor
# Build dependencies.
@ -210,7 +221,7 @@ cargo-extract:
.for _crate in ${CARGO_CRATES}
@${MV} ${WRKDIR}/${_crate} ${CARGO_VENDOR_DIR}/${_crate}
@${PRINTF} '{"package":"%s","files":{}}' \
$$(${SHA256} -q ${DISTDIR}/${CARGO_DIST_SUBDIR}/${_crate}.tar.gz) \
$$(${SHA256} -q ${DISTDIR}/${CARGO_DIST_SUBDIR}/${_crate}${CARGO_CRATE_EXT}) \
> ${CARGO_VENDOR_DIR}/${_crate}/.cargo-checksum.json
@if [ -r ${CARGO_VENDOR_DIR}/${_crate}/Cargo.toml.orig ]; then \
${MV} ${CARGO_VENDOR_DIR}/${_crate}/Cargo.toml.orig \
@ -223,11 +234,11 @@ _CARGO_GIT_PATCH_CARGOTOML=
. for _group in ${GH_TUPLE:C@^[^:]*:[^:]*:[^:]*:(([^:/]*)?)((/.*)?)@\2@}
. if empty(CARGO_GIT_SUBDIR:M${_group}\:*)
_CARGO_GIT_PATCH_CARGOTOML:= ${_CARGO_GIT_PATCH_CARGOTOML} \
-e "s@git = ['\"](https|http|git)://github.com/${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}(\.git)?/?[\"']@path = \"${WRKSRC_${_group}}\"@"
-e "s@git *= *['\"](https|http|git)://github.com/${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}(\.git)?/?[\"']@path = \"${WRKSRC_${_group}}\"@"
. else
. for _group2 _crate _subdir in ${CARGO_GIT_SUBDIR:M${_group}\:*:S,:, ,g}
_CARGO_GIT_PATCH_CARGOTOML:= ${_CARGO_GIT_PATCH_CARGOTOML} \
-e "/^${_crate} =/ s@git = ['\"](https|http|git)://github.com/${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}(\.git)?/?[\"']@path = \"${WRKSRC_${_group}}/${_subdir}\"@"
-e "/^${_crate} =/ s@git *= *['\"](https|http|git)://github.com/${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}(\.git)?/?[\"']@path = \"${WRKSRC_${_group}}/${_subdir}\"@"
. endfor
. endif
. endfor
@ -236,11 +247,11 @@ _CARGO_GIT_PATCH_CARGOTOML:= ${_CARGO_GIT_PATCH_CARGOTOML} \
. for _group in ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\8@:S/^://}
. if empty(CARGO_GIT_SUBDIR:M${_group}\:*)
_CARGO_GIT_PATCH_CARGOTOML:= ${_CARGO_GIT_PATCH_CARGOTOML} \
-e "s@git = ['\"]${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}(\.git)?/?['\"]@path = \"${WRKSRC_${_group}}\"@"
-e "s@git *= *['\"]${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}(\.git)?/?['\"]@path = \"${WRKSRC_${_group}}\"@"
. else
. for _group2 _crate _subdir in ${CARGO_GIT_SUBDIR:M${_group}\:*:S,:, ,g}
_CARGO_GIT_PATCH_CARGOTOML:= ${_CARGO_GIT_PATCH_CARGOTOML} \
-e "/^${_crate} = / s@git = ['\"]${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}(\.git)?/?['\"]@path = \"${WRKSRC_${_group}}/${_subdir}\"@"
-e "/^${_crate} = / s@git *= *['\"]${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}(\.git)?/?['\"]@path = \"${WRKSRC_${_group}}/${_subdir}\"@"
. endfor
. endif
. endfor

View File

@ -131,6 +131,7 @@ GL_SITE= https://invent.kde.org
GL_ACCOUNT= ${_invent_category}
GL_PROJECT= ${_invent_name}
GL_COMMIT= ${_invent_hash}
WRKSRC= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT}
. endif
. endif

View File

@ -75,10 +75,13 @@ BINARY_ALIAS+= python3=${PYTHON_CMD}
BUNDLE_LIBS= yes
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
rust-cbindgen>=0.16.0:devel/rust-cbindgen \
rust-cbindgen>=0.19.0:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.51.0:lang/${RUST_DEFAULT} \
node:www/node
LIB_DEPENDS+= libdrm.so:graphics/libdrm
.if ${MOZILLA_VER:R:R} >= 85
RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci
.endif
MOZ_EXPORT+= ${CONFIGURE_ENV} \
PERL="${PERL}" \
PYTHON3="${PYTHON_CMD}" \
@ -90,9 +93,9 @@ MOZ_OPTIONS+= --with-libclang-path="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib"
.if !exists(/usr/bin/llvm-objdump)
MOZ_EXPORT+= LLVM_OBJDUMP="${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}"
.endif
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
LLVM_DEFAULT= 11 # bump if not latest release
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5) unless LTO is enabled
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*} || ${PORT_OPTIONS:MLTO}
LLVM_DEFAULT= 11 # chase bundled LLVM in lang/rust for LTO
.endif
# Require newer Clang than what's in base system unless user opted out
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)

View File

@ -1706,7 +1706,7 @@ WRKSRC?= ${WRKDIR}/${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}
.if defined(WRKSRC)
DEV_WARNING+= "You are using USE_GITLAB and WRKSRC is set which is wrong. Set GL_PROJECT, GL_ACCOUNT correctly, and/or set WRKSRC_SUBDIR and remove WRKSRC entirely."
.endif
WRKSRC?= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT}
WRKSRC?= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}
.endif
# If the distname is not extracting into a specific subdirectory, have the

View File

@ -145,7 +145,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME}
# Ruby 2.6
#
RUBY_VERSION= 2.6.7
RUBY_PORTREVISION= 0
RUBY_PORTREVISION= 1
RUBY_PORTEPOCH= 1
RUBY26= "" # PLIST_SUB helpers
@ -154,7 +154,7 @@ RUBY26= "" # PLIST_SUB helpers
# Ruby 2.7
#
RUBY_VERSION= 2.7.3
RUBY_PORTREVISION= 0
RUBY_PORTREVISION= 1
RUBY_PORTEPOCH= 1
RUBY27= "" # PLIST_SUB helpers
@ -163,7 +163,7 @@ RUBY27= "" # PLIST_SUB helpers
# Ruby 3.0
#
RUBY_DISTVERSION= 3.0.0-preview1
RUBY_PORTREVISION= 1
RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY30= "" # PLIST_SUB helpers

View File

@ -547,7 +547,7 @@ GL_SUBDIR+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*)
. endif
. if empty(USE_GITLAB:Mnodefault)
MASTER_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/repository/${GL_COMMIT}/archive.tar.gz?dummy=/
MASTER_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/archive/${GL_COMMIT}.tar.gz?dummy=/
. endif
GL_SITE_DEFAULT= https://gitlab.com
GL_SITE?= ${GL_SITE_DEFAULT}
@ -617,8 +617,8 @@ _GL_TUPLE_OUT:= ${_GL_TUPLE_OUT} ${GL_SITE_${_group}}:${GL_ACCOUNT_${_group}}:${
DISTNAME_${_group}:= ${GL_ACCOUNT_${_group}}-${GL_PROJECT_${_group}}-${GL_COMMIT_${_group}}_GL${_GITLAB_REV}
DISTFILE_${_group}:= ${DISTNAME_${_group}}${_GITLAB_EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group}
MASTER_SITES:= ${MASTER_SITES} ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}/repository/${GL_COMMIT_${_group}}/archive.tar.gz?dummy=/:${_group}
WRKSRC_${_group}:= ${WRKDIR}/${GL_PROJECT_${_group}}-${GL_COMMIT_${_group}}-${GL_COMMIT_${_group}}
MASTER_SITES:= ${MASTER_SITES} ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}/-/archive/${GL_COMMIT_${_group}}.tar.gz?dummy=/:${_group}
WRKSRC_${_group}:= ${WRKDIR}/${GL_PROJECT_${_group}}-${GL_COMMIT_${_group}}
. if !empty(GL_SUBDIR_${_group})
_SITES_extract:= ${_SITES_extract} 690:post-extract-gl-${_group}
post-extract-gl-${_group}:

View File

@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20210515:
AFFECTS: users of databases/postgresql??-server
AUTHOR: girgen@FreeBSD.org
The rc.conf parameter for the login class of the postgresql daemon has
changed name from postgresql_class to postgresql_login_class.
rc.subr(8) states that the parameter should be named ${name}_login_class.
20210406:
AFFECTS: users of www/phpvirtualbox
AUTHOR: dereks@lifeofadishwasher.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611568838
SHA256 (Librem5-feedbackd-aac3306ad5e24ca46e1ca402a478f505b01b351e_GL0.tar.gz) = a79961ae3b07f4b5d9101434abf2915025e877cdbe67992b5f78258404a51df1
SIZE (Librem5-feedbackd-aac3306ad5e24ca46e1ca402a478f505b01b351e_GL0.tar.gz) = 77348
TIMESTAMP = 1617884268
SHA256 (Librem5-feedbackd-aac3306ad5e24ca46e1ca402a478f505b01b351e_GL0.tar.gz) = a29e89abb26b522cfbb25c944412d487623c112dce89a86007d725351efece3b
SIZE (Librem5-feedbackd-aac3306ad5e24ca46e1ca402a478f505b01b351e_GL0.tar.gz) = 77377

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1617366740
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 51173c0bd95032d5431971ce24bc0e479d1d8b031273fb82d1a841367c235444
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 1676191
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_ar.tar.gz) = 0820b832a7f784e45b0413469ec67efcc779f10a4e1512f4955845dbd81d52f9
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_ar.tar.gz) = 2676618
TIMESTAMP = 1620572198
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_ar.tar.gz) = f8800f57b59a925aa1590cd8c3946bbfef0a143907cde628c75961f2e9e756ec
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 1676183
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_ar.tar.gz) = 6907b99f6273f5204fe40ac7dde8b98d74c5cef42d3163c00a8522edffb45c70
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_ar.tar.gz) = 2676443

View File

@ -1,7 +1,7 @@
# Created by: Greg Lewis <glewis@FreeBSD.org>
PORTNAME= rpm
PORTVERSION= 4.16.1.2
PORTVERSION= 4.16.1.3
CATEGORIES= archivers
MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.16.x/
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609172068
SHA256 (rpm-4.16.1.2.tar.bz2) = 8357329ceefc92c41687988b22198b26f74a12a9a68ac00728f934a5c4b4cacc
SIZE (rpm-4.16.1.2.tar.bz2) = 4346745
TIMESTAMP = 1619221631
SHA256 (rpm-4.16.1.3.tar.bz2) = 513dc7f972b6e7ccfc9fc7f9c01d5310cc56ee853892e4314fa2cad71478e21d
SIZE (rpm-4.16.1.3.tar.bz2) = 4354652

View File

@ -48,16 +48,16 @@ include/rpm/rpmutil.h
include/rpm/rpmver.h
lib/librpm.so
lib/librpm.so.9
lib/librpm.so.9.1.2
lib/librpm.so.9.1.3
lib/librpmbuild.so
lib/librpmbuild.so.9
lib/librpmbuild.so.9.1.2
lib/librpmbuild.so.9.1.3
lib/librpmio.so
lib/librpmio.so.9
lib/librpmio.so.9.1.2
lib/librpmio.so.9.1.3
lib/librpmsign.so
lib/librpmsign.so.9
lib/librpmsign.so.9.1.2
lib/librpmsign.so.9.1.3
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py

View File

@ -1,16 +1,18 @@
# Created by: Christian Brueffer <chris@unixpages.org>
PORTNAME= nightfall
PORTVERSION= 1.86
PORTREVISION= 9
PORTVERSION= 1.92
CATEGORIES= astro education
MASTER_SITES= http://www.la-samhna.de/nightfall/
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive binary star application
USES= compiler gettext gmake gnome pathfix perl5 pkgconfig
USE_GNOME= gtk20
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler gettext gmake gnome jpeg pathfix perl5 pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@ -29,7 +31,7 @@ OPENGL_CONFIGURE_ON= --with-lib-GL
OPENGL_CONFIGURE_OFF= --disable-opengl
OPENGL_LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2
OPENGL_USES= gl
OPENGL_USE= GL=glut
OPENGL_USE= GL=glut,gl,glu
PGPLOT_DESC= PGPLOT support
PGPLOT_CONFIGURE_ON= --with-pgplot-include=${LOCALBASE}/include \

View File

@ -1,2 +1,3 @@
SHA256 (nightfall-1.86.tar.gz) = 2394133c77d512f048198da91a9bf9378887997c4df1a7283e6b91f08dd54e80
SIZE (nightfall-1.86.tar.gz) = 1479521
TIMESTAMP = 1619452023
SHA256 (nightfall-1.92.tar.gz) = dba425c826ff3e98d5893ecd83de317095ceb6a4b1906ee5d616ffa3afd9b029
SIZE (nightfall-1.92.tar.gz) = 1501044

View File

@ -1,6 +1,6 @@
--- Light.c.orig 2014-09-25 08:03:26 UTC
--- Light.c.orig 2016-08-26 08:14:53 UTC
+++ Light.c
@@ -252,8 +252,10 @@ int main(int argc, char *argv[])
@@ -254,8 +254,10 @@ int main(int argc, char *argv[])
/* >>>>>>>>>>>>>>>> ALLOCATE MEMORY <<<<<<<<<<<<<<<<<<<<< */

View File

@ -1,6 +1,6 @@
--- Light.h.orig 2014-09-25 09:25:17 UTC
--- Light.h.orig 2016-09-06 07:52:21 UTC
+++ Light.h
@@ -935,7 +935,9 @@ void DefineAxis(double *Min, double *Max
@@ -957,7 +957,9 @@ void DefineAxis(double *Min, double *Max, double *Inc)
/* */
/**************************************************************************/

View File

@ -0,0 +1,10 @@
--- LightGL.c.orig 2021-04-26 15:56:57 UTC
+++ LightGL.c
@@ -375,4 +375,7 @@ int WriteJPEGFile(JSAMPLE * imgbuff, char *filename, i
return(TRUE);
}
+float texture_minval[NUM_COMP] = {0};
+float texture_maxval[NUM_COMP] = {0};
+
#endif /* OpenGL end */

View File

@ -0,0 +1,13 @@
--- LightGL.h.orig 2021-04-26 15:56:15 UTC
+++ LightGL.h
@@ -67,8 +67,8 @@
#define VP_RV_WIDTH 300
#define VP_RV_HEIGHT 250
-float texture_minval[NUM_COMP];
-float texture_maxval[NUM_COMP];
+extern float texture_minval[NUM_COMP];
+extern float texture_maxval[NUM_COMP];
/* wedge primary */
#define VP_WP_X0 0

View File

@ -0,0 +1,11 @@
--- LightPassband.c.orig 2021-04-26 15:54:23 UTC
+++ LightPassband.c
@@ -1455,7 +1455,7 @@ void nf_pb_readInternal()
snprintf(msg, sizeof(msg),
_("no flux data in external passband %d (%s)"),
pos,
- (pb_bands[pos].name) ? pb_bands[pos].name : "NULL");
+ (pb_bands[pos].name[0]) ? pb_bands[pos].name : "NULL");
WARNING(msg);
}
else

View File

@ -15,6 +15,7 @@ share/locale/it/LC_MESSAGES/nightfall.mo
%%DATADIR%%/cfg/ty_boo.cfg
%%DATADIR%%/cfg/v541_cyg.cfg
%%DATADIR%%/data/51_pegR1.dat
%%DATADIR%%/data/Filter_OM_UVM2.txt
%%DATADIR%%/data/bh_virB.dat
%%DATADIR%%/data/bh_virR1.dat
%%DATADIR%%/data/bh_virR2.dat
@ -33,6 +34,7 @@ share/locale/it/LC_MESSAGES/nightfall.mo
%%DATADIR%%/data/er_vulR2.dat
%%DATADIR%%/data/er_vulU.dat
%%DATADIR%%/data/er_vulV.dat
%%DATADIR%%/data/filtertest
%%DATADIR%%/data/lz_cenR1.dat
%%DATADIR%%/data/lz_cenR2.dat
%%DATADIR%%/data/lz_cenb.dat

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1615331636
SHA256 (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = d3e0ab1c54fdfd5fc4e81bf57259024c4dcbc9ed25cf39024b755b40b81807a9
SIZE (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = 122172
TIMESTAMP = 1617884287
SHA256 (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = d7d360acc27c5dba9676288f45109d039c52ba6ee7855b285e3526ea9bd1c62b
SIZE (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = 122496

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1615151284
SHA256 (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 9191a157983da3681a8b1efc4dab983102fec8d2d56dd009ef56a40e70f7d6c1
SIZE (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 133292
TIMESTAMP = 1618037728
SHA256 (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 009027d189645b66af79f712377c94e5f74dc3ccebb411ef27dd46d9c50f6643
SIZE (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 133339

View File

@ -1,10 +1,8 @@
# Created by: Michael Johnson <ahze@ahze.net>
PORTNAME= faac
PORTVERSION= 1.29.9.2
PORTREVISION= 3
PORTVERSION= 1.30
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
@ -16,9 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= compiler:c11 gmake libtool
USES= autoreconf compiler:c11 gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= knik0
GH_TAGNAME= 78d8e01
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1510990701
SHA256 (faac-1.29.9.2.tar.gz) = d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771
SIZE (faac-1.29.9.2.tar.gz) = 483826
TIMESTAMP = 1618047210
SHA256 (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 19b34a8fa761bb6cf2ab770ea5d3fdac6b993bc7a5d9b397e9d8f0088846bf59
SIZE (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 241760

View File

@ -1,10 +1,9 @@
# Created by: Sean McGovern <sean@sfarc.net>
PORTNAME= faad2
PORTVERSION= 2.8.8
PORTVERSION= 2.10.0
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
@ -19,6 +18,10 @@ GNU_CONFIGURE= yes
LDFLAGS+= -lpthread
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= knik0
GH_TAGNAME= c626366
post-extract:
@${LN} -sf faad.man ${WRKSRC}/frontend/faad.1
@ -27,14 +30,7 @@ post-patch:
${WRKSRC}/frontend/Makefile.am
@${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \
s|-iquote |-I|g' ${WRKSRC}/libfaad/Makefile.am
@${REINPLACE_CMD} -e 's|= -DUSE_|= -fPIC -DPIC -DUSE_|g' \
${WRKSRC}/common/mp4ff/Makefile.am
@${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -E -e 's|(FAAD2_VERSION +)"unknown"|\1"${PORTVERSION:R}"|' \
${WRKSRC}/include/neaacdec.h
post-configure:
@${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1513703210
SHA256 (faad2-2.8.8.tar.gz) = 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
SIZE (faad2-2.8.8.tar.gz) = 1069044
TIMESTAMP = 1618119869
SHA256 (knik0-faad2-2.10.0-c626366_GH0.tar.gz) = b83a70fe976f3ddf8d9cf5742c36102b91a1bae829d85b340311e7c4a6d176f6
SIZE (knik0-faad2-2.10.0-c626366_GH0.tar.gz) = 803223

View File

@ -1,10 +0,0 @@
--- common/mp4ff/Makefile.am.orig 2017-07-17 12:04:02 UTC
+++ common/mp4ff/Makefile.am
@@ -1,5 +1,5 @@
-noinst_LIBRARIES = libmp4ff.a
-noinst_HEADERS = mp4ff.h mp4ffint.h
+lib_LIBRARIES = libmp4ff.a
+include_HEADERS = mp4ff.h mp4ffint.h
libmp4ff_a_CFLAGS = -DUSE_TAGGING=1

View File

@ -1,13 +0,0 @@
--- libfaad/cfft.c.orig 2007-11-01 12:33:29 UTC
+++ libfaad/cfft.c
@@ -60,8 +60,8 @@ static void passf4neg(const uint16_t ido
static void passf5(const uint16_t ido, const uint16_t l1, const complex_t *cc, complex_t *ch,
const complex_t *wa1, const complex_t *wa2, const complex_t *wa3,
const complex_t *wa4, const int8_t isign);
-INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch,
- const uint16_t *ifac, const complex_t *wa, const int8_t isign);
+/*INLINE void cfftf1(uint16_t n, complex_t *c, complex_t *ch,
+ const uint16_t *ifac, const complex_t *wa, const int8_t isign);*/
static void cffti1(uint16_t n, complex_t *wa, uint16_t *ifac);

View File

@ -4,4 +4,4 @@ FAAD2 is the fastest ISO AAC audio decoder available and can be used with
DRM (Digital Radio Mondiale), and supports HE (High Efficiency), Main,
LC, LD, LTP, PS (Parametric Stereo) AAC files.
WWW: https://www.audiocoding.com/
WWW: https://github.com/knik0/faad2

View File

@ -1,7 +1,5 @@
bin/faad
include/faad.h
include/mp4ff.h
include/mp4ffint.h
include/neaacdec.h
lib/libfaad.a
lib/libfaad.so
@ -11,5 +9,5 @@ lib/libfaad_drm.a
lib/libfaad_drm.so
lib/libfaad_drm.so.2
lib/libfaad_drm.so.2.0.0
lib/libmp4ff.a
libdata/pkgconfig/faad2.pc
man/man1/faad.1.gz

View File

@ -2,6 +2,7 @@
PORTNAME= flac
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/flac/

View File

@ -0,0 +1,13 @@
https://github.com/xiph/flac/commit/2e7931c27eb15e387da440a37f12437e35b22dd4
--- src/libFLAC/bitreader.c.orig 2021-05-08 16:06:17 UTC
+++ src/libFLAC/bitreader.c
@@ -864,7 +864,7 @@ incomplete_lsbs:
cwords = br->consumed_words;
words = br->words;
ucbits = FLAC__BITS_PER_WORD - br->consumed_bits;
- b = br->buffer[cwords] << br->consumed_bits;
+ b = cwords < br->capacity ? br->buffer[cwords] << br->consumed_bits : 0;
} while(cwords >= words && val < end);
}

View File

@ -1,11 +1,10 @@
PORTNAME= libsidplayfp
PORTVERSION= 2.0.5
PORTREVISION= 1
DISTVERSION= 2.2.0
CATEGORIES= audio
MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= liangtai.s16@gmail.com
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to play Commodore 64 music derived from libsidplay2
LICENSE= GPLv2+
@ -39,7 +38,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=full
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=false
SIDPLAYFP_SHLIB_VERSION= 5.2.15
SIDPLAYFP_SHLIB_VERSION= 6.3.19
STILVIEW_SHLIB_VERSION= 0.0.4
post-build-DOXYGEN-on:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605953222
SHA256 (libsidplayfp-2.0.5.tar.gz) = e0a70c898e318bcb915f0e73aa3559e0402588b8ed1959734e3df90267ce6d13
SIZE (libsidplayfp-2.0.5.tar.gz) = 805133
TIMESTAMP = 1623776530
SHA256 (libsidplayfp-2.2.0.tar.gz) = d66f52a610478f82fcf8e1b471ad30467089f4e21e1c27f2c734b6d3ee9368a5
SIZE (libsidplayfp-2.2.0.tar.gz) = 794840

View File

@ -76,7 +76,6 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/builders_2resid-builder_2resid_2siddefs_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/c11threads_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/c64cia_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/c64cpu_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/c64env_8h_source.html
@ -731,14 +730,9 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_3c71aff7e2eddc25a0761bf93886799c.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_3e348699c763759caa90d9724d3765d1.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_000006_000007.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_000008_000009.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_9cf97136e2b716fe61d4c5d5daf5264e.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_49e56c817e5e54854c35e136979f97ca.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_59e66d0e64985b7d78fdc4644c64c4c0.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_72b54144977f20270a1b83a5c0f43219.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_72b54144977f20270a1b83a5c0f43219_dep.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_72b54144977f20270a1b83a5c0f43219_dep.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_72b54144977f20270a1b83a5c0f43219_dep.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_297a784d6c6c463f474b0027e0cc4e59.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_313caf1132e152dd9b58bea13a4052ca.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dir_416fba6bbc9436fc57a3c70ba2aeced7.html
@ -766,32 +760,6 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.svg
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/dynsections.js
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/envelope_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8c.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8c__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8c__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8c__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__dep__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__dep__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__dep__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID_8h__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__defs_8h.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__defs_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__defs_8h__dep__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__defs_8h__dep__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__defs_8h__dep__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8c.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8c__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8c__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8c__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8h.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8h__dep__incl.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8h__dep__incl.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exSID__ftdiwrap_8h__dep__incl.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/examples.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exsid-emu_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/exsid_8h_source.html
@ -849,13 +817,6 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/functions_v.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/functions_w.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_defs.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/globals_vars.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.png
@ -1111,324 +1072,6 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_81.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_81.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_81.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_82.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_82.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_82.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_83.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_83.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_83.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_84.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_84.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_84.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_85.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_85.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_85.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_86.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_86.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_86.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_87.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_87.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_87.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_88.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_88.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_88.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_89.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_89.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_89.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_90.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_90.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_90.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_91.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_91.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_91.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_92.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_92.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_92.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_93.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_93.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_93.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_94.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_94.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_94.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_95.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_95.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_95.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_96.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_96.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_96.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_97.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_97.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_97.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_98.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_98.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_98.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_99.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_99.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_99.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_100.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_100.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_100.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_101.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_101.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_101.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_102.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_102.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_102.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_103.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_103.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_103.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_104.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_104.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_104.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_105.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_105.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_105.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_106.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_106.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_106.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_107.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_107.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_107.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_108.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_108.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_108.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_109.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_109.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_109.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_110.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_110.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_110.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_111.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_111.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_111.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_112.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_112.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_112.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_113.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_113.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_113.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_114.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_114.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_114.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_115.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_115.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_115.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_116.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_116.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_116.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_117.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_117.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_117.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_118.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_118.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_118.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_119.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_119.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_119.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_120.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_120.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_120.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_121.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_121.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_121.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_122.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_122.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_122.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_123.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_123.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_123.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_124.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_124.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_124.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_125.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_125.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_125.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_126.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_126.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_126.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_127.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_127.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_127.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_128.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_128.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_128.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_129.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_129.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_129.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_130.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_130.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_130.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_131.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_131.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_131.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_132.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_132.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_132.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_133.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_133.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_133.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_134.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_134.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_134.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_135.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_135.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_135.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_136.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_136.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_136.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_137.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_137.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_137.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_138.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_138.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_138.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_139.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_139.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_139.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_140.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_140.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_140.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_141.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_141.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_141.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_142.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_142.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_142.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_143.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_143.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_143.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_144.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_144.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_144.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_145.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_145.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_145.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_146.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_146.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_146.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_147.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_147.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_147.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_148.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_148.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_148.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_149.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_149.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_149.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_150.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_150.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_150.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_151.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_151.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_151.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_152.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_152.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_152.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_153.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_153.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_153.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_154.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_154.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_154.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_155.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_155.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_155.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_156.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_156.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_156.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_157.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_157.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_157.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_158.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_158.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_158.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_159.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_159.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_159.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_160.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_160.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_160.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_161.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_161.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_161.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_162.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_162.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_162.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_163.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_163.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_163.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_164.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_164.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_164.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_165.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_165.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_165.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_166.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_166.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_166.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_167.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_167.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_167.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_168.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_168.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_168.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_169.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_169.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_169.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_170.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_170.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_170.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_171.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_171.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_171.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_172.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_172.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_172.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_173.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_173.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_173.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_174.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_174.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_174.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_175.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_175.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_175.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_176.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_176.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_176.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_177.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_177.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_177.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_178.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_178.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_178.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_179.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_179.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_179.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_180.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_180.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_180.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_181.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_181.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_181.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_182.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_182.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_182.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_183.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_183.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_183.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_184.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_184.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_184.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_185.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_185.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_185.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_186.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_186.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_186.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_187.map
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_187.md5
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_187.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/iniParser_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/interrupt_8h_source.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/jquery.js
@ -1511,10 +1154,6 @@ libdata/pkgconfig/libstilview.pc
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structreSID_1_1summer__offset-members.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structreSID_1_1summer__offset_3_010_01_4.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structreSID_1_1summer__offset_3_010_01_4-members.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structxSpriv__s.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structxSpriv__s-members.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structxtime.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/structxtime-members.html
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/sync_off.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/sync_on.png
%%DOXYGEN%%%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1613734737
SHA256 (World-lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95_GL0.tar.gz) = 6abbb039f091dfe8c6279a0b08bdde5a566217d08521b1fb05239b3c35996d18
SIZE (World-lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95_GL0.tar.gz) = 406796
SHA256 (gnumdk-lollypop-po-94a7300004ec15adfd596c7d2b8670bbf5c2e33a_GL0.tar.gz) = 26134587d6685ff476effa320567f73449fd9abc4073f8a59d5f28e35fdcbe90
SIZE (gnumdk-lollypop-po-94a7300004ec15adfd596c7d2b8670bbf5c2e33a_GL0.tar.gz) = 731748
TIMESTAMP = 1617884285
SHA256 (World-lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95_GL0.tar.gz) = 1d212d252728f195847063beb810f9e243b62c72394a5f50fd27d9c62ff0961b
SIZE (World-lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95_GL0.tar.gz) = 407258
SHA256 (gnumdk-lollypop-po-94a7300004ec15adfd596c7d2b8670bbf5c2e33a_GL0.tar.gz) = 63667f385f170bc55d3b891841df266b7eb052d750ffc37e0003e40776db6799
SIZE (gnumdk-lollypop-po-94a7300004ec15adfd596c7d2b8670bbf5c2e33a_GL0.tar.gz) = 731723

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611181852
SHA256 (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 2cb9c8d9e6111b85ef8995b745b0658402bbc02a17363fbceabe8e9f83253d30
SIZE (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 65661
TIMESTAMP = 1617884298
SHA256 (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 072c1d7d16758b5f65ab31777e6d6482848fb17368b1db52e7bdb85e2d7a1e7c
SIZE (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 65652

View File

@ -1,6 +1,5 @@
PORTNAME= musicpd
PORTVERSION= 0.22.6
PORTVERSION= 0.22.8
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1614497065
SHA256 (mpd-0.22.6.tar.xz) = 2be149a4895c3cb613477f8cf1193593e3d8a1d38a75ffa7d32da8c8316a4d5e
SIZE (mpd-0.22.6.tar.xz) = 730524
TIMESTAMP = 1621766947
SHA256 (mpd-0.22.8.tar.xz) = 9617ed08c9ffafcf5f925819251f6b90df3f4f73cf2838c41033e1962104286d
SIZE (mpd-0.22.8.tar.xz) = 737368

View File

@ -2,6 +2,7 @@
PORTNAME= ocp
PORTVERSION= 0.2.90
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/
@ -18,7 +19,6 @@ BUILD_DEPENDS= xa65:devel/xa65
LIB_DEPENDS= libid3tag.so:audio/libid3tag \
libmad.so:audio/libmad \
libogg.so:audio/libogg \
libsidplay.so:audio/libsidplay \
libvorbis.so:audio/libvorbis
USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \

View File

@ -1,7 +1,6 @@
PORTNAME= openal-soft
PORTVERSION= 1.20.1
PORTREVISION= 2
PORTVERSION= 1.21.0
CATEGORIES= audio
MASTER_SITES= https://openal-soft.org/openal-releases/
@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmysofa.so:audio/libmysofa
USES= cmake compiler:c++11-lang tar:bzip2
USES= cmake compiler:c++14-lang tar:bzip2
USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579899553
SHA256 (openal-soft-1.20.1.tar.bz2) = b6ceb051325732c23f5c8b6d37dbd89534517e6439a87e970882b447c3025d6d
SIZE (openal-soft-1.20.1.tar.bz2) = 512971
TIMESTAMP = 1611467857
SHA256 (openal-soft-1.21.0.tar.bz2) = 2916b4fc24e23b0271ce0b3468832ad8b6d8441b1830215b28cc4fee6cc89297
SIZE (openal-soft-1.21.0.tar.bz2) = 525483

View File

@ -1,29 +1,25 @@
--- CMakeLists.txt.orig 2020-01-24 07:28:45 UTC
--- CMakeLists.txt.orig 2020-11-04 10:00:35 UTC
+++ CMakeLists.txt
@@ -1347,7 +1347,7 @@ endif()
# Install alsoft.conf configuration file
IF(ALSOFT_CONFIG)
INSTALL(FILES alsoftrc.sample
@@ -1394,19 +1394,19 @@ endif()
if(ALSOFT_INSTALL_CONFIG)
install(FILES alsoftrc.sample
- DESTINATION ${CMAKE_INSTALL_DATADIR}/openal)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/openal-soft)
MESSAGE(STATUS "Installing sample configuration")
MESSAGE(STATUS "")
ENDIF()
@@ -1355,7 +1355,7 @@ ENDIF()
# Install HRTF definitions
IF(ALSOFT_HRTF_DEFS)
INSTALL(FILES "hrtf/Default HRTF.mhr"
- DESTINATION ${CMAKE_INSTALL_DATADIR}/openal/hrtf)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/openal-soft/hrtf)
MESSAGE(STATUS "Installing HRTF definitions")
MESSAGE(STATUS "")
ENDIF()
@@ -1370,7 +1370,7 @@ IF(ALSOFT_AMBDEC_PRESETS)
presets/rectangle.ambdec
presets/square.ambdec
presets/presets.txt
- DESTINATION ${CMAKE_INSTALL_DATADIR}/openal/presets)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/openal-soft/presets)
MESSAGE(STATUS "Installing AmbDec presets")
MESSAGE(STATUS "")
ENDIF()
message(STATUS "Installing sample configuration")
endif()
if(ALSOFT_INSTALL_HRTF_DATA)
install(DIRECTORY hrtf
- DESTINATION ${CMAKE_INSTALL_DATADIR}/openal)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/openal-soft)
message(STATUS "Installing HRTF data files")
endif()
if(ALSOFT_INSTALL_AMBDEC_PRESETS)
install(DIRECTORY presets
- DESTINATION ${CMAKE_INSTALL_DATADIR}/openal)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/openal-soft)
message(STATUS "Installing AmbDec presets")
endif()
message(STATUS "")

View File

@ -1,5 +1,4 @@
%%CONFIG%%bin/alsoft-config
bin/altonegen
bin/makemhr
bin/openal-info
%%ETCDIR%%/alsoftrc.sample
@ -23,6 +22,8 @@ lib/libopenal.so
lib/libopenal.so.1
lib/libopenal.so.%%SOVERSION%%
libdata/pkgconfig/openal.pc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alconvolve.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alstreamcb.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alffplay.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alhrtf.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/allatency.c

View File

@ -5,7 +5,7 @@ DISTVERSION= 2.2.1
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Library/CLI tool to interface with Google Translate text-to-speech API
LICENSE= MIT

View File

@ -1,6 +1,7 @@
PORTNAME= RHVoice
DISTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -15,7 +16,6 @@ BROKEN_FreeBSD_12_powerpc64= fails to configure: The C++ compiler is not working
USES= compiler:c++0x pkgconfig scons
USE_GITHUB= yes
GH_ACCOUNT= Olga-Yakovleva
USE_LDCONFIG= yes
OPTIONS_RADIO= AUDIO
@ -36,7 +36,12 @@ post-patch-PORTAUDIO-off:
@${REINPLACE_CMD} 's|conf.CheckPKG("portaudio-2.0")|False|' ${WRKSRC}/SConstruct
post-install:
# create config file
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
# strip binaries
cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/RHVoice-test bin/sd_rhvoice lib/libRHVoice.so lib/libRHVoice_audio.so lib/libRHVoice_core.so
# install accessibility/speech-dispatcher module
${MKDIR} ${STAGEDIR}${PREFIX}/lib/speech-dispatcher-modules
${RLN} ${STAGEDIR}${PREFIX}/bin/sd_rhvoice ${STAGEDIR}${PREFIX}/lib/speech-dispatcher-modules
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1599929129
SHA256 (Olga-Yakovleva-RHVoice-1.2.3_GH0.tar.gz) = d104f20dc75fcd133d21751a6e894d34b423e12e4784350b4b9573c727fb71cd
SIZE (Olga-Yakovleva-RHVoice-1.2.3_GH0.tar.gz) = 170715227
TIMESTAMP = 1619041364
SHA256 (RHVoice-RHVoice-1.2.3_GH0.tar.gz) = d104f20dc75fcd133d21751a6e894d34b423e12e4784350b4b9573c727fb71cd
SIZE (RHVoice-RHVoice-1.2.3_GH0.tar.gz) = 170715227

View File

@ -6,4 +6,4 @@ It consists of the following components:
* speech module for Windows (SAPI5)
* Android App
WWW: https://github.com/Olga-Yakovleva/RHVoice
WWW: https://github.com/RHVoice/RHVoice

View File

@ -12,6 +12,7 @@ lib/libRHVoice_audio.so.2.0.0
lib/libRHVoice_core.so
lib/libRHVoice_core.so.4
lib/libRHVoice_core.so.4.0.0
lib/speech-dispatcher-modules/sd_rhvoice
%%DATADIR%%/languages/Brazilian-Portuguese/downcase.fst
%%DATADIR%%/languages/Brazilian-Portuguese/dur-mod.dt
%%DATADIR%%/languages/Brazilian-Portuguese/emoji.fst

View File

@ -11,6 +11,9 @@ COMMENT= Command line audio CD ripper
LICENSE= GPLv2
DEPRECATED= Upstream no longer maintained, use audio/abcde instead
EXPIRATION_DATE= 2021-07-17
# See pkg-message about other dependencies.
RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \
p5-libwww>=0:www/p5-libwww \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577708177
SHA256 (luciocarreras-sayonara-player-328203669eac9156db6f72356b47ebfbfee978ef_GL0.tar.gz) = e94d7db9842786c10e5859c87d14658c3cc049c9291cd6476803a6bf73877a2e
SIZE (luciocarreras-sayonara-player-328203669eac9156db6f72356b47ebfbfee978ef_GL0.tar.gz) = 2034701
TIMESTAMP = 1617884296
SHA256 (luciocarreras-sayonara-player-328203669eac9156db6f72356b47ebfbfee978ef_GL0.tar.gz) = 014f164e7846fd35aa760464da2fb24a6502bad4ab13e8321554f0ab292a3db3
SIZE (luciocarreras-sayonara-player-328203669eac9156db6f72356b47ebfbfee978ef_GL0.tar.gz) = 2035792

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1606844513
SHA256 (soundtouch-soundtouch-762f56024b7ade81f6565903161dffec0ad4741e_GL0.tar.gz) = e4c54cb6088e1d483eeb16d1fd6fc2236d2c7cd86e7141411d150099fb8a1da6
SIZE (soundtouch-soundtouch-762f56024b7ade81f6565903161dffec0ad4741e_GL0.tar.gz) = 523846
TIMESTAMP = 1617884272
SHA256 (soundtouch-soundtouch-762f56024b7ade81f6565903161dffec0ad4741e_GL0.tar.gz) = b2515ce4a1b8b69e401ca9d442d1913b23b7447157a76939b2f8791118941bd1
SIZE (soundtouch-soundtouch-762f56024b7ade81f6565903161dffec0ad4741e_GL0.tar.gz) = 523946

View File

@ -12,6 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U)
BROKEN_FreeBSD_11= x11fileselector.cpp:57:9: error: use of undeclared identifier 'getline'; did you mean 'std::getline'?
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libexpat.so:textproc/expat2 \

View File

@ -0,0 +1,14 @@
- fix missing include, see https://github.com/steinbergmedia/vst3sdk/issues/80
--- vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-08-20 14:14:27 UTC
+++ vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp
@@ -6,6 +6,9 @@
#include <unistd.h>
#include <string>
+#define _WITH_GETLINE // this is still required on FreeBSD 11
+#include <stdio.h>
+
//------------------------------------------------------------------------
namespace VSTGUI {
namespace X11 {

View File

@ -6,9 +6,9 @@ CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
PATCH_SITES= https://gitlab.freedesktop.org/pulseaudio/${PORTNAME}/-/commit/
PATCHFILES+= 2083c9a5dd34.diff:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/6
PATCHFILES+= 3f9907f93d39.diff:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/13
PATCHFILES+= b34c1d5746ea.diff:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/14
PATCHFILES+= 2083c9a5dd34.patch:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/6
PATCHFILES+= 3f9907f93d39.patch:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/13
PATCHFILES+= b34c1d5746ea.patch:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/14
MAINTAINER= jbeich@FreeBSD.org
COMMENT= AudioProcessing module from WebRTC project

View File

@ -1,9 +1,9 @@
TIMESTAMP = 1606505453
SHA256 (webrtc-audio-processing-1.0.tar.gz) = 441a30d2717b2eb4145c6eb96c2d5a270fe0b4bc71aebf76716750c47be1936f
SIZE (webrtc-audio-processing-1.0.tar.gz) = 856721
SHA256 (2083c9a5dd34.diff) = e61660be88366621317924a3bbd6a852e07ee0912e96cbcbe332bf76a57761b9
SIZE (2083c9a5dd34.diff) = 2243
SHA256 (3f9907f93d39.diff) = 1fb7465780b5a522d30de4bc6eaf1ebb783c1827237d018e765c4684c7ce0429
SIZE (3f9907f93d39.diff) = 1675
SHA256 (b34c1d5746ea.diff) = 24dabba9ad4e0a989653d1cb183bf773da2ecc835a8fd49895ed056a41e3f958
SIZE (b34c1d5746ea.diff) = 509
SHA256 (2083c9a5dd34.patch) = 3c34cc248c0292032b26ef67f078505037e51e84b6c7955162cac058aed54360
SIZE (2083c9a5dd34.patch) = 4496
SHA256 (3f9907f93d39.patch) = 8e300c0ab9e85463ed0aebc7c69c95c293a14ef2ca0f50c7b7c539754c0109ef
SIZE (3f9907f93d39.patch) = 2049
SHA256 (b34c1d5746ea.patch) = b50edddb93a5bd4fdcc5110702111fe4ac000867358b7131e2ccce883a4c8dee
SIZE (b34c1d5746ea.patch) = 923

View File

@ -1,9 +1,9 @@
PORTNAME= yoshimi
DISTVERSION= 1.7.3
DISTVERSION= 2.0
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
MAINTAINER= yuri@FreeBSD.org
COMMENT= Sophisticated software synthesizer
LICENSE= GPLv2+
@ -19,13 +19,16 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \
libmxml.so:textproc/mxml
USES= cmake compiler:c++11-lang gnome ncurses pkgconfig readline:port
USE_GNOME= cairo
USE_GITHUB= yes
GH_ACCOUNT= Yoshimi
USE_GNOME= cairo
INSTALLS_ICONS= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/src
LDFLAGS+= -Wl,--as-needed
LDFLAGS+= -largp # workaround for https://github.com/Yoshimi/yoshimi/issues/135
INSTALLS_ICONS= yes
PORTDATA= *
PORTDOCS= *

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1604052454
SHA256 (Yoshimi-yoshimi-1.7.3_GH0.tar.gz) = d80cfd97a9fd89be649c767fdc26a3eccfcff4a30b290a2c9548b6fcd1203a90
SIZE (Yoshimi-yoshimi-1.7.3_GH0.tar.gz) = 10257607
TIMESTAMP = 1617836653
SHA256 (Yoshimi-yoshimi-2.0_GH0.tar.gz) = 4164b7debea609aa71ab0e1f1f5eb51f9e848ba6b692d6ca1cb589d45f6bd6da
SIZE (Yoshimi-yoshimi-2.0_GH0.tar.gz) = 8871517

View File

@ -6,4 +6,4 @@ addititive, subtractive, and pad synth capabilities which can be run
simultaneously within the same patch. It also has eight audio effects
modules.
WWW: http://yoshimi.github.io/
WWW: https://yoshimi.github.io/

View File

@ -1,7 +1,7 @@
# Created by: luigi@FreeBSD.org
PORTNAME= fio
PORTVERSION= 3.26
PORTVERSION= 3.27
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1615281142
SHA256 (fio-3.26.tar.bz2) = 06dcebbeec81700fe6ee49f29698362b3ab96f1fc32a71508d6b18be81812484
SIZE (fio-3.26.tar.bz2) = 932814
TIMESTAMP = 1622444833
SHA256 (fio-3.27.tar.bz2) = 8d387227fbfcf2734c1a342957c65feee52082704eae11725fcc1b74638f6a2a
SIZE (fio-3.27.tar.bz2) = 960330

View File

@ -11,6 +11,7 @@ man/man1/fio_generate_plots.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cross-stripe-verify.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev-dax.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dfs.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio
@ -18,6 +19,7 @@ man/man1/fio_generate_plots.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exitwhat.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filecreate-ioengine.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filedelete-ioengine.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filestat-ioengine.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-RW.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-read.fio
@ -44,12 +46,17 @@ man/man1/fio_generate_plots.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-client.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-server.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-client.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-server.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-rand-write.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-seq-read.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nbd.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nfs.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmemblk.fio

View File

@ -2,11 +2,12 @@
PORTNAME= glmark2
PORTVERSION= 2021.02
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= benchmarks
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= bd2c4ca8360a.patch:-p1 # https://github.com/glmark2/glmark2/issues/147
PATCHFILES+= 042bbea08fae.patch:-p1 # https://github.com/glmark2/glmark2/issues/155
MAINTAINER= danfe@FreeBSD.org
COMMENT= Benchmark for OpenGL (ES) 2.0

View File

@ -3,3 +3,5 @@ SHA256 (glmark2-glmark2-2021.02_GH0.tar.gz) = bebadb78c13aea5e88ed892e5563101ccb
SIZE (glmark2-glmark2-2021.02_GH0.tar.gz) = 9369477
SHA256 (bd2c4ca8360a.patch) = 0b32388e82fb35faddf1502d32680a61203bb32e4ee4d4d65f60b78ac244e73f
SIZE (bd2c4ca8360a.patch) = 3777
SHA256 (042bbea08fae.patch) = 990a9075cefb63f38c2388d1d9f08224452ddbf3d2c3a44b99b5425a0ccd4698
SIZE (042bbea08fae.patch) = 5160

View File

@ -23,6 +23,7 @@ USE_GITHUB= yes
OPTIONS_DEFINE= DRM WAYLAND X11
OPTIONS_DEFAULT=DRM WAYLAND X11
OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:Nx86_64:C/.+/DRM/} # https://github.com/vkmark/vkmark/issues/33
OPTIONS_SUB= yes
DRM_DESC= KMS console support

View File

@ -10,6 +10,8 @@ COMMENT= Adaptation of the Berkeley Spice3f4 with superconductivity
BROKEN_aarch64= fails to install: jspice3: No such file or directory
BROKEN_riscv64= fails to install: jspice3: No such file or directory
BROKEN_FreeBSD_13= fails to install: jspice3: No such file or directory
BROKEN_FreeBSD_14= fails to install: jspice3: No such file or directory
CONFLICTS= spice-[0-9]*

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613644611
SHA256 (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = 75aa0a8b3e4349f0698ec5ecf2b71494f4a50cd686f05a06d2609b21fba6046b
SIZE (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = 33373141
TIMESTAMP = 1617884322
SHA256 (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = e15acbc8730f779ab5736bb69117558a3da283b2001b0720b2e30b4b94a15e90
SIZE (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = 33377789

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1617367573
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 6cacb8a59a75b0c3bac47ab148f1186bd19744768a655ecc6840f79e67c14198
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 764853
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 799faa3fada236015064aaee9af89001ef9ca54a2d71901f7cc8c32cfd5238b8
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043611
TIMESTAMP = 1620573084
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = deaa8752d7d5c3ec2b6a4053845ba5f025675dc3444a9aff712cfc14a5f43844
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 765028
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 5321ca3b1c2b5d990050531190a855bc654e4c01abeaec7d48a0741f16705807
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043510

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1617367583
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = aa5cbf4f995e7835e138d8264dcc892449e52d1e3c9b875318d2bcc4e6e2c2ef
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 707361
SHA256 (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 8a897bc8f91a3ba1ef2af12d20aa564a415e4c3c91c95a73efbc4a56b18285a1
SIZE (libreoffice/i18n/LibreOffice_7.1.2_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138915
TIMESTAMP = 1620573095
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 6d5cd59d7b4f20a6106dcd1f70472951b04d93594eb38b2fcb03febb4507216e
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 711520
SHA256 (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 78db4a97f05acc862bb70067fbda0120382d8c7726ca46e7f1dffc7806450de2
SIZE (libreoffice/i18n/LibreOffice_7.1.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138739

View File

@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= SF
MAINTAINER= shurd@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line Logitech Harmony configuration tool
LICENSE= GPLv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547989781
SHA256 (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = eb965f3ad3a832abd647d2f77deeda12f78d96c97b0a5e634771d8bdbb22415b
SIZE (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = 1314597
TIMESTAMP = 1617884521
SHA256 (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = 8fa20bf7e33599e660802fdd5c0dfd5505b7a10732452bfb900d4a64591efbee
SIZE (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = 1314696

View File

@ -1,12 +1,11 @@
--- parser/Makefile.orig
+++ parser/Makefile
@@ -7,10 +7,10 @@
@@ -7,10 +7,9 @@
MAN=
SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2
+NO_WERROR= yes
+CFLAGS?= -O2
-NOPROFILE= 1

View File

@ -7,7 +7,7 @@ CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
DISTNAME= concordance-${PORTVERSION}
MAINTAINER= shurd@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Logitech Harmony configuration library
LICENSE= GPLv2

View File

@ -4,7 +4,7 @@ PORTNAME= picocom
DISTVERSION= 3.1
CATEGORIES= comms
MAINTAINER= ports@FreeBSD.org
MAINTAINER= rmm1.bob@gmail.com
COMMENT= Dumb Terminal Emulator
LICENSE= GPLv2

View File

@ -2,6 +2,7 @@
PORTNAME= pyserial
PORTVERSION= 3.5
PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes

View File

@ -5,7 +5,7 @@ PORTVERSION= 1.0
CATEGORIES= comms
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= shurd@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH
LICENSE= GPLv2

View File

@ -18,6 +18,8 @@ BROKEN_powerpc64= fails to compile: uart.h: No such file or directory
BROKEN_powerpc64le= fails to compile: uart.h: No such file or directory
BROKEN_riscv64= fails to compile: uartlirc_core.c:273:19: expected expression
BROKEN_sparc64= fails to build
BROKEN_FreeBSD_13= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532'
BROKEN_FreeBSD_14= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532'
USES= kmod

View File

@ -1,10 +1,10 @@
# Created by: proler@gmail.com
PORTNAME= clickhouse
PORTVERSION= 20.7.2.30
PORTVERSION= 21.3.6.55
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
PORTREVISION= 2
DISTVERSIONSUFFIX= -lts
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= olevole@olevole.ru
@ -16,67 +16,75 @@ ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= "Only supported on amd64"
BUILD_DEPENDS= bash:shells/bash \
clang++90:devel/llvm90
LIB_DEPENDS= libprotobuf.so:devel/protobuf
clang++11:devel/llvm11
RUN_DEPENDS= bash:shells/bash
USES= cmake:insource python localbase shebangfix
CXX= clang++90
USES= cmake:insource localbase python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= yandex
GH_PROJECT= ClickHouse
GH_TUPLE= \
CopernicaMarketingSoftware:AMQP-CPP:1c08399:CopernicaMarketingSoftware_AMQP_CPP/contrib/AMQP-CPP \
apache:arrow:3cbcb7b:apache_arrow/contrib/arrow \
GH_TUPLE= ClickHouse-Extras:AMQP-CPP:03781aa:ClickHouse_Extras_AMQP_CPP/contrib/AMQP-CPP \
ClickHouse-Extras:NuRaft:9a0d78d:ClickHouse_Extras_NuRaft/contrib/NuRaft \
ClickHouse-Extras:abseil-cpp:4f3b686:ClickHouse_Extras_abseil_cpp/contrib/abseil-cpp \
ClickHouse-Extras:antlr4-runtime:a2fa7b7:ClickHouse_Extras_antlr4_runtime/contrib/antlr4-runtime \
ClickHouse-Extras:arrow:744bdfe:ClickHouse_Extras_arrow/contrib/arrow \
ClickHouse-Extras:avro:92caca2:ClickHouse_Extras_avro/contrib/avro \
ClickHouse-Extras:aws-sdk-cpp:17e10c0:ClickHouse_Extras_aws_sdk_cpp/contrib/aws \
ClickHouse-Extras:aws-sdk-cpp:7d48b2c:ClickHouse_Extras_aws_sdk_cpp/contrib/aws \
ClickHouse-Extras:aws-c-common:736a82d:ClickHouse_Extras_aws_c_common/contrib/aws-c-common \
ClickHouse-Extras:aws-c-event-stream:3bc3366:ClickHouse_Extras_aws_c_event_stream/contrib/aws-c-event-stream \
ClickHouse-Extras:aws-checksums:519d6d9:ClickHouse_Extras_aws_checksums/contrib/aws-checksums \
ClickHouse-Extras:Turbo-Base64:af9b331:ClickHouse_Extras_Turbo_Base64/contrib/base64 \
ClickHouse-Extras:boost:a04e72c:ClickHouse_Extras_boost/contrib/boost \
google:brotli:5805f99:google_brotli/contrib/brotli \
ClickHouse-Extras:boost:ee24fa5:ClickHouse_Extras_boost/contrib/boost \
ClickHouse-Extras:boringssl:8b2bf91:ClickHouse_Extras_boringssl/contrib/boringssl \
google:brotli:63be8a9:google_brotli/contrib/brotli \
capnproto:capnproto:a00ccd9:capnproto_capnproto/contrib/capnproto \
ClickHouse-Extras:cpp-driver:a49b4e0:ClickHouse_Extras_cpp_driver/contrib/cassandra \
ClickHouse-Extras:cctz:7a2db4e:ClickHouse_Extras_cctz/contrib/cctz \
ClickHouse-Extras:cpp-driver:b446d7e:ClickHouse_Extras_cpp_driver/contrib/cassandra \
ClickHouse-Extras:cctz:c0f1bcb:ClickHouse_Extras_cctz/contrib/cctz \
mfontanini:cppkafka:b06e64e:mfontanini_cppkafka/contrib/cppkafka \
RoaringBitmap:CRoaring:d840293:RoaringBitmap_CRoaring/contrib/croaring \
curl:curl:3b8bbbb:curl_curl/contrib/curl \
ClickHouse-Extras:cyrus-sasl:9995bf9:ClickHouse_Extras_cyrus_sasl/contrib/cyrus-sasl \
google:double-conversion:cf2f0f3:google_double_conversion/contrib/double-conversion \
ClickHouse-Extras:dragonbox:923705a:ClickHouse_Extras_dragonbox/contrib/dragonbox \
fastfloat:fast_float:7eae925:fastfloat_fast_float/contrib/fast_float \
ClickHouse-Extras:fastops:88752a5:ClickHouse_Extras_fastops/contrib/fastops \
google:flatbuffers:6df40a2:google_flatbuffers/contrib/flatbuffers \
fmtlib:fmt:c108ee1:fmtlib_fmt/contrib/fmtlib \
kthohr:gcem:8d4f1b5:kthohr_gcem/contrib/gcem \
google:googletest:356f2d2:google_googletest/contrib/googletest \
ClickHouse-Extras:grpc:8aea4e1:ClickHouse_Extras_grpc/contrib/grpc \
uber:h3:6cfd649:uber_h3/contrib/h3 \
ClickHouse-Extras:hyperscan:3907fd0:ClickHouse_Extras_hyperscan/contrib/hyperscan \
ClickHouse-Extras:grpc:7436366:ClickHouse_Extras_grpc/contrib/grpc \
ClickHouse-Extras:h3:e209086:ClickHouse_Extras_h3/contrib/h3 \
ClickHouse-Extras:hyperscan:e9f08df:ClickHouse_Extras_hyperscan/contrib/hyperscan \
unicode-org:icu:faa2f9f:unicode_org_icu/contrib/icu \
ClickHouse-Extras:icudata:f020820:ClickHouse_Extras_icudata/contrib/icudata \
jemalloc:jemalloc:ea6b3e9:jemalloc_jemalloc/contrib/jemalloc \
ClickHouse-Extras:libc-headers:92c74f9:ClickHouse_Extras_libc_headers/contrib/libc-headers \
ClickHouse-Extras:jemalloc:e6891d9:ClickHouse_Extras_jemalloc/contrib/jemalloc \
ClickHouse-Extras:krb5:5149dea:ClickHouse_Extras_krb5/contrib/krb5 \
ClickHouse-Extras:libc-headers:a720b71:ClickHouse_Extras_libc_headers/contrib/libc-headers \
ClickHouse-Extras:libcpuid:8db3b8d:ClickHouse_Extras_libcpuid/contrib/libcpuid \
ClickHouse-Extras:libcxx:9f71e12:ClickHouse_Extras_libcxx/contrib/libcxx \
ClickHouse-Extras:libcxxabi:1ebc83a:ClickHouse_Extras_libcxxabi/contrib/libcxxabi \
ClickHouse-Extras:libgsasl:140fb58:ClickHouse_Extras_libgsasl/contrib/libgsasl \
ClickHouse-Extras:libhdfs3:1b66657:ClickHouse_Extras_libhdfs3/contrib/libhdfs3 \
ClickHouse-Extras:librdkafka:2090cbf:ClickHouse_Extras_librdkafka/contrib/librdkafka \
ClickHouse-Extras:libunwind:27026ef:ClickHouse_Extras_libunwind/contrib/libunwind \
ClickHouse-Extras:libuv:8443830:ClickHouse_Extras_libuv/contrib/libuv \
ClickHouse-Extras:libcxx:8b80a15:ClickHouse_Extras_libcxx/contrib/libcxx \
ClickHouse-Extras:libcxxabi:df8f1e7:ClickHouse_Extras_libcxxabi/contrib/libcxxabi \
ClickHouse-Extras:libgsasl:383ee28:ClickHouse_Extras_libgsasl/contrib/libgsasl \
ClickHouse-Extras:libhdfs3:095b9d4:ClickHouse_Extras_libhdfs3/contrib/libhdfs3 \
ClickHouse-Extras:libpq:1f9c286:ClickHouse_Extras_libpq/contrib/libpq \
jtv:libpqxx:58d2a02:jtv_libpqxx/contrib/libpqxx \
ClickHouse-Extras:librdkafka:cf11d0a:ClickHouse_Extras_librdkafka/contrib/librdkafka \
ClickHouse-Extras:libunwind:8fe25d7:ClickHouse_Extras_libunwind/contrib/libunwind \
ClickHouse-Extras:libuv:e2e9b7e:ClickHouse_Extras_libuv/contrib/libuv \
GNOME:libxml2:18890f4:GNOME_libxml2/contrib/libxml2 \
ClickHouse-Extras:llvm:3d6c7e9:ClickHouse_Extras_llvm/contrib/llvm \
ClickHouse-Extras:llvm:8f24d50:ClickHouse_Extras_llvm/contrib/llvm \
lz4:lz4:f39b79f:lz4_lz4/contrib/lz4 \
ClickHouse-Extras:mariadb-connector-c:3f512fe:ClickHouse_Extras_mariadb_connector_c/contrib/mariadb-connector-c \
ClickHouse-Extras:mariadb-connector-c:21f451d:ClickHouse_Extras_mariadb_connector_c/contrib/mariadb-connector-c \
danlark1:miniselect:be0af6b:danlark1_miniselect/contrib/miniselect \
msgpack:msgpack-c:4668426:msgpack_msgpack_c/contrib/msgpack-c \
openldap:openldap:34b9ba9:openldap_openldap/contrib/openldap \
ClickHouse-Extras:openssl:07e9623:ClickHouse_Extras_openssl/contrib/openssl \
ClickHouse-Extras:openldap:0208811:ClickHouse_Extras_openldap/contrib/openldap \
apache:orc:5981208:apache_orc/contrib/orc \
ClickHouse-Extras:poco:74c9344:ClickHouse_Extras_poco/contrib/poco \
ClickHouse-Extras:protobuf:d6a10dd:ClickHouse_Extras_protobuf/contrib/protobuf \
ClickHouse-Extras:poco:c55b91f:ClickHouse_Extras_poco/contrib/poco \
ClickHouse-Extras:protobuf:73b1281:ClickHouse_Extras_protobuf/contrib/protobuf \
ClickHouse-Extras:rapidjson:c4ef90c:ClickHouse_Extras_rapidjson/contrib/rapidjson \
google:re2:7cf8b88:google_re2/contrib/re2 \
ClickHouse-Extras:replxx:94b1f56:ClickHouse_Extras_replxx/contrib/replxx \
ClickHouse-Extras:ryu:5b4a853:ClickHouse_Extras_ryu/contrib/ryu \
ClickHouse-Extras:replxx:cdb6e3f:ClickHouse_Extras_replxx/contrib/replxx \
ClickHouse-Extras:rocksdb:54a0dec:ClickHouse_Extras_rocksdb/contrib/rocksdb \
ClickHouse-Extras:sentry-native:94644e9:ClickHouse_Extras_sentry_native/contrib/sentry-native \
ClickHouse-Extras:simdjson:3190d66:ClickHouse_Extras_simdjson/contrib/simdjson \
google:snappy:3f194ac:google_snappy/contrib/snappy \
@ -84,10 +92,11 @@ GH_TUPLE= \
kthohr:stats:b6dd459:kthohr_stats/contrib/stats \
apache:thrift:010ccf0:apache_thrift/contrib/thrift \
ClickHouse-Extras:UnixODBC:b0ad30f:ClickHouse_Extras_UnixODBC/contrib/unixodbc \
ClickHouse-Extras:zlib-ng:bba56a7:ClickHouse_Extras_zlib_ng/contrib/zlib-ng \
xz-mirror:xz:869b9d1:xz_mirror_xz/contrib/xz \
ClickHouse-Extras:zlib-ng:6fd1846:ClickHouse_Extras_zlib_ng/contrib/zlib-ng \
facebook:zstd:10f0e69:facebook_zstd/contrib/zstd \
apache:parquet-testing:46c9e97:apache_parquet_testing/contrib/arrow/cpp/submodules/parquet-testing \
apache:arrow-testing:3772a1b:apache_arrow_testing/contrib/arrow/testing \
apache:parquet-testing:d914f9d:apache_parquet_testing/contrib/arrow/cpp/submodules/parquet-testing \
apache:arrow-testing:860376d:apache_arrow_testing/contrib/arrow/testing \
hillbig:esaxx:ca7cb33:hillbig_esaxx/contrib/brotli/research/esaxx \
y-256:libdivsufsort:5f60d6f:y_256_libdivsufsort/contrib/brotli/research/libdivsufsort \
catchorg:Catch2:d2d8455:catchorg_Catch2/contrib/cppkafka/third_party/Catch2 \
@ -97,15 +106,14 @@ GH_TUPLE= \
google:googletest:ba96d0b:google_googletest/contrib/rapidjson/thirdparty/gtest \
jarro2783:cxxopts:794c975:jarro2783_cxxopts/contrib/simdjson/dependencies/cxxopts
SHEBANG_LANG= expect
expect_OLD_CMD= /usr/bin/expect
expect_CMD= ${LOCALBASE}/bin/expect
USE_RC_SUBR= ${PORTNAME}
SHEBANG_FILES= src/Storages/System/StorageSystemLicenses.sh \
tests/clickhouse-test \
tests/queries/0_stateless/00921_datetime64_compatibility.python \
tests/clickhouse-test tests/config/install.sh \
tests/queries/0_stateless/00960_live_view_watch_events_live.py \
tests/queries/0_stateless/00962_live_view_periodic_refresh.py \
tests/queries/0_stateless/00962_live_view_periodic_refresh_and_timeout.py \
tests/queries/0_stateless/00962_live_view_periodic_refresh_dictionary.py \
tests/queries/0_stateless/00962_temporary_live_view_watch_live.py \
tests/queries/0_stateless/00963_temporary_live_view_watch_live_timeout.py.disabled \
tests/queries/0_stateless/00964_live_view_watch_events_heartbeat.py \
@ -115,35 +123,83 @@ SHEBANG_FILES= src/Storages/System/StorageSystemLicenses.sh \
tests/queries/0_stateless/00970_live_view_watch_events_http_heartbeat.py \
tests/queries/0_stateless/00971_live_view_watch_http_heartbeat.py \
tests/queries/0_stateless/00979_live_view_watch_continuous_aggregates.py \
tests/queries/0_stateless/00979_live_view_watch_live_moving_avg.py \
tests/queries/0_stateless/00979_live_view_watch_live_with_subquery.py \
tests/queries/0_stateless/00979_live_view_watch_live.py \
tests/queries/0_stateless/00990_hasToken.python \
tests/queries/0_stateless/00979_live_view_watch_live_moving_avg.py.disabled \
tests/queries/0_stateless/00979_live_view_watch_live_with_subquery.py \
tests/queries/0_stateless/00991_live_view_watch_http.python \
tests/queries/0_stateless/01176_mysql_client_interactive.expect \
tests/queries/0_stateless/01179_insert_values_semicolon.expect \
tests/queries/0_stateless/01180_client_syntax_errors.expect \
tests/queries/0_stateless/01246_insert_into_watch_live_view.py \
tests/queries/0_stateless/01293_client_interactive_vertical_multiline.sh \
tests/queries/0_stateless/01293_client_interactive_vertical_singleline.sh \
tests/queries/0_stateless/01300_client_save_history_when_terminated.sh \
tests/queries/0_stateless/01370_client_autocomplete_word_break_characters.sh \
utils/build/build_debian_shared.sh \
utils/build/build_debian_unbundled_split.sh \
tests/queries/0_stateless/01293_client_interactive_vertical_multiline.expect \
tests/queries/0_stateless/01293_client_interactive_vertical_singleline.expect \
tests/queries/0_stateless/01300_client_save_history_when_terminated.expect \
tests/queries/0_stateless/01370_client_autocomplete_word_break_characters.expect \
tests/queries/0_stateless/01520_client_print_query_id.expect \
tests/queries/0_stateless/01526_client_start_and_exit.expect-not-a-test-case \
tests/queries/0_stateless/01565_reconnect_after_client_error.expect \
tests/queries/0_stateless/01599_multiline_input_and_singleline_comments.sh \
tests/queries/0_stateless/01610_client_spawn_editor.sh \
tests/queries/0_stateless/helpers/00900_parquet_create_table_columns.py \
tests/queries/0_stateless/helpers/client.py \
tests/queries/0_stateless/helpers/httpclient.py \
tests/queries/0_stateless/helpers/httpechoserver.py \
tests/queries/0_stateless/helpers/httpexpect.py \
tests/queries/0_stateless/helpers/protobuf_length_delimited_encoder.py \
tests/queries/0_stateless/helpers/pure_http_client.py \
tests/queries/0_stateless/helpers/shell.py \
tests/queries/0_stateless/helpers/uexpect.py \
utils/build/build_debian.sh utils/build/build_debian_shared.sh \
utils/build/build_debian_unbundled.sh \
utils/build/build_minimal.sh \
utils/clickhouse-docker \
utils/build/build_debian_unbundled_split.sh \
utils/build/build_freebsd.sh utils/build/build_macos.sh \
utils/build/build_minimal.sh utils/build/build_no_submodules.sh \
utils/check-style/check-duplicate-includes.sh \
utils/check-style/check-ungrouped-includes.sh \
utils/check-style/format.sh utils/check-style/shellcheck-run.sh \
utils/ci/build-clang-from-sources.sh \
utils/ci/build-debian-packages.sh \
utils/ci/build-gcc-from-sources.sh utils/ci/build-normal.sh \
utils/ci/check-docker.sh utils/ci/check-syntax.sh \
utils/ci/check-tzdata-updates.sh \
utils/ci/create-sources-tarball.sh \
utils/ci/docker-multiarch/update.sh utils/ci/get-sources.sh \
utils/ci/install-compiler-from-packages.sh \
utils/ci/install-compiler-from-sources.sh \
utils/ci/install-libraries.sh utils/ci/install-os-packages.sh \
utils/ci/jobs/quick-build/run.sh \
utils/ci/prepare-docker-image-ubuntu.sh \
utils/ci/prepare-toolchain.sh \
utils/ci/prepare-vagrant-image-freebsd.sh \
utils/ci/run-clickhouse-from-binaries.sh \
utils/ci/run-with-docker.sh utils/ci/run-with-vagrant.sh \
utils/clickhouse-docker utils/compressor/test.sh \
utils/durability-test/durability-test.sh \
utils/durability-test/install.sh \
utils/generate-ya-make/generate-ya-make.sh \
utils/link-validate/link-validate.sh \
utils/list-licenses/list-licenses.sh \
utils/list-versions/list-versions.sh \
utils/simple-backport/backport.sh \
utils/release/release_lib.sh utils/simple-backport/backport.sh \
utils/simple-backport/changelog.sh
SHEBANG_LANG= expect
CMAKE_ARGS= -DNO_WERROR=1 \
-DUSE_INTERNAL_PROTOBUF_LIBRARY=FALSE
expect_OLD_CMD= /usr/bin/expect
expect_CMD= ${LOCALBASE}/bin/expect
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=20 \
-DENABLE_EMBEDDED_COMPILER=OFF \
-DENABLE_PARQUET=OFF \
-DENABLE_UTILS=ON \
-DNO_WERROR=1
CC= clang11
CXX= clang++11
USERS= clickhouse
GROUPS= clickhouse
# The version stamp of libclickhouse.so doesn't always match ${PORTVERSION}
SOVERSION= ${PORTVERSION}
PLIST_SUB= SOVERSION=${SOVERSION}
OPTIONS_DEFINE= TEST
@ -154,11 +210,15 @@ TEST_CMAKE_BOOL= ENABLE_TESTS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS=""
SUB_LIST+= LEGACY_LIMITS="@comment " \
MODERN_LIMITS=""
.else
SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment "
SUB_LIST+= LEGACY_LIMITS="" \
MODERN_LIMITS="@comment "
.endif
SOVERSION= ${PORTVERSION}
.include <bsd.port.pre.mk>
post-patch:

View File

@ -1,14 +1,20 @@
TIMESTAMP = 1598951496
SHA256 (yandex-ClickHouse-v20.7.2.30-stable_GH0.tar.gz) = 1e773c6410cfaa425574ea1f42c1f69a0d9812c2fd772d33032c099bcc8d78de
SIZE (yandex-ClickHouse-v20.7.2.30-stable_GH0.tar.gz) = 13943956
SHA256 (CopernicaMarketingSoftware-AMQP-CPP-1c08399_GH0.tar.gz) = bb5718390b5538c2b69409b68cd49457b6bffe68196ce8f9ad542afe1306d43a
SIZE (CopernicaMarketingSoftware-AMQP-CPP-1c08399_GH0.tar.gz) = 144702
SHA256 (apache-arrow-3cbcb7b_GH0.tar.gz) = 4fb65de1d48647dfb6cac623b330ebea85b139e1f13325dd3e772b54316f3f7a
SIZE (apache-arrow-3cbcb7b_GH0.tar.gz) = 5830670
TIMESTAMP = 1619124342
SHA256 (yandex-ClickHouse-v21.3.6.55-lts_GH0.tar.gz) = 7111c3b29424286c96890dbc4e01b5cbd465ce48d4abc8e810b851a19429c5fe
SIZE (yandex-ClickHouse-v21.3.6.55-lts_GH0.tar.gz) = 46452595
SHA256 (ClickHouse-Extras-AMQP-CPP-03781aa_GH0.tar.gz) = 18772fbd31740df6953ec6484c4f58455934bba61e77d491b88dc0fc6c9a2071
SIZE (ClickHouse-Extras-AMQP-CPP-03781aa_GH0.tar.gz) = 147162
SHA256 (ClickHouse-Extras-NuRaft-9a0d78d_GH0.tar.gz) = e0aed33577b6729c1851d60069fc7a6ee1971c428c656e833fced909fff93831
SIZE (ClickHouse-Extras-NuRaft-9a0d78d_GH0.tar.gz) = 456734
SHA256 (ClickHouse-Extras-abseil-cpp-4f3b686_GH0.tar.gz) = 73986b9bab3a1f4bd8f99039aec28a53244ca519f710a82c57067a8bfa7a18e7
SIZE (ClickHouse-Extras-abseil-cpp-4f3b686_GH0.tar.gz) = 1680931
SHA256 (ClickHouse-Extras-antlr4-runtime-a2fa7b7_GH0.tar.gz) = f4b8c3c8ca371e2107a1937b255cd82b9a7e5cb6556d78beb6e61c28dcc3b51b
SIZE (ClickHouse-Extras-antlr4-runtime-a2fa7b7_GH0.tar.gz) = 226057
SHA256 (ClickHouse-Extras-arrow-744bdfe_GH0.tar.gz) = c9af0690532eac354cb25c570bbb554efbc449fb9cf27c5fb200f540d3f1390b
SIZE (ClickHouse-Extras-arrow-744bdfe_GH0.tar.gz) = 6847092
SHA256 (ClickHouse-Extras-avro-92caca2_GH0.tar.gz) = bfb801e5c5ea6814adf6a934a6c4654080215bd1dacf234d5b268e76e35358b7
SIZE (ClickHouse-Extras-avro-92caca2_GH0.tar.gz) = 1858326
SHA256 (ClickHouse-Extras-aws-sdk-cpp-17e10c0_GH0.tar.gz) = 6023da474ce9f4767903b85d94c107e5c9700c478690fc292aa3b98665f5b539
SIZE (ClickHouse-Extras-aws-sdk-cpp-17e10c0_GH0.tar.gz) = 27022883
SHA256 (ClickHouse-Extras-aws-sdk-cpp-7d48b2c_GH0.tar.gz) = 9d0b0c4577e62bc0349579345e4002b3fe304352736fe4676db6b56eec69ad6d
SIZE (ClickHouse-Extras-aws-sdk-cpp-7d48b2c_GH0.tar.gz) = 32563928
SHA256 (ClickHouse-Extras-aws-c-common-736a82d_GH0.tar.gz) = d4e48a9bb96cc17a0107e3d95f3ef4eb67aaf9c2c39220188456b0c7eb89740b
SIZE (ClickHouse-Extras-aws-c-common-736a82d_GH0.tar.gz) = 321426
SHA256 (ClickHouse-Extras-aws-c-event-stream-3bc3366_GH0.tar.gz) = e6e4d3c1a2d518c7292aaef8d023ae567cd000bcba94bdf544db07385148b194
@ -17,22 +23,32 @@ SHA256 (ClickHouse-Extras-aws-checksums-519d6d9_GH0.tar.gz) = 6574d090c8f340fe6e
SIZE (ClickHouse-Extras-aws-checksums-519d6d9_GH0.tar.gz) = 78316
SHA256 (ClickHouse-Extras-Turbo-Base64-af9b331_GH0.tar.gz) = b1d1f40c984d6328d64f7b9ab3b0fb603f10f539af38eac7c878722fac82ee62
SIZE (ClickHouse-Extras-Turbo-Base64-af9b331_GH0.tar.gz) = 49262
SHA256 (ClickHouse-Extras-boost-a04e72c_GH0.tar.gz) = 1b09c38a94c3f912bd2b3020cebfa71f2a538faf925e354883fa1353dd9f7385
SIZE (ClickHouse-Extras-boost-a04e72c_GH0.tar.gz) = 5830453
SHA256 (google-brotli-5805f99_GH0.tar.gz) = d2650dc403a3be47ae54f1c2b165e3cc0daface87bb6a5309e2b8808291ce741
SIZE (google-brotli-5805f99_GH0.tar.gz) = 23833395
SHA256 (ClickHouse-Extras-boost-ee24fa5_GH0.tar.gz) = 9bc89a3a195e4e30d966755accaad80900358bfaa360caf60f9d2d61757acc58
SIZE (ClickHouse-Extras-boost-ee24fa5_GH0.tar.gz) = 6553024
SHA256 (ClickHouse-Extras-boringssl-8b2bf91_GH0.tar.gz) = 0b2a13b7be87d4e3d4c8aee2ca8ed6b31ad788ba4ae6fffd079f06273d2787f7
SIZE (ClickHouse-Extras-boringssl-8b2bf91_GH0.tar.gz) = 27326515
SHA256 (google-brotli-63be8a9_GH0.tar.gz) = ab6d0b8c0503a4e085c441bc323cce1746d31c0a52502e2841fee754de07e20f
SIZE (google-brotli-63be8a9_GH0.tar.gz) = 488535
SHA256 (capnproto-capnproto-a00ccd9_GH0.tar.gz) = afb081ce4df9e3e1602f796769441b49394215217295cad5bf3f8010c0e708a3
SIZE (capnproto-capnproto-a00ccd9_GH0.tar.gz) = 1991634
SHA256 (ClickHouse-Extras-cpp-driver-a49b4e0_GH0.tar.gz) = dcbd289ebed8223fb239080af28d1fc3703632ab5dadb37448691d4472c94d1c
SIZE (ClickHouse-Extras-cpp-driver-a49b4e0_GH0.tar.gz) = 9392526
SHA256 (ClickHouse-Extras-cctz-7a2db4e_GH0.tar.gz) = d1ce5c54d6944ac06d3d752badf0e910f0ce5b8631a953efe90fe15d57d2b43c
SIZE (ClickHouse-Extras-cctz-7a2db4e_GH0.tar.gz) = 301969
SHA256 (ClickHouse-Extras-cpp-driver-b446d7e_GH0.tar.gz) = 6992fd1fb76fb3c3013e69de2ca7cb2c512ab68d723b68a208144fbc99241fa2
SIZE (ClickHouse-Extras-cpp-driver-b446d7e_GH0.tar.gz) = 12281873
SHA256 (ClickHouse-Extras-cctz-c0f1bcb_GH0.tar.gz) = cb834d27bf68bce146d5f3c7151c6cc20004986585ef2939fcac95f773c72716
SIZE (ClickHouse-Extras-cctz-c0f1bcb_GH0.tar.gz) = 212987
SHA256 (mfontanini-cppkafka-b06e64e_GH0.tar.gz) = f742733bd1ad4e4f1cfa25922790e883474c089e4d25ac5d7024609841c30218
SIZE (mfontanini-cppkafka-b06e64e_GH0.tar.gz) = 106118
SHA256 (RoaringBitmap-CRoaring-d840293_GH0.tar.gz) = e3c90ce26f4f82b3d6df46c18962d81a833e8c7d36aa79520c2123d6f5b6b3a5
SIZE (RoaringBitmap-CRoaring-d840293_GH0.tar.gz) = 100575964
SHA256 (curl-curl-3b8bbbb_GH0.tar.gz) = 7405f6074709cc8872070b26073253b6188b487027d2b8cb743646da870b27f5
SIZE (curl-curl-3b8bbbb_GH0.tar.gz) = 2980455
SHA256 (ClickHouse-Extras-cyrus-sasl-9995bf9_GH0.tar.gz) = d86b4b7be8d4dc572aa01f62a7782fb30fb29e85df0c58a2f5ac8713506a5870
SIZE (ClickHouse-Extras-cyrus-sasl-9995bf9_GH0.tar.gz) = 2120246
SHA256 (google-double-conversion-cf2f0f3_GH0.tar.gz) = 2fa2aaa8afb7d8b32913da01f381a8cfa7dda7b0be7278f1f823935c94fa4baf
SIZE (google-double-conversion-cf2f0f3_GH0.tar.gz) = 7019614
SHA256 (ClickHouse-Extras-dragonbox-923705a_GH0.tar.gz) = b086f293f1c92d3674d03d2a7082a5a564b909d9d46d04c708cee76872ea356d
SIZE (ClickHouse-Extras-dragonbox-923705a_GH0.tar.gz) = 2985032
SHA256 (fastfloat-fast_float-7eae925_GH0.tar.gz) = 506aecaa2f39420cedded455e21421b57e3c033d5bef11feb3564892793d1e6b
SIZE (fastfloat-fast_float-7eae925_GH0.tar.gz) = 105248
SHA256 (ClickHouse-Extras-fastops-88752a5_GH0.tar.gz) = 2df9d0f4bbbf587db4b1690e63063adbc4712c8c6ae7e4c9ed3821f9783f459a
SIZE (ClickHouse-Extras-fastops-88752a5_GH0.tar.gz) = 266310
SHA256 (google-flatbuffers-6df40a2_GH0.tar.gz) = ac89dc4f033bf4de64d0d80d5919788a35bc5f6e0263962ecf97db4b4ed443cb
@ -43,64 +59,70 @@ SHA256 (kthohr-gcem-8d4f1b5_GH0.tar.gz) = 3aa0e4733a7d4990447d97038446a0411100f9
SIZE (kthohr-gcem-8d4f1b5_GH0.tar.gz) = 52091
SHA256 (google-googletest-ba96d0b_GH0.tar.gz) = 0ab78ed11f5ed1b3caea51ac4a08871ce078db4fe01e74d87d9678cec7413483
SIZE (google-googletest-ba96d0b_GH0.tar.gz) = 986108
SHA256 (ClickHouse-Extras-grpc-8aea4e1_GH0.tar.gz) = 02aba88a320036a7af7d61e22c5c4eb452d0f6850cfe7af043c9e64c058ef78e
SIZE (ClickHouse-Extras-grpc-8aea4e1_GH0.tar.gz) = 16435790
SHA256 (uber-h3-6cfd649_GH0.tar.gz) = 25452729edd0931cb65adf2ede8e0fb0593afa62913dc082049358588301bf0e
SIZE (uber-h3-6cfd649_GH0.tar.gz) = 17041860
SHA256 (ClickHouse-Extras-hyperscan-3907fd0_GH0.tar.gz) = c722890d1e146b968451f87bd7c197875fae1274730681667bc361306937dcb0
SIZE (ClickHouse-Extras-hyperscan-3907fd0_GH0.tar.gz) = 1844529
SHA256 (unicode-org-icu-faa2f9f_GH0.tar.gz) = d44751f8e4f8f3a9c1763db0edd9c6bb40a6cdcf18bf3327805e6f5487e7c762
SIZE (unicode-org-icu-faa2f9f_GH0.tar.gz) = 44792713
SHA256 (ClickHouse-Extras-grpc-7436366_GH0.tar.gz) = 206a1a31bc13b881bfe9cfafce7e4f4bf4e6d10591cb933cbbede2d35fd33ade
SIZE (ClickHouse-Extras-grpc-7436366_GH0.tar.gz) = 7270271
SHA256 (ClickHouse-Extras-h3-e209086_GH0.tar.gz) = df8ae0847625c9fb32ed0a3f81dbf15ad46f7e4a5a8f0f1a0770e9f31e9930e0
SIZE (ClickHouse-Extras-h3-e209086_GH0.tar.gz) = 17316672
SHA256 (ClickHouse-Extras-hyperscan-e9f08df_GH0.tar.gz) = ba3d33853271bbff533019fcc2be9df4900410e220ee00a5cbe7a55f1c5550dc
SIZE (ClickHouse-Extras-hyperscan-e9f08df_GH0.tar.gz) = 1844326
SHA256 (unicode-org-icu-faa2f9f_GH0.tar.gz) = 462938228ad8adc209c01594eaeb3a6ca36f8c0bff0411e599b2c78a651d6fb0
SIZE (unicode-org-icu-faa2f9f_GH0.tar.gz) = 59134304
SHA256 (ClickHouse-Extras-icudata-f020820_GH0.tar.gz) = 45ee70d1db43af034b560556a6218813f011ab5a5af48b40443bdc7121696300
SIZE (ClickHouse-Extras-icudata-f020820_GH0.tar.gz) = 16305443
SHA256 (jemalloc-jemalloc-ea6b3e9_GH0.tar.gz) = abd4cf62f3e5fad72f93bfd654ef999f53a70ffcd91645394c7fd93c0dff8a38
SIZE (jemalloc-jemalloc-ea6b3e9_GH0.tar.gz) = 580664
SHA256 (ClickHouse-Extras-libc-headers-92c74f9_GH0.tar.gz) = 23caf49a040c2d29c1d3c5fe616e8b3b9fadf6524e29f4245e8c20810914d994
SIZE (ClickHouse-Extras-libc-headers-92c74f9_GH0.tar.gz) = 378370
SHA256 (ClickHouse-Extras-jemalloc-e6891d9_GH0.tar.gz) = 6a95a98c77d68c09bc226b11f3d6e21f5f60ea32f9eaac41a8a7362d0df571c2
SIZE (ClickHouse-Extras-jemalloc-e6891d9_GH0.tar.gz) = 580995
SHA256 (ClickHouse-Extras-krb5-5149dea_GH0.tar.gz) = eac6ff30ae30bd11757b57ee0c4d4e5cccbb9bac874de5f6305b1f009853bafc
SIZE (ClickHouse-Extras-krb5-5149dea_GH0.tar.gz) = 5155458
SHA256 (ClickHouse-Extras-libc-headers-a720b71_GH0.tar.gz) = 71d9436748bf78f7b97e8c11a5f8fb295d729d9e8f8beb264a00316105ed4128
SIZE (ClickHouse-Extras-libc-headers-a720b71_GH0.tar.gz) = 397157
SHA256 (ClickHouse-Extras-libcpuid-8db3b8d_GH0.tar.gz) = 1b1ed73158063d721555b8b6f95e59599cb28be636b8f08b4be281e6f36f965b
SIZE (ClickHouse-Extras-libcpuid-8db3b8d_GH0.tar.gz) = 140826
SHA256 (ClickHouse-Extras-libcxx-9f71e12_GH0.tar.gz) = 4ff4b4ac89fc05f9cdc52d43c55d3ed98e021541a13478317b65ee9cacce5e68
SIZE (ClickHouse-Extras-libcxx-9f71e12_GH0.tar.gz) = 1001700
SHA256 (ClickHouse-Extras-libcxxabi-1ebc83a_GH0.tar.gz) = b35f04f35011cc15f060310056dd1eed73d7cda8a687b444449b3f1fb27775b3
SIZE (ClickHouse-Extras-libcxxabi-1ebc83a_GH0.tar.gz) = 110867
SHA256 (ClickHouse-Extras-libgsasl-140fb58_GH0.tar.gz) = 4ce651f2e0fb2b7592c0b7377c1e0f7782e5167849dd37ade48f0f3316ce5af2
SIZE (ClickHouse-Extras-libgsasl-140fb58_GH0.tar.gz) = 174043
SHA256 (ClickHouse-Extras-libhdfs3-1b66657_GH0.tar.gz) = ae97e03b17fa146441ff57d92e8718373efbd8e3b649b69ab0e2064aa571697d
SIZE (ClickHouse-Extras-libhdfs3-1b66657_GH0.tar.gz) = 251783
SHA256 (ClickHouse-Extras-librdkafka-2090cbf_GH0.tar.gz) = 824ffa0ef77bc24b6fc73ec84a447176722ab399d18b431c48c89fe2615f2752
SIZE (ClickHouse-Extras-librdkafka-2090cbf_GH0.tar.gz) = 2757561
SHA256 (ClickHouse-Extras-libunwind-27026ef_GH0.tar.gz) = 4898872ed329a2d4613c4fce54b07a28b92fc7da65df40ea65ca7788bdedcb29
SIZE (ClickHouse-Extras-libunwind-27026ef_GH0.tar.gz) = 119493
SHA256 (ClickHouse-Extras-libuv-8443830_GH0.tar.gz) = d8166e242b3412a5ccebcc5a1a6888f5a5faa785d898c651ec1cdcae738bb84d
SIZE (ClickHouse-Extras-libuv-8443830_GH0.tar.gz) = 1242588
SHA256 (ClickHouse-Extras-libcxx-8b80a15_GH0.tar.gz) = 919add1fde7c78a11f9c6acd37114353794dc4dc0bc163c27213642ed55136a6
SIZE (ClickHouse-Extras-libcxx-8b80a15_GH0.tar.gz) = 863065
SHA256 (ClickHouse-Extras-libcxxabi-df8f1e7_GH0.tar.gz) = 5d21d45648e0454f8db4e5e946d05999d6e59e724d66ce7eeb5162c1de2ec01b
SIZE (ClickHouse-Extras-libcxxabi-df8f1e7_GH0.tar.gz) = 110708
SHA256 (ClickHouse-Extras-libgsasl-383ee28_GH0.tar.gz) = 959a1f488db847e674d6935cb2a1c9921c01bb08eee8bdfb124032a3be54aece
SIZE (ClickHouse-Extras-libgsasl-383ee28_GH0.tar.gz) = 174201
SHA256 (ClickHouse-Extras-libhdfs3-095b9d4_GH0.tar.gz) = 9b57e83e29ce8058e1de95e9750d0b9eebf99d7a8847fde171f82d3f61871af6
SIZE (ClickHouse-Extras-libhdfs3-095b9d4_GH0.tar.gz) = 252150
SHA256 (ClickHouse-Extras-libpq-1f9c286_GH0.tar.gz) = a3d8485c39ec0e9342b58178e4429d335e228105323b3b42d2c357d62295e3c5
SIZE (ClickHouse-Extras-libpq-1f9c286_GH0.tar.gz) = 686547
SHA256 (jtv-libpqxx-58d2a02_GH0.tar.gz) = 007e50227e61e7ec1921bea3f9b8b41e1f534730edaa851958f9fa496c021844
SIZE (jtv-libpqxx-58d2a02_GH0.tar.gz) = 694052
SHA256 (ClickHouse-Extras-librdkafka-cf11d0a_GH0.tar.gz) = 95d51945fc81f3b528f46e054bceb6ad19dc5332a22f59f4c57e6f77ac23c2c3
SIZE (ClickHouse-Extras-librdkafka-cf11d0a_GH0.tar.gz) = 2904256
SHA256 (ClickHouse-Extras-libunwind-8fe25d7_GH0.tar.gz) = 79b03ad3fc82306de3a10003d53b500ff721767b80a2e9834408c33d542334fe
SIZE (ClickHouse-Extras-libunwind-8fe25d7_GH0.tar.gz) = 120981
SHA256 (ClickHouse-Extras-libuv-e2e9b7e_GH0.tar.gz) = e495a83bdfea09e04638f35b16a1c516dfadeee66cb60be6d36754e23b6bf81d
SIZE (ClickHouse-Extras-libuv-e2e9b7e_GH0.tar.gz) = 1242751
SHA256 (GNOME-libxml2-18890f4_GH0.tar.gz) = e1ca0f84996af7c394adfa6ca74a85aba031e34197d303b35d4a7b20935c5a84
SIZE (GNOME-libxml2-18890f4_GH0.tar.gz) = 5170146
SHA256 (ClickHouse-Extras-llvm-3d6c7e9_GH0.tar.gz) = a7e726244f7844fd5632f7abcc1b0ccc33c7be650847908c6edad4d646ceef66
SIZE (ClickHouse-Extras-llvm-3d6c7e9_GH0.tar.gz) = 14330676
SHA256 (ClickHouse-Extras-llvm-8f24d50_GH0.tar.gz) = 61e1bbd49e86e15efe8d3752830f73ee7dc2f06aabfe131e40d392aeccfe85f0
SIZE (ClickHouse-Extras-llvm-8f24d50_GH0.tar.gz) = 14330537
SHA256 (lz4-lz4-f39b79f_GH0.tar.gz) = cdc9ad4f5bdfb96934cb5c1b169e415f05e9405ef8d91a30fc387f9bed969d9a
SIZE (lz4-lz4-f39b79f_GH0.tar.gz) = 310434
SHA256 (ClickHouse-Extras-mariadb-connector-c-3f512fe_GH0.tar.gz) = bdfacd1c8c1e0b6048d97fc48a528d7a763f8f532e8fc7157a253b6615d20c50
SIZE (ClickHouse-Extras-mariadb-connector-c-3f512fe_GH0.tar.gz) = 744993
SHA256 (ClickHouse-Extras-mariadb-connector-c-21f451d_GH0.tar.gz) = bd3ab10d558443747b34af5ab7ce46850c2a4cbf4547fbd8f39d5ca407af81ba
SIZE (ClickHouse-Extras-mariadb-connector-c-21f451d_GH0.tar.gz) = 745023
SHA256 (danlark1-miniselect-be0af6b_GH0.tar.gz) = 3e9f40847fa2774a8fdc8a219ad226de30784ae62d926328247534b102cb62ef
SIZE (danlark1-miniselect-be0af6b_GH0.tar.gz) = 404227
SHA256 (msgpack-msgpack-c-4668426_GH0.tar.gz) = 77fb0ecbfb46ed73dfe79b1b04d0be19a2441756964e81bd559eadc4f38cb943
SIZE (msgpack-msgpack-c-4668426_GH0.tar.gz) = 496549
SHA256 (openldap-openldap-34b9ba9_GH0.tar.gz) = e3803c2b86002c392c93c4db4f19a62b05a19aade7d997a4d1f71e2a09c8fd7f
SIZE (openldap-openldap-34b9ba9_GH0.tar.gz) = 5706858
SHA256 (ClickHouse-Extras-openssl-07e9623_GH0.tar.gz) = 2becda5dc2e1dad11dd8840fab275fac0e1bf46098b57d363a777c968db1db10
SIZE (ClickHouse-Extras-openssl-07e9623_GH0.tar.gz) = 9305823
SHA256 (ClickHouse-Extras-openldap-0208811_GH0.tar.gz) = e7ff9ba82fd7ed523ed26a518ddd14a0120fe2254b556668d0d3d3b052eaced8
SIZE (ClickHouse-Extras-openldap-0208811_GH0.tar.gz) = 5706857
SHA256 (apache-orc-5981208_GH0.tar.gz) = 308c89397c403aebad7e89eb65f39b7ed9ab13fcba0a88fada7e5b2e6e0bbd25
SIZE (apache-orc-5981208_GH0.tar.gz) = 13390179
SHA256 (ClickHouse-Extras-poco-74c9344_GH0.tar.gz) = a6323c5e1d6445ca2a20f9fa6cde57e1f26003da8a227e4a60c88a2491601a47
SIZE (ClickHouse-Extras-poco-74c9344_GH0.tar.gz) = 10244149
SHA256 (ClickHouse-Extras-protobuf-d6a10dd_GH0.tar.gz) = 6d0aca01808f8f5449bf8aa43c41dd689e35634d26d9e7322e45ca4e4f483608
SIZE (ClickHouse-Extras-protobuf-d6a10dd_GH0.tar.gz) = 2303694
SHA256 (ClickHouse-Extras-poco-c55b91f_GH0.tar.gz) = 771a8a0a07addfbeda6901e170b9383ee199bb4494e37d1904ec9232c3912376
SIZE (ClickHouse-Extras-poco-c55b91f_GH0.tar.gz) = 10244552
SHA256 (ClickHouse-Extras-protobuf-73b1281_GH0.tar.gz) = 5761c4b3b5da2f87952642830c5e728f95d4e9f2d0ac9bac2c2cb97b5c2b9266
SIZE (ClickHouse-Extras-protobuf-73b1281_GH0.tar.gz) = 5277846
SHA256 (ClickHouse-Extras-rapidjson-c4ef90c_GH0.tar.gz) = 8c986a8e27c8091d3b4dea24b3910244993e7617cb1d573e96d1ce35a324c81c
SIZE (ClickHouse-Extras-rapidjson-c4ef90c_GH0.tar.gz) = 1059337
SHA256 (google-re2-7cf8b88_GH0.tar.gz) = abf82619d512523137a320a3f6f60e735a934e6bc97976e8e90b5ec4f33738fd
SIZE (google-re2-7cf8b88_GH0.tar.gz) = 388768
SHA256 (ClickHouse-Extras-replxx-94b1f56_GH0.tar.gz) = 36421881799b9a992146459d6296d29ec7b05d2a36828180dbfaa36bd9deb147
SIZE (ClickHouse-Extras-replxx-94b1f56_GH0.tar.gz) = 83541
SHA256 (ClickHouse-Extras-ryu-5b4a853_GH0.tar.gz) = fa1263ee3d27d713eeb8ccec76167346d5e0b94e34fd9055409247f0a998ad44
SIZE (ClickHouse-Extras-ryu-5b4a853_GH0.tar.gz) = 8290278
SHA256 (ClickHouse-Extras-replxx-cdb6e3f_GH0.tar.gz) = 5e87efb101c2a322089fd7722f56f4b9e4af008a349a8d1e8a7810d122f462ea
SIZE (ClickHouse-Extras-replxx-cdb6e3f_GH0.tar.gz) = 84631
SHA256 (ClickHouse-Extras-rocksdb-54a0dec_GH0.tar.gz) = 2a48f04732a7f2880407e9d737c0e9d33aa2bdeb185863cd081c4408cb36085c
SIZE (ClickHouse-Extras-rocksdb-54a0dec_GH0.tar.gz) = 6506930
SHA256 (ClickHouse-Extras-sentry-native-94644e9_GH0.tar.gz) = b1445b3dec3d42e8ae7e93aff37c96d19b44f1e60b3c83df981b9c19618c169d
SIZE (ClickHouse-Extras-sentry-native-94644e9_GH0.tar.gz) = 236202
SHA256 (ClickHouse-Extras-simdjson-3190d66_GH0.tar.gz) = 99c8215cd3335839778289f14845c64a8b4f5d6b5d132f43d0a3d8fa59364c7d
@ -115,14 +137,16 @@ SHA256 (apache-thrift-010ccf0_GH0.tar.gz) = 839804231ec99111cfb0035641316161f299
SIZE (apache-thrift-010ccf0_GH0.tar.gz) = 2923002
SHA256 (ClickHouse-Extras-UnixODBC-b0ad30f_GH0.tar.gz) = 32d8df90d925324d694e7592d2f04701dc29c93e4e591154e9a77c06f96ccb83
SIZE (ClickHouse-Extras-UnixODBC-b0ad30f_GH0.tar.gz) = 1595038
SHA256 (ClickHouse-Extras-zlib-ng-bba56a7_GH0.tar.gz) = 45412b0fa05c0f67ad5a44eaaaff700097bd6a24eeff57b6971a1fc4b6384bc5
SIZE (ClickHouse-Extras-zlib-ng-bba56a7_GH0.tar.gz) = 322006
SHA256 (xz-mirror-xz-869b9d1_GH0.tar.gz) = 7a512bd28783385545dee1d263220afe61c633d84c45ffe459ea814e8ea7f057
SIZE (xz-mirror-xz-869b9d1_GH0.tar.gz) = 719977
SHA256 (ClickHouse-Extras-zlib-ng-6fd1846_GH0.tar.gz) = 8cc1f364c1284bc309d62de545c0426fcb61357b88332d2c883bdab8caaeb2ae
SIZE (ClickHouse-Extras-zlib-ng-6fd1846_GH0.tar.gz) = 322016
SHA256 (facebook-zstd-10f0e69_GH0.tar.gz) = a56b179bf19dc347dea0c5d24f78001d97510fd47757da644e9ce200b80489e3
SIZE (facebook-zstd-10f0e69_GH0.tar.gz) = 1962695
SHA256 (apache-parquet-testing-46c9e97_GH0.tar.gz) = 3278e4f278f260a74d743de976035fcc017e0f32d576e964c39ac90ad533ca4b
SIZE (apache-parquet-testing-46c9e97_GH0.tar.gz) = 31276
SHA256 (apache-arrow-testing-3772a1b_GH0.tar.gz) = 64f4bb05209ceab2e0069070c62c2f6e449f9d1780b942f6f36acdbc5032dec1
SIZE (apache-arrow-testing-3772a1b_GH0.tar.gz) = 522484
SHA256 (apache-parquet-testing-d914f9d_GH0.tar.gz) = 2dcb94a9351b04227c469d3c37592b54b3b550a8448b261357fb53d8cf6a050c
SIZE (apache-parquet-testing-d914f9d_GH0.tar.gz) = 33470
SHA256 (apache-arrow-testing-860376d_GH0.tar.gz) = bb562c4d58437188dbc11f5ea42bddaf71a3d38839b914d0156449db36edae08
SIZE (apache-arrow-testing-860376d_GH0.tar.gz) = 53097472
SHA256 (hillbig-esaxx-ca7cb33_GH0.tar.gz) = 8d049f87c9cf08ee4ea91ac3839ddb9a078e1118ea432ffd9de5e56cbb5ff8ff
SIZE (hillbig-esaxx-ca7cb33_GH0.tar.gz) = 96441
SHA256 (y-256-libdivsufsort-5f60d6f_GH0.tar.gz) = d6495c9bbd5837892b344826140a5feba524c132c4d533429b90cb40e7c7d813

View File

@ -1,5 +1,7 @@
#!/bin/sh
# $FreeBSD: head/databases/clickhouse/files/clickhouse.in 475667 2018-07-29 17:49:12Z pi $
#
# PROVIDE: clickhouse
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,4 +1,4 @@
--- cmake/freebsd/default_libs.cmake.orig 2020-08-31 16:22:57 UTC
--- cmake/freebsd/default_libs.cmake.orig 2021-04-12 12:15:33 UTC
+++ cmake/freebsd/default_libs.cmake
@@ -4,13 +4,13 @@ if (NOT COMPILER_CLANG)
message (FATAL_ERROR "FreeBSD build is supported only for Clang")

View File

@ -0,0 +1,12 @@
--- contrib/cassandra/CMakeLists.txt.orig 2021-01-25 21:26:46 UTC
+++ contrib/cassandra/CMakeLists.txt
@@ -165,7 +165,8 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
# Enable C++11 support to use std::atomic
if(CASS_USE_STD_ATOMIC)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
+ set(CMAKE_CXX_STANDARD "17")
endif()
# OpenSSL is deprecated on later versions of Mac OS X. The long-term solution

View File

@ -1,6 +1,6 @@
--- src/Common/MemoryStatisticsOS.cpp.orig 2020-08-31 16:22:57 UTC
--- src/Common/MemoryStatisticsOS.cpp.orig 2021-03-19 11:39:14 UTC
+++ src/Common/MemoryStatisticsOS.cpp
@@ -1,7 +1,13 @@
@@ -1,14 +1,20 @@
-#if defined(OS_LINUX)
-
#include <sys/types.h>
@ -16,19 +16,15 @@
#include <fcntl.h>
#include <unistd.h>
#include <cassert>
@@ -11,9 +17,10 @@
#include "MemoryStatisticsOS.h"
-#include <common/logger_useful.h>
+//#include <common/logger_useful.h>
#include <common/getPageSize.h>
#include <Common/Exception.h>
#include <IO/ReadBufferFromMemory.h>
#include <IO/ReadHelpers.h>
-#include <common/logger_useful.h>
+
+
namespace DB
{
@@ -23,21 +30,40 @@ namespace ErrorCodes
@@ -24,20 +30,40 @@ namespace ErrorCodes
extern const int CANNOT_OPEN_FILE;
extern const int CANNOT_READ_FROM_FILE_DESCRIPTOR;
extern const int CANNOT_CLOSE_FILE;
@ -37,9 +33,10 @@
+#endif
}
-static constexpr auto filename = "/proc/self/statm";
+#ifndef OS_FREEBSD
static constexpr auto filename = "/proc/self/statm";
static constexpr size_t PAGE_SIZE = 4096;
+ static constexpr auto filename = "/proc/self/statm";
+ static constexpr size_t PAGE_SIZE = 4096;
+#endif
MemoryStatisticsOS::MemoryStatisticsOS()
@ -69,7 +66,7 @@
if (0 != ::close(fd))
{
try
@@ -51,12 +77,43 @@ MemoryStatisticsOS::~MemoryStatisticsOS()
@@ -51,12 +77,42 @@ MemoryStatisticsOS::~MemoryStatisticsOS()
DB::tryLogCurrentException(__PRETTY_FUNCTION__);
}
}
@ -109,14 +106,13 @@
+ ::procstat_freevmmap(pstat, kve);
+ ::procstat_freeprocs(pstat, kp);
+#else
+
constexpr size_t buf_size = 1024;
char buf[buf_size];
@@ -98,10 +155,8 @@ MemoryStatisticsOS::Data MemoryStatisticsOS::get() con
data.shared *= PAGE_SIZE;
data.code *= PAGE_SIZE;
data.data_and_stack *= PAGE_SIZE;
@@ -99,10 +155,8 @@ MemoryStatisticsOS::Data MemoryStatisticsOS::get() con
data.shared *= page_size;
data.code *= page_size;
data.data_and_stack *= page_size;
-
+#endif
return data;

View File

@ -1,4 +1,4 @@
--- src/Common/MemoryStatisticsOS.h.orig 2020-08-31 16:22:57 UTC
--- src/Common/MemoryStatisticsOS.h.orig 2021-03-19 11:39:14 UTC
+++ src/Common/MemoryStatisticsOS.h
@@ -1,5 +1,4 @@
#pragma once

View File

@ -1,7 +1,7 @@
--- src/Interpreters/AsynchronousMetrics.cpp.orig 2020-08-31 16:22:57 UTC
--- src/Interpreters/AsynchronousMetrics.cpp.orig 2021-03-19 11:39:14 UTC
+++ src/Interpreters/AsynchronousMetrics.cpp
@@ -194,7 +194,7 @@ void AsynchronousMetrics::update()
new_values["Uptime"] = context.getUptimeSeconds();
@@ -196,7 +196,7 @@ void AsynchronousMetrics::update()
new_values["Uptime"] = global_context.getUptimeSeconds();
/// Process memory usage according to OS
-#if defined(OS_LINUX)

View File

@ -1,6 +1,6 @@
--- src/Interpreters/AsynchronousMetrics.h.orig 2020-08-31 16:22:57 UTC
--- src/Interpreters/AsynchronousMetrics.h.orig 2021-03-19 11:39:14 UTC
+++ src/Interpreters/AsynchronousMetrics.h
@@ -50,7 +50,7 @@ class AsynchronousMetrics (private)
@@ -78,7 +78,7 @@ class AsynchronousMetrics (private)
bool quit {false};
AsynchronousMetricValues values;

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,10 @@
PORTNAME= ip4r
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= databases net
MAINTAINER= ports@FreeBSD.org
MAINTAINER= axel.rau@chaos1.de
COMMENT= IP address and IP range index types for PostgreSQL
LICENSE= PostgreSQL

View File

@ -7,6 +7,8 @@ PKGNAMESUFFIX= 5-mdb
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mdb backend for the libgda5 library
BROKEN= does not compile: 'mdbfakeglib.h' file not found
MASTERDIR= ${.CURDIR}/../libgda5
BUILD_WRKSRC= ${WRKSRC}/providers/mdb/
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -13,6 +13,8 @@ COMMENT= Lua 5.1 to 5.3 wrapper for SQLite3 library
LICENSE= MIT
BROKEN= does not build: cp: /wrkdirs/usr/ports/databases/sqlite3/work/sqlite-src-3350500/sqlite3.[ch]: No such file or directory
BUILD_DEPENDS= ${NONEXISTENT}:databases/sqlite3:patch
USES= localbase:ldflags sqlite:3 zip lua:module

View File

@ -1,7 +1,6 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>
PORTNAME= mariadb
PORTREVISION= 1
PKGNAMESUFFIX= 103-client
COMMENT= Multithreaded SQL database (client)

View File

@ -1,12 +1,11 @@
--- CMakeLists.txt.orig 2019-05-13 18:13:05 UTC
+++ CMakeLists.txt
@@ -491,14 +491,16 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
--- CMakeLists.txt.orig 2021-05-08 08:36:42.000000000 +0200
+++ CMakeLists.txt 2021-05-08 08:40:29.000000000 +0200
@@ -517,13 +517,15 @@
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
+IF(FALSE)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY
EXCEPTIONS-CLIENT COMPONENT Readme)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY COMPONENT Readme)
+ENDIF()
# MDEV-6526 these files are not installed anymore

View File

@ -1,7 +1,7 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>
PORTNAME?= mariadb
PORTVERSION= 10.3.28
PORTVERSION= 10.3.29
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1614533978
SHA256 (mariadb-10.3.28.tar.gz) = e8c912cae2e5800d0da364cc23437907ed4be767f2cbdf198cf3afc03db6a6a3
SIZE (mariadb-10.3.28.tar.gz) = 73040177
TIMESTAMP = 1620455361
SHA256 (mariadb-10.3.29.tar.gz) = 304a9e94c50636b591ac7cbfe459cb341d345c4bd0ef5e45fb9a692268e6db38
SIZE (mariadb-10.3.29.tar.gz) = 73261682

View File

@ -1,12 +1,11 @@
--- CMakeLists.txt.orig 2019-05-13 18:13:05 UTC
+++ CMakeLists.txt
@@ -491,14 +491,16 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
--- CMakeLists.txt.orig 2021-05-08 08:36:42.000000000 +0200
+++ CMakeLists.txt 2021-05-08 08:40:29.000000000 +0200
@@ -517,13 +517,15 @@
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
+IF(FALSE)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY
EXCEPTIONS-CLIENT COMPONENT Readme)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY COMPONENT Readme)
+ENDIF()
# MDEV-6526 these files are not installed anymore

View File

@ -260,7 +260,6 @@ man/man8/mysqld.8.gz
%%DATADIR%%/mysql_system_tables_data.sql
%%DATADIR%%/mysql_test_data_timezone.sql
%%DATADIR%%/mysql_test_db.sql
%%DATADIR%%/mysql_to_mariadb.sql
%%DATADIR%%/mysqld_multi.server
%%DATADIR%%/charsets/Index.xml
%%DATADIR%%/charsets/README

View File

@ -1,7 +1,7 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>
PORTNAME?= mariadb
PORTVERSION= 10.4.18
PORTVERSION= 10.4.19
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1614531201
SHA256 (mariadb-10.4.18.tar.gz) = 330d9e8273002fc92f0f3f3f9b08157a3cab1265a0f114adeb6235e4283a0d3e
SIZE (mariadb-10.4.18.tar.gz) = 81733656
TIMESTAMP = 1620481669
SHA256 (mariadb-10.4.19.tar.gz) = ac4fcfeaaaf24a2d4aac8662be7b7da42de045a680fc1d5836263405341f3975
SIZE (mariadb-10.4.19.tar.gz) = 82042449

Some files were not shown because too many files have changed in this diff Show More