Package: libauthen-krb5-perl / 1.9-2

Metadata

Package Version Patches format
libauthen-krb5-perl 1.9-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
better compiler flags | (download)

Makefile.PL | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 don't link with -lresolv
 Don't link with -lresolv to avoid unnecessary shared library
 dependencies. Strip unnecessary -I/usr/include and -L/usr/lib
 flags which may cause problems.
fix_pod | (download)

Krb5.pm | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix manpage-has-errors-from-pod2man
fix init_context.patch | (download)

Krb5.xs | 15 10 + 5 - 0 !
typemap | 1 1 + 0 - 0 !
2 files changed, 11 insertions(+), 5 deletions(-)

 init_context() should return context

Make init_context() really return the context as documented.  We also make it
safe to call init_context() several times in case one wants to access the
context object later.