Commit Graph

7 Commits

Author SHA1 Message Date
landry
2bb70317c3 security/rnp: update to 0.16.2.
see https://github.com/rnpgp/rnp/releases/tag/v0.16.1
and https://github.com/rnpgp/rnp/releases/tag/v0.16.2

mail/mozilla-thunderbird will soon build against it instead of using its
bundled copy.
2022-10-05 08:03:52 +00:00
landry
fa7d43a8a8 security/rnp: update to 0.16.0.
see https://www.rnpgp.org/blog/2022-01-20-rnp-release-0-16-0/
thunderbird 91.7.0 builds fine with it.
2022-04-14 14:39:32 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
kmos
e2a79c221b C++ needs ports-gcc not base-gcc 2022-01-15 21:46:51 +00:00
landry
7f27e68416 security/rnp: build a shared lib, pointed out by Yozo TODA, thanks ! 2021-10-11 08:43:00 +00:00
landry
855227d16e security/rnp: set GIT_EXECUTABLE to true so that cmake doesnt barf if git isnt found
should fix a build failure seen by sthen@
2021-10-07 07:08:40 +00:00
landry
f55f6b2436 import security/rnp 0.15.2.
librnp is a cross-platform C++ library providing an implementation of
OpenPGP (RFC4880). Unlike GPGME, it is standalone and doesn't call out
to the gnupg binary.
RNP is a set of tools built using this library providing key management
and the usual encrypt/decrypt/sign/verify functions - it can replace
gnupg for some uses.

this is what thunderbird uses for all pgp work, and someday it will
link/build against this systemwide version.

DESCR from & ok sthen@
2021-10-05 13:17:02 +00:00