Your message dated Mon, 15 Jun 2026 03:06:30 +0000
with message-id <[email protected]>
and subject line Bug#1138392: fixed in globus-proxy-utils 7.4-2
has caused the Debian Bug report #1138392,
regarding globus-proxy-utils: FTBFS with openssl 4.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1138392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: globus-proxy-utils
Version: 7.4-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:
| gcc -DPACKAGE_NAME=\"globus_proxy_utils\" 
-DPACKAGE_TARNAME=\"globus_proxy_utils\" -DPACKAGE_VERSION=\"7.4\" 
-DPACKAGE_STRING=\"globus_proxy_utils\ 7.4\" 
-DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\"; -DPACKAGE_URL=\"\" 
-DPACKAGE=\"globus_proxy_utils\" -DVERSION=\"7.4\" -DHAVE_STDIO_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
-DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -I.. 
-I/usr/include/globus  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/globus-proxy-utils-7.4=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o grid-cert-diagnostics.o 
grid-cert-diagnostics.c
| grid-cert-diagnostics.c: In function ‘default_cred_check’:
| grid-cert-diagnostics.c:744:5: warning: ‘RSA_get0_key’ is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
|   744 |     RSA_get0_key(EVP_PKEY_get0_RSA(pubkey), &pub_n, NULL, NULL);
|       |     ^~~~~~~~~~~~
| In file included from /usr/include/openssl/x509.h:38,
|                  from /usr/include/globus/globus_gsi_system_config.h:28,
|                  from grid-cert-diagnostics.c:18:
| /usr/include/openssl/rsa.h:228:28: note: declared here
|   228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
|       |                            ^~~~~~~~~~~~
| grid-cert-diagnostics.c:744:5: warning: ‘EVP_PKEY_get0_RSA’ is 
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|   744 |     RSA_get0_key(EVP_PKEY_get0_RSA(pubkey), &pub_n, NULL, NULL);
|       |     ^~~~~~~~~~~~
| In file included from /usr/include/openssl/x509.h:31:
| /usr/include/openssl/evp.h:1303:22: note: declared here
|  1303 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|       |                      ^~~~~~~~~~~~~~~~~
| grid-cert-diagnostics.c:745:5: warning: ‘RSA_get0_key’ is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
|   745 |     RSA_get0_key(EVP_PKEY_get0_RSA(privkey), &priv_n, NULL, NULL);
|       |     ^~~~~~~~~~~~
| /usr/include/openssl/rsa.h:228:28: note: declared here
|   228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
|       |                            ^~~~~~~~~~~~
| grid-cert-diagnostics.c:745:5: warning: ‘EVP_PKEY_get0_RSA’ is 
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|   745 |     RSA_get0_key(EVP_PKEY_get0_RSA(privkey), &priv_n, NULL, NULL);
|       |     ^~~~~~~~~~~~
| /usr/include/openssl/evp.h:1303:22: note: declared here
|  1303 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|       |                      ^~~~~~~~~~~~~~~~~
| grid-cert-diagnostics.c: In function ‘check_service_cert_chain’:
| grid-cert-diagnostics.c:1644:7: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|  1644 |     n = X509_get_subject_name(cert);
|       |       ^
| grid-cert-diagnostics.c:1654:7: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|  1654 |     n = X509_get_issuer_name(cert);
|       |       ^
| grid-cert-diagnostics.c:1673:19: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|  1673 |         ext_value = X509_get_ext(cert, idx);
|       |                   ^
| grid-cert-diagnostics.c:1691:57: error: invalid use of incomplete typedef 
‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1691 |                        (int) subject_alt_name->d.dNSName->length,
|       |                                                         ^~
| grid-cert-diagnostics.c:1692:51: error: invalid use of incomplete typedef 
‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  1692 |                        subject_alt_name->d.dNSName->data);
|       |                                                   ^~
| grid-cert-diagnostics.c:1698:59: error: invalid use of incomplete typedef 
‘ASN1_OCTET_STRING’ {aka ‘struct asn1_string_st’}
|  1698 |                        (int) subject_alt_name->d.iPAddress->length,
|       |                                                           ^~
| grid-cert-diagnostics.c:1699:53: error: invalid use of incomplete typedef 
‘ASN1_OCTET_STRING’ {aka ‘struct asn1_string_st’}
|  1699 |                        subject_alt_name->d.iPAddress->data);
|       |                                                     ^~
| make[2]: *** [Makefile:494: grid-cert-diagnostics.o] Error 1

