File: changelog

package info (click to toggle)
golang-github-henvic-httpretty 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: sh: 61; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 1,834 bytes parent folder | download
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
golang-github-henvic-httpretty (0.1.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.1.0
  * Update Standards-Version to 4.6.2 (no changes)
  * Add golang-golang-x-tools-dev to Build-Depends
  * Refresh patches
    + Drop merged 0001-fix-tests-for-without-AES-hardware.patch
    + Add 0001-test-fix-matching-tls-certificate-error-for-Go1.20.patch

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 08 Feb 2023 16:23:43 +0800

golang-github-henvic-httpretty (0.0.6-3) unstable; urgency=medium

  * Fix tests for machines without AES hardware support
    where ChaCha is picked over AES for TLS 1.3 since Go 1.16.
    This was preventing the package from entering Debian testing.
    See https://github.com/henvic/httpretty/pull/12
  * Rename debian-branch from debian/latest to debian/sid
    and add "dist = DEP14" to debian/gbp.conf
  * Reorder fields in debian/control and debian/copyright
    as would be generated in the next dh-make-golang release after 0.6.0-1
  * Use dh-sequence-golang instead of dh-golang and --with=golang, and add
    Build-Depends: debhelper (>= 13.4) so that --buildsystem=golang can be
    removed.
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Add myself to the list of Uploaders

 -- Anthony Fok <foka@debian.org>  Sat, 02 Apr 2022 11:25:04 -0600

golang-github-henvic-httpretty (0.0.6-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/control: Updated the VCS fields for the golang team
    repository in salsa

 -- Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com>  Sun, 07 Feb 2021 17:41:49 -0400

golang-github-henvic-httpretty (0.0.6-1) experimental; urgency=medium

  * Initial release (Closes: #979858)

 -- Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com>  Fri, 08 Jan 2021 19:37:32 -0300