147225 Commits

Author SHA1 Message Date
kn
5bdc3a4c42 Update to mblaze 0.7
* All tools now follow symlinks to mails.
* mdirs: add -a to list all subfolders, ignoring Maildir++ convention.
* mcom: add preview alias for show command.
* mrep/mbnc: allow only one message as argument.
* maddr: add -d to only print display name.
* mthread: add -r to reverse top-level order.
* mlist: print number of matches when message selection is in place.
* mpick: many improvements.
* Many bug fixes.

From Lucas (maintainer)
2020-05-16 22:16:40 +00:00
naddy
e0a66f45bc update to 7.70.0 and enable debug package 2020-05-16 21:47:11 +00:00
sthen
3e3ce667c1 portgen: where BDEP/RDEP are equal, write 'BUILD_DEPENDS=${RUN_DEPENDS}'
rather than 'RUN_DEPENDS=${BUILD_DEPENDS}' which is easily polluted by
compression utilities, ccache if used etc. Problem spotted by aja@ in a
port submission of mine where the skeleton was made by portgen.

While there, prefer setting 'TEST_DEPENDS=${RUN_DEPENDS}' rather than
to '${BUILD_DEPENDS}' if RDEP/BDEP are equal.

ok afresh1@
2020-05-16 21:44:23 +00:00
cwen
d6bd189b58 drawterm: fix the build with clang on powerpc
Drawterm uses deprecated Darwin assembly syntax that clang's assembler
does not support, use the external assembler instead.

OK jca@
2020-05-16 20:27:43 +00:00
ajacoutot
2adf59a38f libcroco cannot be removed until legacy arches move to the new librsvg
version... *sigh*

noticed by gkoehler@
2020-05-16 18:46:55 +00:00
kili
556a6ccc75 Update to poppler-0.88.0. 2020-05-16 18:41:15 +00:00
ajacoutot
8ef0aa7b90 symbolextractor: add support for OpenBSD. 2020-05-16 17:03:29 +00:00
sthen
a0c7c9f864 reposync: following feedback from naddy@, adjust the readme's advice
about creating a new uid so that it has its own gid.
2020-05-16 16:41:44 +00:00
semarie
9bafcfb23a update lang/rust to 1.43.1
Announce: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
 and https://blog.rust-lang.org/2020/05/07/Rust.1.43.1.html

ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1431-2020-05-07
2020-05-16 14:13:53 +00:00
ajacoutot
bb439efcf5 Use the new go module facility instead of creating my own tarballs.
With help from abieber@
2020-05-16 14:09:10 +00:00
ajacoutot
77839cabf6 SECURITY update to cracklib-2.9.7 and remove useless py bindings.
- CVE-2016-6318

ok benoit@ (maintainer)
2020-05-16 14:03:39 +00:00
ajacoutot
d738a2cb6e +coredns 2020-05-16 12:42:40 +00:00
ajacoutot
68ba5b72e3 Import coredns-1.6.9.
CoreDNS is a DNS server/forwarder, written in Go, that chains plugins.
Each plugin performs a (DNS) function.
<...>

input/ok sthen@
2020-05-16 12:42:14 +00:00
sthen
6793a5e360 update to clamav-0.102.3
- [CVE-2020-3327](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3327):
  Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.2 that
  could cause a Denial-of-Service (DoS) condition. Improper bounds checking of
  an unsigned variable results in an out-of-bounds read which causes a crash.

  Special thanks to Daehui Chang and Fady Othman for helping identify the ARJ
  parsing vulnerability.

- [CVE-2020-3341](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3341):
  Fix a vulnerability in the PDF parsing module in ClamAV 0.101 - 0.102.2 that
  could cause a Denial-of-Service (DoS) condition. Improper size checking of
  a buffer used to initialize AES decryption routines results in an out-of-
  bounds read which may cause a crash. Bug found by OSS-Fuzz.

- Fix "Attempt to allocate 0 bytes" error when parsing some PDF documents.

- Fix a couple of minor memory leaks.

- Updated libclamunrar to UnRAR 5.9.2.
2020-05-16 12:25:10 +00:00
ajacoutot
83b99a9331 Update to speech-dispatcher-0.9.1. 2020-05-16 12:00:07 +00:00
sthen
9f9ee7db1e fix PERMIT_PACKAGE, spotted by bluhm@.
add graphics to CATEGORIES; bluhm suggested putting the port in graphics/
but I had already committed in devel (to go with gobject-related ports)
and don't really like doing moves with cvs.
2020-05-16 11:53:00 +00:00
sthen
3155c9e807 mention datasize limits in login.conf, the defaults aren't enough for some updates 2020-05-16 11:50:20 +00:00
sthen
5fd99d6cd1 notmuch: patch a place in configure which needed gpg, reported by aja@ 2020-05-16 11:43:51 +00:00
martin
44395820c1 Update py-cftime to 1.1.3. 2020-05-16 11:37:14 +00:00
martin
f88971d1d1 Update py-mercantile to 1.1.4. 2020-05-16 11:24:38 +00:00
martin
8e205e8105 Update grafana to 6.7.3.
OK sthen@

