Module Name:    src
Committed By:   riastradh
Date:           Thu Oct 31 15:06:10 UTC 2024

Modified Files:
        src/crypto/external/bsd/netpgp/lib/verify: Makefile
Added Files:
        src/crypto/external/bsd/netpgp/lib/verify: verify.expsym

Log Message:
libnetpgpverify: Add expected symbols list.

Preparing for adopting VERSION_MAP to fix:

PR lib/58376: Missing DPADD for library version scripts


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/crypto/external/bsd/netpgp/lib/verify/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/bsd/netpgp/lib/verify/verify.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/lib/verify/Makefile
diff -u src/crypto/external/bsd/netpgp/lib/verify/Makefile:1.16 src/crypto/external/bsd/netpgp/lib/verify/Makefile:1.17
--- src/crypto/external/bsd/netpgp/lib/verify/Makefile:1.16	Sat Jun  3 21:30:20 2023
+++ src/crypto/external/bsd/netpgp/lib/verify/Makefile	Thu Oct 31 15:06:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/06/03 21:30:20 lukem Exp $
+# $NetBSD: Makefile,v 1.17 2024/10/31 15:06:10 riastradh Exp $
 
 LIB=netpgpverify
 SRCS+=b64.c
@@ -35,5 +35,6 @@ LINTFLAGS.bzlib.c+=	-X 220	# fallthrough
 LINTFLAGS.zlib.c+=	-X 220	# fallthrough on case statement
 
 LDFLAGS+=-Wl,--version-script=${.CURDIR}/verify.map
+LIB_EXPSYM=		verify.expsym
 
 .include <bsd.lib.mk>

Added files:

Index: src/crypto/external/bsd/netpgp/lib/verify/verify.expsym
diff -u /dev/null src/crypto/external/bsd/netpgp/lib/verify/verify.expsym:1.1
--- /dev/null	Thu Oct 31 15:06:10 2024
+++ src/crypto/external/bsd/netpgp/lib/verify/verify.expsym	Thu Oct 31 15:06:10 2024
@@ -0,0 +1,14 @@
+NETPGPVERIFY_5_0
+pgpv_close@@NETPGPVERIFY_5_0
+pgpv_cursor_close@@NETPGPVERIFY_5_0
+pgpv_dump@@NETPGPVERIFY_5_0
+pgpv_get_cursor_element@@NETPGPVERIFY_5_0
+pgpv_get_cursor_num@@NETPGPVERIFY_5_0
+pgpv_get_cursor_str@@NETPGPVERIFY_5_0
+pgpv_get_entry@@NETPGPVERIFY_5_0
+pgpv_get_verified@@NETPGPVERIFY_5_0
+pgpv_new@@NETPGPVERIFY_5_0
+pgpv_new_cursor@@NETPGPVERIFY_5_0
+pgpv_read_pubring@@NETPGPVERIFY_5_0
+pgpv_read_ssh_pubkeys@@NETPGPVERIFY_5_0
+pgpv_verify@@NETPGPVERIFY_5_0

Reply via email to