172720 Commits

Author SHA1 Message Date
kn
a9317210cb update to loccount 2.14 2023-01-15 11:51:48 +00:00
kn
3b7c9c94b8 Defer test compilation to test target
Same approach as in net/libtorrent-rasterbar.
No symbol/PLIST/package change.

With FLAVOR='yubikey browser', "make build" compiles 198 less files.
"make test" does so and runs tests as usual.

keepassxc is built in four different FLAVOR combinations, so overall
saving is a little more compared to libtorrent-rasterbar.

OK rsadowski
2023-01-15 11:39:19 +00:00
kn
d4f5760f34 Drop autoconf patch, use saner cmake
cmake gets the PREFIX stuff right and is easier to work with.

Qt5Svg is always REQUIRED in the global cmake file but only used in src/app/
for Windows and macOS, so make it a build dep.

With cmake the dbus support bits are under 'if (LINUX)', so enable dbus
explicitly to retain notification and power management support.

Both autoconf and cmake pick up <execinfo.h> and enable stacktrace printing
on crashes by default, but only autoconf manages to pass -libexecinfo;
I'll send a patch upstream in case future updates don't solve the cmake
bits for dbus and stacktrace.

maintainer timeout
OK rsadowski
2023-01-15 11:07:12 +00:00
kn
9b472190d0 Update to PoDoFo 0.9.8 (last <1 version)
From earlier last year, when upstream froze their tree to switch to a new
pdfmm code base with their 1.0.0 release: https://podofo.sourceforge.net/

Looks like this version fixes some CVEs:
https://sourceforge.net/p/podofo/code/commit_browser

Symbol removals and size changes as per check_sym, so bump major.

Tidy up the Makefile while here.
No PLIST change.
Builds fine, sysutils/krename still builds against the new version.
2023-01-15 10:56:35 +00:00
kirby
9defe5c902 update to owncloudclient-3.0.0.9215 2023-01-15 10:39:35 +00:00
tb
ba03b57a13 libgcrypt: arm64 assembly fixes: move constants from .text to .rodata.
"right" kettenis
ok ajacoutot phessler
2023-01-15 09:35:41 +00:00
op
bf5bc396e7 update net/lagrange to 1.14.2; from Florian Viehweger, thanks!
bugfix release: fixes several potential crashes, issues with split view
mode and inconsisten page layout after level 1 heading.

It now looks for `openssl' instead of `eopenssl' so drop the only patch.
2023-01-15 09:22:25 +00:00
phessler
3467857be7 use USE_NOEXECONLY and disable jump tables so gcc-11 builds and passes tests
OK tb@
2023-01-15 08:30:47 +00:00
op
a9a73ec53a www/lighttpd: use fix from upstream for the wrong modules dir path
from Brad, thanks!
2023-01-15 08:06:22 +00:00
benoit
400e510306 Update to p5-Email-Date-Format-1.008. 2023-01-15 07:16:17 +00:00
kn
d7000659e1 update to cfitsio 4.2.0 2023-01-15 02:44:49 +00:00
op
d962d3709b www/lighttpd unbreak module loading
src/CMakeLists.txt defaults LIGHTTPD_MODULES_DIR to
${TRUEPREFIX}/lib/lighttpd but then prepends ${TRUEPREFIX} to it again.
As a workaround, set LIGHTTPD_MODULES_DIR to "lib/lighttpd" so cmake
builds the correct path.

ok from Brad (maintainer)
2023-01-14 23:16:20 +00:00
kn
b4fbd2c2e0 tweak xalan-c removal, link to new upstream PR 2023-01-14 22:19:11 +00:00
tb
f97a0f2248 net/i2pd: update to 2.45.1, from Ganymede
https://github.com/PurpleI2P/i2pd/releases/tag/2.45.1
2023-01-14 22:07:59 +00:00
aisha
285bcf59d2 devel/luafs: update github account and homepage
patch from Laurent Cheylus foxy AT free DOT fr
comments from tb@
ok tb@
2023-01-14 22:06:43 +00:00
kn
c67797d0dd update/regen iconv patch 2023-01-14 21:32:18 +00:00
op
0556e9edbb update net/vger to 2.0.1 from MAINTAINER Florian Viehweger 2023-01-14 20:49:04 +00:00
fcambus
cf9fab22df Update binutils to 2.40. 2023-01-14 20:14:39 +00:00
robert
33b15e67cd update to 7.4.4.2 2023-01-14 19:57:20 +00:00
jeremy
e15f732bc9 Mark pkg-config dependency as development instead of runtime
Fixes ports that depend on ruby-rmagick, such as ruby-gruff.

