On 2023-05-02, rsyk...@disroot.org <rsyk...@disroot.org> wrote: > on linux there is often a program called 'pdfsig', which can check > validity of digital signatures of various parts of a pdf document. > What is the alternative on OpenBSD (I thought pdfsig would be a part > of poppler-utils, but it is not)?
It was enabled for a few months but disabled again because it adds a dependency on nss. You can do a local build by removing -DCMAKE_DISABLE_FIND_PACKAGE_NSS3=True from the port Makefile, installing nss, and running "make update-plist" and "make package". You'll need to install the new library *and* utils packages (pkg_add -r -Dinstalled -Dunsigned). (For an actually commitable version it would also need SHARED_LIBS minor bump and LIB_DEPENDS/WANTLIB sync, but you're probably better off skipping that for a local build).