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:
Pedro Monreal Gonzalez 2023-04-10 16:20:06 +00:00 committed by Git OBS Bridge
parent cf30493c2c
commit de18c17340
2 changed files with 14 additions and 0 deletions

View File

@ -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>

View File

@ -236,6 +236,9 @@ autoreconf -fiv
%endif
%if %{with srp}
--enable-srp-authentication \
%endif
%ifarch %{ix86}
--disable-year2038 \
%endif
--enable-shared \
--enable-fips140-mode \