Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache2-mod_auth_gssapi for
openSUSE:Factory checked in at 2023-08-23 14:58:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_gssapi (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_auth_gssapi.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_auth_gssapi"
Wed Aug 23 14:58:03 2023 rev:4 rq:1105260 version:1.6.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_auth_gssapi/apache2-mod_auth_gssapi.changes
2022-02-10 23:12:56.324339396 +0100
+++
/work/SRC/openSUSE:Factory/.apache2-mod_auth_gssapi.new.1766/apache2-mod_auth_gssapi.changes
2023-08-23 14:59:15.454166421 +0200
@@ -1,0 +2,32 @@
+Mon Jul 17 05:16:03 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 1.6.5:
+ * Fix a bad crash bug when the GssapiUseS4U2Proxy option is set
+ but no GssapiCredStore directives are provided at all.
+ - crash bug when s4u2proxy is configured by @simo5 in #272
+- rebased patch apache2-mod_auth_gssapi-test.patch
+
+-------------------------------------------------------------------
+Mon Jul 17 05:11:38 UTC 2023 - Johannes Kastl <[email protected]>
+
+- change upstream URL to https://github.com/gssapi/mod_auth_gssapi,
+ because https://github.com/modauthgssapi/mod_auth_gssapi has no
+ releases, no activity and looks fishy
+- upgrade to 1.6.4:
+ * tests: Catch errors during tests setup by @stanislavlevin in
+ #225
+ * tests: Don't override the specific environment by the global
+ one by @stanislavlevin in #227
+ * Emit error in logs if keytab files can't be opened by @simo5 in
+ #229
+ * Add warnings if s4u2proxy options are inconsistent by @simo5 in
+ #232
+ * Move to python3 by default by @frozencemetery in #235
+ * Fix type/token distinction in parser.y by @frozencemetery in
+ #237
+ * Special ccache handling for {HOSTNAME} acceptor by @simo5 in
+ #238
+ * crypto: Handle EVP changes in OpenSSL 3 by @frozencemetery in
+ #256
+
+-------------------------------------------------------------------
Old:
----
mod_auth_gssapi-1.6.3.tar.gz
New:
----
mod_auth_gssapi-1.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_auth_gssapi.spec ++++++
--- /var/tmp/diff_new_pack.suwr1W/_old 2023-08-23 14:59:16.102167579 +0200
+++ /var/tmp/diff_new_pack.suwr1W/_new 2023-08-23 14:59:16.106167587 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache2-mod_auth_gssapi
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2004, 2005 NOVELL (All rights reserved)
#
# All modifications and additions to the file contributed by third parties
@@ -23,12 +23,12 @@
%define test 0
%endif
Name: apache2-mod_auth_gssapi
-Version: 1.6.3
+Version: 1.6.5
Release: 0
Summary: GSSAPI Module for Apache
License: MIT
-URL: https://github.com/modauthgssapi/mod_auth_gssapi/
-Source0:
https://github.com/modauthgssapi/mod_auth_gssapi/releases/download/v%{version}/mod_auth_gssapi-%{version}.tar.gz
+URL: https://github.com/gssapi/mod_auth_gssapi/
+Source0:
https://github.com/gssapi/mod_auth_gssapi/releases/download/v%{version}/mod_auth_gssapi-%{version}.tar.gz
# python3 and other testsuite fixes
Patch0: apache2-mod_auth_gssapi-test.patch
BuildRequires: apache-rpm-macros
@@ -73,7 +73,7 @@
%check
%if %{test} == 1
-sed -i 's/env python/python3/' tests/*.py
+sed -i 's/env python3/python3/' tests/*.py
export PATH="$PATH:%{_sbindir}"
make check
%endif
++++++ apache2-mod_auth_gssapi-test.patch ++++++
--- /var/tmp/diff_new_pack.suwr1W/_old 2023-08-23 14:59:16.146167658 +0200
+++ /var/tmp/diff_new_pack.suwr1W/_new 2023-08-23 14:59:16.162167687 +0200
@@ -1,30 +1,55 @@
-Index: mod_auth_gssapi-1.6.3/tests/magtests.py
-===================================================================
---- mod_auth_gssapi-1.6.3.orig/tests/magtests.py 2020-08-05
18:56:18.944535412 +0200
-+++ mod_auth_gssapi-1.6.3/tests/magtests.py 2020-11-25 10:34:58.170058037
+0100
-@@ -413,6 +413,11 @@ def setup_http(testdir, so_dir, wrapenv)
+From 07daec17066ff9871c09bc83045c106266b7e578 Mon Sep 17 00:00:00 2001
+From: Johannes Kastl <[email protected]>
+Date: Mon, 17 Jul 2023 07:38:48 +0200
+Subject: [PATCH] patch tests for openSUSE
+
+Signed-off-by: Johannes Kastl <[email protected]>
+---
+ tests/httpd.conf | 2 ++
+ tests/magtests.py | 9 +++++++--
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/tests/httpd.conf b/tests/httpd.conf
+index 4672cde..cfa5afd 100644
+--- a/tests/httpd.conf
++++ b/tests/httpd.conf
+@@ -71,7 +71,9 @@ LoadModule userdir_module modules/mod_userdir.so
+ LoadModule version_module modules/mod_version.so
+ </IfModule>
+ LoadModule vhost_alias_module modules/mod_vhost_alias.so
++<IfModule !prefork.c>
+ LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
++</IfModule>
+ LoadModule proxy_module modules/mod_proxy.so
+ LoadModule proxy_http_module modules/mod_proxy_http.so
+
+diff --git a/tests/magtests.py b/tests/magtests.py
+index 7316788..e0c7c07 100755
+--- a/tests/magtests.py
++++ b/tests/magtests.py
+@@ -417,6 +417,11 @@ def setup_http(testdir, so_dir, wrapenv):
+ if not os.path.exists(moddir):
distro = "Debian"
moddir = "/usr/lib/apache2/modules"
- if not os.path.exists(moddir):
++ if not os.path.exists(moddir):
+ distro = "SUSE"
+ moddir = "/usr/lib64/apache2"
+ if not os.path.exists(moddir):
+ moddir = "/usr/lib/apache2"
-+ if not os.path.exists(moddir):
+ if not os.path.exists(moddir):
raise ValueError("Could not find Apache module directory!")
os.symlink(moddir, os.path.join(httpdir, 'modules'))
-
-@@ -436,7 +441,7 @@ def setup_http(testdir, so_dir, wrapenv)
- 'MALLOC_PERTURB_': str(random.randint(0, 32767) % 255 + 1)}
- httpenv.update(wrapenv)
+@@ -443,7 +448,7 @@ def setup_http(testdir, so_dir, wrapenv):
+ 'MALLOC_PERTURB_': str(random.randint(0, 32767) % 255 + 1),
+ })
- httpd = "httpd" if distro == "Fedora" else "apache2"
+ httpd = "httpd" if (distro == "Fedora") or (distro == "SUSE") else
"apache2"
+ log = open(httpdstdlog, 'a')
httpproc = subprocess.Popen([httpd, '-DFOREGROUND', '-f', config],
- env=httpenv, preexec_fn=os.setsid)
- return httpproc
-@@ -449,7 +454,7 @@ def kinit_user(testdir, kdcenv):
- testenv.update(kdcenv)
+ stdout=log, stderr=log,
+@@ -460,7 +465,7 @@ def kinit_user(testdir, kdcenv):
+ })
with (open(testlog, 'a')) as logfile:
- kinit = subprocess.Popen(["kinit", USR_NAME],
@@ -32,18 +57,7 @@
stdin=subprocess.PIPE,
stdout=logfile, stderr=logfile,
env=testenv, preexec_fn=os.setsid)
-Index: mod_auth_gssapi-1.6.3/tests/httpd.conf
-===================================================================
---- mod_auth_gssapi-1.6.3.orig/tests/httpd.conf 2020-08-05
18:56:18.943535397 +0200
-+++ mod_auth_gssapi-1.6.3/tests/httpd.conf 2020-11-25 10:31:32.600854885
+0100
-@@ -71,7 +71,9 @@ LoadModule userdir_module modules/mod_us
- LoadModule version_module modules/mod_version.so
- </IfModule>
- LoadModule vhost_alias_module modules/mod_vhost_alias.so
-+<IfModule !prefork.c>
- LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
-+</IfModule>
- LoadModule proxy_module modules/mod_proxy.so
- LoadModule proxy_http_module modules/mod_proxy_http.so
-
+--
+2.41.0
+
++++++ mod_auth_gssapi-1.6.3.tar.gz -> mod_auth_gssapi-1.6.5.tar.gz ++++++
++++ 20506 lines of diff (skipped)