You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
635 B

  1. Add key_secretkey_is_set to exported symbols map
  2. key_secret_is_set is a typo in libtirpc map
  3. Patch taken from
  4. https://sourceforge.net/p/libtirpc/discussion/637321/thread/fd73d431/
  5. Upstream-Status: Pending
  6. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  7. Index: libtirpc-1.0.1/src/libtirpc.map
  8. ===================================================================
  9. --- libtirpc-1.0.1.orig/src/libtirpc.map
  10. +++ libtirpc-1.0.1/src/libtirpc.map
  11. @@ -298,7 +298,7 @@ TIRPC_0.3.2 {
  12. key_gendes;
  13. key_get_conv;
  14. key_setsecret;
  15. - key_secret_is_set;
  16. + key_secretkey_is_set;
  17. key_setnet;
  18. netname2host;
  19. netname2user;