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
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
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.
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.
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)
[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@
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.
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
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@