Debian Patches
Status for golang-github-gin-gonic-gin/1.8.1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
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 | ||
0004-test-suite-add-support-for-Go-1.19.patch | [PATCH] Test suite: add support for Go 1.19 Cherry-pick the new test file for Go 1.19 (from the mstmdev:support_go1.19 branch), and add build restrictions for the old test file (instead of introducing functions checking the actual Go version). |
Cyril Brulebois <cyril@debamax.com> | no | 2022-10-11 | ||
0005-fix-lack-of-escaping-filename-in-content-disposition.patch | Fix lack of escaping of filename in Content-Disposition | <https://github.com/motoyasu-saburi> | invalid | <upstream>, <https://github.com/gin-gonic/gin/pull/3556> | ||
0006-add-escape-logic-for-header.patch | Add escape logic for header | <https://github.com/gin-gonic/gin/commits?author=t0rchwo0d> | no | <upstream>, <https://github.com/gin-gonic/gin/pull/3500>, <https://github.com/gin-gonic/gin/pull/3503> |