File: changelog

package info (click to toggle)
faketime 0.9.10-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 680 kB
  • sloc: ansic: 5,087; sh: 522; makefile: 150; pascal: 21
file content (292 lines) | stat: -rw-r--r-- 9,871 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
faketime (0.9.10-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * test/snippets: fix time.c compiler error on 32-bit arches (Closes:
    #1010814)

 -- Paul Gevers <elbrus@debian.org>  Sat, 13 Aug 2022 20:58:42 +0200

faketime (0.9.10-2) unstable; urgency=medium

  * drop unnecessary tweak to version number
  * run extended tests during build
  * Avoid syscall-related tests (Closes: #1007828)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 16 Apr 2022 10:24:48 -0700

faketime (0.9.10-1) unstable; urgency=medium

  * new upstream release (no functional changes since previous git snapshot)
    - Closes: #939789
  * move to unstable

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 09 Mar 2022 10:47:30 -0500

faketime (0.9.9+git20220228-1) experimental; urgency=medium

  * New git snapshot release to experimental
  * fixup patch
  * drop explicit FORCE_MONOTONIC_FIX (rely on upstream autodetection)
  * Drop INTERCEPT_SYSCALL due to its instability across architectures

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 28 Feb 2022 12:51:10 -0500

faketime (0.9.9+git20211010-1) experimental; urgency=medium

  * New git snapshot release to experimental
  * drop patches already upstreamed
  * Standards-Version: bump to 4.6.0 (no changes needed)
  * d/copyright: update year ranges

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 04 Feb 2022 16:25:54 -0500

faketime (0.9.9+git20210304-2) experimental; urgency=medium

  * test variadic promotion assumptions

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 05 Mar 2021 22:54:55 -0500

faketime (0.9.9+git20210304-1) experimental; urgency=medium

  * new git snapshot release to experimental
  * refresh patches

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 05 Mar 2021 21:59:11 -0500

faketime (0.9.9+git20210226-1) experimental; urgency=medium

  * new git snapshot release to experimental
  * refresh patches
  * autopkgtest: use larger-coverage snippet-driven test suite

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 25 Feb 2021 23:27:42 -0500

faketime (0.9.9+git20210225-1) experimental; urgency=medium

  * new git snapshot release to experimental
  * refresh patches
  * enable FAKE_PID
  * enable INTERCEPT_SYSCALL
  * use real_getpid instead of getpid in ft_shm_create
  * clean up test suite output
  * autopkgtests: test syscall, getpid, and randomtest features

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 25 Feb 2021 10:43:02 -0500

faketime (0.9.9+git20210223-1) experimental; urgency=medium

  * new git snapshot release to experimental
  * fix getrandom

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 23 Feb 2021 22:10:15 -0500

faketime (0.9.8+git20210209-1) experimental; urgency=medium

  * new git snapshot release to experimental
  * Update patches
  * Enable FAKE_RANDOM
  * autopkgtest: Use env var to identify the library to test

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 11 Feb 2021 18:46:44 -0500

faketime (0.9.8-9) unstable; urgency=medium

  * apply FORCE_MONOTONIC_FIX on all Linux arches

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 11 Feb 2021 18:16:54 -0500

faketime (0.9.8-8) unstable; urgency=medium

  * add FORCE_MONOTONIC_FIX to ia64 and alpha

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Feb 2021 14:06:34 -0500

faketime (0.9.8-7) unstable; urgency=medium

  * set FORCE_PTHREAD_NONVER on x32

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 06 Feb 2021 11:06:23 -0500

faketime (0.9.8-6) unstable; urgency=medium

  * fix MONOTONIC hangs on x32 and sparc64

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Feb 2021 10:37:41 -0500

faketime (0.9.8-5) unstable; urgency=medium

  * adopt upstream mechanism for tweaking/fixing MONOTONIC hangs

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Feb 2021 20:48:14 -0500

faketime (0.9.8-4) unstable; urgency=medium

  * added upstream test suite to CI
  * Apply fixes to permanent hangs on the appropriate architectures

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Feb 2021 17:37:41 -0500

faketime (0.9.8-3) unstable; urgency=medium

  * clean up DEB_CFLAGS_MAINT_APPEND
  * FORCE_MONOTONIC_FIX only on arches where it is known to be needed
    (this might cause timeout failures on other build daemons as we
    learn where else it is needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Feb 2021 10:17:42 -0500

faketime (0.9.8-2) unstable; urgency=medium

  * Set upstream metadata fields: Bug-Database, Bug-Submit,
    Repository, Repository-Browse.
  * fix embedded version number

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Feb 2021 19:21:15 -0500

faketime (0.9.8-1) unstable; urgency=medium

  * New upstream release
  * use branchname debian/main for debian packaging
  * convert to dh 13
  * Standards-Version: bump to 4.5.1 (no changes needed)
  * drop patches (already upstream)
  * apply -DFORCE_MONOTONIC_FIX to avoid infinite hangs in test/timetest.c
  * juggle changelog locations (see #965349)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Feb 2021 14:32:55 -0500

faketime (0.9.7-3) unstable; urgency=medium

  * Acknowledge NMU (thanks, Tobias!)
  * use cherry-picked upstream git commits for fxing FTBFS
  * Standards-Version: bump to 4.2.1 (no changes needed)
  * d/changelog: drop trailing whitespace

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 06 Oct 2018 20:00:03 -0400

faketime (0.9.7-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Cherry-Pick fixes for the FTBFS with gcc-8 from upstream git
    repository. (Closes: #897747)

 -- Tobias Frost <tobi@debian.org>  Sat, 29 Sep 2018 16:35:04 +0200

faketime (0.9.7-2) unstable; urgency=medium

  * git: convert branch naming to DEP-14
  * use correct gettimeofday() on alpha (Closes: #890813)
  * d/control: use Rules-Requires-Root: no
  * d/rules: enable hardening flags
  * use CPPFLAGS to fix hardening-no-fortify-functions

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 19 Feb 2018 14:07:10 -0800

faketime (0.9.7-1) unstable; urgency=medium

  * New upstream release (Closes: #780088)
  * remove extra word in debian/rules comment (Closes: #830581)
  * use github as upstream link; code-wizards.com is down
  * d/copyright: Format: use https version
  * use github for uscan as well
  * Priority: optional instead of extra
  * clarify descriptions of the two packages
  * updated git-buildpackage to use upstream git repo
  * drop patches applied upstream
  * pull bugfix from upstream

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 19 Feb 2018 14:07:06 -0800

faketime (0.9.6-7) unstable; urgency=medium

  * added DEP-8 test (thanks, Jakub Wilk!) (Closes: #830588)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 13 Jul 2016 03:41:16 +0200

faketime (0.9.6-6) unstable; urgency=medium

  * Fix CFLAGS (Closes: #830510) Thanks, Sven Joachim and Jakub Wilk for
    catching this!

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 09 Jul 2016 00:12:07 +0200

faketime (0.9.6-5) unstable; urgency=medium

  * use -Wno-nonnull-compare for GCC 6 (Closes: #811610)
  * use ${misc:Pre-Depends} for multiarch-support,
    avoiding lintian pre-depends-directly-on-multiarch-support
  * bumped standards-version to 3.9.8 (no changes needed)
  * normalize Vcs-* fields
  * use "wrap-and-sort -as" for normalizing debian/ files

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 07 Jul 2016 13:27:29 -0400

faketime (0.9.6-4) unstable; urgency=medium

  * link to libfaketime's README from faketime's doc dir (thanks, Ximin
    Luo)
  * bump Standards-Version to 3.9.6 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 14 Feb 2015 19:36:04 -0500

faketime (0.9.6-3) unstable; urgency=medium

  * a better fix (approved by upstream to let a single package work with
    multiple versions of libc (Closes: #755104)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 05 Aug 2014 15:15:06 -0400

faketime (0.9.6-2) unstable; urgency=medium

  * note that this version does not work with libc6 < 2.17 due to
    the patch for #699559 (Closes: #753460)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 13 Jul 2014 20:23:53 -0400

faketime (0.9.6-1) unstable; urgency=medium

  * New Upstream Release (Closes: #750721, #737571)
  * bumped Standards-Version to 3.9.5 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 08 Jun 2014 21:29:30 -0400

faketime (0.9.5-2) unstable; urgency=medium

  * avoid accidentally truncating LD_PRELOAD. Thanks, Antonio Terceiro
    (Closes: #743301)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 02 Apr 2014 09:45:49 -0400

faketime (0.9.5-1) unstable; urgency=low

  * new upstream release
  * dropped build system patches -- incorporated upstream
  * debian/copyright: make machine-readable
  * enabled use on multi-arch (Closes: #672376) though manual installation
    of non-native libfaketime packages is still necessary; see:
    https://wiki.debian.org/HelmutGrohne/MultiarchSpecChanges#A.60LD_PRELOAD.60

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 14 Oct 2013 19:30:40 -0400

faketime (0.9.1-2) unstable; urgency=low

  * fix FTBFS on kFreeBSD (Closes: #712709) (Thanks, Petr Salinger)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 20 Jun 2013 09:28:46 -0400

faketime (0.9.1-1) unstable; urgency=low

  * New Upstream Release
  * Moved to source format 3.0 (quilt)
  * debhelper compat level 9
  * bumped Standards-Version to 3.9.3 (no changes needed)
  * fix failures against libc 2.17 (Closes: #699559) (thanks, Gerardo
    Malazdrewicz)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 03 Feb 2013 01:42:35 -0500

faketime (0.8-1) unstable; urgency=low

  * Initial release (Closes: #495630)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 26 Aug 2008 14:37:38 -0400