Package: gssproxy / 0.9.2-5~exp0

Metadata

Package Version Patches format
gssproxy 0.9.2-5~exp0 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove unneeded include in configure script.patch | (download)

external/dinglibs.m4 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch] remove unneeded include in configure script

Deprecated 'ini_config.h' is going to be removed from public API.

Signed-off-by: Alexey Tikhonov <atikhono@redhat.com>

0001 Don t check for libref_array explicitly.patch | (download)

configure.ac | 1 0 + 1 - 0 !
external/dinglibs.m4 | 249 121 + 128 - 0 !
2 files changed, 121 insertions(+), 129 deletions(-)

 [patch] don't check for libref_array explicitly

LIBINI_CONFIG_LIBS contains '-lref_array' and there is no
lib version that wouldn't provide `ref_array_destroy()`, so
this change won't break anything now.

On the other hand, it can help to avoid breaking later, when
'ref_array' will be merged in 'ini_config'.

Signed-off-by: Alexey Tikhonov <atikhono@redhat.com>