File: changelog

package info (click to toggle)
rust-rustls 0.20.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,140 kB
  • sloc: sh: 312; python: 263; perl: 258; makefile: 12
file content (257 lines) | stat: -rw-r--r-- 8,764 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
rust-rustls (0.20.8-4) unstable; urgency=medium

  * add patch 1001 to add feature constraints to tests

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 03 Feb 2023 14:57:58 +0100

rust-rustls (0.20.8-3) unstable; urgency=medium

  * provide virtual package for feature secret-extraction
  * tighten autopkgtests
  * stop superfluously provide virtual unversioned feature packages
  * change binary library package to be arch-independent
  * simplify build rules,
    thanks to recent improvents in forked dh-cargo

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 02 Feb 2023 20:19:22 +0100

rust-rustls (0.20.8-2) unstable; urgency=medium

  * fix stop provide libstring-shellquote-perl;
    thanks to Adrian Bunk

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 29 Jan 2023 02:09:23 +0100

rust-rustls (0.20.8-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.2
  * bump version for provided virtual packages and autopkgtest hints
  * update dh-cargo fork;
    build-depend on libstring-shellquote-perl
  * update copyright info: update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 26 Jan 2023 15:54:21 +0100

rust-rustls (0.20.7-2) unstable; urgency=medium

  * update dh-cargo fork,
    to fix install only crate (not all source)

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 04 Dec 2022 16:29:13 +0100

rust-rustls (0.20.7-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * add README.Debian,
    to note patching to use rustls-native-certs instead of webpki-roots
  * drop patches cherry-picked upstream now applied
  * unfuzz patches
  * bump version for provided virtual packages and autopkgtest hints
  * merge virtual feature package into main binary package
  * fix provide versioned virtual package for feature read-buf
  * update dh-cargo fork;
    build-depend on libstring-shellquote-perl

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 03 Dec 2022 23:45:30 +0100

rust-rustls (0.20.6-7) unstable; urgency=medium

  * fix cleanup temporary file;
    closes: 1016487, thanks to Chris Lamb
  * add patch cherry-picked upstream
    to delete unused dev-deps ct-logs in rustls-mio,
    replacing patch 2002
  * unfuzz patches
  * stop overzealously provide versioned virtual packages

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 01 Aug 2022 20:30:13 +0200

rust-rustls (0.20.6-6) unstable; urgency=medium

  * omit root hidden files in fuzz and test-ca data
  * update DEP-3 patch headers to include bug closures
  * add patch cherry-picked upstream
    to add some missing feature guards,
    replacing patch 1001_tls12
  * update dh-cargo fork

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 01 Jul 2022 13:29:28 +0200

rust-rustls (0.20.6-5) unstable; urgency=medium

  * cleanup after test
  * mangle system-shared code
    to use system-shared fuzz and test-ca data;
    install test-ca data;
    add autopkgtests
  * add patch 1001
    to fix fence tests requiring feature tls12

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 26 Jun 2022 16:45:31 +0200

rust-rustls (0.20.6-4) unstable; urgency=medium

  * update dh-cargo fork
  * stop explicitly build-depend on cargo libstd-rust-dev rustc:
    handled by dh-cargo
  * tighten autopkgtest dependencies
  * fix declare virtual packages only once
  * fix build-depend on
    librust-criterion-0.3+default-dev
    librust-env-logger-0.9+default-dev
  * add patch 2001
    to use crate rustls-native-certs (not webpki-roots);
    (build-)depend on librust-rustls-native-certs-0.6+default-dev
    (not librust-webpki-roots-0.22+default-dev)
  * add patch 2002 to avoid not yet packaged crate ct-logs
  * fix build-depend and autopkgtest-depend on
    librust-docopt-1+default-dev librust-mio-0.8+default-dev
    librust-mio-0.8+net-dev librust-mio-0.8+os-poll-dev
    librust-regex-1+default-dev librust-serde-1+default-dev
    librust-serde-derive-1+default-dev
  * add patch 2003
    to skip flaky network-depending tests by default
  * drop autopkgtests altogether:
    tests need source-only external dir ../test-ca

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Jun 2022 22:52:37 +0200

rust-rustls (0.20.6-3) unstable; urgency=medium

  * simple re-release targeted unstable

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 16 Jun 2022 19:47:41 +0200

rust-rustls (0.20.6-2) experimental; urgency=medium

  * fix tighten runtime dependencies (not only build-dependencies);
    fix stop depend (only build-depend) on crate base64

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 15 Jun 2022 10:08:00 +0200

rust-rustls (0.20.6-1) experimental; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * update dh-cargo fork
  * update watch file: stop limit tracking to v0.19.x
  * drop all patches: either applied or obsolete
  * tighten build-dependency on crates ring sct webpki;
    autotest-depend (not build-depend) on crate base64;
    build- and autopkgtest-depend on crate rustls-pemfile
  * provide virtual packages for features tls12 read_buf;
    update versioned virtual packages

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 15 Jun 2022 09:40:07 +0200

rust-rustls (0.19.1-3) unstable; urgency=medium

  * simplify rules, using dh-cargo fork
  * update copyright info:
    + use License shortname Expat (not MIT)
    + sort License sections by name
    + use semantic newlines in License fields
    + update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 18 May 2022 16:21:26 +0200

rust-rustls (0.19.1-2) unstable; urgency=medium

  * override lintian warning empty-rust-library-declares-provides
  * stop superfluously mention package generator in long description
  * fix update package relations
  * stop provide superfluous virtual packages
    librust-rustls-0+log-dev librust-rustls-0.19+log-dev
    librust-rustls-0.19.1+log-dev;
    update long description to not mention bogus feature "log"
  * stop superfluously build-depend explicitly on debhelper
  * relax to build-depend unversioned on dh-cargo
  * relax to (build-)depend unversioned on librust-log-0.4+default-dev
  * set Rules-Requires-Root: no
  * declare compliance with Debian Policy 4.6.1
  * extend autopkgtests to cover all features
  * improve short and long descriptions
  * update git-buildpackage config:
    + enable automatic DEP-14 branch name handling

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 17 May 2022 18:15:36 +0200

rust-rustls (0.19.1-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * update copyright info: update coverage
  * simplify package dependencies by dropping unneeded trailing -~~
  * update watch file: track v0.18.x (not v0.18.x)
  * drop patch 1001 obsoleted by upstream changes
  * update patch 1002
  * add patch cherry-picked upstream to use newer crate env_logger;
    update autopkgtest dependencies

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 17 May 2022 16:19:33 +0200

rust-rustls (0.18.1-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard]
  * adopt package;
    closes: bug#1009375,
    thanks to Bastian Germann for past contributions
  * update Vcs-* fields: packaging moved to standalone git repo
  * update watch file:
    + fix track actual upstream source (not crates.io distro)
    + limit to track only same minor version
    + set dversionmangle=auto; add usage comment
  * add git-buildpackage config:
    + use pristine-tar
    + sign tags
    + filter out any .git* files
    + use DEP-14 branch names debian/latest upstream/latest
    + add usage comment
  * generate superficial cargo checksum during build
    (not install pre-composed dummy)
  * use debhelper compatibility level 13 (not 11);
    build-depend on debhelper-compat
  * rewrite patching as two separate patches
    1001_base64.patch 1002_ring.patch;
    add DEP-3 patch headers;
    extend (not bump) needed base64 versions;
    add debian/patches/README
    documenting patch naming micro policy
  * update Homepage and upstream source URI,
    and list upstream issue tracker as preferred contact
  * update copyright info:
    + use field Reference,
      and override related lintian warnings
    + update coverage,
      with my contributions licensed as GPL-3+
  * add source helper script copyright-check

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 16 Apr 2022 12:59:10 +0200

rust-rustls (0.18.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * fix (build-)depend on librust-base64-0.13+default-dev
    (not unavailable librust-base64-0.12+default-dev)

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 15 Mar 2022 21:57:08 +0100

rust-rustls (0.18.0-1) unstable; urgency=medium

  * Package rustls 0.18.0 from crates.io using debcargo 2.4.2

 -- Bastian Germann <bastiangermann@fishpost.de>  Sun, 30 Aug 2020 17:11:19 +0200