File libgpg-error.changes of Package libgpg-error
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Fri Aug 2 12:20:05 UTC 2024 - Marcus Meissner <meissner@suse.com>
3
4
- gpg-error.pc: added hack to provide a pc file
5
6
-------------------------------------------------------------------
7
Thu Apr 19 14:12:03 UTC 2018 - astieger@suse.com
8
9
- update signature files as more signatures got added
10
- refresh package signing keyring from upstream
11
12
-------------------------------------------------------------------
13
Wed Apr 11 08:51:39 UTC 2018 - kbabioch@suse.com
14
15
- Cleaned up spec file with spec-cleaner
16
17
-------------------------------------------------------------------
18
Wed Apr 11 08:48:50 UTC 2018 - kbabioch@suse.com
19
20
- Update to 1.29:
21
* The yat2m tool is during cross-compile now also installed on the
22
host platform.
23
* New option parser and associated functions similar to the one used
24
by GnuPG.
25
* New Base-64 encoder.
26
* Fixes regression in 1.28 for arm64 and w64 builds.
27
- Dropped fix_aarch64.patch (included upstream now)
28
29
-------------------------------------------------------------------
30
Thu Mar 22 10:15:51 UTC 2018 - guillaume.gardet@opensuse.org
31
32
- Backport upstream patch to fix AArch64 build:
33
* fix_aarch64.patch
34
35
-------------------------------------------------------------------
36
Tue Mar 13 14:28:52 UTC 2018 - kbabioch@suse.com
37
38
- update to 1.28:
39
40
* The formerly internal yat2m tool is now installed for a native build.
41
* The new files gpgrt.m4 and gpgrt-config are now installed. They can
42
be used instead of gpg-error.m4 and gpg-error-config.
43
* New logging functions similar to those used by GnuPG.
44
* New helper functions for platform abstraction.
45
* Interface changes
46
47
-------------------------------------------------------------------
48
Tue Mar 7 12:37:41 UTC 2017 - astieger@suse.com
49
50
- update to 1.27:
51
* Added a Base64 decoder.
52
* Added support for the sh3 architecture.
53
* Added header gpgrt.h as an alias for gpg-error.h.
54
* Fixed macro GPGRT_GCC_VERSION.
55
* Interface changes relative to the 1.26 release:
56
gpgrt_b64state_t NEW type.
57
gpgrt_b64dec_start NEW.
58
gpgrt_b64dec_proc NEW.
59
gpgrt_b64dec_finish NEW.
60
GPG_ERR_WRONG_NAME NEW.
61
gpgrt.h NEW header.
62
63
-------------------------------------------------------------------
64
Thu Dec 22 10:10:09 UTC 2016 - astieger@suse.com
65
66
- update to 1.26:
67
* New option --desc for gpg-error.
68
* Interface changes relative to the 1.25 release:
69
GPG_ERR_UNKNOWN_FLAG NEW.
70
GPG_ERR_INV_ORDER NEW.
71
GPG_ERR_ALREADY_FETCHED NEW.
72
GPG_ERR_TRY_LATER NEW.
73
GPG_ERR_SYSTEM_BUG NEW.
74
GPG_ERR_DNS_UNKNOWN NEW.
75
GPG_ERR_DNS_SECTION NEW.
76
GPG_ERR_DNS_ADDRESS NEW.
77
GPG_ERR_DNS_NO_QUERY NEW.
78
GPG_ERR_DNS_NO_ANSWER NEW.
79
GPG_ERR_DNS_CLOSED NEW.
80
GPG_ERR_DNS_VERIFY NEW.
81
GPG_ERR_DNS_TIMEOUT NEW.
82
83
-------------------------------------------------------------------
84
Tue Nov 15 09:39:41 UTC 2016 - astieger@suse.com
85
86
- update to 1.25:
87
* New interface gpgrt_get_syscall_clamp to allow libaries to make
88
use of Libgpg-error's system call wrapper functions.
89
* Fixed bug in the locking code when used with the nPth threading
90
library.
91
* Added new error codes.
92
* Interface changes relative to the 1.23 release:
93
gpgrt_get_syscall_clamp NEW.
94
GPG_ERR_ENGINE_TOO_OLD NEW.
95
GPG_ERR_WINDOW_TOO_SMALL NEW.
96
GPG_ERR_WINDOW_TOO_LARGE NEW.
97
GPG_ERR_MISSING_ENVVAR NEW.
98
GPG_ERR_USER_ID_EXISTS NEW.
99
GPG_ERR_NAME_EXISTS NEW.
100
GPG_ERR_DUP_NAME NEW.
101
GPG_ERR_TOO_OLD NEW.
102
GPG_ERR_TOO_YOUNG NEW.
103
104
-------------------------------------------------------------------
105
Mon Jul 18 22:21:21 UTC 2016 - astieger@suse.com
106
107
- update to 1.24:
108
* Fixes a bug in es_fclose_snatch when used used after es_fseek.
109
* Fixes building without thread support.
110
* New configure option --disable-tests.
111
112
113
-------------------------------------------------------------------
114
Wed Jun 15 17:59:30 UTC 2016 - astieger@suse.com
115
116
- update to 1.23:
117
* Fixes an assertion failure due to es_flush on read/write streams.
118
* Fixes a bug with a too short memory limit is es_fopenmen.
119
* Interface changes relative to the 1.22 release:
120
GPG_ERR_SUBKEYS_EXP_OR_REV NEW.
121
122
-------------------------------------------------------------------
123
Fri Apr 29 18:08:07 UTC 2016 - astieger@suse.com
124
125
- update to 1.22:
126
* Support for LeakSanitizer with the gpgrt_annotate_leaked_object
127
inline function.
128
* Interface changes relative to the 1.21 release:
129
GPG_ERR_DB_CORRUPTED NEW.
130
gpgrt_annotate_leaked_object NEW inline func.
131
GPGRT_ENABLE_W32_ICONV_MACROS NEW.
132
gpgrt_w32_iconv_open NEW.
133
gpgrt_w32_iconv_close NEW.
134
gpgrt_w32_iconv NEW.
135
136
-------------------------------------------------------------------
137
Mon Dec 14 09:08:59 UTC 2015 - astieger@suse.com
138
139
- update to 1.21:
140
* New functions gpgrt_poll and gpgrt_set_nonblock. For now only
141
pipes and sockets on Unix are supported.
142
* Interface changes relative to the 1.20 release:
143
gpgrt_set_nonblock NEW.
144
gpgrt_get_nonblock NEW.
145
gpgrt_poll NEW.
146
gpgrt_poll_t NEW type.
147
es_poll_t NEW type.
148
es_set_nonblock NEW macro.
149
es_get_nonblock NEW macro.
150
es_poll NEW macro.
151
GPG_ERR_TRUE NEW.
152
GPG_ERR_FALSE NEW.
153
GPG_ERR_NO_NAME NEW.
154
GPG_ERR_NO_KEY NEW.
155
GPG_ERR_SERVER_FAILED NEW.
156
157
-------------------------------------------------------------------
158
Wed Aug 26 11:03:34 UTC 2015 - astieger@suse.com
159
160
- update to 1.20:
161
* New macros for GCC attributes.
162
* Allow building without thread support.
163
* Build without a build timestamp by default.
164
* Interface changes relative to the 1.19 release:
165
GPGRT_VERSION NEW macro.
166
GPGRT_VERSION_NUMBER NEW macro.
167
GPGRT_INLINE NEW macro.
168
GPGRT_GCC_VERSION NEW macro.
169
GPGRT_ATTR_NORETURN NEW macro.
170
GPGRT_ATTR_PRINTF NEW macro.
171
GPGRT_ATTR_NR_PRINTF NEW macro.
172
GPGRT_ATTR_FORMAT_ARG NEW macro.
173
GPGRT_ATTR_SENTINEL NEW macro.
174
GPGRT_ATTR_USED NEW macro.
175
GPGRT_ATTR_UNUSED NEW macro.
176
GPGRT_ATTR_DEPRECATED NEW macro.
177
GPGRT_ATTR_PURE NEW macro.
178
GPGRT_ATTR_MALLOC NEW macro.
179
GPGRT_HAVE_MACRO_FUNCTION NEW macro.
180
GPGRT_HAVE_PRAGMA_GCC_PUSH NEW macro.
181
182
-------------------------------------------------------------------
183
Fri Apr 10 20:24:54 UTC 2015 - astieger@suse.com
184
185
- update to 1.19:
186
* New set of error codes for use with LDAP.
187
* New options --help and --defines for gpg-error.
188
* Allow building with gcc 5.
189
(replacing patch libgpg-error-1.18-gcc5.patch now removed)
190
* Interface changes relative to the 1.18 release:
191
GPG_ERR_LDAP_* NEW.
192
193
-------------------------------------------------------------------
194
Thu Mar 19 16:12:59 UTC 2015 - astieger@suse.com
195
196
- remove libtool requirement
197
198
-------------------------------------------------------------------
199
Thu Feb 19 09:24:12 UTC 2015 - rguenther@suse.com
200
201
- Add libgpg-error-1.18-gcc5.patch to pass -P to the preprocessor
202
when generating files to deal with C preprocessor changes in GCC 4.9 and up.
203
204
-------------------------------------------------------------------
205
Mon Jan 26 13:42:03 UTC 2015 - andreas.stieger@gmx.de
206
207
- update to 1.18:
208
* New translations for Hungarian, Portuguese, Russian, and
209
traditional Chinese. Updated other translations.
210
* New error codes.
211
* Interface changes relative to the 1.17 release:
212
GPG_ERR_FORBIDDEN NEW.
213
GPG_ERR_OBJ_TERM_STATE NEW.
214
GPG_ERR_REQUEST_TOO_SHORT NEW.
215
GPG_ERR_REQUEST_TOO_LONG NEW.
216
GPG_ERR_LEGACY_KEY NEW.
217
218
-------------------------------------------------------------------
219
Wed Oct 15 19:43:20 UTC 2014 - andreas.stieger@gmx.de
220
221
- update to 1.17:
222
* New error codes for TLS protocol libraries.
223
* New configure option --enable-build-timestamp.
224
* New man page for gpg-error-config.
225
* Interface changes relative to the 1.16 release:
226
GPG_ERR_SOURCE_TLS NEW.
227
GPG_ERR_NO_CERT_CHAIN NEW.
228
GPG_ERR_CERT_TOO_LARGE NEW.
229
GPG_ERR_INV_RECORD NEW.
230
GPG_ERR_BAD_MAC NEW.
231
GPG_ERR_UNEXPECTED_MSG NEW.
232
GPG_ERR_COMPR_FAILED NEW.
233
GPG_ERR_WOULD_WRAP NEW.
234
GPG_ERR_FATAL_ALERT NEW.
235
GPG_ERR_NO_CIPHER NEW.
236
GPG_ERR_MISSING_CLIENT_CERT NEW.
237
GPG_ERR_CLOSE_NOTIFY NEW.
238
GPG_ERR_TICKET_EXPIRED NEW.
239
GPG_ERR_BAD_TICKET NEW.
240
GPG_ERR_UNKNOWN_IDENTITY NEW.
241
GPG_ERR_BAD_HS_CERT NEW.
242
GPG_ERR_BAD_HS_CERT_REQ NEW.
243
GPG_ERR_BAD_HS_CERT_VER NEW.
244
GPG_ERR_BAD_HS_CHANGE_CIPHER NEW.
245
GPG_ERR_BAD_HS_CLIENT_HELLO NEW.
246
GPG_ERR_BAD_HS_SERVER_HELLO NEW.
247
GPG_ERR_BAD_HS_SERVER_HELLO_DONE NEW.
248
GPG_ERR_BAD_HS_FINISHED NEW.
249
GPG_ERR_BAD_HS_SERVER_KEX NEW.
250
GPG_ERR_BAD_HS_CLIENT_KEX NEW.
251
GPG_ERR_BOGUS_STRING NEW.
252
gpgrt_pending NEW.
253
gpgrt_pending_unlocked NEW.
254
- Build with --enable-build-timestamp=no to prevent unneccessary
255
rebuilds of dependent packages
256
- add required spec for introducted info page
257
258
-------------------------------------------------------------------
259
Sun Sep 21 20:09:03 UTC 2014 - andreas.stieger@gmx.de
260
261
- update to 1.16:
262
* Fixed a prototype mismatch.
263
* Fix es_fclose for streams opened with "samethread".
264
265
-------------------------------------------------------------------
266
Sat Sep 13 11:31:06 UTC 2014 - meissner@suse.com
267
268
- update to 1.15:
269
* This releases fixes problems with the use of off_t and ssize_t by
270
the estream functions introduced with 1.14. Although this is
271
technically an ABI break on some platforms, we take this as a
272
simple bug fix for 1.14. The new functions are very unlikely in
273
use by any code and thus no breakage should happen. The 1.14
274
tarball will be removed from the archive.
275
276
* Add type gpgrt_off_t which is guaranteed to be 64 bit.
277
278
* Add type gpgrt_ssize_t to make use on Windows easier. On Unix
279
platforms this is an alias for ssize_t.
280
281
-------------------------------------------------------------------
282
Wed Sep 10 22:42:03 UTC 2014 - andreas.stieger@gmx.de
283
284
- update to 1.14:
285
* Added gpgrt_lock_trylock.
286
* Added the estream library under the name gpgrt and a set of macros
287
to use them with their "es_" names.
288
* Interface changes relative to the 1.13 release:
289
GPG_ERR_KEY_DISABLED NEW.
290
gpgrt_*, GPGPT_* NEW.
291
292
-------------------------------------------------------------------
293
Sun Apr 27 16:18:42 UTC 2014 - andreas.stieger@gmx.de
294
295
- update to 1.13:
296
* Added a portable mutex API.
297
* The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS
298
and GPG_ERROR_MT_LIBS autoconf output variables for use by
299
programs which need gpgrt based thread support.
300
gpg-error-config has a new option --mt.
301
- Interface changes relative to the 1.12 release:
302
GPG_ERR_KEY_ON_CARD NEW.
303
GPG_ERR_MAC_ALGO NEW.
304
GPG_ERR_INV_LOCK_OBJ NEW.
305
gpgrt_lock_t NEW.
306
GPGRT_LOCK_INITIALIZER NEW.
307
GPGRT_LOCK_DEFINE NEW.
308
gpgrt_lock_init NEW.
309
gpgrt_lock_lock NEW.
310
gpgrt_lock_unlock NEW.
311
gpgrt_lock_destroy NEW.
312
gpgrt_yield NEW.
313
- run available tests
314
- fix SLE 11 SP2 build (make install)
315
316
-------------------------------------------------------------------
317
Mon Aug 19 21:21:34 UTC 2013 - andreas.stieger@gmx.de
318
319
- update to 1.12
320
* Interface changes relative to the 1.11 release:
321
GPG_ERR_NO_CRYPT_CTX NEW.
322
GPG_ERR_WRONG_CRYPT_CTX NEW.
323
GPG_ERR_BAD_CRYPT_CTX NEW.
324
GPG_ERR_CRYPT_CTX_CONFLICT NEW.
325
GPG_ERR_BROKEN_PUBKEY NEW.
326
GPG_ERR_BROKEN_SECKEY NEW.
327
- drop unused libgpg-error-nld-build.diff
328
- drop autoreconv call
329
330
-------------------------------------------------------------------
331
Tue Jun 18 08:46:57 UTC 2013 - coolo@suse.com
332
333
- remove gpg verification from bootstrap packages
334
335
-------------------------------------------------------------------
336
Mon Feb 25 19:07:29 UTC 2013 - andreas.stieger@gmx.de
337
338
- update to 1.11
339
* New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
340
errors.
341
* New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER. New
342
function gpg_error_check_version.
343
* Interface changes relative to the 1.10 release:
344
GPG_ERR_NO_KEYSERVER NEW.
345
GPG_ERR_INV_CURVE NEW.
346
GPG_ERR_UNKNOWN_CURVE NEW.
347
GPG_ERR_DUP_KEY NEW.
348
GPG_ERR_AMBIGUOUS NEW.
349
GPG_ERR_SOURCE_ASSUAN NEW.
350
gpg_error_check_version NEW.
351
GPG_ERROR_VERSION NEW.
352
GPG_ERROR_VERSION_NUMBER NEW.
353
- add offline verification of source signature
354
355
-------------------------------------------------------------------
356
Sat Feb 2 18:52:02 UTC 2013 - coolo@suse.com
357
358
- update license to new format
359
360
-------------------------------------------------------------------
361
Sun Feb 12 21:31:41 UTC 2012 - crrodriguez@opensuse.org
362
363
- Move libraries back to %{_libdir}, /usr merge project
364
365
-------------------------------------------------------------------
366
Sat Nov 19 15:56:17 UTC 2011 - coolo@suse.com
367
368
- add libtool as buildrequire to avoid implicit dependency
369
370
-------------------------------------------------------------------
371
Sun Oct 2 18:04:00 UTC 2011 - crrodriguez@opensuse.org
372
373
- Update to version 1.10
374
* Define GPG_ERR_ENABLE_ERRNO_MACROS.
375
* Add GPG_ERR_NOT_INITIALIZED.
376
* Add GPG_ERR_MISSING_ISSUER_CERT
377
-------------------------------------------------------------------
378
Fri Dec 3 11:53:24 UTC 2010 - puzel@novell.com
379
380
- update to version 1.9
381
* New function gpg_err_deinit.
382
* Interface changes relative to the 1.8 release:
383
GPG_ERR_MISSING_KEY NEW
384
GPG_ERR_TOO_MANY NEW
385
GPG_ERR_LIMIT_REACHED NEW
386
gpg_err_deinit NEW
387
- clean up specfile
388
389
-------------------------------------------------------------------
390
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
391
392
- Use %_smp_mflags
393
394
-------------------------------------------------------------------
395
Tue Aug 17 11:41:23 UTC 2010 - puzel@novell.com
396
397
- update to version 1.8
398
* New option --list for gpg-error.
399
* Interface changes relative to the 1.7 release:
400
GPG_ERR_NOT_ENABLED NEW
401
GPG_ERR_SOURCE_G13 NEW
402
GPG_ERR_NO_ENGINE NEW
403
gpg_err_set_errno NEW
404
405
-------------------------------------------------------------------
406
Mon Dec 14 16:29:18 CET 2009 - jengelh@medozas.de
407
408
- add baselibs.conf as a source
409
410
-------------------------------------------------------------------
411
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
412
413
- make patch0 usage consistent
414
415
-------------------------------------------------------------------
416
Mon Jun 1 11:41:02 CEST 2009 - puzel@suse.cz
417
418
- update to version 1.7
419
* Minor fixes and a few new error codes.
420
* Interface changes relative to the 1.6 release:
421
GPG_ERR_NOT_OPERATIONAL NEW
422
GPG_ERR_NO_PASSPHRASE NEW
423
GPG_ERR_NO_PIN NEW
424
425
-------------------------------------------------------------------
426
Fri Feb 20 03:00:44 CET 2009 - crrodriguez@suse.de
427
428
- remove static libraries, there is no reason to use them as
429
shared libraries live in /%{_lib}
430
431
-------------------------------------------------------------------
432
Thu Jan 29 10:57:01 CET 2009 - olh@suse.de
433
434
- obsolete libgpg-error-XXbit in the library subpackage
435
436
-------------------------------------------------------------------
437
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
438
439
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
440
(bnc#437293)
441
442
-------------------------------------------------------------------
443
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
444
445
- obsolete old -XXbit packages (bnc#437293)
446
447
-------------------------------------------------------------------
448
Sun May 11 12:15:22 CEST 2008 - coolo@suse.de
449
450
- fix rename of xxbit packages
451
452
-------------------------------------------------------------------
453
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
454
455
- added baselibs.conf file to build xxbit packages
456
for multilib support
457
458
-------------------------------------------------------------------
459
Wed Nov 21 18:21:11 CET 2007 - mkoenig@suse.de
460
461
- update to version 1.6
462
* Minor build system fixes
463
* gpg-error has a new option --version
464
* Interface changes relative to the 1.4 release:
465
GPG_ERR_UNFINISHED NEW
466
GPG_ERR_SOURCE_GPA NEW
467
GPG_ERR_SOURCE_KLEO NEW
468
- package branch to conform shlib policy:
469
libgpg-error0
470
471
-------------------------------------------------------------------
472
Wed Dec 13 12:37:00 CET 2006 - mkoenig@suse.de
473
474
- get rid of .la file and fix devel so link
475
476
-------------------------------------------------------------------
477
Tue Dec 5 18:47:06 CET 2006 - mkoenig@suse.de
478
479
- move shared lib to /%_lib
480
481
-------------------------------------------------------------------
482
Tue Sep 19 16:23:09 CEST 2006 - mkoenig@suse.de
483
484
- update to version 1.4:
485
* New error codes for the Assuan IPC library.
486
* New error code GPG_ERR_MISSING_ERRNO
487
* New error source GPG_ERR_SOURCE_ANY
488
* New convenience functions gpg_err_code_from_syserror and
489
gpg_error_from_syserror
490
491
-------------------------------------------------------------------
492
Thu Jul 13 09:55:21 CEST 2006 - mskibbe@suse.de
493
494
- add autoreconf --force ( includes the missing -fPIC option while
495
build )
496
497
-------------------------------------------------------------------
498
Wed Jul 12 11:14:55 CEST 2006 - mskibbe@suse.de
499
500
- update to version 1.3 which
501
o includes fixes in Makefiles
502
o fix cast problems
503
o include utf8 functions
504
o add some languages
505
506
-------------------------------------------------------------------
507
Wed Jan 25 21:37:28 CET 2006 - mls@suse.de
508
509
- converted neededforbuild to BuildRequires
510
511
-------------------------------------------------------------------
512
Thu Jun 23 17:31:04 CEST 2005 - hvogel@suse.de
513
514
- require libgpg-error
515
- add %clean section
516
517
-------------------------------------------------------------------
518
Thu Oct 14 16:50:38 CEST 2004 - hvogel@suse.de
519
520
- update to version 1.0
521
522
-------------------------------------------------------------------
523
Mon Sep 27 14:37:55 CEST 2004 - hvogel@suse.de
524
525
- fixed ac-quotation of gpg-error.m4
526
527
-------------------------------------------------------------------
528
Mon Jul 19 13:31:55 CEST 2004 - hvogel@suse.de
529
530
- correct nld_build if statement
531
532
-------------------------------------------------------------------
533
Wed Jul 14 10:20:45 CEST 2004 - adrian@suse.de
534
535
- create -devel subpackage
536
- prepare for NLD
537
538
-------------------------------------------------------------------
539
Mon May 24 16:42:53 CEST 2004 - ro@suse.de
540
541
- added return value to non-void function (main)
542
543
-------------------------------------------------------------------
544
Wed May 19 15:03:17 CEST 2004 - hvogel@suse.de
545
546
- update to version 0.7
547
548
-------------------------------------------------------------------
549
Tue Feb 17 21:13:31 CET 2004 - hvogel@suse.de
550
551
- initial package, version 0.6
552
553