Package: libgpg-error / 1.51-3

Metadata

Package Version Patches format
libgpg-error 1.51-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove upstream git fanciness.patch | (download)

autogen.sh | 79 5 74 - 0 !
1 file changed, 5 insertions( ), 74 deletions(-)

 remove upstream git fanciness

Debian needs to be able to build libgpg-error while using git for
tracking the debian packaging itself.  Debian also wants to autoreconf
this stuff.  However, Debian does *not* need to conform exactly to
upstream's git configurations.

This avoids mistakes like accidentally identifying running code as a
beta.

from upstream/0001 spawn w32 Fix a memory leak on an error path.patch | (download)

src/spawn-w32.c | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

 [patch] spawn:w32: fix a memory leak on an error path.

* src/spawn-w32.c (spawn_detached): Make sure to release
lpAttributeList.
(_gpgrt_process_spawn): Likewise.

--

Signed-off-by: NIIBE Yutaka <[email protected]>