Debian Patches

Status for golang-github-gin-gonic-gin/1.6.3-3

Patch Description Author Forwarded Bugs Origin Last update
0001-adjust-test-parameters.patch Adjust test parameters
For now, make it possible to set an alternative location (to /tmp) for
the test (UNIX) socket.
Cyril Brulebois <cyril@debamax.com> no 2020-12-27
0002-binding-avoid-2038-problem-on-32-bit-architectures.patch [PATCH] binding: avoid 2038 problem on 32-bit architectures (#2450)
Function setTimeField calls strconv.ParseInt with bit size 0 when
parsing Unix time, which means it is equivalent to specifying 32 on
32-bit architectures. This causes the function to suffer from the year
2038 problem. To fix it and keep the behavior the same on both 32-bit
and 64-bit architectures, explicitly specify bit size 64.
lantw44 <lantw44@gmail.com> no 2020-08-08
0003-avoid-failures-on-flaky-test.patch Avoid failures on flaky test
The TestPathCleanMallocs test fails sometimes (and could also be an
incentive for using -short), but Shengjing Zhu agrees we shouldn't
abort when that happens.

Replace the assert with a warning message if the results don't match
expectations, so that we still have access to this information if we
need it.

diff --git a/path_test.go b/path_test.go
index caefd63..107b7a7 100644
Cyril Brulebois <cyril@debamax.com> no 2021-01-10

All known versions for source package 'golang-github-gin-gonic-gin'

Links