The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=de4386d174146781c45907204a61aec4cbbb2b44

commit de4386d174146781c45907204a61aec4cbbb2b44
Author:     Brooks Davis <[email protected]>
AuthorDate: 2024-03-07 00:54:55 +0000
Commit:     Brooks Davis <[email protected]>
CommitDate: 2024-03-07 00:54:55 +0000

    heimdal: don't export nonexistant _wind_ucs2read
    
    This symbol table entry came in with the 1.5 import (commit
    7c450da7b446), but the only other mention is a commented out entry in
    lib/wind/libwind-exports.def.
    
    Reviewed by:    cy
    Differential Revision:  https://reviews.freebsd.org/D44245
---
 crypto/heimdal/lib/wind/version-script.map | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/heimdal/lib/wind/version-script.map 
b/crypto/heimdal/lib/wind/version-script.map
index 6b5abb5ee2a5..79f02471abe9 100644
--- a/crypto/heimdal/lib/wind/version-script.map
+++ b/crypto/heimdal/lib/wind/version-script.map
@@ -23,7 +23,6 @@ HEIMDAL_WIND_1.0 {
                _wind_stringprep_map;
                _wind_stringprep_normalize;
                _wind_ldap_case_exact_attribute;
-               _wind_ucs2read;
        local:
                *;
 };

Reply via email to