Full buildlog
        
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/globus-proxy-utils_7.4-1_amd64-2026-04-19T07:47:51Z

Sebastian

--- End Message ---
--- Begin Message ---
Source: globus-proxy-utils
Source-Version: 7.4-2
Done: Mattias Ellert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
globus-proxy-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattias Ellert <[email protected]> (supplier of updated 
globus-proxy-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 14 Jun 2026 19:15:44 +0200
Source: globus-proxy-utils
Architecture: source
Version: 7.4-2
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Closes: 1138392
Changes:
 globus-proxy-utils (7.4-2) unstable; urgency=medium
 .
   * Compile with OpenSSL 4 (Closes: #1138392)
   * Fix compiler warnings
Checksums-Sha1:
 e67aaaad70d36d38d3c3408991ec962d0de341db 2350 globus-proxy-utils_7.4-2.dsc
 d0af189d38520b8991830221a4fea7601d944a9d 8196 
globus-proxy-utils_7.4-2.debian.tar.xz
 ecaee41695ecd243f3cbd72cb7ae310f95edc25a 7237 
globus-proxy-utils_7.4-2_source.buildinfo
Checksums-Sha256:
 95899c80e57e1e6b71c5c0efe2ca43c459358c0f5c267ef3a1c3c321bd110bb3 2350 
globus-proxy-utils_7.4-2.dsc
 4443a9dfa59105f1a9b3d2539fbeae87573ac5188b3c6919de3cd125912e4144 8196 
globus-proxy-utils_7.4-2.debian.tar.xz
 73e9ec315ccaab7c343e5ba5860ace010bba3d60e194169ed83d4b66606bbf35 7237 
globus-proxy-utils_7.4-2_source.buildinfo
Files:
 7b208237a9bc85e2ca3711f01c6a711e 2350 net optional globus-proxy-utils_7.4-2.dsc
 36087eea9c080a43ed3cf9cfa37a4c97 8196 net optional 
globus-proxy-utils_7.4-2.debian.tar.xz
 a730e6df84710b8da48f4d89e69150e3 7237 net optional 
globus-proxy-utils_7.4-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmovVoIdHG1hdHRpYXMu
ZWxsZXJ0QHBoeXNpY3MudXUuc2UACgkQ6K7C/zvhqUsDHRAAiPpudCtslFf+7boA
gYVUgYesNwvA49kuOVkuGS204wRVwZ6DjIqoh4NTkqVfGDV25jNAFY8H9ETYVlS0
IW/I0Mu0rKI9pEMkDWeWxIegQhejCs+EJhG/Is4yRpRuTkEfrQd7PPbDaGDpZ7iw
y69FDAalMWdTFuPmnE0wg2O7VBDb78AChgURbi3nq/KfCygOcyazS2QT3lRl3yXC
EJPn56M+VNe/8OxStoxPot2RxvB9P1hXs4+DifBIOxsNAMWmJSNXmB2oF0Avrl5a
J2ne0zFh9DtjJCgm5L8TXrV90R3xjrkTLTDiiJ4HuL8WV8QL1axzM58RrKYgzws9
4Xrnry3YDBbhSoszLv79UnxDJhR+xCrchYAd0Dr+ETI6BFGiFsvF3A8qJYKfuRB2
JMzxBGTy/pbg+xT5iFZ9RbNM/fnTuPGqxYyReyZ9vBaW2F/xeQwE93cJWYSZWI/G
kyzTqMJGMaOtwD9F5AhwQpXHdUR8SLI2EXKAWW5L9tNqf2X6qU7TsPJlBENjadiW
9mDuESeW65Px9bP5jQRL0Ao9fv8UOMSKO8PiXbwSI+PnPTET4ihveOFnVd+tLZeh
p3ikumkgANEBlq2Jfl6t+j6TZYTEXW7E68MmS9+dWL5hMVS/NUvINh6pBfW3r6SZ
z0HnAVGef69K7z0T7vE2zSloqow=
=dHpc
-----END PGP SIGNATURE-----

Attachment: pgpKnw7vh0wt2.pgp
Description: PGP signature


--- End Message ---

Reply via email to