167442 Commits

Author SHA1 Message Date
ajacoutot
73f2d1b785 Update to meson-0.63.0.
Tested in an amd64 bulk.
2022-07-05 10:59:43 +00:00
tb
c710e80005 Bump postfix -stable and -snapshots after OpenSSL 3 update (static linking) 2022-07-05 10:58:27 +00:00
tb
d5a9b0daee Update to OpenSSL 3.0.5
The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation
for X86_64 CPUs supporting the AVX512IFMA instructions.

https://www.openssl.org/news/secadv/20220705.txt
2022-07-05 10:57:27 +00:00
tb
f2cc771bb0 Bump after OpenSSL update (static linking) 2022-07-05 10:51:02 +00:00
tb
cf31dfb8f6 Update to OpenSSL 1.1.1q
Fixed AES OCB failure to encrypt some bytes on 32-bit x86 platforms
https://www.openssl.org/news/vulnerabilities.html
2022-07-05 10:49:23 +00:00
ajacoutot
c5f111f890 Update to webkitgtk4-2.36.4. 2022-07-05 09:28:34 +00:00
kn
b528be7b9d Update to yq 3.0.1
- yq now uses the YAML 1.2 grammar when parsing and rendering YAML
  documents. This means bare literals like “on”, “no”, and “12:34:56”
  are interpreted as strings. (Fix interrupted release)
2022-07-05 08:30:50 +00:00
denis
f4c7483495 update to v0.11.0
Changelog : https://github.com/kopia/kopia/releases/tag/v0.11.0
2022-07-05 06:56:40 +00:00
bluhm
890dffb75e update p5-Devel-FindPerl to 0.016 2022-07-04 22:31:47 +00:00
kn
379d457c00 update to coreboot 4.17 2022-07-04 16:36:53 +00:00
jeremy
ac99db88bf Backport a fix for some integer multiplications on octeon
Integer multiplications where both integers are less than 64-bit but the
multiplication was greater than 64-bit were handled using an int128_t
type on octeon, with inconsistent results.  The simplest fix in this
case is to not use an int128_t type, and fallback to the default codepath.
I pushed a fix for this upstream, this backports that fix.

Problem discovered by the openssl-ruby tests
Initial debugging by tb@ and claudio@
Access to octeon thanks to bluhm@
Further debugging and fix by me
Testing by tb@ and visa@

OK tb@
2022-07-04 16:33:10 +00:00
jeremy
069be82216 Add MASTER_SITES0 and PATCH_DIST_STRIP to Makefile.inc
Any Ruby distpatches are going to use these going forward, and it's
better to set these once in Makefile.inc instead of in the Makefile
for each version.
2022-07-04 16:29:03 +00:00
sthen
3945a0e9f3 update to json-c-0.16 (went through an i386 bulk) 2022-07-04 15:56:41 +00:00
op
d9e1e797b0 update net/gmid to 1.8.4
* allow "@" and ":" in paths; spotted by freezr
* URL-encode the file names in the directory index; reported by cage
* improvements to the mime handling: fixed a memory leak and improve
  lookup speed.
* log (with low priority) when gmid failed to open a file because of
  its permissions.
