Source: lcmaps
Version: 1.6.6-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
lcmaps as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for lcmaps
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru lcmaps-1.6.6/debian/changelog lcmaps-1.6.6/debian/changelog
--- lcmaps-1.6.6/debian/changelog       2023-08-14 08:36:00.000000000 +0000
+++ lcmaps-1.6.6/debian/changelog       2024-02-01 18:28:15.000000000 +0000
@@ -1,3 +1,10 @@
+lcmaps (1.6.6-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Thu, 01 Feb 2024 18:28:15 +0000
+
 lcmaps (1.6.6-3) unstable; urgency=medium
 
   * Build now has a proper clean target. Closes: 1046166
diff -Nru lcmaps-1.6.6/debian/control lcmaps-1.6.6/debian/control
--- lcmaps-1.6.6/debian/control 2023-08-14 08:36:00.000000000 +0000
+++ lcmaps-1.6.6/debian/control 2024-02-01 18:28:14.000000000 +0000
@@ -67,7 +67,10 @@
  .
  This package contains the header files for the globus dependent interfaces.
 
-Package: liblcmaps0
+Package: liblcmaps0t64
+Provides: ${t64:Provides}
+Replaces: liblcmaps0
+Breaks: liblcmaps0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -89,7 +92,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, lcmaps-globus-interface (= ${source:Version}),
- liblcmaps0 (= ${binary:Version})
+ liblcmaps0t64 (= ${binary:Version})
 Description: LCMAPS development libraries
  The Local Centre MAPping Service (LCMAPS) is a security middleware
  component that processes the users Grid credentials (typically X.509
@@ -103,7 +106,10 @@
  .
  This package contains the development libraries.
 
-Package: liblcmaps-without-gsi0
+Package: liblcmaps-without-gsi0t64
+Provides: ${t64:Provides}
+Replaces: liblcmaps-without-gsi0
+Breaks: liblcmaps-without-gsi0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -125,7 +131,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, lcmaps-basic-interface (= ${source:Version}),
- liblcmaps-without-gsi0 (= ${binary:Version})
+ liblcmaps-without-gsi0t64 (= ${binary:Version})
 Description: LCMAPS development libraries (Without GSI)
  The Local Centre MAPping Service (LCMAPS) is a security middleware
  component that processes the users Grid credentials (typically X.509
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0.install 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0.install
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0.install  2015-02-20 
14:33:34.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0.install  1970-01-01 
00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so
-/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so.0
-/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0
-/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so
-/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so.0
-/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so.0.0.0
-/usr/lib/*/liblcmaps_without_gsi.so
-/usr/lib/*/liblcmaps_without_gsi.so.0
-/usr/lib/*/liblcmaps_without_gsi.so.0.0.0
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0.lintian-overrides 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0.lintian-overrides
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0.lintian-overrides        
2023-08-14 08:36:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-# This library may be opened using dlopen
-liblcmaps-without-gsi0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0 
[*/liblcmaps_gss_assist_gridmap_without_gsi.so]
-liblcmaps-without-gsi0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_poolindex_without_gsi.so.0.0.0 
[*/liblcmaps_return_poolindex_without_gsi.so]
-liblcmaps-without-gsi0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_without_gsi.so.0.0.0 [*/liblcmaps_without_gsi.so]
-liblcmaps-without-gsi0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_poolindex_without_gsi.so 
[*/liblcmaps_return_poolindex_without_gsi.so.0.0.0]
-liblcmaps-without-gsi0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_without_gsi.so [*/liblcmaps_without_gsi.so.0.0.0]
-liblcmaps-without-gsi0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_gss_assist_gridmap_without_gsi.so 
[*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0]
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0.symbols 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0.symbols
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0.symbols  2021-03-08 
10:38:56.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0.symbols  1970-01-01 
00:00:00.000000000 +0000
@@ -1,163 +0,0 @@
-liblcmaps_gss_assist_gridmap_without_gsi.so.0 liblcmaps-without-gsi0 #MINVER#
- globus_gss_assist_gridmap@Base 1.5.2
-liblcmaps_return_poolindex_without_gsi.so.0 liblcmaps-without-gsi0 #MINVER#
- lcmaps_return_account_without_gsi@Base 1.5.2
- lcmaps_return_poolindex_with_mapcounter@Base 1.5.2
- lcmaps_return_poolindex_without_gsi@Base 1.5.2
-liblcmaps_without_gsi.so.0 liblcmaps-without-gsi0 #MINVER#
- (optional)_lcmaps_add_policy@Base 1.5.2
- addCredentialData@Base 1.5.2
- getCredentialData@Base 1.5.2
- (optional)lcmaps_SetSetOfRules@Base 1.5.2
- lcmaps_account_info_clean@Base 1.5.2
- lcmaps_account_info_fill@Base 1.5.2
- lcmaps_account_info_init@Base 1.5.2
- (optional)lcmaps_add_policy@Base 1.5.2
- (optional)lcmaps_add_rule@Base 1.5.2
- (optional)lcmaps_add_variable@Base 1.5.2
- (optional)lcmaps_allow_new_rules@Base 1.5.2
- (optional)lcmaps_allow_rules@Base 1.5.2
- (optional)lcmaps_allowed_policy_rule@Base 1.5.2
- (optional)lcmaps_check_policies_for_recursion@Base 1.5.2
- (optional)lcmaps_check_rule_for_recursion@Base 1.5.2
- (optional)lcmaps_cleanCredentialData@Base 1.5.2
- lcmaps_cleanVoData@Base 1.5.2
- lcmaps_cleanVoMapping@Base 1.5.2
- (optional)lcmaps_clean_list_of_strings@Base 1.5.2
- (optional)lcmaps_clean_vomsdata@Base 1.5.2
- (optional)lcmaps_cleanup_policies@Base 1.5.2
- lcmaps_cntArgs@Base 1.5.2
- (optional)lcmaps_concat_strings@Base 1.5.2
- (optional)lcmaps_concat_strings_with_space@Base 1.5.2
- lcmaps_copyVoData@Base 1.5.2
- lcmaps_copyVoMapping@Base 1.5.2
- lcmaps_createVoData@Base 1.5.2
- lcmaps_createVoMapping@Base 1.5.2
- (optional)lcmaps_credential_get_dn@Base 1.5.2
- (optional)lcmaps_credential_get_fqan_list@Base 1.5.2
- (optional)lcmaps_credential_get_mapcounter@Base 1.5.2
- (optional)lcmaps_credential_get_requested_account@Base 1.5.2
- (optional)lcmaps_credential_init@Base 1.5.2
- (optional)lcmaps_credential_store_dn@Base 1.5.2
- (optional)lcmaps_credential_store_fqan_list@Base 1.5.2
- (optional)lcmaps_credential_store_lcmaps_vomsdata@Base 1.5.2
- (optional)lcmaps_credential_store_mapcounter@Base 1.5.2
- (optional)lcmaps_credential_store_requested_account@Base 1.5.2
- (optional)lcmaps_db_clean@Base 1.5.2
- (optional)lcmaps_db_clean_list@Base 1.5.2
- (optional)lcmaps_db_fill_entry@Base 1.5.2
- (optional)lcmaps_db_read@Base 1.5.2
- lcmaps_deleteVoData@Base 1.5.2
- lcmaps_deleteVoMapping@Base 1.5.2
- (optional)lcmaps_extractRunVars@Base 1.5.2
- lcmaps_findArgName@Base 1.5.2
- lcmaps_findArgNameAndType@Base 1.5.2
- (optional)lcmaps_find_policy@Base 1.5.2
- (optional)lcmaps_find_state@Base 1.5.2
- (optional)lcmaps_find_variable@Base 1.5.2
- (optional)lcmaps_free_path@Base 1.5.2
- (optional)lcmaps_free_policies@Base 1.5.2
- (optional)lcmaps_free_resources@Base 1.5.2
- (optional)lcmaps_free_rules@Base 1.5.2
- (optional)lcmaps_free_variables@Base 1.5.2
- lcmaps_genfilename@Base 1.5.2
- lcmaps_getArgValue@Base 1.5.2
- (optional)lcmaps_getPluginNameAndArgs@Base 1.5.2
- (optional)lcmaps_getRunVars@Base 1.5.2
- (optional)lcmaps_get_current_policy@Base 1.5.2
- lcmaps_get_gidlist@Base 1.5.2
- lcmaps_get_major_version@Base 1.5.2
- lcmaps_get_minor_version@Base 1.5.2
- lcmaps_get_patch_version@Base 1.5.2
- (optional)lcmaps_get_plugins@Base 1.5.2
- (optional)lcmaps_get_policies@Base 1.5.2
- (optional)lcmaps_get_rule@Base 1.5.2
- (optional)lcmaps_get_top_rule@Base 1.5.2
- (optional)lcmaps_get_variables@Base 1.5.2
- lcmaps_init@Base 1.5.2
- lcmaps_init_and_log@Base 1.5.2
- lcmaps_init_and_logfile@Base 1.5.2
- lcmaps_log@Base 1.5.2
- lcmaps_log_a_string@Base 1.5.2
- lcmaps_log_a_string_debug@Base 1.5.2
- (optional)lcmaps_log_close@Base 1.5.2
- lcmaps_log_debug@Base 1.5.2
- lcmaps_log_open@Base 1.5.2
- lcmaps_log_time@Base 1.5.2
- (optional)lcmaps_pdl_init@Base 1.5.2
- (optional)lcmaps_pdl_next_plugin@Base 1.5.2
- (optional)lcmaps_pdl_path@Base 1.5.2
- (optional)lcmaps_pdl_warning@Base 1.6.6
- (optional)lcmaps_policies_have_been_reduced@Base 1.5.2
- (optional)lcmaps_printCredData@Base 1.5.2
- lcmaps_printVoData@Base 1.5.2
- lcmaps_printVoMapping@Base 1.5.2
- (optional)lcmaps_reduce_policies@Base 1.5.2
- (optional)lcmaps_reduce_rule@Base 1.5.2
- (optional)lcmaps_reduce_to_var@Base 1.5.2
- (optional)lcmaps_release_cred@Base 1.5.2
- (optional)lcmaps_release_cred_leave_STACK_OF_X509@Base 1.5.2
- (optional)lcmaps_remove_policy@Base 1.5.2
- (optional)lcmaps_resetCredentialData@Base 1.5.2
- (optional)lcmaps_runEvaluationManager@Base 1.5.2
- (optional)lcmaps_runPlugin@Base 1.5.2
- (optional)lcmaps_runPluginManager@Base 1.5.2
- lcmaps_run_with_fqans_and_return_account@Base 1.5.2
- lcmaps_run_with_fqans_mapcounter_and_return_account@Base 1.5.2
- lcmaps_run_without_credentials_and_return_username@Base 1.5.2
- lcmaps_setArgValue@Base 1.5.2
- (optional)lcmaps_setRunVars@Base 1.5.2
- (optional)lcmaps_set_path@Base 1.5.2
- (optional)lcmaps_set_top_rule@Base 1.5.2
- (optional)lcmaps_set_yylval@Base 1.5.2
- (optional)lcmaps_show_policies@Base 1.5.2
- (optional)lcmaps_show_rules@Base 1.5.2
- (optional)lcmaps_show_variables@Base 1.5.2
- (optional)lcmaps_startEvaluationManager@Base 1.5.2
- (optional)lcmaps_startPluginManager@Base 1.5.2
- (optional)lcmaps_start_new_rules@Base 1.5.2
- (optional)lcmaps_stopEvaluationManager@Base 1.5.2
- (optional)lcmaps_stopPluginManager@Base 1.5.2
- lcmaps_stringVoData@Base 1.5.2
- lcmaps_term@Base 1.5.2
- (optional)lcmaps_tokenize@Base 1.5.2
- (optional)lineno@Base 1.5.2
- (optional)pdl_lex_cleanup@Base 1.6.6
- (optional)pdl_yyparse@Base 1.6.6
- (optional)yy_create_buffer@Base 1.5.2
- (optional)yy_delete_buffer@Base 1.5.2
- (optional)yy_flex_debug@Base 1.6.6
- (optional)yy_flush_buffer@Base 1.5.2
- (optional)yy_scan_buffer@Base 1.5.2
- (optional)yy_scan_bytes@Base 1.5.2
- (optional)yy_scan_string@Base 1.5.2
- (optional)yy_switch_to_buffer@Base 1.5.2
- (optional)yyalloc@Base 1.6.6
- (optional)yychar@Base 1.5.2
- (optional)yyerror@Base 1.5.2
- (optional)yyfree@Base 1.6.6
- (optional)yyget_debug@Base 1.6.6
- (optional)yyget_in@Base 1.6.6
- (optional)yyget_leng@Base 1.6.6
- (optional)yyget_lineno@Base 1.6.6
- (optional)yyget_out@Base 1.6.6
- (optional)yyget_text@Base 1.6.6
- (optional)yyin@Base 1.5.2
- (optional)yyleng@Base 1.5.2
- (optional)yylex@Base 1.5.2
- (optional)yylex_destroy@Base 1.6.6
- (optional)yylineno@Base 1.6.6
- (optional)yylval@Base 1.5.2
- (optional)yynerrs@Base 1.5.2
- (optional)yyout@Base 1.5.2
- (optional)yyparse@Base 1.5.2
- (optional)yyparse_errors@Base 1.5.2
- (optional)yypop_buffer_state@Base 1.6.6
- (optional)yypush_buffer_state@Base 1.6.6
- (optional)yyrealloc@Base 1.6.6
- (optional)yyrestart@Base 1.5.2
- (optional)yyset_debug@Base 1.6.6
- (optional)yyset_in@Base 1.6.6
- (optional)yyset_lineno@Base 1.6.6
- (optional)yyset_out@Base 1.6.6
- (optional)yytext@Base 1.5.2
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.install 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.install
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.install       2015-02-20 
14:33:34.000000000 +0000
@@ -0,0 +1,9 @@
+/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so
+/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so.0
+/usr/lib/*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0
+/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so
+/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so.0
+/usr/lib/*/liblcmaps_return_poolindex_without_gsi.so.0.0.0
+/usr/lib/*/liblcmaps_without_gsi.so
+/usr/lib/*/liblcmaps_without_gsi.so.0
+/usr/lib/*/liblcmaps_without_gsi.so.0.0.0
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.lintian-overrides 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.lintian-overrides
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.lintian-overrides     
1970-01-01 00:00:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.lintian-overrides     
2024-02-01 18:28:14.000000000 +0000
@@ -0,0 +1,8 @@
+# This library may be opened using dlopen
+liblcmaps-without-gsi0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0 
[*/liblcmaps_gss_assist_gridmap_without_gsi.so]
+liblcmaps-without-gsi0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_poolindex_without_gsi.so.0.0.0 
[*/liblcmaps_return_poolindex_without_gsi.so]
+liblcmaps-without-gsi0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_without_gsi.so.0.0.0 [*/liblcmaps_without_gsi.so]
+liblcmaps-without-gsi0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_poolindex_without_gsi.so 
[*/liblcmaps_return_poolindex_without_gsi.so.0.0.0]
+liblcmaps-without-gsi0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_without_gsi.so [*/liblcmaps_without_gsi.so.0.0.0]
+liblcmaps-without-gsi0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_gss_assist_gridmap_without_gsi.so 
[*/liblcmaps_gss_assist_gridmap_without_gsi.so.0.0.0]
+liblcmaps-without-gsi0t64: package-name-doesnt-match-sonames 
liblcmaps-without-gsi0
diff -Nru lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.symbols 
lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.symbols
--- lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps-without-gsi0t64.symbols       2024-02-01 
18:28:14.000000000 +0000
@@ -0,0 +1,163 @@
+liblcmaps_gss_assist_gridmap_without_gsi.so.0 liblcmaps-without-gsi0t64 
#MINVER#
+ globus_gss_assist_gridmap@Base 1.5.2
+liblcmaps_return_poolindex_without_gsi.so.0 liblcmaps-without-gsi0 #MINVER#
+ lcmaps_return_account_without_gsi@Base 1.5.2
+ lcmaps_return_poolindex_with_mapcounter@Base 1.5.2
+ lcmaps_return_poolindex_without_gsi@Base 1.5.2
+liblcmaps_without_gsi.so.0 liblcmaps-without-gsi0 #MINVER#
+ (optional)_lcmaps_add_policy@Base 1.5.2
+ addCredentialData@Base 1.5.2
+ getCredentialData@Base 1.5.2
+ (optional)lcmaps_SetSetOfRules@Base 1.5.2
+ lcmaps_account_info_clean@Base 1.5.2
+ lcmaps_account_info_fill@Base 1.5.2
+ lcmaps_account_info_init@Base 1.5.2
+ (optional)lcmaps_add_policy@Base 1.5.2
+ (optional)lcmaps_add_rule@Base 1.5.2
+ (optional)lcmaps_add_variable@Base 1.5.2
+ (optional)lcmaps_allow_new_rules@Base 1.5.2
+ (optional)lcmaps_allow_rules@Base 1.5.2
+ (optional)lcmaps_allowed_policy_rule@Base 1.5.2
+ (optional)lcmaps_check_policies_for_recursion@Base 1.5.2
+ (optional)lcmaps_check_rule_for_recursion@Base 1.5.2
+ (optional)lcmaps_cleanCredentialData@Base 1.5.2
+ lcmaps_cleanVoData@Base 1.5.2
+ lcmaps_cleanVoMapping@Base 1.5.2
+ (optional)lcmaps_clean_list_of_strings@Base 1.5.2
+ (optional)lcmaps_clean_vomsdata@Base 1.5.2
+ (optional)lcmaps_cleanup_policies@Base 1.5.2
+ lcmaps_cntArgs@Base 1.5.2
+ (optional)lcmaps_concat_strings@Base 1.5.2
+ (optional)lcmaps_concat_strings_with_space@Base 1.5.2
+ lcmaps_copyVoData@Base 1.5.2
+ lcmaps_copyVoMapping@Base 1.5.2
+ lcmaps_createVoData@Base 1.5.2
+ lcmaps_createVoMapping@Base 1.5.2
+ (optional)lcmaps_credential_get_dn@Base 1.5.2
+ (optional)lcmaps_credential_get_fqan_list@Base 1.5.2
+ (optional)lcmaps_credential_get_mapcounter@Base 1.5.2
+ (optional)lcmaps_credential_get_requested_account@Base 1.5.2
+ (optional)lcmaps_credential_init@Base 1.5.2
+ (optional)lcmaps_credential_store_dn@Base 1.5.2
+ (optional)lcmaps_credential_store_fqan_list@Base 1.5.2
+ (optional)lcmaps_credential_store_lcmaps_vomsdata@Base 1.5.2
+ (optional)lcmaps_credential_store_mapcounter@Base 1.5.2
+ (optional)lcmaps_credential_store_requested_account@Base 1.5.2
+ (optional)lcmaps_db_clean@Base 1.5.2
+ (optional)lcmaps_db_clean_list@Base 1.5.2
+ (optional)lcmaps_db_fill_entry@Base 1.5.2
+ (optional)lcmaps_db_read@Base 1.5.2
+ lcmaps_deleteVoData@Base 1.5.2
+ lcmaps_deleteVoMapping@Base 1.5.2
+ (optional)lcmaps_extractRunVars@Base 1.5.2
+ lcmaps_findArgName@Base 1.5.2
+ lcmaps_findArgNameAndType@Base 1.5.2
+ (optional)lcmaps_find_policy@Base 1.5.2
+ (optional)lcmaps_find_state@Base 1.5.2
+ (optional)lcmaps_find_variable@Base 1.5.2
+ (optional)lcmaps_free_path@Base 1.5.2
+ (optional)lcmaps_free_policies@Base 1.5.2
+ (optional)lcmaps_free_resources@Base 1.5.2
+ (optional)lcmaps_free_rules@Base 1.5.2
+ (optional)lcmaps_free_variables@Base 1.5.2
+ lcmaps_genfilename@Base 1.5.2
+ lcmaps_getArgValue@Base 1.5.2
+ (optional)lcmaps_getPluginNameAndArgs@Base 1.5.2
+ (optional)lcmaps_getRunVars@Base 1.5.2
+ (optional)lcmaps_get_current_policy@Base 1.5.2
+ lcmaps_get_gidlist@Base 1.5.2
+ lcmaps_get_major_version@Base 1.5.2
+ lcmaps_get_minor_version@Base 1.5.2
+ lcmaps_get_patch_version@Base 1.5.2
+ (optional)lcmaps_get_plugins@Base 1.5.2
+ (optional)lcmaps_get_policies@Base 1.5.2
+ (optional)lcmaps_get_rule@Base 1.5.2
+ (optional)lcmaps_get_top_rule@Base 1.5.2
+ (optional)lcmaps_get_variables@Base 1.5.2
+ lcmaps_init@Base 1.5.2
+ lcmaps_init_and_log@Base 1.5.2
+ lcmaps_init_and_logfile@Base 1.5.2
+ lcmaps_log@Base 1.5.2
+ lcmaps_log_a_string@Base 1.5.2
+ lcmaps_log_a_string_debug@Base 1.5.2
+ (optional)lcmaps_log_close@Base 1.5.2
+ lcmaps_log_debug@Base 1.5.2
+ lcmaps_log_open@Base 1.5.2
+ lcmaps_log_time@Base 1.5.2
+ (optional)lcmaps_pdl_init@Base 1.5.2
+ (optional)lcmaps_pdl_next_plugin@Base 1.5.2
+ (optional)lcmaps_pdl_path@Base 1.5.2
+ (optional)lcmaps_pdl_warning@Base 1.6.6
+ (optional)lcmaps_policies_have_been_reduced@Base 1.5.2
+ (optional)lcmaps_printCredData@Base 1.5.2
+ lcmaps_printVoData@Base 1.5.2
+ lcmaps_printVoMapping@Base 1.5.2
+ (optional)lcmaps_reduce_policies@Base 1.5.2
+ (optional)lcmaps_reduce_rule@Base 1.5.2
+ (optional)lcmaps_reduce_to_var@Base 1.5.2
+ (optional)lcmaps_release_cred@Base 1.5.2
+ (optional)lcmaps_release_cred_leave_STACK_OF_X509@Base 1.5.2
+ (optional)lcmaps_remove_policy@Base 1.5.2
+ (optional)lcmaps_resetCredentialData@Base 1.5.2
+ (optional)lcmaps_runEvaluationManager@Base 1.5.2
+ (optional)lcmaps_runPlugin@Base 1.5.2
+ (optional)lcmaps_runPluginManager@Base 1.5.2
+ lcmaps_run_with_fqans_and_return_account@Base 1.5.2
+ lcmaps_run_with_fqans_mapcounter_and_return_account@Base 1.5.2
+ lcmaps_run_without_credentials_and_return_username@Base 1.5.2
+ lcmaps_setArgValue@Base 1.5.2
+ (optional)lcmaps_setRunVars@Base 1.5.2
+ (optional)lcmaps_set_path@Base 1.5.2
+ (optional)lcmaps_set_top_rule@Base 1.5.2
+ (optional)lcmaps_set_yylval@Base 1.5.2
+ (optional)lcmaps_show_policies@Base 1.5.2
+ (optional)lcmaps_show_rules@Base 1.5.2
+ (optional)lcmaps_show_variables@Base 1.5.2
+ (optional)lcmaps_startEvaluationManager@Base 1.5.2
+ (optional)lcmaps_startPluginManager@Base 1.5.2
+ (optional)lcmaps_start_new_rules@Base 1.5.2
+ (optional)lcmaps_stopEvaluationManager@Base 1.5.2
+ (optional)lcmaps_stopPluginManager@Base 1.5.2
+ lcmaps_stringVoData@Base 1.5.2
+ lcmaps_term@Base 1.5.2
+ (optional)lcmaps_tokenize@Base 1.5.2
+ (optional)lineno@Base 1.5.2
+ (optional)pdl_lex_cleanup@Base 1.6.6
+ (optional)pdl_yyparse@Base 1.6.6
+ (optional)yy_create_buffer@Base 1.5.2
+ (optional)yy_delete_buffer@Base 1.5.2
+ (optional)yy_flex_debug@Base 1.6.6
+ (optional)yy_flush_buffer@Base 1.5.2
+ (optional)yy_scan_buffer@Base 1.5.2
+ (optional)yy_scan_bytes@Base 1.5.2
+ (optional)yy_scan_string@Base 1.5.2
+ (optional)yy_switch_to_buffer@Base 1.5.2
+ (optional)yyalloc@Base 1.6.6
+ (optional)yychar@Base 1.5.2
+ (optional)yyerror@Base 1.5.2
+ (optional)yyfree@Base 1.6.6
+ (optional)yyget_debug@Base 1.6.6
+ (optional)yyget_in@Base 1.6.6
+ (optional)yyget_leng@Base 1.6.6
+ (optional)yyget_lineno@Base 1.6.6
+ (optional)yyget_out@Base 1.6.6
+ (optional)yyget_text@Base 1.6.6
+ (optional)yyin@Base 1.5.2
+ (optional)yyleng@Base 1.5.2
+ (optional)yylex@Base 1.5.2
+ (optional)yylex_destroy@Base 1.6.6
+ (optional)yylineno@Base 1.6.6
+ (optional)yylval@Base 1.5.2
+ (optional)yynerrs@Base 1.5.2
+ (optional)yyout@Base 1.5.2
+ (optional)yyparse@Base 1.5.2
+ (optional)yyparse_errors@Base 1.5.2
+ (optional)yypop_buffer_state@Base 1.6.6
+ (optional)yypush_buffer_state@Base 1.6.6
+ (optional)yyrealloc@Base 1.6.6
+ (optional)yyrestart@Base 1.5.2
+ (optional)yyset_debug@Base 1.6.6
+ (optional)yyset_in@Base 1.6.6
+ (optional)yyset_lineno@Base 1.6.6
+ (optional)yyset_out@Base 1.6.6
+ (optional)yytext@Base 1.5.2
diff -Nru lcmaps-1.6.6/debian/liblcmaps0.install 
lcmaps-1.6.6/debian/liblcmaps0.install
--- lcmaps-1.6.6/debian/liblcmaps0.install      2015-02-20 14:33:34.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1,15 +0,0 @@
-/usr/lib/*/liblcmaps.so
-/usr/lib/*/liblcmaps.so.0
-/usr/lib/*/liblcmaps.so.0.0.0
-/usr/lib/*/liblcmaps_gss_assist_gridmap.so
-/usr/lib/*/liblcmaps_gss_assist_gridmap.so.0
-/usr/lib/*/liblcmaps_gss_assist_gridmap.so.0.0.0
-/usr/lib/*/liblcmaps_return_account_from_pem.so
-/usr/lib/*/liblcmaps_return_account_from_pem.so.0
-/usr/lib/*/liblcmaps_return_account_from_pem.so.0.0.0
-/usr/lib/*/liblcmaps_return_poolindex.so
-/usr/lib/*/liblcmaps_return_poolindex.so.0
-/usr/lib/*/liblcmaps_return_poolindex.so.0.0.0
-/usr/lib/*/liblcmaps_verify_account_from_pem.so
-/usr/lib/*/liblcmaps_verify_account_from_pem.so.0
-/usr/lib/*/liblcmaps_verify_account_from_pem.so.0.0.0
diff -Nru lcmaps-1.6.6/debian/liblcmaps0.lintian-overrides 
lcmaps-1.6.6/debian/liblcmaps0.lintian-overrides
--- lcmaps-1.6.6/debian/liblcmaps0.lintian-overrides    2023-08-14 
08:36:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps0.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-# This library may be opened using dlopen
-liblcmaps0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps.so.0.0.0 [*/liblcmaps.so]
-liblcmaps0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_gss_assist_gridmap.so.0.0.0 [*/liblcmaps_gss_assist_gridmap.so]
-liblcmaps0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_account_from_pem.so.0.0.0 
[*/liblcmaps_return_account_from_pem.so]
-liblcmaps0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_poolindex.so.0.0.0 [*/liblcmaps_return_poolindex.so]
-liblcmaps0 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_verify_account_from_pem.so.0.0.0 
[*/liblcmaps_verify_account_from_pem.so]
-
-liblcmaps0 binary: lacks-unversioned-link-to-shared-library */liblcmaps.so 
[*/liblcmaps.so.0.0.0]
-liblcmaps0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_gss_assist_gridmap.so [*/liblcmaps_gss_assist_gridmap.so.0.0.0]
-liblcmaps0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_account_from_pem.so 
[*/liblcmaps_return_account_from_pem.so.0.0.0]
-liblcmaps0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_poolindex.so [*/liblcmaps_return_poolindex.so.0.0.0]
-liblcmaps0 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_verify_account_from_pem.so 
[*/liblcmaps_verify_account_from_pem.so.0.0.0]
diff -Nru lcmaps-1.6.6/debian/liblcmaps0.manpages 
lcmaps-1.6.6/debian/liblcmaps0.manpages
--- lcmaps-1.6.6/debian/liblcmaps0.manpages     2023-08-14 08:36:00.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0.manpages     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/share/man/man3/lcmaps.3
diff -Nru lcmaps-1.6.6/debian/liblcmaps0.symbols 
lcmaps-1.6.6/debian/liblcmaps0.symbols
--- lcmaps-1.6.6/debian/liblcmaps0.symbols      2021-03-08 10:38:56.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,210 +0,0 @@
-liblcmaps.so.0 liblcmaps0 #MINVER#
- (optional)_lcmaps_add_policy@Base 1.5.2
- addCredentialData@Base 1.5.2
- (optional)cgul_x509IsCA@Base 1.5.2
- (optional)cgul_x509_chain_to_issuer_dn@Base 1.5.2
- (optional)cgul_x509_chain_to_subject_dn@Base 1.5.2
- (optional)cgul_x509_select_eec_from_chain@Base 1.5.2
- (optional)cgul_x509_select_final_cert_from_chain@Base 1.5.2
- getCredentialData@Base 1.5.2
- (optional)lcmaps_SetSetOfRules@Base 1.5.2
- lcmaps_account_info_clean@Base 1.5.2
- lcmaps_account_info_fill@Base 1.5.2
- lcmaps_account_info_init@Base 1.5.2
- (optional)lcmaps_add_policy@Base 1.5.2
- (optional)lcmaps_add_rule@Base 1.5.2
- (optional)lcmaps_add_variable@Base 1.5.2
- (optional)lcmaps_allow_new_rules@Base 1.5.2
- (optional)lcmaps_allow_rules@Base 1.5.2
- (optional)lcmaps_allowed_policy_rule@Base 1.5.2
- (optional)lcmaps_check_policies_for_recursion@Base 1.5.2
- (optional)lcmaps_check_rule_for_recursion@Base 1.5.2
- (optional)lcmaps_cleanCredentialData@Base 1.5.2
- lcmaps_cleanVoData@Base 1.5.2
- lcmaps_cleanVoMapping@Base 1.5.2
- (optional)lcmaps_clean_list_of_strings@Base 1.5.2
- (optional)lcmaps_clean_vomsdata@Base 1.5.2
- (optional)lcmaps_cleanup_policies@Base 1.5.2
- lcmaps_cntArgs@Base 1.5.2
- (optional)lcmaps_concat_strings@Base 1.5.2
- (optional)lcmaps_concat_strings_with_space@Base 1.5.2
- lcmaps_copyVoData@Base 1.5.2
- lcmaps_copyVoMapping@Base 1.5.2
- lcmaps_createVoData@Base 1.5.2
- lcmaps_createVoMapping@Base 1.5.2
- (optional)lcmaps_cred_to_x509@Base 1.5.2
- (optional)lcmaps_cred_to_x509_chain@Base 1.5.2
- (optional)lcmaps_credential_get_dn@Base 1.5.2
- (optional)lcmaps_credential_get_fqan_list@Base 1.5.2
- (optional)lcmaps_credential_get_gss_cred_id_t@Base 1.5.2
- (optional)lcmaps_credential_get_gss_ctx_id_t@Base 1.5.2
- (optional)lcmaps_credential_get_mapcounter@Base 1.5.2
- (optional)lcmaps_credential_get_pem_string@Base 1.5.2
- (optional)lcmaps_credential_get_requested_account@Base 1.5.2
- (optional)lcmaps_credential_get_x509_chain@Base 1.5.2
- (optional)lcmaps_credential_get_x509_cred@Base 1.5.2
- (optional)lcmaps_credential_init@Base 1.5.2
- (optional)lcmaps_credential_store_dn@Base 1.5.2
- (optional)lcmaps_credential_store_fqan_list@Base 1.5.2
- (optional)lcmaps_credential_store_gss_cred_id_t@Base 1.5.2
- (optional)lcmaps_credential_store_gss_cred_id_t_and_sub_elements@Base 1.5.2
- (optional)lcmaps_credential_store_gss_ctx_id_t@Base 1.5.2
- (optional)lcmaps_credential_store_lcmaps_vomsdata@Base 1.5.2
- (optional)lcmaps_credential_store_mapcounter@Base 1.5.2
- (optional)lcmaps_credential_store_pem_string@Base 1.5.2
- (optional)lcmaps_credential_store_pem_string_and_sub_elements@Base 1.5.2
- (optional)lcmaps_credential_store_requested_account@Base 1.5.2
- (optional)lcmaps_credential_store_stack_of_x509@Base 1.5.2
- (optional)lcmaps_credential_store_x509@Base 1.5.2
- (optional)lcmaps_credential_store_x509_and_sub_elements@Base 1.5.2
- (optional)lcmaps_ctx_to_cred@Base 1.5.2
- (optional)lcmaps_db_clean@Base 1.5.2
- (optional)lcmaps_db_clean_list@Base 1.5.2
- (optional)lcmaps_db_fill_entry@Base 1.5.2
- (optional)lcmaps_db_read@Base 1.5.2
- lcmaps_deleteVoData@Base 1.5.2
- lcmaps_deleteVoMapping@Base 1.5.2
- lcmaps_disable_voms_attributes_verification@Base 1.5.2
- lcmaps_enable_voms_attributes_verification@Base 1.5.2
- (optional)lcmaps_extractRunVars@Base 1.5.2
- lcmaps_findArgName@Base 1.5.2
- lcmaps_findArgNameAndType@Base 1.5.2
- (optional)lcmaps_find_policy@Base 1.5.2
- (optional)lcmaps_find_state@Base 1.5.2
- (optional)lcmaps_find_variable@Base 1.5.2
- (optional)lcmaps_free_path@Base 1.5.2
- (optional)lcmaps_free_policies@Base 1.5.2
- (optional)lcmaps_free_resources@Base 1.5.2
- (optional)lcmaps_free_rules@Base 1.5.2
- (optional)lcmaps_free_variables@Base 1.5.2
- lcmaps_genfilename@Base 1.5.2
- lcmaps_getArgValue@Base 1.5.2
- (optional)lcmaps_getPluginNameAndArgs@Base 1.5.2
- (optional)lcmaps_getRunVars@Base 1.5.2
- (optional)lcmaps_get_current_policy@Base 1.5.2
- lcmaps_get_gidlist@Base 1.5.2
- lcmaps_get_major_version@Base 1.5.2
- lcmaps_get_minor_version@Base 1.5.2
- lcmaps_get_patch_version@Base 1.5.2
- (optional)lcmaps_get_plugins@Base 1.5.2
- (optional)lcmaps_get_policies@Base 1.5.2
- (optional)lcmaps_get_rule@Base 1.5.2
- (optional)lcmaps_get_top_rule@Base 1.5.2
- (optional)lcmaps_get_variables@Base 1.5.2
- (optional)lcmaps_get_voms_attributes_verification@Base 1.6.6
- (optional)lcmaps_get_voms_verification_time@Base 1.6.6
- lcmaps_init@Base 1.5.2
- lcmaps_init_and_log@Base 1.5.2
- lcmaps_init_and_logfile@Base 1.5.2
- lcmaps_is_set_to_verify_voms_attributes@Base 1.5.2
- lcmaps_log@Base 1.5.2
- lcmaps_log_a_string@Base 1.5.2
- lcmaps_log_a_string_debug@Base 1.5.2
- (optional)lcmaps_log_close@Base 1.5.2
- lcmaps_log_debug@Base 1.5.2
- (optional)lcmaps_log_open@Base 1.5.2
- lcmaps_log_time@Base 1.5.2
- (optional)lcmaps_pdl_init@Base 1.5.2
- (optional)lcmaps_pdl_next_plugin@Base 1.5.2
- (optional)lcmaps_pdl_path@Base 1.5.2
- (optional)lcmaps_pdl_warning@Base 1.6.6
- (optional)lcmaps_pem_string_to_x509@Base 1.5.2
- (optional)lcmaps_pem_string_to_x509_chain@Base 1.5.2
- (optional)lcmaps_policies_have_been_reduced@Base 1.5.2
- (optional)lcmaps_printCredData@Base 1.5.2
- lcmaps_printVoData@Base 1.5.2
- lcmaps_printVoMapping@Base 1.5.2
- (optional)lcmaps_print_stack_of_x509_to_string@Base 1.5.2
- (optional)lcmaps_print_x509_to_string@Base 1.5.2
- (optional)lcmaps_reduce_policies@Base 1.5.2
- (optional)lcmaps_reduce_rule@Base 1.5.2
- (optional)lcmaps_reduce_to_var@Base 1.5.2
- (optional)lcmaps_release_cred@Base 1.5.2
- (optional)lcmaps_release_cred_leave_STACK_OF_X509@Base 1.5.2
- (optional)lcmaps_remove_policy@Base 1.5.2
- (optional)lcmaps_resetCredentialData@Base 1.5.2
- lcmaps_run@Base 1.5.2
- (optional)lcmaps_runEvaluationManager@Base 1.5.2
- (optional)lcmaps_runPlugin@Base 1.5.2
- (optional)lcmaps_runPluginManager@Base 1.5.2
- lcmaps_run_and_return_poolindex@Base 1.5.2
- lcmaps_run_and_return_username@Base 1.5.2
- lcmaps_run_and_verify_account_from_pem@Base 1.5.2
- lcmaps_run_with_fqans_and_return_account@Base 1.5.2
- lcmaps_run_with_fqans_mapcounter_and_return_account@Base 1.5.2
- lcmaps_run_with_pem_and_return_account@Base 1.5.2
- lcmaps_run_with_stack_of_x509_and_return_account@Base 1.5.2
- lcmaps_run_without_credentials_and_return_username@Base 1.5.2
- lcmaps_setArgValue@Base 1.5.2
- (optional)lcmaps_setRunVars@Base 1.5.2
- (optional)lcmaps_set_path@Base 1.5.2
- (optional)lcmaps_set_top_rule@Base 1.5.2
- (optional)lcmaps_set_voms_attributes_verification@Base 1.6.6
- (optional)lcmaps_set_voms_verification_time@Base 1.6.6
- (optional)lcmaps_set_yylval@Base 1.5.2
- (optional)lcmaps_show_policies@Base 1.5.2
- (optional)lcmaps_show_rules@Base 1.5.2
- (optional)lcmaps_show_variables@Base 1.5.2
- (optional)lcmaps_startEvaluationManager@Base 1.5.2
- (optional)lcmaps_startPluginManager@Base 1.5.2
- (optional)lcmaps_start_new_rules@Base 1.5.2
- (optional)lcmaps_stopEvaluationManager@Base 1.5.2
- (optional)lcmaps_stopPluginManager@Base 1.5.2
- lcmaps_stringVoData@Base 1.5.2
- lcmaps_term@Base 1.5.2
- (optional)lcmaps_tokenize@Base 1.5.2
- (optional)lcmaps_x509IsCA@Base 1.5.2
- (optional)lcmaps_x509_chain_to_dn@Base 1.5.2
- (optional)lcmaps_x509_free_chain@Base 1.5.2
- (optional)lcmaps_x509_to_dn@Base 1.5.2
- (optional)lcmaps_x509_to_voms_fqans@Base 1.5.2
- (optional)lineno@Base 1.5.2
- (optional)pdl_lex_cleanup@Base 1.6.6
- (optional)pdl_yyparse@Base 1.6.6
- (optional)yy_create_buffer@Base 1.5.2
- (optional)yy_delete_buffer@Base 1.5.2
- (optional)yy_flex_debug@Base 1.6.6
- (optional)yy_flush_buffer@Base 1.5.2
- (optional)yy_scan_buffer@Base 1.5.2
- (optional)yy_scan_bytes@Base 1.5.2
- (optional)yy_scan_string@Base 1.5.2
- (optional)yy_switch_to_buffer@Base 1.5.2
- (optional)yyalloc@Base 1.6.6
- (optional)yychar@Base 1.5.2
- (optional)yyerror@Base 1.5.2
- (optional)yyfree@Base 1.6.6
- (optional)yyget_debug@Base 1.6.6
- (optional)yyget_in@Base 1.6.6
- (optional)yyget_leng@Base 1.6.6
- (optional)yyget_lineno@Base 1.6.6
- (optional)yyget_out@Base 1.6.6
- (optional)yyget_text@Base 1.6.6
- (optional)yyin@Base 1.5.2
- (optional)yyleng@Base 1.5.2
- (optional)yylex@Base 1.5.2
- (optional)yylex_destroy@Base 1.6.6
- (optional)yylineno@Base 1.6.6
- (optional)yylval@Base 1.5.2
- (optional)yynerrs@Base 1.5.2
- (optional)yyout@Base 1.5.2
- (optional)yyparse@Base 1.5.2
- (optional)yyparse_errors@Base 1.5.2
- (optional)yypop_buffer_state@Base 1.6.6
- (optional)yypush_buffer_state@Base 1.6.6
- (optional)yyrealloc@Base 1.6.6
- (optional)yyrestart@Base 1.5.2
- (optional)yyset_debug@Base 1.6.6
- (optional)yyset_in@Base 1.6.6
- (optional)yyset_lineno@Base 1.6.6
- (optional)yyset_out@Base 1.6.6
- (optional)yytext@Base 1.5.2
-liblcmaps_gss_assist_gridmap.so.0 liblcmaps0 #MINVER#
- globus_gss_assist_gridmap@Base 1.5.2
-liblcmaps_return_account_from_pem.so.0 liblcmaps0 #MINVER#
- lcmaps_return_account_from_pem@Base 1.5.2
-liblcmaps_return_poolindex.so.0 liblcmaps0 #MINVER#
- lcmaps_return_poolindex@Base 1.5.2
- lcmaps_return_poolindex_from_gss_cred@Base 1.5.2
-liblcmaps_verify_account_from_pem.so.0 liblcmaps0 #MINVER#
- lcmaps_verify_account_from_pem@Base 1.5.2
- lcmaps_verify_account_from_pem_va@Base 1.5.2
diff -Nru lcmaps-1.6.6/debian/liblcmaps0t64.install 
lcmaps-1.6.6/debian/liblcmaps0t64.install
--- lcmaps-1.6.6/debian/liblcmaps0t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0t64.install   2015-02-20 14:33:34.000000000 
+0000
@@ -0,0 +1,15 @@
+/usr/lib/*/liblcmaps.so
+/usr/lib/*/liblcmaps.so.0
+/usr/lib/*/liblcmaps.so.0.0.0
+/usr/lib/*/liblcmaps_gss_assist_gridmap.so
+/usr/lib/*/liblcmaps_gss_assist_gridmap.so.0
+/usr/lib/*/liblcmaps_gss_assist_gridmap.so.0.0.0
+/usr/lib/*/liblcmaps_return_account_from_pem.so
+/usr/lib/*/liblcmaps_return_account_from_pem.so.0
+/usr/lib/*/liblcmaps_return_account_from_pem.so.0.0.0
+/usr/lib/*/liblcmaps_return_poolindex.so
+/usr/lib/*/liblcmaps_return_poolindex.so.0
+/usr/lib/*/liblcmaps_return_poolindex.so.0.0.0
+/usr/lib/*/liblcmaps_verify_account_from_pem.so
+/usr/lib/*/liblcmaps_verify_account_from_pem.so.0
+/usr/lib/*/liblcmaps_verify_account_from_pem.so.0.0.0
diff -Nru lcmaps-1.6.6/debian/liblcmaps0t64.lintian-overrides 
lcmaps-1.6.6/debian/liblcmaps0t64.lintian-overrides
--- lcmaps-1.6.6/debian/liblcmaps0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ lcmaps-1.6.6/debian/liblcmaps0t64.lintian-overrides 2024-02-01 
18:28:14.000000000 +0000
@@ -0,0 +1,13 @@
+# This library may be opened using dlopen
+liblcmaps0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps.so.0.0.0 [*/liblcmaps.so]
+liblcmaps0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_gss_assist_gridmap.so.0.0.0 [*/liblcmaps_gss_assist_gridmap.so]
+liblcmaps0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_account_from_pem.so.0.0.0 
[*/liblcmaps_return_account_from_pem.so]
+liblcmaps0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_return_poolindex.so.0.0.0 [*/liblcmaps_return_poolindex.so]
+liblcmaps0t64 binary: link-to-shared-library-in-wrong-package 
*/liblcmaps_verify_account_from_pem.so.0.0.0 
[*/liblcmaps_verify_account_from_pem.so]
+
+liblcmaps0t64 binary: lacks-unversioned-link-to-shared-library */liblcmaps.so 
[*/liblcmaps.so.0.0.0]
+liblcmaps0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_gss_assist_gridmap.so [*/liblcmaps_gss_assist_gridmap.so.0.0.0]
+liblcmaps0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_account_from_pem.so 
[*/liblcmaps_return_account_from_pem.so.0.0.0]
+liblcmaps0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_return_poolindex.so [*/liblcmaps_return_poolindex.so.0.0.0]
+liblcmaps0t64 binary: lacks-unversioned-link-to-shared-library 
*/liblcmaps_verify_account_from_pem.so 
[*/liblcmaps_verify_account_from_pem.so.0.0.0]
+liblcmaps0t64: package-name-doesnt-match-sonames liblcmaps0
diff -Nru lcmaps-1.6.6/debian/liblcmaps0t64.manpages 
lcmaps-1.6.6/debian/liblcmaps0t64.manpages
--- lcmaps-1.6.6/debian/liblcmaps0t64.manpages  1970-01-01 00:00:00.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0t64.manpages  2023-08-14 08:36:00.000000000 
+0000
@@ -0,0 +1 @@
+usr/share/man/man3/lcmaps.3
diff -Nru lcmaps-1.6.6/debian/liblcmaps0t64.symbols 
lcmaps-1.6.6/debian/liblcmaps0t64.symbols
--- lcmaps-1.6.6/debian/liblcmaps0t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ lcmaps-1.6.6/debian/liblcmaps0t64.symbols   2024-02-01 18:28:14.000000000 
+0000
@@ -0,0 +1,210 @@
+liblcmaps.so.0 liblcmaps0t64 #MINVER#
+ (optional)_lcmaps_add_policy@Base 1.5.2
+ addCredentialData@Base 1.5.2
+ (optional)cgul_x509IsCA@Base 1.5.2
+ (optional)cgul_x509_chain_to_issuer_dn@Base 1.5.2
+ (optional)cgul_x509_chain_to_subject_dn@Base 1.5.2
+ (optional)cgul_x509_select_eec_from_chain@Base 1.5.2
+ (optional)cgul_x509_select_final_cert_from_chain@Base 1.5.2
+ getCredentialData@Base 1.5.2
+ (optional)lcmaps_SetSetOfRules@Base 1.5.2
+ lcmaps_account_info_clean@Base 1.5.2
+ lcmaps_account_info_fill@Base 1.5.2
+ lcmaps_account_info_init@Base 1.5.2
+ (optional)lcmaps_add_policy@Base 1.5.2
+ (optional)lcmaps_add_rule@Base 1.5.2
+ (optional)lcmaps_add_variable@Base 1.5.2
+ (optional)lcmaps_allow_new_rules@Base 1.5.2
+ (optional)lcmaps_allow_rules@Base 1.5.2
+ (optional)lcmaps_allowed_policy_rule@Base 1.5.2
+ (optional)lcmaps_check_policies_for_recursion@Base 1.5.2
+ (optional)lcmaps_check_rule_for_recursion@Base 1.5.2
+ (optional)lcmaps_cleanCredentialData@Base 1.5.2
+ lcmaps_cleanVoData@Base 1.5.2
+ lcmaps_cleanVoMapping@Base 1.5.2
+ (optional)lcmaps_clean_list_of_strings@Base 1.5.2
+ (optional)lcmaps_clean_vomsdata@Base 1.5.2
+ (optional)lcmaps_cleanup_policies@Base 1.5.2
+ lcmaps_cntArgs@Base 1.5.2
+ (optional)lcmaps_concat_strings@Base 1.5.2
+ (optional)lcmaps_concat_strings_with_space@Base 1.5.2
+ lcmaps_copyVoData@Base 1.5.2
+ lcmaps_copyVoMapping@Base 1.5.2
+ lcmaps_createVoData@Base 1.5.2
+ lcmaps_createVoMapping@Base 1.5.2
+ (optional)lcmaps_cred_to_x509@Base 1.5.2
+ (optional)lcmaps_cred_to_x509_chain@Base 1.5.2
+ (optional)lcmaps_credential_get_dn@Base 1.5.2
+ (optional)lcmaps_credential_get_fqan_list@Base 1.5.2
+ (optional)lcmaps_credential_get_gss_cred_id_t@Base 1.5.2
+ (optional)lcmaps_credential_get_gss_ctx_id_t@Base 1.5.2
+ (optional)lcmaps_credential_get_mapcounter@Base 1.5.2
+ (optional)lcmaps_credential_get_pem_string@Base 1.5.2
+ (optional)lcmaps_credential_get_requested_account@Base 1.5.2
+ (optional)lcmaps_credential_get_x509_chain@Base 1.5.2
+ (optional)lcmaps_credential_get_x509_cred@Base 1.5.2
+ (optional)lcmaps_credential_init@Base 1.5.2
+ (optional)lcmaps_credential_store_dn@Base 1.5.2
+ (optional)lcmaps_credential_store_fqan_list@Base 1.5.2
+ (optional)lcmaps_credential_store_gss_cred_id_t@Base 1.5.2
+ (optional)lcmaps_credential_store_gss_cred_id_t_and_sub_elements@Base 1.5.2
+ (optional)lcmaps_credential_store_gss_ctx_id_t@Base 1.5.2
+ (optional)lcmaps_credential_store_lcmaps_vomsdata@Base 1.5.2
+ (optional)lcmaps_credential_store_mapcounter@Base 1.5.2
+ (optional)lcmaps_credential_store_pem_string@Base 1.5.2
+ (optional)lcmaps_credential_store_pem_string_and_sub_elements@Base 1.5.2
+ (optional)lcmaps_credential_store_requested_account@Base 1.5.2
+ (optional)lcmaps_credential_store_stack_of_x509@Base 1.5.2
+ (optional)lcmaps_credential_store_x509@Base 1.5.2
+ (optional)lcmaps_credential_store_x509_and_sub_elements@Base 1.5.2
+ (optional)lcmaps_ctx_to_cred@Base 1.5.2
+ (optional)lcmaps_db_clean@Base 1.5.2
+ (optional)lcmaps_db_clean_list@Base 1.5.2
+ (optional)lcmaps_db_fill_entry@Base 1.5.2
+ (optional)lcmaps_db_read@Base 1.5.2
+ lcmaps_deleteVoData@Base 1.5.2
+ lcmaps_deleteVoMapping@Base 1.5.2
+ lcmaps_disable_voms_attributes_verification@Base 1.5.2
+ lcmaps_enable_voms_attributes_verification@Base 1.5.2
+ (optional)lcmaps_extractRunVars@Base 1.5.2
+ lcmaps_findArgName@Base 1.5.2
+ lcmaps_findArgNameAndType@Base 1.5.2
+ (optional)lcmaps_find_policy@Base 1.5.2
+ (optional)lcmaps_find_state@Base 1.5.2
+ (optional)lcmaps_find_variable@Base 1.5.2
+ (optional)lcmaps_free_path@Base 1.5.2
+ (optional)lcmaps_free_policies@Base 1.5.2
+ (optional)lcmaps_free_resources@Base 1.5.2
+ (optional)lcmaps_free_rules@Base 1.5.2
+ (optional)lcmaps_free_variables@Base 1.5.2
+ lcmaps_genfilename@Base 1.5.2
+ lcmaps_getArgValue@Base 1.5.2
+ (optional)lcmaps_getPluginNameAndArgs@Base 1.5.2
+ (optional)lcmaps_getRunVars@Base 1.5.2
+ (optional)lcmaps_get_current_policy@Base 1.5.2
+ lcmaps_get_gidlist@Base 1.5.2
+ lcmaps_get_major_version@Base 1.5.2
+ lcmaps_get_minor_version@Base 1.5.2
+ lcmaps_get_patch_version@Base 1.5.2
+ (optional)lcmaps_get_plugins@Base 1.5.2
+ (optional)lcmaps_get_policies@Base 1.5.2
+ (optional)lcmaps_get_rule@Base 1.5.2
+ (optional)lcmaps_get_top_rule@Base 1.5.2
+ (optional)lcmaps_get_variables@Base 1.5.2
+ (optional)lcmaps_get_voms_attributes_verification@Base 1.6.6
+ (optional)lcmaps_get_voms_verification_time@Base 1.6.6
+ lcmaps_init@Base 1.5.2
+ lcmaps_init_and_log@Base 1.5.2
+ lcmaps_init_and_logfile@Base 1.5.2
+ lcmaps_is_set_to_verify_voms_attributes@Base 1.5.2
+ lcmaps_log@Base 1.5.2
+ lcmaps_log_a_string@Base 1.5.2
+ lcmaps_log_a_string_debug@Base 1.5.2
+ (optional)lcmaps_log_close@Base 1.5.2
+ lcmaps_log_debug@Base 1.5.2
+ (optional)lcmaps_log_open@Base 1.5.2
+ lcmaps_log_time@Base 1.5.2
+ (optional)lcmaps_pdl_init@Base 1.5.2
+ (optional)lcmaps_pdl_next_plugin@Base 1.5.2
+ (optional)lcmaps_pdl_path@Base 1.5.2
+ (optional)lcmaps_pdl_warning@Base 1.6.6
+ (optional)lcmaps_pem_string_to_x509@Base 1.5.2
+ (optional)lcmaps_pem_string_to_x509_chain@Base 1.5.2
+ (optional)lcmaps_policies_have_been_reduced@Base 1.5.2
+ (optional)lcmaps_printCredData@Base 1.5.2
+ lcmaps_printVoData@Base 1.5.2
+ lcmaps_printVoMapping@Base 1.5.2
+ (optional)lcmaps_print_stack_of_x509_to_string@Base 1.5.2
+ (optional)lcmaps_print_x509_to_string@Base 1.5.2
+ (optional)lcmaps_reduce_policies@Base 1.5.2
+ (optional)lcmaps_reduce_rule@Base 1.5.2
+ (optional)lcmaps_reduce_to_var@Base 1.5.2
+ (optional)lcmaps_release_cred@Base 1.5.2
+ (optional)lcmaps_release_cred_leave_STACK_OF_X509@Base 1.5.2
+ (optional)lcmaps_remove_policy@Base 1.5.2
+ (optional)lcmaps_resetCredentialData@Base 1.5.2
+ lcmaps_run@Base 1.5.2
+ (optional)lcmaps_runEvaluationManager@Base 1.5.2
+ (optional)lcmaps_runPlugin@Base 1.5.2
+ (optional)lcmaps_runPluginManager@Base 1.5.2
+ lcmaps_run_and_return_poolindex@Base 1.5.2
+ lcmaps_run_and_return_username@Base 1.5.2
+ lcmaps_run_and_verify_account_from_pem@Base 1.5.2
+ lcmaps_run_with_fqans_and_return_account@Base 1.5.2
+ lcmaps_run_with_fqans_mapcounter_and_return_account@Base 1.5.2
+ lcmaps_run_with_pem_and_return_account@Base 1.5.2
+ lcmaps_run_with_stack_of_x509_and_return_account@Base 1.5.2
+ lcmaps_run_without_credentials_and_return_username@Base 1.5.2
+ lcmaps_setArgValue@Base 1.5.2
+ (optional)lcmaps_setRunVars@Base 1.5.2
+ (optional)lcmaps_set_path@Base 1.5.2
+ (optional)lcmaps_set_top_rule@Base 1.5.2
+ (optional)lcmaps_set_voms_attributes_verification@Base 1.6.6
+ (optional)lcmaps_set_voms_verification_time@Base 1.6.6
+ (optional)lcmaps_set_yylval@Base 1.5.2
+ (optional)lcmaps_show_policies@Base 1.5.2
+ (optional)lcmaps_show_rules@Base 1.5.2
+ (optional)lcmaps_show_variables@Base 1.5.2
+ (optional)lcmaps_startEvaluationManager@Base 1.5.2
+ (optional)lcmaps_startPluginManager@Base 1.5.2
+ (optional)lcmaps_start_new_rules@Base 1.5.2
+ (optional)lcmaps_stopEvaluationManager@Base 1.5.2
+ (optional)lcmaps_stopPluginManager@Base 1.5.2
+ lcmaps_stringVoData@Base 1.5.2
+ lcmaps_term@Base 1.5.2
+ (optional)lcmaps_tokenize@Base 1.5.2
+ (optional)lcmaps_x509IsCA@Base 1.5.2
+ (optional)lcmaps_x509_chain_to_dn@Base 1.5.2
+ (optional)lcmaps_x509_free_chain@Base 1.5.2
+ (optional)lcmaps_x509_to_dn@Base 1.5.2
+ (optional)lcmaps_x509_to_voms_fqans@Base 1.5.2
+ (optional)lineno@Base 1.5.2
+ (optional)pdl_lex_cleanup@Base 1.6.6
+ (optional)pdl_yyparse@Base 1.6.6
+ (optional)yy_create_buffer@Base 1.5.2
+ (optional)yy_delete_buffer@Base 1.5.2
+ (optional)yy_flex_debug@Base 1.6.6
+ (optional)yy_flush_buffer@Base 1.5.2
+ (optional)yy_scan_buffer@Base 1.5.2
+ (optional)yy_scan_bytes@Base 1.5.2
+ (optional)yy_scan_string@Base 1.5.2
+ (optional)yy_switch_to_buffer@Base 1.5.2
+ (optional)yyalloc@Base 1.6.6
+ (optional)yychar@Base 1.5.2
+ (optional)yyerror@Base 1.5.2
+ (optional)yyfree@Base 1.6.6
+ (optional)yyget_debug@Base 1.6.6
+ (optional)yyget_in@Base 1.6.6
+ (optional)yyget_leng@Base 1.6.6
+ (optional)yyget_lineno@Base 1.6.6
+ (optional)yyget_out@Base 1.6.6
+ (optional)yyget_text@Base 1.6.6
+ (optional)yyin@Base 1.5.2
+ (optional)yyleng@Base 1.5.2
+ (optional)yylex@Base 1.5.2
+ (optional)yylex_destroy@Base 1.6.6
+ (optional)yylineno@Base 1.6.6
+ (optional)yylval@Base 1.5.2
+ (optional)yynerrs@Base 1.5.2
+ (optional)yyout@Base 1.5.2
+ (optional)yyparse@Base 1.5.2
+ (optional)yyparse_errors@Base 1.5.2
+ (optional)yypop_buffer_state@Base 1.6.6
+ (optional)yypush_buffer_state@Base 1.6.6
+ (optional)yyrealloc@Base 1.6.6
+ (optional)yyrestart@Base 1.5.2
+ (optional)yyset_debug@Base 1.6.6
+ (optional)yyset_in@Base 1.6.6
+ (optional)yyset_lineno@Base 1.6.6
+ (optional)yyset_out@Base 1.6.6
+ (optional)yytext@Base 1.5.2
+liblcmaps_gss_assist_gridmap.so.0 liblcmaps0 #MINVER#
+ globus_gss_assist_gridmap@Base 1.5.2
+liblcmaps_return_account_from_pem.so.0 liblcmaps0 #MINVER#
+ lcmaps_return_account_from_pem@Base 1.5.2
+liblcmaps_return_poolindex.so.0 liblcmaps0 #MINVER#
+ lcmaps_return_poolindex@Base 1.5.2
+ lcmaps_return_poolindex_from_gss_cred@Base 1.5.2
+liblcmaps_verify_account_from_pem.so.0 liblcmaps0 #MINVER#
+ lcmaps_verify_account_from_pem@Base 1.5.2
+ lcmaps_verify_account_from_pem_va@Base 1.5.2

Reply via email to