The merge addresses the errors seen here, but there are more to be sorted out
Some libxml2 errors, and
md_crypt.c: In function 'md_cert_is_valid_now':
md_crypt.c:1259:5: warning: 'X509_cmp_current_time' is deprecated: Since
OpenSSL 4.0 [-Wdeprecated-declarations]
1259 | return ((X509_cmp_current_time(X509_get_notBefore(cert->x509)) < 0)
| ^~~~~~
In file included from /usr/include/openssl/pem.h:23,
from md_crypt.c:31:
/usr/include/openssl/x509.h:694:27: note: declared here
694 | OSSL_DEPRECATEDIN_4_0 int X509_cmp_current_time(const ASN1_TIME *s);
| ^~~~~~~~~~~~~~~~~~~~~
md_crypt.c:1260:13: warning: 'X509_cmp_current_time' is deprecated: Since
OpenSSL 4.0 [-Wdeprecated-declarations]
1260 | && (X509_cmp_current_time(X509_get_notAfter(cert->x509)) >
0));
| ^~
/usr/include/openssl/x509.h:694:27: note: declared here
694 | OSSL_DEPRECATEDIN_4_0 int X509_cmp_current_time(const ASN1_TIME *s);
| ^~~~~~~~~~~~~~~~~~~~~
md_crypt.c: In function 'md_cert_has_expired':
md_crypt.c:1265:5: warning: 'X509_cmp_current_time' is deprecated: Since
OpenSSL 4.0 [-Wdeprecated-declarations]
1265 | return (X509_cmp_current_time(X509_get_notAfter(cert->x509)) <= 0);
| ^~~~~~
/usr/include/openssl/x509.h:694:27: note: declared here
694 | OSSL_DEPRECATEDIN_4_0 int X509_cmp_current_time(const ASN1_TIME *s);
| ^~~~~~~~~~~~~~~~~~~~~
md_crypt.c: In function 'md_cert_get_issuer_name':
md_crypt.c:1326:24: warning: initialization discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
1326 | X509_NAME *xname = X509_get_issuer_name(cert->x509);
| ^~~~~~~~~~~~~~~~~~~~
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2154825
Title:
apache2: FTBFS with openssl 4.0
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/2154825/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs