Commit Graph

70 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Tomáš Chvátal
94023b829b Accepting request 586441 from home:kbabioch:branches:Base:System
- update to 1.28:
  * The formerly internal yat2m tool is now installed for a native build.
  * The new files gpgrt.m4 and gpgrt-config are now installed. They can
    be used instead of gpg-error.m4 and gpg-error-config.
  * New logging functions similar to those used by GnuPG.
  * New helper functions for platform abstraction. 
  * Interface changes

OBS-URL: https://build.opensuse.org/request/show/586441
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=59
2018-03-13 15:32:32 +00:00
Tomáš Chvátal
6441aa5c11 Accepting request 477504 from security:privacy
libgpg-error 1.27

OBS-URL: https://build.opensuse.org/request/show/477504
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=57
2017-03-07 14:20:28 +00:00
Tomáš Chvátal
1606ec2ebf Accepting request 448126 from security:privacy
libgpg-error 1.26

OBS-URL: https://build.opensuse.org/request/show/448126
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=56
2016-12-29 09:10:31 +00:00
Tomáš Chvátal
1c149fb2b0 Accepting request 440353 from security:privacy
libgpg-error 1.25

OBS-URL: https://build.opensuse.org/request/show/440353
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=54
2016-11-15 10:20:48 +00:00
0c5077ca75 Accepting request 412025 from security:privacy
libgpg-error 1.24

OBS-URL: https://build.opensuse.org/request/show/412025
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=52
2016-07-20 06:53:41 +00:00
P. Janouch
ace479f4f9 Accepting request 402495 from security:privacy
libgpg-error 1.23

OBS-URL: https://build.opensuse.org/request/show/402495
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=50
2016-06-16 10:31:55 +00:00
8707f122ff Accepting request 392932 from home:AndreasStieger:branches:Base:System
update to 1.22

OBS-URL: https://build.opensuse.org/request/show/392932
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=48
2016-04-29 18:44:00 +00:00
Stephan Kulow
61dd4acad4 Accepting request 348811 from security:privacy
libgpg-error 1.21

OBS-URL: https://build.opensuse.org/request/show/348811
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=46
2015-12-15 18:39:38 +00:00
b537c24dac Accepting request 327096 from security:privacy
libgpg-error 1.20

OBS-URL: https://build.opensuse.org/request/show/327096
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=44
2015-08-26 15:46:03 +00:00
02765e5e99 Accepting request 295345 from security:privacy
libgpg-error 1.19

OBS-URL: https://build.opensuse.org/request/show/295345
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=42
2015-04-13 09:58:49 +00:00
008628cee8 Accepting request 291613 from security:privacy
- remove libtool requirement

OBS-URL: https://build.opensuse.org/request/show/291613
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=40
2015-03-20 15:42:48 +00:00
Richard Biener
5e33cb4869 Accepting request 286723 from home:rguenther:branches:Base:System
- Add libgpg-error-1.18-gcc5.patch to pass -P to the preprocessor
  when generating files to deal with C preprocessor changes in GCC 4.9 and up.

OBS-URL: https://build.opensuse.org/request/show/286723
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=38
2015-02-19 09:26:50 +00:00
c373a5d596 Accepting request 282855 from home:AndreasStieger:branches:Base:System
libgpg-error 1.18

OBS-URL: https://build.opensuse.org/request/show/282855
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=36
2015-01-28 13:01:35 +00:00
Cristian Rodríguez
5458452589 Accepting request 256782 from home:AndreasStieger:branches:Base:System
libgpg-error 1.17

OBS-URL: https://build.opensuse.org/request/show/256782
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=34
2014-10-16 02:27:57 +00:00
Stephan Kulow
68010e33d9 Accepting request 250569 from home:AndreasStieger:branches:Base:System
libgpg-error 1.16

OBS-URL: https://build.opensuse.org/request/show/250569
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=32
2014-09-25 05:48:11 +00:00
b82bd9db88 - update to 1.15:
* This releases fixes problems with the use of off_t and ssize_t by
   the estream functions introduced with 1.14.  Although this is
   technically an ABI break on some platforms, we take this as a
   simple bug fix for 1.14.  The new functions are very unlikely in
   use by any code and thus no breakage should happen.  The 1.14
   tarball will be removed from the archive.
 * Add type gpgrt_off_t which is guaranteed to be 64 bit.
 * Add type gpgrt_ssize_t to make use on Windows easier.  On Unix
   platforms this is an alias for ssize_t.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=30
2014-09-13 11:31:32 +00:00
b8bd00c452 Accepting request 248421 from home:AndreasStieger:branches:Base:System
libgpg-error 1.14

OBS-URL: https://build.opensuse.org/request/show/248421
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=29
2014-09-13 11:14:30 +00:00
526c34bdaf Accepting request 231581 from home:AndreasStieger:branches:Base:System
libgpg-error 1.13

OBS-URL: https://build.opensuse.org/request/show/231581
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=27
2014-04-28 09:26:48 +00:00
Vítězslav Čížek
48382d3ed5 Accepting request 195635 from home:AndreasStieger:branches:Base:System
update to 1.12

OBS-URL: https://build.opensuse.org/request/show/195635
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=25
2013-08-20 12:20:13 +00:00
Stephan Kulow
8109259fa4 - remove gpg verification from bootstrap packages
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=23
2013-06-18 08:47:09 +00:00
298dc4c322 Accepting request 156357 from home:AndreasStieger:branches:Base:System
1.11

OBS-URL: https://build.opensuse.org/request/show/156357
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=21
2013-02-26 08:32:40 +00:00
Stephan Kulow
e3b1c653e6 Accepting request 150823 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/150823
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=20
2013-02-03 07:05:05 +00:00
Cristian Rodríguez
a67dee7200 Accepting request 104175 from home:elvigia:branches:Base:System
- Move libraries back to %{_libdir}, /usr merge project

OBS-URL: https://build.opensuse.org/request/show/104175
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=18
2012-02-12 22:26:04 +00:00
OBS User buildservice-autocommit
c045c66365 Updating link to change in openSUSE:Factory/libgpg-error revision 26.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=298a1f8e42b5f559575b94a369f43a70
2011-12-06 17:23:56 +00:00
Andreas Jaeger
d0fb8e1d9f Accepting request 92492 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92492
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=16
2011-11-21 09:33:28 +00:00