File: changelog

package info (click to toggle)
libffi 3.2.1-9
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,304 kB
  • sloc: ansic: 25,713; asm: 12,881; sh: 11,687; exp: 513; makefile: 427; python: 161; cpp: 128
file content (434 lines) | stat: -rw-r--r-- 13,117 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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
libffi (3.2.1-9) unstable; urgency=medium

  * Add home page attribute to the control file. Closes: #816317.
  * riscv64 backport. Closes: #914442.

 -- Matthias Klose <doko@debian.org>  Tue, 27 Nov 2018 11:52:58 +0100

libffi (3.2.1-8) unstable; urgency=medium

  * More mips r6 updates (YunQiang Su). Closes: #886201.

 -- Matthias Klose <doko@debian.org>  Sun, 07 Jan 2018 10:39:08 +0100

libffi (3.2.1-7) unstable; urgency=medium

  * mips/n32.S: disable .set mips4 on mips r6 (YunQiang Su).

 -- Matthias Klose <doko@debian.org>  Sun, 10 Dec 2017 14:28:54 +0100

libffi (3.2.1-6) unstable; urgency=medium

  * Revert the AArch64 patch from 3.2.1-5.

 -- Matthias Klose <doko@debian.org>  Thu, 15 Sep 2016 19:11:42 +0200

libffi (3.2.1-5) unstable; urgency=medium

  * AArch64, tidy up abi manipulation. Taken from the trunk.
  * Backports from trunk (Stefan Bühler):
    - Always check for PaX MPROTECT on linux, make EMUTRAMP experimental.
    - dlmmap_locked always needs locking as it always modifies execsize.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Thu, 15 Sep 2016 14:18:21 +0200

libffi (3.2.1-4) unstable; urgency=medium

  * Fix CCASFLAGS. Closes: #787071.
  * Build using dh-autoreconf. Closes: #803039.
  * Configure with --enable-pax_emutramp. Closes: #751907.

 -- Matthias Klose <doko@debian.org>  Mon, 14 Dec 2015 19:05:27 +0100

libffi (3.2.1-3) unstable; urgency=medium

  * Update symbols files.
  * Fix build failure on alpha.

 -- Matthias Klose <doko@debian.org>  Wed, 08 Jul 2015 12:54:12 +0200

libffi (3.2.1-2) experimental; urgency=medium

  * Fix an AArch64 issue, taken from upstream:
    For any 1-16 byte structure not passed in registers, we weren't copying
    from the object to be passed, but from the array of objects.

 -- Matthias Klose <doko@debian.org>  Fri, 27 Feb 2015 04:04:10 +0100

libffi (3.2.1-1) experimental; urgency=medium

  * libffi 3.2.1 release.

 -- Matthias Klose <doko@debian.org>  Tue, 18 Nov 2014 16:59:48 +0100

libffi (3.1-2) unstable; urgency=medium

  * Fix HAVE_LONG_DOUBLE_VARIANT conditional in the ffi.h header.
  * Fail the build if the testsuite doesn't pass. Closes: #597919.

 -- Matthias Klose <doko@debian.org>  Wed, 04 Jun 2014 15:23:33 +0200

libffi (3.1-1) unstable; urgency=medium

  * libffi 3.1 release.
  * Update symbols file for ppc64. Closes: #736344.

 -- Matthias Klose <doko@debian.org>  Fri, 30 May 2014 14:10:15 +0200

libffi (3.1~rc1-2) unstable; urgency=medium

  * Update symbols file for armel and armhf.

 -- Matthias Klose <doko@debian.org>  Thu, 27 Mar 2014 13:51:48 +0100

libffi (3.1~rc1-1) unstable; urgency=medium

  * libffi 3.1 release candidate 1.
  * Update symbols file for ppc64. Closes: #736344.

 -- Matthias Klose <doko@debian.org>  Thu, 27 Mar 2014 11:32:39 +0100

libffi (3.0.14~rc0-1) experimental; urgency=medium

  * libffi 3.0.14 release candidate 1.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 04 Mar 2014 10:46:40 +0100

libffi (3.0.13-12) unstable; urgency=medium

  * armhf: Fix ffi_call_VFP with no VFP arguments (Will Newton).

 -- Matthias Klose <doko@debian.org>  Tue, 21 Jan 2014 17:19:04 +0100