BUILD_ID idea from sthen@ to avoid plist churn in the future
2020-05-16 11:22:13 +00:00
sthen
d4e8fbbdac zap stray , in TEST_DEPENDS 2020-05-16 11:16:09 +00:00
sthen
8076933aeb +p5-Cairo-GObject 2020-05-16 11:04:12 +00:00
sthen
dd47e76113 import ports/devel/p5-Cairo-GObject, tweak/ok aja@
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface,
etc.) with Glib's type systems so that they can be used normally in
signals and properties. If you have encountered an error akin to this:

GType CairoContext (15497280) is not registered with gperl

-- then you need to use Cairo::GObject.
2020-05-16 11:03:30 +00:00
ajacoutot
4ab4f85ac5 Move to py3. 2020-05-16 10:41:32 +00:00
bket
17406cf14b Update CVE quirk for openconnect (CVE-2020-12823) 2020-05-16 10:24:02 +00:00
bket
0327631d65 Update to openconnect-8.10
Fix potential buffer overflow with GnuTLS describing local certs
(CVE-2020-12823).

Changes: https://www.infradead.org/openconnect/changelog.html

OK rsadowski@
2020-05-16 10:22:48 +00:00
ajacoutot
26f5ea256b Update to gnome-weather-3.36.1. 2020-05-16 10:08:53 +00:00
ajacoutot
93298e5ae5 Update to awscli-1.18.61. 2020-05-16 10:00:53 +00:00
ajacoutot
7d8d533ff6 Update to py3-boto3-1.13.11. 2020-05-16 10:00:41 +00:00
rsadowski
cdf210f11f fix build; forget to remove qtbase 2020-05-16 10:00:41 +00:00
ajacoutot
6ad5b4e108 Update to py3-botocore-1.16.11. 2020-05-16 10:00:29 +00:00
ajacoutot
73d8acf5d6 We are already setting MODPY_DEFAULT_VERSION_3, so BDEP on py3-sphinx. 2020-05-16 09:59:32 +00:00
rsadowski
88b9cb36d3 Remove ENGINIO_*; Enginio is dead 2020-05-16 09:53:09 +00:00
rsadowski
d81c8194ff Remove qtcanvas3d (Gone since version 5.13) 2020-05-16 09:45:39 +00:00
rsadowski
f53d72c892 Unbreak offline Qt5 documentation
The following doc components are gone
- qtconnectivity
- qtdatavis3d
- qtdeclarative
- qtwebkit (The effort is no longer worth it)

All doc components are installed in separate directories
2020-05-16 09:43:44 +00:00
ajacoutot
3b2640a27d Update to meson-0.54.2. 2020-05-16 09:39:38 +00:00
ajacoutot
11296cf978 Update to aom-2.0.0rc1.
from Brad (maintainer)
2020-05-16 09:13:31 +00:00
matthieu
55a5bcf155 Update to py-xcbgen 1.14. ok tb@ 2020-05-16 08:49:54 +00:00
anton
d5d96cb008 update to pick-4.0.0
* honor BINDIR, INSTALL_MAN, MANDIR, and PREFIX during configure and install
* remove -v option, your package manager of choice can already provide the same
  information
* remove -h option in favor of the manual
* do not output options as part of the usage output, in favor of the manual
  instead.
* mark unused variables in compat files as extern in order to compile using
  GCC 10
2020-05-16 08:31:55 +00:00
rsadowski
c1060c3439 Add qtwebglplugin 5.13.2
Qt QPA plugin for running an application via a browser using streamed WebGL
commands
2020-05-16 08:16:39 +00:00
steven
48d4b296a4 update to 5.2.0
ok pirofti@
2020-05-16 08:08:21 +00:00
rsadowski
7f481c0aef Update qtwebview to 5.13.2 2020-05-16 07:53:22 +00:00
rsadowski
f7dcd54d23 Update QtWebEngine to 5.13.2
QtWebEngine is not yet enabled (hooked up) but this version works for the most
use-cases. Google maps, Youtube stream with sound, nextcloud...  I have not
tested video conferences, this is not the main use case either.

Most applications do not use QtWebEngine to implement a browser but to interact
with certain HTTPS services/websites or for showing HTML docs.

Next tasks:
 - Slowly switch and test some KDE5 applications from qtwebkit to qtwebengine
 - py-qtwebengine

FYI: We're not going to switch otter-browser to QtWebEngine. Otter is the only
browser really working on macppc.

To be honest, this would never be possible without the incredible chromium
patches collection of robert@ and his input. So a lot of patches come from
www/chromium/patches and some form FreeBSD.
2020-05-16 07:02:59 +00:00
rsadowski
f7928df776 Update jenkins to 2.236 2020-05-16 06:11:34 +00:00
rsadowski
2169a0c356 Update pycharm to 2020.1.1
Change maintainer email address (Forget in the last commit)

Update diff from Lucas Raab (maintainer)
2020-05-16 06:11:13 +00:00
rsadowski
282c617479 Update jenkins-stable to 2.222.3 2020-05-16 06:10:02 +00:00
rsadowski
846ccec0dd Update intellij to 2020.1.1
Update diff from Lucas Raab (maintainer)
2020-05-16 06:09:33 +00:00
rsadowski
2f44d362a0 Update kdevelop to 5.5.1 2020-05-16 05:57:15 +00:00
jsg
78b6c781e4 update to Arm Trusted Firmware 2.3
ok kurt@ who tested on rock64 gen2 and rockpro64
2020-05-16 01:46:35 +00:00