Package: fis-gtm / 6.3-000A-1

Metadata

Package Version Patches format
fis-gtm 6.3-000A-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_disable_autorelink | (download)

sr_unix/gtmprofile.gtc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 upstream intended for autorelink to be enabled by default. however
  the default shared memory segment for autorelink is 93MiB, much greater than
  the system default of 32MiB. Users who wish to enable autorelink must
  increase the value of shmmax.
upstream_donot_deploy_all_encryption_libs | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
sr_unix/configure.gtc | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 build, but do not install the reference encryption plugins due to
  licensing conflicts between the AGPL and the OpenSSL license. Reference
  plugins are built simply to ensure that they could compile on the target
  system provided the correct libraries are installed. Upstream will pursue
  alternate encryption libraries, but there are no plans for this at the
  moment.
upstream_fix_locale_setting_error | (download)

sr_unix/configure.gtc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upstream intended for autorelink to be enabled by default. however
  the default shared memory segment for autorelink is 93MiB, much greater than
  the system default of 32MiB. Users who wish to enable autorelink must
  increase the value of shmmax.
upstream_encryption_libs_openssl110_compatible | (download)

sr_unix/gtm_tls_impl.c | 8 7 + 1 - 0 !
sr_unix/gtmcrypt_dbk_ref.c | 8 3 + 5 - 0 !
sr_unix/gtmcrypt_dbk_ref.h | 2 1 + 1 - 0 !
sr_unix/gtmcrypt_ref.h | 2 1 + 1 - 0 !
sr_unix/gtmcrypt_sym_ref.c | 34 16 + 18 - 0 !
sr_unix/gtmcrypt_sym_ref.h | 2 1 + 1 - 0 !
6 files changed, 29 insertions(+), 27 deletions(-)

 #828300 resulted in a ftbfs for fis-gtm with openssl 1.1.0. these
  changes adapt the upstream fixes for OpenSSL 1.1.0 to V63000A