libapache2-mod-auth-gssapi (1.6.4-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.6.5-2 > 1.6.4-3
- Git: https://salsa.debian.org/freeipa-team/mod-auth-gssapi.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 172032
- Browser: https://salsa.debian.org/freeipa-team/mod-auth-gssapi
- Last scan: 2024-10-02 23:30:06+00
- Next scan: 2024-10-09 18:04:00+00
- Debian changelog in Git:
libapache2-mod-auth-gssapi (1.6.5-2) UNRELEASED; urgency=medium
* control, copyright, watch: Update upstream repo url.
(Closes: #985744)
-- Timo Aaltonen <tjaalton@debian.org> Wed, 22 Feb 2023 12:44:51 +0200
- This branch is 7 commits ahead of tag debian/1.6.4-2
- Git log:
commit 74bb373bc658c21f055cb5c2842a1829d47d47bb
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Wed Feb 22 12:45:23 2023 +0200
control, copyright, watch: Update upstream repo url.
commit 8fbc38863f9048cbfab01c401cf931379b3490dd
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Tue Sep 6 17:29:41 2022 +0300
releasing package libapache2-mod-auth-gssapi version 1.6.5-1
commit c0245ce9bfac4ab2a3e319b8aad23badac2372b2
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Tue Sep 6 17:28:55 2022 +0300
version bump
commit f3a8c58ba84953edad2538f1b0f019c82a25d90a
Merge: b8a4001 796000a
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Tue Sep 6 17:28:37 2022 +0300
Merge branch 'upstream'
commit 796000ae896ed56bd1e737255fcef2a067ae1ec6
Author: Simo Sorce <simo@redhat.com>
Date: Mon Aug 29 06:28:02 2022 -0400
Release version 1.6.5
Signed-off-by: Simo Sorce <simo@redhat.com>
commit 3d82ddf9939c0ebd8925db94664e4a0e484d3e39
Author: Simo Sorce <simo@redhat.com>
Date: Sun Aug 28 20:13:05 2022 -0400
OpenSSL 3.0 deprecated low level HMAC and other
So we need to disable -Werror until we can replace those functions
with calls to the EVP api or internal code.
Signed-off-by: Simo Sorce <simo@redhat.com>
commit 463d9328f091086edcec554a31430dc696997615
Author: Simo Sorce <simo@redhat.com>
Date: Sun Aug 28 20:03:01 2022 -0400
Fix a crash bug when s4u2proxy is configured
If no cred store options are present at all the code now crashes trying
to access the structure that should hold the options as it is NULL.
Also add ifdefs that were missed in the original patch.
Signed-off-by: Simo Sorce <simo@redhat.com>