libffi (3.0.13-11) unstable; urgency=medium

  * Fix call frame information in ffi_closure_SYSV on AArch64, patch
    provided by Linaro.
  * Add symbols file for ppc64el.
  * Stop building the multilib packages.

 -- Matthias Klose <doko@debian.org>  Tue, 14 Jan 2014 13:21:39 +0100

libffi (3.0.13-10) unstable; urgency=low

  * Fix powerpc symbols files for the biarch builds.

 -- Matthias Klose <doko@debian.org>  Thu, 28 Nov 2013 22:16:31 +0100

libffi (3.0.13-9) unstable; urgency=low

  * Remove private symbols in all the powerpc symbols files. Closes: #730590.

 -- Matthias Klose <doko@debian.org>  Thu, 28 Nov 2013 15:37:17 +0000

libffi (3.0.13-8) unstable; urgency=low

  * Regenerate the autotools files.

 -- Matthias Klose <doko@debian.org>  Tue, 26 Nov 2013 07:30:23 +0100

libffi (3.0.13-7) unstable; urgency=low

  * Updated the powerpc ABIv2 support.

 -- Matthias Klose <doko@debian.org>  Mon, 25 Nov 2013 13:01:05 +0100

libffi (3.0.13-6) unstable; urgency=low

  * Add symbols file for powerpcspe. Closes: #730021.
  * Don't apply the powerpc ABIv2 patch for now. Closes: #730020.

 -- Matthias Klose <doko@debian.org>  Thu, 21 Nov 2013 10:17:22 +0100

libffi (3.0.13-5) unstable; urgency=low

  * Add a stage1 build profile (Daniel Schepler). Closes: #709627.
  * Backport powerpc ABIv2 support from the trunk (Alan Modra).

 -- Matthias Klose <doko@debian.org>  Mon, 18 Nov 2013 09:20:37 +0100

libffi (3.0.13-4) unstable; urgency=medium

  * Fix symbols file for s390x.

 -- Matthias Klose <doko@debian.org>  Fri, 10 May 2013 17:24:46 +0200

libffi (3.0.13-3) unstable; urgency=low

  * Upload to unstable. Closes: #667906.
  * Use multiarch tuples for the non-default biarch installs.

 -- Matthias Klose <doko@debian.org>  Wed, 08 May 2013 17:47:22 +0200

libffi (3.0.13-2) experimental; urgency=low

  * Fix wheezy build on i386.

 -- Matthias Klose <doko@debian.org>  Wed, 20 Mar 2013 17:44:41 -0700

libffi (3.0.13-1) experimental; urgency=low

  * libffi 3.0.13 release.

 -- Matthias Klose <doko@debian.org>  Wed, 20 Mar 2013 16:09:48 -0700

libffi (3.0.12-1) experimental; urgency=low

  * libffi 3.0.12 release.

 -- Matthias Klose <doko@debian.org>  Mon, 11 Feb 2013 22:04:02 +0100

libffi (3.0.12~rc3-1) experimental; urgency=low

  * libffi 3.0.12 release candidate 3.

 -- Matthias Klose <doko@debian.org>  Fri, 08 Feb 2013 22:31:36 +0100

libffi (3.0.12~rc2-1) experimental; urgency=low

  * libffi 3.0.12 release candidate 2.
  * Update symbols files for ARM, alpha and m68k.

 -- Matthias Klose <doko@debian.org>  Fri, 08 Feb 2013 05:11:55 +0100

libffi (3.0.12~rc1-1) experimental; urgency=low

  * libffi 3.0.12 release candidate 1.

 -- Matthias Klose <doko@debian.org>  Thu, 07 Feb 2013 00:29:01 +0100

libffi (3.0.11-3) experimental; urgency=low

  * Add missing AArch64 patches.

 -- Matthias Klose <doko@debian.org>  Tue, 06 Nov 2012 18:48:50 +0100

libffi (3.0.11-2) experimental; urgency=low

  * Apply AArch64 patches.
  * Add symbols files for ppc64. Closes: #677285.

 -- Matthias Klose <doko@debian.org>  Wed, 10 Oct 2012 14:09:24 +0200

