File: changelog

package info (click to toggle)
packer 1.6.6%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,156 kB
  • sloc: sh: 1,154; python: 619; makefile: 251; ruby: 205; xml: 97
file content (342 lines) | stat: -rw-r--r-- 11,931 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
packer (1.6.6+ds2-1) unstable; urgency=medium

  * Vendor github.com/zclconf/go-cty
    v1.11+ drops encoding/gob support. (Closes: #1032525)

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 13 Mar 2023 18:34:54 +0800

packer (1.6.6+ds1-7) unstable; urgency=medium

  * Fix uscan watch file

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 10 Feb 2023 23:24:44 +0800

packer (1.6.6+ds1-6) unstable; urgency=medium

  * Add golang-github-satori-go.uuid-dev to Build-Depends
  * Update Standards-Version to 4.6.2 (no changes)
  * Bump golang-google-api-dev to 0.32.0
  * Add patch to fix test with azure-sdk-for-go v68

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 10 Feb 2023 21:13:56 +0800

packer (1.6.6+ds1-5) unstable; urgency=medium

  * Add golang-github-apparentlymart-go-textseg-dev to Build-Depends.
    And bump it to v13. (Closes: #1021654)

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 12 Oct 2022 21:58:14 +0800

packer (1.6.6+ds1-4) unstable; urgency=medium

  * Fix FTBFS with go1.17 (Closes: #997099)

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 24 Oct 2021 04:03:52 +0800

packer (1.6.6+ds1-3) unstable; urgency=medium

  * Add patch to build with aws sdk 1.37 (Closes: #996169)
  * Update Standards-Version to 4.6.0 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 12 Oct 2021 02:48:01 +0800

packer (1.6.6+ds1-2) unstable; urgency=medium

  * Backport patch to fix qemu builder with ide disk_interface (Closes: #987932)

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 06 May 2021 00:11:33 +0800

packer (1.6.6+ds1-1) unstable; urgency=medium

  * Use packaged golang-github-zclconf-go-cty-yaml-dev

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 27 Dec 2020 04:00:17 +0800

packer (1.6.6+ds-1) unstable; urgency=medium

  * New upstream version 1.6.6+ds
  * Update Standards-Version to 4.5.1 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 27 Dec 2020 03:16:24 +0800

packer (1.6.5+dfsg-3) unstable; urgency=medium

  * Disable one more test which fails on ipv6-only machine (Closes: #974169)

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 11 Nov 2020 10:49:49 +0800

packer (1.6.5+dfsg-2) unstable; urgency=medium

  * Increase test timeout to 1h

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 11 Nov 2020 03:18:40 +0800

packer (1.6.5+dfsg-1) unstable; urgency=medium

  * New upstream version 1.6.5+dfsg
  * Disable osc builder.
    Need new dependency which is not packaged yet
  * Adjust Recommends and Suggests
    + Remove chef from Suggests, removed from archive.
    + Move docker.io to Suggests
  * Add patch to disable impersonation of gce builder.
    It needs golang-google-api >= 0.32

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 10 Nov 2020 01:04:56 +0800

packer (1.6.4+dfsg-3) unstable; urgency=medium

  * Disable slow tests on riscv64 as well
  * Disable DWARF on mipsel to save memory when link

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 04 Oct 2020 23:39:51 +0800

packer (1.6.4+dfsg-2) unstable; urgency=medium

  * Limit external link on armel and armhf

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 04 Oct 2020 00:54:30 +0800

packer (1.6.4+dfsg-1) unstable; urgency=medium

  * New upstream version 1.6.4
  * Enable scaleway builder
  * Backport patch to fix panicwrap compatibility.
    Thanks Dmitry Borodaenko

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 03 Oct 2020 21:58:33 +0800

packer (1.6.0+dfsg-3) unstable; urgency=medium

  * Also fix linkmode on armel and armhf when testing
  * Adjust Recommends and Suggests

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 21 Jul 2020 23:40:51 +0800

packer (1.6.0+dfsg-2) unstable; urgency=medium

  * Use external cgo linker
    armel/armhf fail to link:
    os/user(.text): direct call too far: .plt 87db4e
  * Disable test which needs ipv4 address on host
  * Disable one more slow test on mipsel
  * Remove golang-golang-x-tools-dev from Build-Depends
  * Bump gophercloud to 0.12.0
  * Add patch to fix vagrant cloud test
  * Add patch to build with reflectwalk 1.0.1

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 14 Jul 2020 01:10:03 +0800

packer (1.6.0+dfsg-1) unstable; urgency=medium

  * New upstream version 1.6.0+dfsg (Closes: #876929, #927926, #948000)
  * Bump debhelper-compat to 13
  * Bump Standards-Version to 4.5.0 (no changes)
  * Add Rules-Requires-Root

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 13 Jul 2020 01:00:32 +0800

packer (1.3.4+dfsg-4) unstable; urgency=medium

  * Update patches to show error info for disabled features
  * Add README.Debian to clarify the difference between upstream version
  * Remove outdated command description in manpage
  * Add patch to skip flaky TestBuildStdin

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 01 Mar 2019 23:57:16 +0800

packer (1.3.4+dfsg-3) unstable; urgency=medium

  * Disable slow tests on mips too

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 09 Feb 2019 09:59:50 +0800

packer (1.3.4+dfsg-2) unstable; urgency=medium

  * Disable timeout test on mipsel

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 09 Feb 2019 07:58:39 +0800

packer (1.3.4+dfsg-1) unstable; urgency=medium

  * New upstream version 1.3.4+dfsg
  * Exclude tencentcloud and hcloud builder.
    Since the dependencies are not packaged
  * Vendor old mapstructure to workaround regression in new version
  * Add patch to disable sed func in template.
    Since the dependencies are not packaged

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 09 Feb 2019 00:16:11 +0800

packer (1.3.1+dfsg-1) unstable; urgency=medium

  * New upstream version 1.3.1+dfsg.
  * Update my email to zhsj@debian.org.
  * Update Standards-Version to 4.2.1. (no changes)
  * Drop pandoc from Build-Depends, install markdown doc as is.
  * Add patch to disable consul/vault/xz related plugins,
    lack of new dependencies.
  * Add patch to skip test which relies on /dev/tty.
  * Add patch to fix flaky test in TestHook_cancelWhileRun.
  * Refresh openstack patch, add back token variable.
  * Refresh Build-Depends for new release.
    + Add golang-github-google-go-cmp-dev.
    + Add golang-github-google-uuid-dev.
    + Add golang-gopkg-cheggaaa-pb.v1-dev.
    + Bump golang-github-gophercloud-gophercloud-dev to
      0.0~git20180917.45f1c769.
    + Bump golang-golang-x-oauth2-dev to 0.0~git20180821.d2e6202.
    + Bump golang-golang-x-oauth2-google-dev 0.0~git20180821.d2e6202.
    + Bump golang-google-api-dev to 0.0~git20180916.19ff876.
  * Remove no longer used Build-Depends.
  * Bump golang-github-christrenkamp-goxpath-dev and drop old patch.
  * Bump golang-github-denverdino-aliyungo-dev and drop old patch.
  * Drop azure packages from Build-Depends, since the plugin was disabled.

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 21 Sep 2018 19:54:44 +0800

packer (1.2.5+dfsg-1) unstable; urgency=medium

  * New upstream version 1.2.5+dfsg (Closes: #877451)
  * d/control: add goxpath and govmomi
  * d/control: remove xmlpath.v2 from Build-Depends
  * d/control: change mailinglist, VCS, Standards-Version
  * d/compat: update to 11
  * d/rules: exclude disabled plugins
  * d/patches: refresh patches
    + temporarily disable azure arm plugin
    + also disable oneandone, ncloud, oracle-oci, oracle-classic,
      profitbricks, scaleway, triton for lacking dependencies.
  * d/examples: add ansible

 -- Shengjing Zhu <i@zhsj.me>  Tue, 31 Jul 2018 14:40:49 +0800

packer (1.0.4+dfsg-1) unstable; urgency=medium

  * New upstream version 1.0.4+dfsg
  * Refresh patches with new upstream release
  * Enable bgzf compress
    + Add golang-github-biogo-hts-dev to Build-Depends
  * Bump azure-sdk, autorest version in Build-Depends
  * d/rules: fix testdata include wildcard
  * Update Standards-Version to 4.1.0 (no changes)
  * Update description from official intro
    Remove detailed builder info which is often changed, avoid
    increasing the work for translators
  * d/copyright: Add missing post-processor/checksum files copyright

 -- Shengjing Zhu <i@zhsj.me>  Wed, 13 Sep 2017 21:42:03 +0800

packer (1.0.2+dfsg-1) unstable; urgency=medium

  * Adopt package (Closes: #865337)
  * New upstream version 1.0.2+dfsg
  * Drop golang-github-mitchellh-packer-dev, it's useless and
    no other packages depend on it.
  * d/packer.examples: Add alicloud example
  * d/packer.install:
    + Only install /usr/bin/packer
    + Drop /usr/lib/packer/{example, packer, scripts}
  * d/copyright:
    + Add myself to copyright holder
    + Remove full copy of MPL-2.0
    + builder/azure/pkcs12/pkcs8_test.go is BSD-3-Clause licensed
    + Use https in format url
  * d/compat: Update compat to 10
  * d/control:
    + Add myself to uploader
    + Update standard version to 4.0.1
      * Change priority to optional
    + Change section to utils
    + Update depends to new version
    + Add autopkgtest-pkg-go
  * d/rules:
    + Use find to include all test-fixtures
    + Remove disabled plugins source
  * d/patches:
    + Add 0001-disable-telemetry-report.patch
    + Add 0002-disable-aws-AssumeRoleTokenProvider.patch
    + Add 0003-disable-1and1-profitbrick-triton-builder-plugin.patch
    + Add 0004-fix-build-on-old-azure-sdk.patch
    + Add 0005-Fix-amazon-chroot-builder-test.patch
    + Add 0006-Disable-bgzf-compress.patch
    + Add 0007-Skip-tests-needing-writable-HOME-dir.patch
    + Drop Specify-InsecureIgnoreHostKey-for-HostKeyCallback.patch
    + Drop patches/fix-tails-import-path.patch
    + Drop handle-ABI-change-of-golang-golang-x-crypto-dev.patch
    + Drop update-ssh-client-usage-for-new-crypto-ssh-version.patch

 -- Shengjing Zhu <i@zhsj.me>  Tue, 22 Aug 2017 14:38:37 +0800

packer (0.10.2+dfsg-6) unstable; urgency=medium

  * deb/patches:
    - Backport two more patches to handle ABI change of
      golang-golang-x-crypto-dev (Closes: #861282).

 -- Roger Shimizu <rogershimizu@gmail.com>  Fri, 26 May 2017 09:08:48 +0900

packer (0.10.2+dfsg-5) unstable; urgency=medium

  * Team upload.
  * deb/patches:
    + Add patch to handle ABI change of golang-golang-x-crypto-dev,
      due to CVE security fix. (Closes: #861282)
  * deb/control:
    + Bump up version of golang-golang-x-crypto-dev in Build-Depends
      and Depends.

 -- Roger Shimizu <rogershimizu@gmail.com>  Mon, 15 May 2017 00:51:19 +0900

packer (0.10.2+dfsg-4) unstable; urgency=medium

  * deb/rules: disable a flaky test in packer/rpc/mux_broker_test.go
    (Closes: #858018).

 -- Daniel Stender <stender@debian.org>  Wed, 05 Apr 2017 08:18:59 +0200

packer (0.10.2+dfsg-3) unstable; urgency=medium

  * deb/rules: expand timeout for tests (Closes: #853135).

 -- Daniel Stender <stender@debian.org>  Mon, 30 Jan 2017 09:21:12 +0100

packer (0.10.2+dfsg-2) unstable; urgency=medium

  * get build time tests passing through (Closes: #852072):
    + add export for DH_GOLANG_INSTALL_EXTRA to include test-fixtures.
    + set $HOME for dh_auto_test.
    + remove failsafe for dh_auto_test.

 -- Daniel Stender <stender@debian.org>  Sun, 29 Jan 2017 22:59:31 +0100

packer (0.10.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * deb/control:
    + add dep against new golang-golang-x-oauth2-google-dev.
    + add version to golang-golang-x-oauth2-dev (catch missing breaks).
    + correct a typo in package description.
  * deb/watch:
    + fix filenamemangle, add repacksuffix.

 -- Daniel Stender <stender@debian.org>  Tue, 15 Nov 2016 18:14:05 +0100

packer (0.10.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * deb/control:
    + added azure-sdk-for-go, azure-go-autorest (vendoring
      both not needed anymore), and azure-go-ntlmssp to build and
      source package deps, removed dep against dgrijalva-jwt-go.
    + corrected typo in package description.
  * deb/copyright: dropped paragraphs for vendored packages.
  * deb/README.source: dropped info on vendored packages.

 -- Daniel Stender <stender@debian.org>  Tue, 10 May 2016 10:53:02 +0200

packer (0.10.0+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #740753).

 -- Daniel Stender <stender@debian.org>  Tue, 26 Apr 2016 16:08:50 +0200