File: changelog

package info (click to toggle)
usbmuxd 1.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: ansic: 4,226; makefile: 79; sh: 43; xml: 18
file content (351 lines) | stat: -rw-r--r-- 11,926 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
343
344
345
346
347
348
349
350
351
usbmuxd (1.1.1-6) unstable; urgency=medium

  * change license on metainfo file to MIT.
    Thanks to Petter Reinholdtsen for the suggestion and patch
    (Closes: #1077480)
  * d/control: update debhelper-compat to 13

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 24 Jan 2025 10:19:55 +0100

usbmuxd (1.1.1-5) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * debian/control: Limit version requirement to build-depends on the
    new libplist and libimobiledevice libraries.

 -- Boyuan Yang <byang@debian.org>  Fri, 12 Jul 2024 18:52:20 -0400

usbmuxd (1.1.1-5~exp3) experimental; urgency=medium

  * d/patch: add patch to fix false errors with new plist API

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 22 Jan 2024 14:22:23 +0100

usbmuxd (1.1.1-5~exp2) experimental; urgency=medium

  * d/control: build against systemd-dev (Closes: #1060483)

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 21 Jan 2024 21:16:52 +0100

usbmuxd (1.1.1-5~exp1) experimental; urgency=medium

  * Team upload.
  * debian/patches/0003-Port-to-libplist-2.3.0.patch: Add patch
    from upstream to migrate to libplist 2.3.0+.

 -- Boyuan Yang <byang@debian.org>  Thu, 03 Aug 2023 16:07:54 -0400

usbmuxd (1.1.1-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Yves-Alexis Perez ]
  * d/usbmuxd.postrm: remove usbmux user at purge time (Closes: #562817)

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

  [ Dylan Aïssi ]
  * debian/watch: Switch to github repository.

  [ Boyuan Yang ]
  * debian/gbp.conf: Drop [buildpackage] section. Such settings should
    be placed in user-level gbp configuration rather than package-level.
  * debian/usbmuxd.lintian-overrides: Dropped, now useless.
  * debian/usbmuxd.postrm: Use "command -v" for detection instead of
    hardcoded path (lintian).

 -- Boyuan Yang <byang@debian.org>  Tue, 01 Aug 2023 22:54:53 -0400

usbmuxd (1.1.1-2) unstable; urgency=medium

  * Upload to unstable
  * provide a metainfo file for supported hardware

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 23 Jun 2020 12:49:43 +0200

usbmuxd (1.1.1-1) experimental; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Yves-Alexis Perez ]
  * d/control: update build-deps for new release
  * d/control: update standards version to 4.5.0

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 17 Jun 2020 23:08:48 +0200

usbmuxd (1.1.1~git20191130.9af2b12-1) unstable; urgency=medium

  * d/usbmuxd.docs: handle README renaming
  * d/control: update standards version to 4.4.0
  * use debhelper-compat b-dep for dh compat level
  * d/control: update dh compat level to 11
  * d/rules: drop dbgsym migration snippets
  * d/control: update standards version to 4.4.1
  * d/patches: drop PIDFile directive from systemd unit file (Closes: #945186)

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 30 Nov 2019 19:45:13 +0100

usbmuxd (1.1.1~git20181007.f838cf6-1) unstable; urgency=medium

  * New upstream snapshot.
  * d/control: update standards version to 4.2.1
  * d/watch: use HTTPS protocol
  * add override for usbmuxd.service missing install key

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 08 Oct 2018 22:12:27 +0200

usbmuxd (1.1.1~git20180428.b95a0a0-1) unstable; urgency=medium

  * d/gbp.conf: follow DEP-14
  * d/compat bumped to 10
  * d/control: bump debhelper b-d to 10
  * d/rules: drop autoreconf addon, useless with compat 10
  * d/control: drop dh-autoreconf b-d
  * d/control: drop Julien from uploaders, add myself
  * d/control: move maintainer list address to alioth-lists

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 30 Apr 2018 12:44:22 +0200

usbmuxd (1.1.1~git20180302.b888970-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * d/gbp.conf added
  * d/usbmuxd.install: manpages have moved to section 8
  * remove -dbg package, migrate to dbgsym
  * d/rules: handle more gracefully non linux arches
  * d/control: update standards version to 4.1.2
  * d/rules: enable all hardening flags
  * New upstream version 1.1.1~git20180302.b888970
  * d/control: update Vcs-* fields to point to salsa
  * d/control: update homepage to point to github

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 02 Mar 2018 22:30:04 +0100

usbmuxd (1.1.0-2) unstable; urgency=medium

  * Team upload
  * [5d6e390] Set Arch to linux-any, kfreebsd-any
    hurd-i386 does not have libusb.

 -- Chow Loong Jin <hyperair@debian.org>  Mon, 04 Jan 2016 17:50:27 +0800

usbmuxd (1.1.0-1) experimental; urgency=medium

  * Team upload
  * [5fb30fe] Imported Upstream version 1.1.0
  * [50e9e00] Drop systemd patch (upstreamed)
  * [b363fda] Patch to fix FTBFS in kfreebsd-*
    Thanks to Steven Chamberlain <steven@pyro.eu.org> (Closes: #765010)
  * [e5ebda6] Build-dep on udev and systemd on linux
  * [67fc433] Drop downstream manpage in favour of upstream one
  * [feeffbe] No-change Standards-Version bump to 3.9.6

 -- Chow Loong Jin <hyperair@debian.org>  Tue, 11 Nov 2014 17:59:14 +0800

usbmuxd (1.0.8+git20140527.e72f2f7-1) unstable; urgency=medium

  * Team upload
  * [70ded53] Imported Upstream snapshot 1.0.8+git20140527.e72f2f7
    (Closes: #746634)
  * [2e1ea72] Change build to use autofoo things.
    Thanks to Takahide Nojima
  * [362bc62] Drop README.devel from usbmuxd.docs.
    Thanks to Takahide Nojima
  * [4654006] Drop libusbmuxd-dev build-dep.
    Thanks to Takahide Nojima
  * [c294c25] Drop useless variable declarations at the top of d/rules
  * [5c9a3a1] Drop debian/iproxy.1 manpage altogether.
    Thanks to Takahide Nojima
  * [c2315fc] Drop upstreamed and obsolete patches.
    Thanks to Takahide Nojima
  * [96a7dd0] Update Add-systemd-service-file….patch for autofoo.
    Thanks to Takahide Nojima
  * [a4211fb] Build-dep on pkg-config
  * [d108968] Build-dep on libimobiledevice-dev

 -- Chow Loong Jin <hyperair@debian.org>  Tue, 09 Sep 2014 18:05:52 +0800

usbmuxd (1.0.8-5) unstable; urgency=medium

  * Team upload
  * [9004918] Don't install iproxy.1 manpage (Closes: #743605)

 -- Chow Loong Jin <hyperair@debian.org>  Wed, 09 Apr 2014 02:59:45 +0800

usbmuxd (1.0.8-4) unstable; urgency=medium

  * Team upload
  * [46d0953] Drop internal libusbmuxd bits (Closes: #743605)
  * [6416634] Reexport old patches from gilir using gbp-pq
  * [0a4a669] Patch out building of libusbmuxd and tools
  * [4ad35d6] Don't install usr/bin/* in usbmuxd.
    The only thing there is iproxy, and that's been removed.
  * [eb120df] Reintroduce dbg package as usbmuxd-dbg

 -- Chow Loong Jin <hyperair@debian.org>  Fri, 04 Apr 2014 15:53:36 +0800

usbmuxd (1.0.8-3) unstable; urgency=medium

  * Team upload
  * [0bb9553] Add systemd support (Closes: #741338)
  * [925558c] Install systemd unit file
  * [cdc7937] Bump Standards-Version to 3.9.5 (no changes required)
  * [526d353] Set home directory when creating user

 -- Chow Loong Jin <hyperair@debian.org>  Sat, 15 Mar 2014 03:11:05 +0800

usbmuxd (1.0.8-2) unstable; urgency=low

  * Team upload
  * Upload to unstable
  * Bump Standards-Version to 3.9.4

 -- Chow Loong Jin <hyperair@debian.org>  Sun, 08 Sep 2013 23:55:52 +0800

usbmuxd (1.0.8-1) experimental; urgency=low

  * New upstream release.
  * debian/patches:
   - 90-cve-2012-0065.patch: Remove, merged upstream.
   - 02-udev-usbmux-owner.patch: Refreshed.
   - 03-revert-ifdef-USBMUXD_DAEMON.patch: Refreshed.
  * debian/compat
   - Update to 9.
  * debian/control:
   - Update to match new SONAME.
   - Update Standards-Version to 3.9.3 (no change needed).
   - Build-depend on debhelper (>= 9).
  * debian/rules:
   - Update to match new SONAME.
   - Use DEB_*_MAINT_APPEND.
  * debian/libusbmuxd*.install & debian/libusbmuxd*.symbols
   - Update to match new SONAME.
  * debian/libusbmuxd2.symbols:
   - Update with new symbols.
  * debian/watch:
   - Update location of the tarballs.
  * debian/copyright:
   - Update with new license on common/*.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 02 May 2012 12:20:18 +0200

usbmuxd (1.0.7-2) unstable; urgency=high

  * debian/control:
   - Update Maintainer field, and add me to Uploaders.
   - Update Vcs-*.
  * debian/patches/90-cve-2012-0065.patch:
   - From upstream, fix possible buffer overflow (CVE-2012-0065).
     Closes: #656581

 -- Julien Lavergne <julien.lavergne@gmail.com>  Fri, 20 Jan 2012 22:49:38 +0100

usbmuxd (1.0.7-1) unstable; urgency=low

  * New upstream release.
  * debian/install:
   - Don't install udev rules on all archs.
  * debian/rules:
   - Install udev files only on archs which have udev.
  * debian/patches
   - 02-udev-usbmux-owner.patch: Refreshed.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 22 Mar 2011 20:30:45 +0100

usbmuxd (1.0.6-2) unstable; urgency=low

  * Upload to unstable.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 13 Feb 2011 23:34:34 +0100

usbmuxd (1.0.6-1) experimental; urgency=low

  * New upstream release.
  * debian/patches/02-udev-usbmux-owner.patch: Refresh.
  * debian/libusbmuxd1.symbols: Add new symbol.
  * debian/rules:
   - Remove additional CFLAGS to pass correct flags.
   - Add additional LDFLAGS.
   - Use filter instead of findstring to find noopt.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 28 Nov 2010 00:23:47 +0100

usbmuxd (1.0.5-1) experimental; urgency=low

  * New upstream release.
  * debian/control:
   - Build-depends on libplist-dev (>= 0.15) to activate plist support.
   - Use better build-depends for libusb. Thanks Aurelien Jarno for the advise.
     Closes: #585634
   - Bump Standards-Version to 3.9.1.0.
  * debian/patch/03-revert-ifdef-USBMUXD_DAEMON.patch:
   - Revert upstream commit which only help WIN32 compilation.
  * debian/libusbmuxd1.symbols:
   - Updated.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 13 Oct 2010 23:52:09 +0200

usbmuxd (1.0.4-1) unstable; urgency=low

  * New upstream release.
   - Add Apple iPad USB IDs. Closes: #576474
  * debian/control:
   - Mention that usbmuxd only runs when devices are connected. Closes: #577269
  * debian/patches
   - 01-libs.private.patch: Remove, merged upstream.
   - 02-udev-usbmux-owner.patch: Refreshed.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Mon, 24 May 2010 23:11:05 +0200

usbmuxd (1.0.3-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/02-udev-usbmux-owner.patch: Refreshed.

 -- Julien Lavergne <julien.lavergne@gmail.com>  Tue, 23 Mar 2010 19:37:05 +0100

usbmuxd (1.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
   - Bump Standards-Version to 3.8.4, no change needed.
   - Add Homepage field.
  * debian/usbmuxd.docs
   - Install README, README.devel and AUTHORS (Closes: #568758)
  * debian/patches/02-udev-usbmux-owner.patch
   - Set the owner to usbmux to fix permissions issues (Closes: #572867)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sun, 07 Mar 2010 14:22:22 +0100

usbmuxd (1.0.0-2) unstable; urgency=low

  * debian/rules: Rewriten to use dh7.
  * debian/control:
   - Set debhelper build-depends to (>= 7.0.50~), using overrides in
     debian/rules.
   - Wrap build-depends and depends.
   - Build-depends on libusb2-dev on kfreebsd.
   - Add VCS-* fields.
  * debian/copyright:
   - Licence the package under LGPL2.1+ and set the copyright to me, the parts
     based on another package was rewritten. Closes: #562572
   - Fix typo in license notice.
  * debian/01-libs.private.patch: Remove Requires in *.pc file, libusb is only
    used in the daemon.
  * Switch to dpkg-source 3.0 (quilt) format

 -- Julien Lavergne <julien.lavergne@gmail.com>  Sat, 23 Jan 2010 16:53:27 +0100

usbmuxd (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #558310)

 -- Julien Lavergne <julien.lavergne@gmail.com>  Wed, 09 Dec 2009 21:04:24 +0100