Issue reported by naddy@. I missed committing this patch when
updating rmagick to 5.1.0.
2023-01-14 17:29:36 +00:00
tb
88a2d25dd9 sslscan: remove USE_NOEXECONLY from aarch64 builds now that OpenSSL 1.1
is fixed.
2023-01-14 17:10:47 +00:00
tb
11191d45b1 openssl/1.1: backport kettenis's arm64 assembly fixes.
looks good to kettenis
2023-01-14 17:09:56 +00:00
robert
5b4af849bd unbreak tests by using FC_CACHE_VERSION instead of hardcoding the version 2023-01-14 16:12:43 +00:00
bket
92d9347eeb Update to libdeflate-1.16
Release notes: https://github.com/ebiggers/libdeflate/blob/v1.16/NEWS.md
2023-01-14 15:33:41 +00:00
claudio
6cc330a223 Update prometheus to 2.37.5:
[SECURITY] Security upgrade from go and upstream dependencies that include
  security fixes to the net/http and os packages. #11690

This updates /x/sys/unix to a version that no longer uses direct syscalls
and instead uses the libc stubs. This fixes the problem with mmap crashes
caused by bad syscall uses. Found the hard way and fix tested by florian@
OK sthen@
2023-01-14 14:51:26 +00:00
sthen
4b1e722e37 roundcubemail's password-change plugin used a $2y prefix for bcrypt (which
appears to be specific to some PHP bcrypt implementation); change it to
$2b so that bcrypts produced via this plugin can be used by standard
crypt checking. Report from Atanas Vladimirov.
2023-01-14 13:49:52 +00:00
bket
ae41d95b3e Update to restic-0.15.0
Removed patch, which is merged into this release.

Changelog: https://github.com/restic/restic/releases/tag/v0.15.0

OK sthen@
2023-01-14 13:43:51 +00:00
op
77f67502ed update x11/xnotify to 0.9.3
fixes a small issue in the manpage and tighnens pledge (previously was
"stdio rpath unix", now "stdio rpath" by pledging after XOpenDisplay.)

ok maintainer Mattia Chiozzi
2023-01-14 13:10:38 +00:00
sthen
645b9a95dc update to asterisk-16.30.0 2023-01-14 11:28:14 +00:00
sthen
cefcef6923 update to asterisk-18.16.0 2023-01-14 11:28:08 +00:00
sthen
a5d32a5ab1 update to asterisk-20.1.0 2023-01-14 11:28:02 +00:00
kettenis
749b09de26 Now that openssl3 is fixed to support executable-only code, drop the
-Wl,--no-executable-only here as well.

From tb@
2023-01-14 11:18:02 +00:00
kettenis
e44882bdb7 Tweak arm64 perlasm to move all data from .text to .rodata.
This allows us to drop -Wl,--no-execute-only on arm64.

ok tb@
2023-01-14 11:15:34 +00:00
fcambus
c11f174fce Update jpeginfo to 1.6.2. 2023-01-14 10:38:12 +00:00
ajacoutot
19a5699aea Update to awscli-1.27.50. 2023-01-14 10:07:03 +00:00
ajacoutot
c672f1a6f1 Update to py3-boto3-1.26.50. 2023-01-14 10:06:49 +00:00
ajacoutot
66430284a4 Update to py3-botocore-1.29.50. 2023-01-14 10:06:38 +00:00
ajacoutot
11975116a0 Update to terragrunt-0.42.8. 2023-01-14 09:58:56 +00:00
rsadowski
1c9ee260b4 Update Catch2 to 3.2.1 2023-01-14 08:26:29 +00:00
rsadowski
45d7855cf2 Use internal catch2
The new version has some issues on OpenBSD, to update devel/catch2 we use again
the internal (shipped by citra) old catch2 version.
2023-01-14 08:26:10 +00:00
rsadowski
66d8afc29c Update shotcut to 22.12.21 2023-01-14 08:06:36 +00:00
rsadowski
b1584c37a4 Update otter-browser to 1.0.03
Maintainer timeout
2023-01-14 07:44:06 +00:00
op
06f1dac75a +xnotify 2023-01-13 17:13:08 +00:00
op
968599edf2 import xnotify-0.9.1
XNotify displays a notification on the screen. XNotify receives a notification
specification in stdin and shows a notification for the user on the screen.

from Mattia Chiozzi (mattia [at] chiozzi [dot] cc), who is also taking
MAINTAINER, thanks!

ok sthen@
2023-01-13 17:12:16 +00:00
jca
5eee03e8a0 Drop -Werror to unbreak the clang 15 build of the embedded zlib
ok gonzalo@ (maintainer), similar diff from kn@
2023-01-13 12:28:27 +00:00
jca
13164ef000 Fix invalid integer to pointer conversion, fatal with clang 15.
Already fixed upstream but the commit didn't make the 0.5.10 release.
2023-01-13 12:24:00 +00:00
rsadowski
7bbe599ca2 Update kdiff3 to 1.10.0 2023-01-13 11:25:01 +00:00
rsadowski
f9213f545d Update knockpy to 5.4.0 2023-01-13 11:17:36 +00:00
rsadowski
db5b25f8e3 Update jenkins-devel to 2.386 2023-01-13 11:13:25 +00:00
pascal
cfbb6d270f Update to tor 0.4.7.13. Includes security fix for TROVE-2022-002. 2023-01-13 11:05:23 +00:00