Commit Graph

124 Commits

Author SHA256 Message Date
Ana Guerrero
0395aa19b0 Accepting request 1171225 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1171225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=74
2024-05-05 10:10:07 +00:00
070c490416 Accepting request 1170670 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.49:
  * Two new functions to improve the logging interface. The
    gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
    allows to pass a domain string so that in future we will be able to
    select log output by domain. It also provide a non yet functional
    feature to include a hex dump.
  * Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb]
  * Avoid an endless loop in the argparser due to a conf file read
    error. [rE2dc93cfecc]
  * Interface changes relative to the 1.48 release:
    - gpgrt_add_post_log_func        NEW.
    - gpgrt_logv_domain              NEW.
  * Release-info: https://dev.gnupg.org/T7012

OBS-URL: https://build.opensuse.org/request/show/1170670
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=106
2024-05-02 07:01:24 +00:00
Ana Guerrero
563f34906b Accepting request 1151786 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1151786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=73
2024-02-28 18:44:22 +00:00
42bdf6b491 Accepting request 1151226 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.48:
  * New configure option --with-libtool-modification.  [T6619]
  * New option parser flag to detect commands given without a double
    dash.  There is also the new meta command "command-mode" to set
    this flag via a config file.  [T6978]
  * Added an es_fopen mode flag "sequential" with support on Windows.
    [rE7a42ff0ec9]
  * Added an es_fopen mode flag "wipe" to cleanup internal buffers at
    close time.  [T6954]
  * New function gpgrt_wipememory.  [T6964]
  * Improvements to setenv on Windows.  [rE89e53ad90f]
  * Fixed call to estream-printf string filters.  [T6737]
  * Many improvements to the yat2m tool.
  * Updates to the build system.
  * Interface changes relative to the 1.47 release:
    - ARGPARSE_FLAG_COMMAND          NEW.
    - gpgrt_wipememory               NEW.
  * Release-info: https://dev.gnupg.org/T6441
  * Update upstream libgpg-error.keyring

