Accepting request 1078279 from home:pmonrealgonzalez:branches:security:tls
- Temporarily disable GNULIB's year2038 support for 64bit time_t by using the --disable-year2038 flag. This omits support for timestamps past the year 2038: * Fixes the public API on 32-bit architectures avoiding to change the size of time_t as it cannot be changed without breaking the ABI compatibility. * Upstream issue: https://gitlab.com/gnutls/gnutls/-/issues/1466 OBS-URL: https://build.opensuse.org/request/show/1078279 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=89
This commit is contained in:
parent
cf30493c2c
commit
de18c17340
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 14:48:41 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Temporarily disable GNULIB's year2038 support for 64bit time_t
|
||||
by using the --disable-year2038 flag. This omits support for
|
||||
timestamps past the year 2038:
|
||||
* Fixes the public API on 32-bit architectures avoiding to
|
||||
change the size of time_t as it cannot be changed without
|
||||
breaking the ABI compatibility.
|
||||
* Upstream issue: https://gitlab.com/gnutls/gnutls/-/issues/1466
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 10:17:00 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@ -236,6 +236,9 @@ autoreconf -fiv
|
||||
%endif
|
||||
%if %{with srp}
|
||||
--enable-srp-authentication \
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
--disable-year2038 \
|
||||
%endif
|
||||
--enable-shared \
|
||||
--enable-fips140-mode \
|
||||
|
Loading…
x
Reference in New Issue
Block a user