libffi (3.0.11-1) experimental; urgency=low

  * Final 3.0.11 release.

 -- Matthias Klose <doko@debian.org>  Thu, 12 Apr 2012 11:42:22 +0200

libffi (3.0.11~rc3-2) experimental; urgency=low

  * Don't include debug info for the biarch libs in the -dbg package.
    Closes: #650106.
  * Fix symbols file for sparc64. Closes: #647150.
  * Copy symbols files for kfreebsd-*. Closes: #645595.

 -- Matthias Klose <doko@debian.org>  Sat, 07 Apr 2012 13:05:09 +0200

libffi (3.0.11~rc3-1) experimental; urgency=low

  * New upstream release candidate.

 -- Matthias Klose <doko@debian.org>  Fri, 06 Apr 2012 21:02:38 +0200

libffi (3.0.11~rc1-5) experimental; urgency=low

  * Fix powerpc and ppc64 builds (Kyle Moffett).
  * Use dpkg-buildflags to set CFLAGS and LDFLAGS.

 -- Matthias Klose <doko@debian.org>  Wed, 12 Oct 2011 21:42:28 +0200

libffi (3.0.11~rc1-4) experimental; urgency=low

  * Fix PowerPC soft-floating-point support (Kyle Moffett).
    Closes: #644338.

 -- Matthias Klose <doko@debian.org>  Sat, 08 Oct 2011 13:46:26 +0200

libffi (3.0.11~rc1-3) experimental; urgency=low

  * Explicitly use the host compiler.
  * Define FFI_MMAP_EXEC_WRIT on kfreebsd-* (Petr Salinger). Closes: #642928.

 -- Matthias Klose <doko@debian.org>  Tue, 27 Sep 2011 16:35:17 +0200

libffi (3.0.11~rc1-2) experimental; urgency=low

  * Install the test logs with different names depending on the architecture.

 -- Matthias Klose <doko@debian.org>  Thu, 01 Sep 2011 21:49:27 +0200

libffi (3.0.11~rc1-1) experimental; urgency=low

  * New upstream release candidate.

 -- Matthias Klose <doko@debian.org>  Tue, 23 Aug 2011 19:00:11 +0200

libffi (3.0.10~rc8-6) experimental; urgency=low

  * For multicore ARM, clear both caches, not just the dcache (proposed
    patch by Andrew Haley).

 -- Matthias Klose <doko@debian.org>  Tue, 12 Jul 2011 01:40:30 +0200

libffi (3.0.10~rc8-5) experimental; urgency=low

  * libffi6-udeb: Fix dependency information (Colin Watson). Closes: #630006.

 -- Matthias Klose <doko@debian.org>  Sat, 11 Jun 2011 21:36:09 +0200

libffi (3.0.10~rc8-4) experimental; urgency=low

  * Don't make libffi6-udeb multiarch.

 -- Matthias Klose <doko@debian.org>  Fri, 10 Jun 2011 16:14:25 +0200

libffi (3.0.10~rc8-3) experimental; urgency=low

  * Add libffi6-udeb, since libgobject-2.0 requires libffi6 as of GLib
    2.29.4 (Colin Watson). Closes: #630006.
  * Build for multiarch.
  * Update symbols files.

 -- Matthias Klose <doko@debian.org>  Fri, 10 Jun 2011 12:40:44 +0200

libffi (3.0.10~rc8-2) experimental; urgency=low

  * Add variadic support for armhf (David Gilbert). LP: #739305.

 -- Matthias Klose <doko@debian.org>  Wed, 25 May 2011 00:02:58 +0200

libffi (3.0.10~rc8-1) experimental; urgency=low

  * New upstream version (release candidate 8).
    - Adds VFP hard-float calling convention support. Closes: #597920.
  * Install to the multiarch triplet directories, not the gnu triplet
    directories (Steve Langasek). Closes: #622976.
  * Bump soversion, update symbols files.
  * Update debian/copyright file.

 -- Matthias Klose <doko@debian.org>  Mon, 18 Apr 2011 20:53:34 +0200

libffi (3.0.9-3) unstable; urgency=low

  * Fix PR target/44452, taken from the GCC 4.5 branch.

 -- Matthias Klose <doko@debian.org>  Fri, 01 Oct 2010 14:08:36 +0200