OBS-URL: https://build.opensuse.org/request/show/1151226
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=104
2024-02-26 14:57:52 +00:00
Ana Guerrero
ce1d8cf571 Accepting request 1118832 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1118832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=72
2023-10-20 21:15:28 +00:00
2b25d40fd8 Accepting request 1118292 from home:pmonrealgonzalez:branches:Base:System
- Do not pull revision info from GIT when autoconf is run. This
  removes the -unknown suffix after the version number.
  * Add libgpg-error-nobetasuffix.patch [bsc#1216334]

OBS-URL: https://build.opensuse.org/request/show/1118292
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=102
2023-10-19 07:34:20 +00:00
Dominique Leuenberger
ddbdd59a5d Accepting request 1078642 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1078642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=71
2023-04-14 11:12:02 +00:00
af4d67fa2c Accepting request 1078640 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.47:
  * New error codes for PUKs and reset codes. [T6421]
  * Avoid segv in logging with improper use of the "socket://".
  * Fixed translation of argparse's internal option --help.
  * Interface changes relative to the 1.46 release:
    - GPG_ERR_SOURCE_TKD             NEW.
    - GPG_ERR_BAD_PUK                NEW.
    - GPG_ERR_NO_RESET_CODE          NEW.
    - GPG_ERR_BAD_RESET_CODE         NEW.
    - GPGRT_SPAWN_KEEP_STDIN         NEW.
    - GPGRT_SPAWN_KEEP_STDOUT        NEW.
    - GPGRT_SPAWN_KEEP_STDERR        NEW.
    - GPGRT_SPAWN_INHERIT_FILE       NEW.
  * Release-info: https://dev.gnupg.org/T6231

OBS-URL: https://build.opensuse.org/request/show/1078640
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=100
2023-04-12 12:05:32 +00:00
Dominique Leuenberger
df2d41166c Accepting request 1029594 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1029594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=70
2022-10-20 09:09:17 +00:00
902c1ff80a Accepting request 1014794 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.46:
  * Support for bidirectional pipes under Windows.
  * REG_DWORD types are now support in the Windows Registry.
  * Added ES_SYSHD_SOCK support for gpgrt_sysopen under Windows.
  * Fixed gpgrt_log_get_fd for the file case.
  * Avoids header problem with C11 and "noreturn".
  * The gpg-error-config command is not installed by default, because
    it is now replaced by use of pkg-config/gpgrt-config with
    gpg-error.pc.  Supply --enable-install-gpg-error-config configure
    option, if it's really needed.
  * Fixed support of posix-lock for FreeBSD.
  * Build fixes for some Mingw tool chain versions.
  * Removed remaining support for WindowsCE.
  * Updated config.guess, config.sub, and config.rpath.
  * gpg-error-config is now only installed when enabled.
  * System paths are now stripped from --cflags --and --libs.

OBS-URL: https://build.opensuse.org/request/show/1014794
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=98
2022-10-17 18:43:30 +00:00
Dominique Leuenberger
ae7084b78b Accepting request 970591 from Base:System
OBS-URL: https://build.opensuse.org/request/show/970591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=69
2022-04-23 17:44:47 +00:00
c4d186856c Accepting request 967507 from home:AndreasStieger:branches:Base:System
libgpg-error 1.45

OBS-URL: https://build.opensuse.org/request/show/967507
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=96
2022-04-18 10:45:34 +00:00
Dominique Leuenberger
8d777630f4 Accepting request 950904 from Base:System
OBS-URL: https://build.opensuse.org/request/show/950904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=68
2022-02-12 23:15:19 +00:00
f3e1c4f286 Accepting request 950768 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.44:
  * Fix dependency to gpg-error-config-test.sh.
  * Run the posix locking test only on supported platforms.
  * Detect Linux systems using musl.
  * Fix gpg-error-config-test for PKG_CONFIG_LIBDIR.
  * Fix returning of option attributes for options with args.
  * Add Turkish translations.

OBS-URL: https://build.opensuse.org/request/show/950768
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=95
2022-02-03 09:26:41 +00:00
Dominique Leuenberger
35a7fc3ae1 Accepting request 930215 from Base:System
OBS-URL: https://build.opensuse.org/request/show/930215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=67
2021-11-12 14:58:53 +00:00
e2da850005 Accepting request 929658 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.43:
  * Fix for building against GNU libc 2.34.
  * Fix gpgrt-config problems.
  * Fix gpgrt_free for legacy platforms.
  * Fix truncation of error message in the middle of a character.
  * Fix the --disable-threads configure options.
  * Improve lock-obj generation for cross-builds.
  * Improve cross-builds.
  * Improve gpgrt_wait_processes.

OBS-URL: https://build.opensuse.org/request/show/929658
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=94
2021-11-08 16:58:32 +00:00
Dominique Leuenberger
e1faa1e124 Accepting request 914201 from Base:System
OBS-URL: https://build.opensuse.org/request/show/914201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=66
2021-08-28 20:28:37 +00:00
5e64e88ac3 Accepting request 913780 from home:jengelh:pic
- Drop --with-pic (no effect with --disable-static).

OBS-URL: https://build.opensuse.org/request/show/913780
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=93
2021-08-25 10:23:28 +00:00
Richard Brown
e0a942aee2 Accepting request 881959 from Base:System
OBS-URL: https://build.opensuse.org/request/show/881959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=65
2021-04-06 15:28:48 +00:00
79021b7a01 Accepting request 881517 from home:AndreasStieger:branches:Base:System
libgpg-error 1.42

OBS-URL: https://build.opensuse.org/request/show/881517
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=91
2021-03-29 13:10:20 +00:00
Dominique Leuenberger
670f52ddfa Accepting request 866752 from Base:System
OBS-URL: https://build.opensuse.org/request/show/866752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=64
2021-01-30 12:55:37 +00:00
ee6aa7848b Accepting request 866680 from home:dirkmueller:branches:Base:System
- update to 1.41:
 * Fixes another glitch in the "ignore" meta command.
 * Fixes two typos in the German translation.
 * New function gpgrt_access.
 * Make "ignore" meta command work correctly in the option parser.
 * Interface changes relative to the 1.39 release:
 gpgrt_access                     NEW.

OBS-URL: https://build.opensuse.org/request/show/866680
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=89
2021-01-26 09:32:48 +00:00
Dominique Leuenberger
fa1f37c9f8 Accepting request 831484 from Base:System
OBS-URL: https://build.opensuse.org/request/show/831484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=63
2020-09-08 20:55:10 +00:00
8a8a825c7d Accepting request 831481 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.39:
  * "gpg-error --lib-version" works again.
  * New function gpgrt_fcancel as alternative to gpgrt_close. This
    function avoid flushing out buffered data and also tries to delete
    a newly created file.
  * Update the gnupg project keyring
  * Interface changes relative to the 1.38 release:
    - gpgrt_fcancel: NEW.

OBS-URL: https://build.opensuse.org/request/show/831481
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=87
2020-09-02 15:11:09 +00:00
Dominique Leuenberger
7c51028cb6 Accepting request 810575 from Base:System
OBS-URL: https://build.opensuse.org/request/show/810575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=62
2020-06-11 12:38:21 +00:00
f840022731 Accepting request 810460 from home:AndreasStieger:branches:Base:System
libgpg-error 1.38

OBS-URL: https://build.opensuse.org/request/show/810460
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=85
2020-06-01 08:32:22 +00:00
Dominique Leuenberger
e9ba4a7e88 Accepting request 774951 from Base:System
OBS-URL: https://build.opensuse.org/request/show/774951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=61
2020-02-24 14:49:43 +00:00
Tomáš Chvátal
dab6685087 Accepting request 774948 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.37
  Release-info: https://dev.gnupg.org/T4772
  * Fixes a build problems when using Gawk 5.0  [#4459]
  * Improves cross-compiling support.  [#4643]
  * New error codes to map SQLite primary error codes.
  * Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
  * Fixes a bug in gpgrt_close.  [#4698]
  * Fixes a few minor portability bugs.
  * New interfaces in this release:
    GPG_ERR_NO_KEYBOXD    GPG_ERR_KEYBOXD       GPG_ERR_NO_SERVICE
    GPG_ERR_SERVICE       GPG_ERR_SQL_OK        GPG_ERR_SQL_ERROR
    GPG_ERR_SQL_INTERNAL  GPG_ERR_SQL_PERM      GPG_ERR_SQL_ABORT
    GPG_ERR_SQL_BUSY      GPG_ERR_SQL_LOCKED    GPG_ERR_SQL_NOMEM
    GPG_ERR_SQL_READONLY  GPG_ERR_SQL_INTERRUPT GPG_ERR_SQL_IOERR
    GPG_ERR_SQL_CORRUPT   GPG_ERR_SQL_NOTFOUND  GPG_ERR_SQL_FULL
    GPG_ERR_SQL_CANTOPEN  GPG_ERR_SQL_PROTOCOL  GPG_ERR_SQL_EMPTY
    GPG_ERR_SQL_SCHEMA    GPG_ERR_SQL_TOOBIG    GPG_ERR_SQL_CONSTRAINT
    GPG_ERR_SQL_MISMATCH  GPG_ERR_SQL_MISUSE    GPG_ERR_SQL_NOLFS
    GPG_ERR_SQL_AUTH      GPG_ERR_SQL_FORMAT    GPG_ERR_SQL_RANGE
    GPG_ERR_SQL_NOTADB    GPG_ERR_SQL_NOTICE    GPG_ERR_SQL_WARNING
    GPG_ERR_SQL_ROW       GPG_ERR_SQL_DONE
- Remove patch fixed upstream.
  * gawk5.patch

OBS-URL: https://build.opensuse.org/request/show/774948
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=83
2020-02-17 16:53:28 +00:00
Dominique Leuenberger
2f58b399b3 Accepting request 723926 from Base:System
- Add patch to fix buidling with gawk 5.0 and newer:
  * gawk5.patch

OBS-URL: https://build.opensuse.org/request/show/723926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=60
2019-08-27 09:59:44 +00:00
Tomáš Chvátal
44d73dfa83 - Add patch to fix buidling with gawk 5.0 and newer:
* gawk5.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=81
2019-08-16 08:03:14 +00:00
Dominique Leuenberger
589ec33485 Accepting request 686404 from Base:System
OBS-URL: https://build.opensuse.org/request/show/686404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=59
2019-03-24 13:56:04 +00:00
Tomáš Chvátal
7ccfd07d37 Accepting request 686403 from home:kbabioch:branches:Base:System
- Update to 1.36:
  * Two new error codes to better support PIV cards
  * Support armv7a-unknown-linux-gnueabihf

OBS-URL: https://build.opensuse.org/request/show/686403
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=79
2019-03-19 12:10:37 +00:00
Dominique Leuenberger
f58eb4f0b8 Accepting request 668986 from Base:System
OBS-URL: https://build.opensuse.org/request/show/668986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=58
2019-01-29 13:45:45 +00:00
Tomáš Chvátal
be0cadef0d Accepting request 668983 from home:kbabioch:branches:Base:System
- Update to 1.35:
  * Distribute the correct gpgrt-config

OBS-URL: https://build.opensuse.org/request/show/668983
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=77
2019-01-28 08:04:47 +00:00
Tomáš Chvátal
9f211fe257 Accepting request 666469 from home:kbabioch:branches:Base:System
- update to 1.34:
  * Support for riscv32
  * New API to allow emergency cleanup after internal fatal errors
  * Minor bug and portability fixes

OBS-URL: https://build.opensuse.org/request/show/666469
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=76
2019-01-16 12:26:44 +00:00
Dominique Leuenberger
6d3f08f726 Accepting request 656420 from Base:System
OBS-URL: https://build.opensuse.org/request/show/656420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=57
2018-12-10 11:24:05 +00:00
Tomáš Chvátal
7124ecd979 Accepting request 656295 from home:AndreasStieger:branches:Base:System
libgpg-error 1.33

OBS-URL: https://build.opensuse.org/request/show/656295
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=74
2018-12-08 18:22:11 +00:00
Dominique Leuenberger
0f984c6b65 Accepting request 622278 from Base:System
OBS-URL: https://build.opensuse.org/request/show/622278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=56
2018-07-18 20:35:56 +00:00
Tomáš Chvátal
c1614134e6 Accepting request 622275 from home:kbabioch:branches:Base:System
- Update to 1.32:
  * Fixes a problem with gpgrt_fflush and gpgrt_fopencookie
  * Fixes a problem with the C11 header stdnoreturn.h

OBS-URL: https://build.opensuse.org/request/show/622275
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=72
2018-07-12 10:17:04 +00:00
Dominique Leuenberger
3e5c5db758 Accepting request 606634 from Base:System
OBS-URL: https://build.opensuse.org/request/show/606634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=55
2018-05-15 07:54:48 +00:00
Tomáš Chvátal
46bbdb9e6f Accepting request 606633 from home:1Antoine1:branches:Base:System
- Fix %install_info_delete usage:
  * It has to be performed in %preun not in %postun.
  * See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25install_info_delete.

OBS-URL: https://build.opensuse.org/request/show/606633
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=70
2018-05-12 11:55:50 +00:00
Dominique Leuenberger
2b4c4fb8a3 Accepting request 603224 from Base:System
OBS-URL: https://build.opensuse.org/request/show/603224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=54
2018-05-06 12:57:45 +00:00
Tomáš Chvátal
b0cc4762a2 Accepting request 603223 from security:privacy
libgpg-error 1.31

OBS-URL: https://build.opensuse.org/request/show/603223
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=68
2018-05-02 19:05:49 +00:00
Tomáš Chvátal
b060644091 Accepting request 602538 from security:privacy
libgpg-error 1.30
  * Use %license (boo#1082318)

OBS-URL: https://build.opensuse.org/request/show/602538
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=67
2018-04-30 13:14:52 +00:00
Dominique Leuenberger
cefc57fcce Accepting request 598794 from Base:System
OBS-URL: https://build.opensuse.org/request/show/598794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=53
2018-04-25 07:57:44 +00:00
Tomáš Chvátal
fc2196c39f Accepting request 598570 from security:privacy
- update signature files as more signatures got added
- refresh package signing keyring from upstream

OBS-URL: https://build.opensuse.org/request/show/598570
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=65
2018-04-19 18:11:50 +00:00
Dominique Leuenberger
125e84d602 Accepting request 595555 from Base:System
OBS-URL: https://build.opensuse.org/request/show/595555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=52
2018-04-16 10:43:35 +00:00
Tomáš Chvátal
415d51e4fe Accepting request 595546 from home:kbabioch:branches:Base:System
- Cleaned up spec file with spec-cleaner 

- Update to 1.29:
 * The yat2m tool is during cross-compile now also installed on the
   host platform.
 * New option parser and associated functions similar to the one used
   by GnuPG.
 * New Base-64 encoder.
 * Fixes regression in 1.28 for arm64 and w64 builds.
- Dropped fix_aarch64.patch (included upstream now)

OBS-URL: https://build.opensuse.org/request/show/595546
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=63
2018-04-11 09:42:08 +00:00
Dominique Leuenberger
2bab25fd50 Accepting request 590077 from Base:System
OBS-URL: https://build.opensuse.org/request/show/590077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=51
2018-03-24 15:09:07 +00:00
Tomáš Chvátal
c0cfa2abbe Accepting request 590061 from home:Guillaume_G:branches:Base:System
- Backport upstream patch to fix AArch64 build:
  * fix_aarch64.patch

OBS-URL: https://build.opensuse.org/request/show/590061
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=61
2018-03-22 11:08:48 +00:00