Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/crypto/external/bsd/netpgp/lib/verify
Module Name: src
Committed By: martin
Date: Mon May 4 14:03:12 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/lib/verify [netbsd-9]: Makefile
Added Files:
src/crypto/external/bsd/netpgp/lib/verify [netbsd-9]: verify.map
Log Message:
Pull up following revision(s) (requested by christos in ticket #887):
crypto/external/bsd/netpgp/lib/verify/Makefile: revision 1.13
crypto/external/bsd/netpgp/lib/verify/verify.map: revision 1.1
Add a linker map to hide all the symbols the this library accidentally
exported. In particular the following symbols:
DSA_SIG_free
DSA_SIG_new
DSA_do_sign
DSA_do_verify
DSA_free
DSA_new
DSA_size
RSA_check_key
RSA_free
RSA_generate_key
RSA_new
RSA_private_decrypt
RSA_private_encrypt
RSA_public_decrypt
RSA_public_encrypt
conflict with libcrypto and break pkg_add which links against both
libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.2.1 \
src/crypto/external/bsd/netpgp/lib/verify/Makefile
cvs rdiff -u -r0 -r1.1.2.2 \
src/crypto/external/bsd/netpgp/lib/verify/verify.map
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index