hi,

this might be needed for proper openpgp integration with thunderbird
115, per https://bugzilla.mozilla.org/show_bug.cgi?id=1830858 where the
bundled version was updated. I'll commit it along the thunderbird 115 update.

Using the provided tarball by upstream because they moved the sexp library to a
different repo, and fetching the git tag wont have the submodule. cf
https://github.com/rnpgp/rnp/issues/2070.

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/rnp/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    21 Apr 2023 12:01:22 -0000      1.8
+++ Makefile    12 Jul 2023 12:15:23 -0000
@@ -2,8 +2,13 @@ COMMENT =      high performance C++ OpenPGP l
 
 GH_ACCOUNT =   rnpgp
 GH_PROJECT =   rnp
-GH_TAGNAME =   v0.16.3
-SHARED_LIBS =  rnp 0.2
+GH_TAGNAME =   v0.17.0
+
+MASTER_SITES = 
https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
+DISTNAME =     ${GH_PROJECT}-${GH_TAGNAME}
+PKGNAME =      ${DISTNAME:S/v//}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+SHARED_LIBS =  rnp 0.3
 
 CATEGORIES =   security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/rnp/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    21 Apr 2023 12:01:22 -0000      1.4
+++ distinfo    12 Jul 2023 12:15:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (rnp-0.16.3.tar.gz) = XElR5GzClSSp6ukDeEFPiObgtUtZofRMdRAbkCKDXpY=
-SIZE (rnp-0.16.3.tar.gz) = 2897854
+SHA256 (rnp-v0.17.0.tar.gz) = BNKf6aIMVrt/9Nd7x2G5Hx+WRi79OynU0dQCYs5Ot4I=
+SIZE (rnp-v0.17.0.tar.gz) = 3083098


Landry

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/rnp/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    21 Apr 2023 12:01:22 -0000      1.8
+++ Makefile    12 Jul 2023 12:15:23 -0000
@@ -2,8 +2,13 @@ COMMENT =      high performance C++ OpenPGP l
 
 GH_ACCOUNT =   rnpgp
 GH_PROJECT =   rnp
-GH_TAGNAME =   v0.16.3
-SHARED_LIBS =  rnp 0.2
+GH_TAGNAME =   v0.17.0
+
+MASTER_SITES = 
https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
+DISTNAME =     ${GH_PROJECT}-${GH_TAGNAME}
+PKGNAME =      ${DISTNAME:S/v//}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+SHARED_LIBS =  rnp 0.3
 
 CATEGORIES =   security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/rnp/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    21 Apr 2023 12:01:22 -0000      1.4
+++ distinfo    12 Jul 2023 12:15:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (rnp-0.16.3.tar.gz) = XElR5GzClSSp6ukDeEFPiObgtUtZofRMdRAbkCKDXpY=
-SIZE (rnp-0.16.3.tar.gz) = 2897854
+SHA256 (rnp-v0.17.0.tar.gz) = BNKf6aIMVrt/9Nd7x2G5Hx+WRi79OynU0dQCYs5Ot4I=
+SIZE (rnp-v0.17.0.tar.gz) = 3083098

Reply via email to