summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glib-networking-32-bit-time.patch
AgeCommit message (Expand)Author
2023-03-18gnu: glib-networking: Fix 32-bit builds....* gnu/packages/gnome.scm (glib-networking): Remove obsolete patch. * gnu/packages/patches/glib-networking-32-bit-time.patch: Remove file. * gnu/local (dist_patch_DATA): Remove it. Signed-off-by: Andreas Enge <andreas@enge.fr> Kaelyn Takata
2023-03-18Revert "* gnu/packages/gnome.scm (glib-networking): Remove obsolete patch."...This reverts commit cc56be2f3858487cf1d8acfb345942f0784221ee. The commit message was malformed. Andreas Enge
2023-03-17* gnu/packages/gnome.scm (glib-networking): Remove obsolete patch....* gnu/packages/patches/glib-networking-32-bit-time.patch: Remove file. * gnu/local.mk: Unregister it. Authored-by: Kaelyn <kaelyn.alexi@protonmail.com> Andreas Enge
2021-11-24gnu: glib-networking: Work around test failure on 32-bit platforms....On 32-bit platforms with a 32-bit 'time_t', we'd get this test failure: GLib-Net:ERROR:../glib-networking-2.70.rc/tls/tests/certificate.c:689:test_certificate_not_valid_after: assertion failed (actual_str == EXPECTED_NOT_VALID_AFTER): ("2037-12-31T23:23:23Z" == "2046-07-25T18:13:10Z") This commit includes the workaround implemented upstream. * gnu/packages/patches/glib-networking-32-bit-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[arguments]: New field. Ludovic Courtès