krb5 commit [krb5-1.13]: Export gssrpc_bindresvport_sa
    Tom Yu 
    tlyu at mit.edu
       
    Mon Sep  8 22:39:51 EDT 2014
    
    
  
https://github.com/krb5/krb5/commit/fb345e55bb6d197b5f4b11750b08fa6019f4084f
commit fb345e55bb6d197b5f4b11750b08fa6019f4084f
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Aug 28 22:58:49 2014 -0400
    Export gssrpc_bindresvport_sa
    
    It was added in commit 0d04b60d159ab83b943e43802b1449a3b074bc83, but
    was not added to the library export symbol list, and thus was unusable
    on systems that enforced library export lists.
    
    (cherry picked from commit f749c07bb18878f34f63aa3997bb0ef1360a9a0a)
    
    ticket: 8003
    version_fixed: 1.13
    status: resolved
 src/lib/rpc/libgssrpc.exports |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/lib/rpc/libgssrpc.exports b/src/lib/rpc/libgssrpc.exports
index 79e6961..ce76f55 100644
--- a/src/lib/rpc/libgssrpc.exports
+++ b/src/lib/rpc/libgssrpc.exports
@@ -15,6 +15,7 @@ gssrpc_authnone_create
 gssrpc_authunix_create
 gssrpc_authunix_create_default
 gssrpc_bindresvport
+gssrpc_bindresvport_sa
 gssrpc_callrpc
 gssrpc_clnt_broadcast
 gssrpc_clnt_create
    
    
More information about the cvs-krb5
mailing list