* include a trailing "/" for dirs in the auto-generated directory index.
* deprecated the `map' rule in favour of the new `types' block.
* the default list is not loaded anymore when `types' is used; except for
  the text/gemini to ".gmi"/".gemini" mappings.
2022-07-04 15:12:23 +00:00
lraab
da241a5387 editors/neovim: update to 0.7.2
with tweak and ok edd@
2022-07-04 14:49:03 +00:00
ajacoutot
a4a74fafcd Update to p5-Sys-Virt-8.5.0. 2022-07-04 14:25:47 +00:00
ajacoutot
85764c0c7f Update to hwdata-0.361. 2022-07-04 14:24:23 +00:00
stsp
9526a1aeb1 update to got 0.73
- got patch: use diff3 to merge changes if possible (op)
- tog: alias C-b/C-f to scroll page back/forward with b/f (jamsek)
- tog: make SPACE page down in all views (naddy)
- tog: allow prefixing movement keys with count modifier (jamsek)
- always show commit or tree IDs in diff header, in order to help 'got patch'
- build non-release builds with -Wwrite-strings (op)
- got patch: handle git-style diffs for the 3-way merge too (op)
- implement support for commit coloring in got-read-pack for speed
- move got_opentemp out of open_blob and blame.c for future gotwebd (tracey)
- move got_opentemp out of diff.c and diffreg.c for future gotwebd
- tog: refactor log cursor movement in preparation for horizontal split (jamsek)
- tog: implement support for horizontal splitscreens (jamsek)
- switch 'tog diff' and 'tog blame' to Myers diff by default for speed
- make the diff algorithm used by 'tog diff' and 'tog blame' configurable
- make the patch parser look for the next "diff" header for robustness (op)
- got patch: don't loose the x bit when merging with diff3 (op)
- got patch: handle mangled whitespace (op)
- fix "imsg_add TREE_ENTRY: Result too large" error on i386 (semarie, op)
- create and verify tags signed by SSH keys (jrick)
- tog: add C-g/backspace key map to abort compound commands (jamsek)
- rename got.conf(5) fetch-all-branches to fetch_all_branches for consistency
- rename got.conf(5) mirror-references to mirror_references for consistency
- use pipe() which is a more portable syscall than pipe2() (jrick)
- got patch: check for specific chars instead of using isspace(3) (op)
2022-07-04 13:36:49 +00:00
sthen
92f69a452c ykpers (yubikey-personalization): backport upstream patches (fix with newer
json-c, and pick up some memory cleaning diffs while there)
2022-07-04 12:30:26 +00:00
sthen
433d484a1b lrzip: don't pick up nasm, it breaks the build 2022-07-04 12:17:55 +00:00
tb
a1883e66a7 qt5/qtbase: add hack to work around geq/qgis build failure on aarch64
atexit handlers in Python when running the pyuic_wrapper.sh during the
geo/qgis build segfault due to a double free in the QWaitCondition
destructor. Add a workaround to avoid this.

discussed with landry, phessler
ok rsadowski
2022-07-04 12:01:52 +00:00
sthen
81c5f3e4ac update to py3-tornado-6.2 2022-07-04 11:52:42 +00:00
naddy
6835e2c2af games/vkquake: regen patch so it will apply 2022-07-04 11:26:02 +00:00
solene
41430959f0 *** empty log message *** 2022-07-04 11:21:59 +00:00
sthen
b5c13562bd update to sslscan-2.0.15 2022-07-04 09:58:15 +00:00
sthen
b5899b6b1e update to gsm-1.0.20, and cleanup Makefile/patch 2022-07-04 09:58:11 +00:00
martin
4d69b9f231 Update py-tinytuya to 1.6.1. 2022-07-04 08:43:57 +00:00
kmos
2332ee50cf Fix build of redland-bindings on sparc64 as it has been done for the
other instances where -fdeclspec is needed for llvm
2022-07-03 23:09:47 +00:00
kmos
2898dc5a01 py-osmium uses C++ so needs ports-gcc
Fixes build on sparc64
2022-07-03 22:53:58 +00:00
kmos
2fd4cf6c2c Current versions of vkquake use C11, so drop base-gcc and gcc3 in favor
of ports-gcc. Fixes build on sparc64
2022-07-03 22:51:46 +00:00
kmos
202821ff04 xtrkcad needs ports-gcc on sparc64 as base-gcc isn't up to it.
Fixes build on sparc64
2022-07-03 22:46:44 +00:00
kmos
c95d26d104 Fix build on sparc64 by adding -L${X11BASE}/lib to CONFIGURE_ENV LDFLAGS 2022-07-03 22:45:21 +00:00
kmos
a763037bc5 Fix build of sysutils/mangl on sparc64 by doing the usual c99 dance
for base-gcc
2022-07-03 22:40:08 +00:00
kmos
c7c3a0da06 Fix build of guacamole/server on sparc64 by adding X11BASE to
CONFIGURE_ENV
2022-07-03 22:37:31 +00:00
kmos
51254d3297 Fix build of security/encfs on sparc64. Switch to base-clang ports-gcc
by taking out ports-clang
2022-07-03 22:31:00 +00:00
jeremy
4de72e07bd Update to pg 1.4.1 2022-07-03 18:32:41 +00:00
denis
c3b16ef16c update to v1.78.0
Changelog at https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.78.0
2022-07-03 15:38:46 +00:00
denis
f62b24d9e0 update to v12.1.0
Minor update with bugfixes for v12.0.0
Changelog at : https://github.com/flameshot-org/flameshot/compare/v12.0.0...v12.1.0
2022-07-03 15:24:43 +00:00
sthen
a535d2f44b include the mk-ca-bundle script/man in the curl package. ok naddy 2022-07-03 14:58:25 +00:00
kn
1d631e1520 Provide a -qt6 flavor
At least cwm(1) has problems with Qt6 and thus tdesktop built against it
shows regressions.

Keep building against Qt5 but provide a new flavor that can be installed
alongside, such that users can test both Qt5 and Qt6 versions.

The package is called tdesktop-qt6 and installs telegram-desktop-qt6;
personal profile remains fine in case you switch between Qt versions.
(Only version downgrades, e.g. 4.0.2 -> 4.0.0, cause profile/cache data
to be invalidated and requires relinking the device.)

Feedback sthen
Feedback Tests OK op
2022-07-03 14:57:12 +00:00
ajacoutot
75d5455690 SECURITY update to netatalk-3.1.13.
Merge https://github.com/Netatalk/Netatalk/pull/174 to prevent runtime breakage.
2022-07-03 12:33:23 +00:00
ajacoutot
e38ea4f2c1 Update to libgphoto-2.5.30. 2022-07-03 09:02:50 +00:00
ajacoutot
13b4b6fff6 Update to gtk+4-4.6.6. 2022-07-02 23:07:00 +00:00
ajacoutot
a1e0c427e3 Update to pango-1.50.8. 2022-07-02 22:44:20 +00:00
fcambus
7f428d4041 Update dbip to 2022.07. 2022-07-02 21:27:09 +00:00
fcambus
ebfcfc2e3a Update mame to 0.245.
Notable changes:

- Add a BUILD_DEPENDS on sysutils/ggrep to fix the compiler version
  detection once and for all
- Now that Clang is correctly detected, add an openbsd-clang target
- Drop COMPILER directive in the port Makefile, we only build mame on
  Clang arches
2022-07-02 21:26:02 +00:00
sthen
d502e37424 regen PLIST with FLAVOR=python3 to unbreak, reported by naddy 2022-07-02 20:12:47 +00:00
ajacoutot
7b67a6e347 Explicitely pass --disable-docs to prevent picking up latex2man 2022-07-02 15:58:29 +00:00
lraab
582051252f audio/picard: update to 2.8.1
changelogs:
https://blog.metabrainz.org/2022/05/24/picard-2-8-released/
https://blog.metabrainz.org/2022/06/07/picard-2-8-1-released/

ok sthen@
2022-07-02 14:42:30 +00:00
sthen
dfe1fa3d41 update to giflib-5.2.1
take a patch used in Fedora and Debian to reinstate GifQuantizeBuffer
to the public api, which fixes a build issue in xplanet, and possible
runtime issue in mono otherwise seen with giflib-5.2+
2022-07-02 14:13:43 +00:00