libffi (3.0.9-2ubuntu2) maverick; urgency=low

  * Don't explictely set CC/CXX when configuring. LP: #623222.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 17 Sep 2010 14:08:37 +0200

libffi (3.0.9-2ubuntu1) maverick; urgency=low

  * On arch i386, install headers into /usr/include/i686-linux-gnu.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 20 May 2010 11:03:16 +0200

libffi (3.0.9-2) unstable; urgency=low

  * Fix unsigned long long bug on Sparc v8.
  * Drop build dependency on expect-tcl8.3 [hppa].

 -- Matthias Klose <doko@debian.org>  Wed, 21 Apr 2010 01:37:11 +0200

libffi (3.0.9-1) unstable; urgency=low

  * New upstream version (final release).

 -- Matthias Klose <doko@debian.org>  Thu, 31 Dec 2009 16:25:53 +0100

libffi (3.0.9~rc9-1) unstable; urgency=low

  * New upstream version (release candidate 9).
  * Change priority of source and binary packages libffi-dev and libffi5
    to optional. Closes: #559074.
  * Fix location of library files in lib32ffi5. Closes: #533009.

 -- Matthias Klose <doko@debian.org>  Sat, 26 Dec 2009 17:05:36 +0100

libffi (3.0.9~rc3-1) unstable; urgency=low

  * New upstream version (release candidate 3).
  * Work around dejagnu configury, failing all tests on 64bit powerpc.

 -- Matthias Klose <doko@debian.org>  Sun, 01 Nov 2009 13:30:24 +0100

libffi (3.0.9~rc1-1) unstable; urgency=low

  * New upstream version (release candidate 1).

 -- Matthias Klose <doko@debian.org>  Sun, 11 Oct 2009 12:09:36 +0200

libffi (3.0.7-3) unstable; urgency=low

  * Really apply the patch to fix PR libffi/40242, PR libffi/41443.

 -- Matthias Klose <doko@debian.org>  Sun, 04 Oct 2009 21:11:10 +0200

libffi (3.0.7-2) unstable; urgency=low

  * Fix build failure on armel with -mfloat-abi=softfp.
  * Don't pessimize the code for newer armv6 and armv7 processors.
  * lib32ffi5: Add a conflict with libc6-i386 (<= 2.9-18). Closes: #533009.
  * Fix include of example in ffi_call(3). Closes: #512686.
  * Fix lintian errors and warnings.

 -- Matthias Klose <doko@debian.org>  Wed, 23 Sep 2009 15:24:00 +0200

libffi (3.0.7-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sun, 30 Nov 2008 14:44:36 +0100

libffi (3.0.6-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Wed, 23 Jul 2008 01:32:07 +0200

libffi (3.0.5-4) unstable; urgency=low

  * Build-depend on expect-tcl8.3 on hppa.
  * Set CCASFLAGS to generate debugging symbols for assembly code.
    Closes: #480443.

 -- Matthias Klose <doko@debian.org>  Sun, 25 May 2008 19:31:02 +0200

libffi (3.0.5-3) unstable; urgency=high

  * Fix installation of header files on mips* (Thiemo Seufer).
    Closes: #481628.
  * Set CXX in configure targets.

 -- Matthias Klose <doko@debian.org>  Wed, 21 May 2008 16:51:03 +0200

libffi (3.0.5-2) unstable; urgency=low

  * Install header files in multiarch directories. Closes: #480208.

 -- Matthias Klose <doko@debian.org>  Tue, 13 May 2008 04:49:49 +0000

libffi (3.0.5-1) unstable; urgency=low

  * New upstream version.
  * Suport mips triarch (Arthur Loiret). Closes: #474049.

 -- Matthias Klose <doko@debian.org>  Fri, 04 Apr 2008 21:20:12 +0000

libffi (3.0.4-2) unstable; urgency=medium

  * Fix lib64ffi-dev package description.
  * Fix FTBFS on kfreebsd-amd64 (Aurelian Jarno). Closes: #471399.

 -- Matthias Klose <doko@debian.org>  Sat, 22 Mar 2008 18:39:07 +0100

libffi (3.0.4-1) unstable; urgency=low

  * The 10th Anniversary Release, split out from the GCC sources.

 -- Matthias Klose <doko@debian.org>  Mon, 10 Mar 2008 06:46:40 +0100