Package: lcmaps-plugins-jobrep
Version: 1.5.7-2
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:

| jobrep_data_handling.c: In function 'jobrep_push_certificates':
| jobrep_data_handling.c:1187:49: error: implicit declaration of function 
'ASN1_STRING_data'; did you mean 'ASN1_STRING_set0'? 
[-Wimplicit-function-declaration]
|  1187 |             not_before = 
jobrep_asn1TimeToTimeT(ASN1_STRING_data(X509_get_notBefore(cert)),(size_t)0);
|       |                                                 ^~~~~~~~~~~~~~~~
|       |                                                 ASN1_STRING_set0
| jobrep_data_handling.c:1187:49: error: passing argument 1 of 
'jobrep_asn1TimeToTimeT' makes pointer from integer without a cast 
[-Wint-conversion]
|  1187 |             not_before = 
jobrep_asn1TimeToTimeT(ASN1_STRING_data(X509_get_notBefore(cert)),(size_t)0);
|       |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |                                                 |
|       |                                                 int
| In file included from jobrep_data_handling.c:12:
| jobrep_data_handling.h:45:46: note: expected 'unsigned char *' but argument 
is of type 'int'
|    45 | time_t jobrep_asn1TimeToTimeT(unsigned char *asn1time, size_t len);
|       |                               ~~~~~~~~~~~~~~~^~~~~~~~
| jobrep_data_handling.c:1195:49: error: passing argument 1 of 
'jobrep_asn1TimeToTimeT' makes pointer from integer without a cast 
[-Wint-conversion]
|  1195 |             not_after  = 
jobrep_asn1TimeToTimeT(ASN1_STRING_data(X509_get_notAfter(cert)),(size_t)0);
|       |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |                                                 |
|       |                                                 int
| jobrep_data_handling.h:45:46: note: expected 'unsigned char *' but argument 
is of type 'int'
|    45 | time_t jobrep_asn1TimeToTimeT(unsigned char *asn1time, size_t len);
|       |                               ~~~~~~~~~~~~~~~^~~~~~~~
| make[4]: *** [Makefile:524: liblcmaps_jobrep_la-jobrep_data_handling.lo] 
Error 1


Full buildlog
        
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/lcmaps-plugins-jobrep_1.5.7-2_amd64-2026-04-19T10:52:43Z

Sebastian

Reply via email to