Commit Graph

166499 Commits

Author SHA1 Message Date
ajacoutot
f4d30a730a Regen WANTLIB to unbreak. 2022-05-26 16:00:59 +00:00
ajacoutot
408d16f550 Regen WANTLIB to unbreak. 2022-05-26 15:59:35 +00:00
sthen
f47c2920cc check that _hashlib/_ssl.so are built; OK'd a while ago by tb@ but I forgot
to commit it
2022-05-26 15:13:55 +00:00
bket
a1623739a3 Update to git-cola-4.0.0
Changes: https://github.com/git-cola/git-cola/blob/v4.0.0/CHANGES.rst
2022-05-26 14:27:30 +00:00
bket
2108661feb Update to libdeflate-1.11
Changes: https://github.com/ebiggers/libdeflate/blob/v1.11/NEWS.md
2022-05-26 14:25:52 +00:00
sthen
bea7c07730 update to ClamAV-0.105.0, this now requires rust. The standard upstream
build fails on big-endian systems - there's support for generating "fuzzy
hash subsignatures" used to detect "images known to be used in phishing
campaigns or otherwise used when distributing malware" - openexr support
in the library used for this is currently little-endian only, so I've
patched to disable openexr in this.
2022-05-26 13:25:39 +00:00
ajacoutot
22683896a1 Regen WANTLIB after print/cups,-libs lost irs dependency on gnutls. 2022-05-26 12:59:04 +00:00
ajacoutot
501f72c075 SECURITY update to cups-2.4.2.
Move from GnuTLS to LibreSSL.
2022-05-26 12:58:35 +00:00
okan
0b77ecec64 update to 2.9.1; ok sthen 2022-05-26 12:48:34 +00:00
ajacoutot
1198aa1a31 Add RDEP on x11/gtk+4,-cups. 2022-05-26 12:17:37 +00:00
ajacoutot
cfb8ef4f37 Update to gvfs-1.50.2. 2022-05-26 12:07:46 +00:00
tb
b831255e0e czkawka: disable openexr support in the image crate to unbreak the build
of the -gui flavor on big-endian architectures (i.e., sparc64).
2022-05-26 12:00:12 +00:00
ajacoutot
a41a1ca4be Update to consul-1.12.1. 2022-05-26 11:53:12 +00:00
ajacoutot
18392d307b Update to py3-chromecast-12.1.3. 2022-05-26 11:30:51 +00:00
ajacoutot
a78f378ee3 Use daemon_execdir. 2022-05-26 11:27:55 +00:00
ajacoutot
793494a073 No need for handcrafted rc_start, use daemon_flags. 2022-05-26 10:33:31 +00:00
op
203bc3335c update java/jna to 5.11.0
switch MODJAVA_VER to 11 and adjust the extra clojure test (which needs
to be run interactively with lang/clojure set up for the local user
unfortunately.)

ok sthen@
2022-05-26 08:30:30 +00:00
sthen
ebf5b7e5e4 update to zsh-5.9, from Matthew Martin - maintainer timeout 2022-05-26 07:44:43 +00:00
landry
062a8b7258 devel/nspr: update to 4.34, will be required by upcoming nss 3.79
bump minor for addition of PR_GetPrefLoopbackAddrInfo
2022-05-26 07:32:40 +00:00
sthen
74de28ffbe update to dateutils-0.4.10 2022-05-26 07:31:23 +00:00
sthen
5a16089f56 update to arouteserver-1.16.0 (from 1.14.1)
amongst other things, 1.15.1 adds support for peeringdb API keys, now
needed to avoid rate limits in many cases
2022-05-26 07:26:40 +00:00
op
3f68f4bae4 update devel/libffi to 3.4.2
changelog: https://github.com/libffi/libffi/releases/tag/v3.4.2

tested with few of the 'big' consumer (cabal-install, jna, ghc, gforth,
guile2, python/3.9, ruby/3.1) by gnezdo@ (thanks!) and me on amd64.

maintainer timeout, ok sthen@
2022-05-26 07:24:38 +00:00
landry
f8ad0dfe55 www/firefox-esr: fix webgl on amdgpu
in the content process, unveil /dev/dri instead of only /dev/dri/card0,
as reported and debugged by gkoehler@. Something in mesa apparently
fallbacks to swrast if /dev/dri isn't found, and then fails hard/crashes
because of shmget().

strangely, i haven't been able to reproduce the failure with firefox 101.
2022-05-26 07:02:56 +00:00
espie
46a4f9f2dc forgot one constant
also, forget a possible hash value after @option always-update
since that will change most times the package is regenerated
2022-05-26 06:55:06 +00:00
landry
efbefae1b9 geo/gdal: disable armadillo dependency if found during configure
should fix mapnik/postgis/qgis build failure seen by naddy@ as gdal had
picked up an armadillo dependency.
while here drop GDAL_USE_JASPER, the jasper driver was removed in 3.5.0
so the option is useless.
2022-05-26 06:46:45 +00:00
naddy
f158429eef graphics/tiff: security update to 4.4.0rc1
* Accumulated security fixes.
* Drop the */Makefile.in patches for not picking up an old libtiff.
  They are no longer required.
* Minor bump to libtiff for added functions.  Some exported _TIFF*()
  functions were removed (strictly speaking that's a major bump),
  but those were for internal use and had no public prototypes.

Extended from an initial diff by tj@
ok namn@
2022-05-25 22:15:47 +00:00
op
79982f331d update net/telescope to 0.8.1
it's just a "buildfix" for MacOS that works around the lack of
accept4(2), SOCK_NONBLOCK and SOCK_CLOEXEC.  Updating just to have the
latest versions.
2022-05-25 20:46:03 +00:00
jeremy
6f0652dda0 Update to bcrypt gem 3.1.18 2022-05-25 20:02:45 +00:00
robert
6d5cc0378e fixup libevent BUILD.gn patch after a bad merge 2022-05-25 19:10:29 +00:00
op
a6f8f6adb0 update net/telescope to 0.8
changelog:

- save and restore scroll position
- new command reply-last-input; idea from a conversation with thfr@, thanks!
- allow push urls to an already opened telescope session
- autocompletions for load-url and load-current-url
- new command write-buffer (with alias w)
- new command mini-kill-whole-line for the minibuffer
- split the minibuffer input into words and try to match out of order
- move aliases at the top of the completions
- add alias `open' for load-url; suggested by Florian, thanks!
- update emoji-data.txt to 14.0.0
- persist the list of visited URLs to the disk
- fix builds out-of-tree
- correctly mark variables in the manpage so it's possible to jump to them
- rework completions selection: the selected entry is -always- the one used.  if nothing is selected, the minibuffer content is used instead.
- merge the ui and fs processes
- rate-limit the update of the download pane
- fix parsing of invalid link lines
- initialize each tab' loadingev timer event
- fix the build on recent version of musl
2022-05-25 15:08:40 +00:00
tracey
035ab4755e Update devel/py-esptool to 4.0.1. ok sthen@ 2022-05-25 13:36:23 +00:00
sthen
a9554ac236 bump REVISIONs for dovecot plugins in -current so they're not behind -stable 2022-05-25 12:19:19 +00:00
sthen
9ff8ec765e Add an upstream commit to Dovecot
30e69471792aec818dbbfa64adb868db14a6d8e2
From: Timo Sirainen <timo.sirainen@open-xchange.com>
Date: Wed, 18 May 2022 11:31:44 +0300
Subject: [PATCH] auth: Fix assert-crash in iterating multiple userdbs
2022-05-25 12:12:42 +00:00
bcallah
91956ef0c8 Update to bc-gh-5.2.5
Changelog: https://github.com/gavinhoward/bc/releases/tag/5.2.5
2022-05-25 11:35:37 +00:00
sthen
e5156c5a06 update to py3-astropy-5.1 2022-05-25 11:30:06 +00:00
ajacoutot
6d533c99b9 Regen PLIST to unbreak. 2022-05-25 11:28:13 +00:00
sthen
1516a4e688 update to py3-test-astropy-0.10.0 2022-05-25 11:22:20 +00:00
sthen
0d82dd54f9 update to py3-astropy-5.0.2; based on a diff from wen heping 2022-05-25 10:29:14 +00:00
sthen
6d4dd0c912 +py-extension-helpers
+py-test-arraydiff
+py-test-astropy
+py-test-astropy-header
+py-test-doctestplus
+py-test-openfiles
+py-test-remotedata
+py-test-filter-subpackage
2022-05-25 10:15:23 +00:00
sthen
e0a344df33 +py-erfa (this port was based on one from wen heping) 2022-05-25 10:14:58 +00:00
sthen
069d430c48 import various ports required in order to update py-astropy and run most
tests.  ok landry@

astro/py-erfa
devel/py-extension-helpers
devel/py-test-arraydiff
devel/py-test-astropy
devel/py-test-astropy-header
devel/py-test-doctestplus
devel/py-test-openfiles
devel/py-test-remotedata
devel/py-test-filter-subpackage
2022-05-25 10:12:08 +00:00
gonzalo
cf0d21dd3d Update for Nextcloud to 23.0.5
OK landry@ also tested by Adriano (thanks!)
2022-05-25 10:06:49 +00:00
gonzalo
4312ce2857 Update for Nextcloud to 22.2.8
OK rsadowski@
2022-05-25 10:05:27 +00:00
ajacoutot
27856027ed Update to py3-git2-1.9.2. 2022-05-25 07:35:09 +00:00
ajacoutot
7525a5738b Update to google-cloud-sdk-387.0.0. 2022-05-25 07:33:40 +00:00
ajacoutot
9aa21de355 Update to awscli-1.24.7. 2022-05-25 07:30:48 +00:00
ajacoutot
4abe767d44 Update to py3-boto3-1.23.7. 2022-05-25 07:30:34 +00:00
ajacoutot
2c3d244a67 Update to py3-botocore-1.26.7. 2022-05-25 07:30:22 +00:00
landry
b9ff24a0f8 www/firefox-esr: use an awk oneliner to append 'ESR' suffix to Name lines in desktop file
this way one can differentiate firefox from firefox-esr in desktop
environments.
while here also fix Exec lines for alternate Desktop Actions.
patch from Juan Picca, thanks !
2022-05-25 07:24:44 +00:00
remi
a602ff945d update rsyslog to version 8.2204.1
This includes a fix for CVE-2022-24903.
Additionally enable openssl support.

OK stehn@
2022-05-24 21:55:44 +00:00