Hi,

Attached are updates to gpg2 and libksba. The ksba update isn't strictly
necessary for the gpg update, but we may as well.

For gpg, the sendmail patch is no longer needed, as there is now a
configure check.

For libksba, although the header only adds new constants and prototypes,
diffing nm(1) output suggests some symbols have disappeared, hence the
major SHARED_LIBS bump.

All tests pass, but I'll do a mulk [0] to check it doesn't obviously
break anything.

Comments? OK?


[0] mini-bulk, as coined by abieber@ :P

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/gnupg2/Makefile,v
retrieving revision 1.68
diff -u -p -r1.68 Makefile
--- Makefile    5 Jul 2020 10:10:38 -0000       1.68
+++ Makefile    24 Aug 2020 18:27:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      GNU privacy guard - a free PGP replacement
 
-DISTNAME =     gnupg-2.2.20
+DISTNAME =     gnupg-2.2.21
 CATEGORIES =   security
 
 # don't mix up dependencies with gnupg1
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/gnupg2/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo    5 Jul 2020 10:10:38 -0000       1.32
+++ distinfo    24 Aug 2020 18:28:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnupg-2.2.20.tar.bz2) = BKfJ1It0w5kWjugnDlSFiN2+UiGMM3cD1/Bjc9MmyjA=
-SIZE (gnupg-2.2.20.tar.bz2) = 6786913
+SHA256 (gnupg-2.2.21.tar.bz2) = YegyePtfpzNmWKi3OrJvN51BJ1uxx8bmlN2fmm6Oduw=
+SIZE (gnupg-2.2.21.tar.bz2) = 6813160
Index: patches/patch-tools_send-mail_c
===================================================================
RCS file: patches/patch-tools_send-mail_c
diff -N patches/patch-tools_send-mail_c
--- patches/patch-tools_send-mail_c     27 Apr 2020 19:22:54 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-tools_send-mail_c,v 1.1 2020/04/27 19:22:54 naddy Exp $
-
-Index: tools/send-mail.c
---- tools/send-mail.c.orig
-+++ tools/send-mail.c
-@@ -33,7 +33,7 @@ static gpg_error_t
- run_sendmail (estream_t data)
- {
-   gpg_error_t err;
--  const char pgmname[] = "/usr/lib/sendmail";
-+  const char pgmname[] = "/usr/sbin/sendmail";
-   const char *argv[3];
- 
-   argv[0] = "-oi";
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libksba/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    12 Jul 2019 21:15:35 -0000      1.21
+++ Makefile    24 Aug 2020 18:58:28 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =      X.509 library
 
-DISTNAME =     libksba-1.3.5
-REVISION =     2
+DISTNAME =     libksba-1.4.0
 CATEGORIES =   security
 
-SHARED_LIBS =  ksba 0.2        # 19.6
+SHARED_LIBS =  ksba 1.0        # 20.0
 
 MASTER_SITES = ${MASTER_SITE_GNUPG:=libksba/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libksba/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    19 Sep 2016 17:04:55 -0000      1.6
+++ distinfo    24 Aug 2020 18:39:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (libksba-1.3.5.tar.bz2) = QURP16b/c6ea2XKPmF5xybqM0+XlM1jnDV8GbTXBo0A=
-SIZE (libksba-1.3.5.tar.bz2) = 620649
+SHA256 (libksba-1.4.0.tar.bz2) = v+ao6R/w9U2KMpUU20BmZwAMsgcjjt7Um1mXYb/KQbY=
+SIZE (libksba-1.4.0.tar.bz2) = 651319
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/libksba/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   16 Mar 2015 18:07:54 -0000      1.2
+++ pkg/PLIST   24 Aug 2020 18:40:32 -0000
@@ -2,7 +2,8 @@
 bin/ksba-config
 include/ksba.h
 @info info/ksba.info
-lib/libksba.a
+@static-lib lib/libksba.a
 lib/libksba.la
 @lib lib/libksba.so.${LIBksba_VERSION}
+lib/pkgconfig/ksba.pc
 share/aclocal/ksba.m4

Reply via email to