forked from pool/libgpg-error
Compare commits
61 Commits
Author | SHA256 | Date | |
---|---|---|---|
f23d72be54 | |||
0dc126327c | |||
f26e42300f | |||
276518c952 | |||
7cf2239f29 | |||
e5be90fd7a | |||
40ce3e2d90 | |||
5de7e08ce0 | |||
9ec3d553e6 | |||
0395aa19b0 | |||
563f34906b | |||
ce1d8cf571 | |||
ddbdd59a5d | |||
df2d41166c | |||
ae7084b78b | |||
8d777630f4 | |||
35a7fc3ae1 | |||
e1faa1e124 | |||
|
e0a942aee2 | ||
670f52ddfa | |||
fa1f37c9f8 | |||
7c51028cb6 | |||
e9ba4a7e88 | |||
2f58b399b3 | |||
589ec33485 | |||
f58eb4f0b8 | |||
6d3f08f726 | |||
0f984c6b65 | |||
3e5c5db758 | |||
2b4c4fb8a3 | |||
cefc57fcce | |||
125e84d602 | |||
2bab25fd50 | |||
64cd1adc67 | |||
e7a7ac9740 | |||
8e3d38cf35 | |||
2b7f5c67af | |||
02a84333ed | |||
0f50015140 | |||
61a60a8337 | |||
|
5464cfd769 | ||
8086da8e73 | |||
3f07d8c108 | |||
593d149111 | |||
b27f667f48 | |||
|
b737d516e1 | ||
|
79fe3187e7 | ||
|
65e623eadc | ||
|
d3c8aa113f | ||
|
ee60d7d8d2 | ||
|
e4e80e660c | ||
|
c4970f0bcf | ||
|
0a0f3b7f9c | ||
|
0d636eabb6 | ||
|
f36bba619d | ||
|
e5a40a2817 | ||
|
e8e2dc034d | ||
|
0a4b4f8e68 | ||
|
6b9d00266e | ||
|
f929f8c61d | ||
|
93fa3b91e7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a
|
||||
size 1082003
|
Binary file not shown.
3
libgpg-error-1.55.tar.bz2
Normal file
3
libgpg-error-1.55.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78
|
||||
size 1109437
|
BIN
libgpg-error-1.55.tar.bz2.sig
Normal file
BIN
libgpg-error-1.55.tar.bz2.sig
Normal file
Binary file not shown.
@@ -1,17 +1,17 @@
|
||||
Index: libgpg-error-1.47/autogen.sh
|
||||
Index: libgpg-error-1.53/autogen.sh
|
||||
===================================================================
|
||||
--- libgpg-error-1.47.orig/autogen.sh
|
||||
+++ libgpg-error-1.47/autogen.sh
|
||||
@@ -243,7 +243,7 @@ if [ "$myhost" = "find-version" ]; then
|
||||
fi
|
||||
--- libgpg-error-1.53.orig/autogen.sh
|
||||
+++ libgpg-error-1.53/autogen.sh
|
||||
@@ -259,7 +259,7 @@ if [ "$myhost" = "find-version" ]; then
|
||||
matchexcl="--exclude $package-*beta*"
|
||||
|
||||
beta=no
|
||||
- if [ -e .git ]; then
|
||||
+ if false; then
|
||||
ingit=yes
|
||||
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
||||
tmp=$(git describe --match "${matchstr1}" $matchexcl --long 2>/dev/null)
|
||||
if [ -n "$tmp" ]; then
|
||||
@@ -268,8 +268,8 @@ if [ "$myhost" = "find-version" ]; then
|
||||
@@ -285,8 +285,8 @@ if [ "$myhost" = "find-version" ]; then
|
||||
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
||||
else
|
||||
ingit=no
|
||||
@@ -19,6 +19,6 @@ Index: libgpg-error-1.47/autogen.sh
|
||||
- tmp="-unknown"
|
||||
+ beta=no
|
||||
+ tmp=""
|
||||
cid="0000000"
|
||||
rev="0000000"
|
||||
rvd="0"
|
||||
fi
|
||||
|
@@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 10:33:23 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.55:
|
||||
* Rewrite the extended length path handling under Windows. [T5754]
|
||||
* Add new test commands to the gpg-error tool. Allow command w/o
|
||||
dashes and reformat the help. [rEc002490a8f]
|
||||
* Silence warning from gcc 15. [T7621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 07:29:28 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.54:
|
||||
* Fix a regression in 1.52 which did not allow to open UNC
|
||||
specified files on Windows. [rE28ae4ee194]
|
||||
* Ignore log file specification from the Registry in the gpg-error
|
||||
tool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 11:39:08 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.53:
|
||||
* Fix regression in 1.52.
|
||||
* Rebase libgpg-error-nobetasuffix.patch
|
||||
|
||||
- Update to 1.52:
|
||||
* The KEY_WOW64_xxKEY flags can now be passed to the Registry read
|
||||
functions. [rE652328c786]
|
||||
* In the spawn functions care about closefrom/close call is
|
||||
interrupted. [T7478]
|
||||
* New simple string list API. [rE47097806f1]
|
||||
* New API for name value files. [rE7ec1f27b60]
|
||||
* Interface changes relative to the 1.51 release:
|
||||
- gpgrt_w32_reg_query_string NEW (Windows only).
|
||||
- gpgrt_strlist_t NEW type.
|
||||
- gpgrt_strlist_free NEW.
|
||||
- gpgrt_strlist_add NEW.
|
||||
- gpgrt_strlist_tokenize NEW.
|
||||
- gpgrt_strlist_copy NEW.
|
||||
- gpgrt_strlist_rev NEW.
|
||||
- gpgrt_strlist_prev NEW.
|
||||
- gpgrt_strlist_last NEW.
|
||||
- gpgrt_strlist_pop NEW.
|
||||
- gpgrt_strlist_find NEW.
|
||||
- GPGRT_STRLIST_APPEND NEW const.
|
||||
- GPGRT_STRLIST_WIPE NEW const.
|
||||
- gpgrt_nvc_t NEW type.
|
||||
- gpgrt_nve_t NEW type.
|
||||
- gpgrt_nvc_new NEW.
|
||||
- gpgrt_nvc_release NEW.
|
||||
- gpgrt_nvc_get_flag NEW.
|
||||
- gpgrt_nvc_add NEW.
|
||||
- gpgrt_nvc_set NEW.
|
||||
- gpgrt_nve_set NEW.
|
||||
- gpgrt_nvc_delete NEW.
|
||||
- gpgrt_nvc_lookup NEW.
|
||||
- gpgrt_nvc_parse NEW.
|
||||
- gpgrt_nvc_write NEW.
|
||||
- gpgrt_nve_next NEW.
|
||||
- gpgrt_nve_name NEW.
|
||||
- gpgrt_nve_value NEW.
|
||||
- gpgrt_nvc_get_string NEW.
|
||||
- gpgrt_nvc_get_bool NEW.
|
||||
- GPGRT_NVC_WIPE NEW const.
|
||||
- GPGRT_NVC_PRIVKEY NEW const.
|
||||
- GPGRT_NVC_SECTION NEW const.
|
||||
- GPGRT_NVC_MODIFIED NEW const.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 10:47:20 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.51:
|
||||
* Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn. [rEb79d4206f4]
|
||||
* Add new spawn function to modify the environment. [T7307]
|
||||
* Fix missing environ var for macOS and others. [T7169,T7307]
|
||||
* Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
|
||||
* Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
|
||||
* Fix build error introduced by C-committee stupidity. [T7344]
|
||||
* Interface changes relative to the 1.50 release:
|
||||
- _gpg_w32_gettext_use_utf8 EXTN (new value 2).
|
||||
- gpgrt_spawn_actions_set_env_rev NEW.
|
||||
- GPGRT_PROCESS_ALLOW_SET_FG NEW.
|
||||
* Release-info: https://dev.gnupg.org/T7164
|
||||
* Rebase libgpg-error-nobetasuffix.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 07:57:01 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgpg-error
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libgpg-error
|
||||
Version: 1.50
|
||||
Version: 1.55
|
||||
Release: 0
|
||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user