[packages/apache-mod_auth_kerb] - rel 10, fix const foo * vs foo * const, lol
baggins
baggins at pld-linux.org
Sat Feb 28 22:06:11 CET 2026
commit 1b92a0975751d12be8be709380121570e5f09a8e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 28 23:05:23 2026 +0100
- rel 10, fix const foo * vs foo * const, lol
apache-mod_auth_kerb-heimdal.patch | 11 +++++++++++
apache-mod_auth_kerb.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/apache-mod_auth_kerb.spec b/apache-mod_auth_kerb.spec
index fb4217e..ace5a86 100644
--- a/apache-mod_auth_kerb.spec
+++ b/apache-mod_auth_kerb.spec
@@ -4,7 +4,7 @@ Summary: This is the Kerberos authentication module for Apache
Summary(pl.UTF-8): Moduł uwierzytelnienia Kerberos dla Apache
Name: apache-mod_%{mod_name}
Version: 5.4
-Release: 9
+Release: 10
Epoch: 1
License: GPL
Group: Networking/Daemons/HTTP
diff --git a/apache-mod_auth_kerb-heimdal.patch b/apache-mod_auth_kerb-heimdal.patch
index 0ace49d..c58ae41 100644
--- a/apache-mod_auth_kerb-heimdal.patch
+++ b/apache-mod_auth_kerb-heimdal.patch
@@ -8,3 +8,14 @@
#else
# include <gssapi/gssapi.h>
# include <gssapi/gssapi_generic.h>
+--- mod_auth_kerb-5.4/src/mod_auth_kerb.c.orig 2026-02-28 22:50:02.049825889 +0100
++++ mod_auth_kerb-5.4/src/mod_auth_kerb.c 2026-02-28 23:03:46.340000285 +0100
+@@ -1340,7 +1341,7 @@
+ gss_name_t client_name = GSS_C_NO_NAME;
+ gss_cred_id_t delegated_cred = GSS_C_NO_CREDENTIAL;
+ OM_uint32 (KRB5_LIB_FUNCTION *accept_sec_token)
+- (OM_uint32 *, gss_ctx_id_t *, const gss_cred_id_t,
++ (OM_uint32 *, gss_ctx_id_t *, gss_const_cred_id_t,
+ const gss_buffer_t, const gss_channel_bindings_t,
+ gss_name_t *, gss_OID *, gss_buffer_t, OM_uint32 *,
+ OM_uint32 *, gss_cred_id_t *);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_auth_kerb.git/commitdiff/1b92a0975751d12be8be709380121570e5f09a8e
More information about the pld-cvs-commit
mailing list