1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
golang-refraction-networking-utls (1.2.1-3.1) unstable; urgency=medium
* Non-maintainer upload.
[ Dandan Zhang <zhangdandan@loongson.cn ]
* Update loong64 patch to fix a build failure on riseup-vpn
(Closes: #1099405)
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 11 Mar 2025 14:32:05 +0100
golang-refraction-networking-utls (1.2.1-3) unstable; urgency=medium
* Team Upload.
* Skip TestVerifyConnection and TestResumptionKeepsOCSPAndSCT as
they can fail due to expiring cert anytime (Closes: #1092386)
-- Nilesh Patra <nilesh@debian.org> Wed, 05 Feb 2025 00:19:43 +0530
golang-refraction-networking-utls (1.2.1-2) unstable; urgency=medium
* Team upload
* Use short mode in tests to skip external network related.
And enable tests on ppc64le. The failed test in #976940 is removed
by upstream.
* Add patch to skip failed handshake tests.
-- Shengjing Zhu <zhsj@debian.org> Wed, 22 Feb 2023 23:24:41 +0800
golang-refraction-networking-utls (1.2.1-1) unstable; urgency=medium
* Team upload
* New upstream release 1.2.1
* Track upstream tags in uscan
* Update section to golang
* Update debhelper-compat to 13
* Update Standards-Version to 4.6.2 (no changes)
* Add Multi-Arch
* Add new dependencies
+ golang-github-andybalholm-brotli-dev
+ golang-github-klauspost-compress-dev
-- Shengjing Zhu <zhsj@debian.org> Tue, 07 Feb 2023 16:30:13 +0800
golang-refraction-networking-utls (0.0~git20201210.2179f28-1) unstable; urgency=medium
* New upstream release upstream/0.0_git20201210.2179f28
- Implement FingerprintClientHello to generate ClientHelloSpec from
ClientHello raw bytes.
* debian/rules:
- Workaround test fails on ppc64el (Closes: #976940).
-- Roger Shimizu <rosh@debian.org> Mon, 14 Dec 2020 02:17:22 +0900
golang-refraction-networking-utls (0.0~git20201112.f7e7360-1) unstable; urgency=medium
* New upstream 0.0~git20201112.f7e7360
-- Roger Shimizu <rosh@debian.org> Mon, 23 Nov 2020 02:01:33 +0900
golang-refraction-networking-utls (0.0~git20200820.33a2903-1) unstable; urgency=medium
* New upstream 0.0~git20200820.33a2903
* debian/patches:
- Removed upstreamed patches.
* debian/rules:
- Simplify the method to exclude example app.
-- Roger Shimizu <rosh@debian.org> Wed, 16 Sep 2020 01:46:42 +0900
golang-refraction-networking-utls (0.0~git20190909.43c36d3-2) unstable; urgency=medium
* debian/patches:
- Add patch to skip TestVerifyHostname fail at git-pbuilder
environment.
- Cherry-pick 2 patches from upstream to support Chrome 83.
* debian/rules:
- Enable dh_auto_test.
-- Roger Shimizu <rosh@debian.org> Thu, 18 Jun 2020 02:01:22 +0900
golang-refraction-networking-utls (0.0~git20190909.43c36d3-1) unstable; urgency=medium
* Initial release (Closes: #959534)
-- Roger Shimizu <rosh@debian.org> Sun, 03 May 2020 21:58:52 +0900
|