diff --git a/backport-More-typo-fixes-to-silence-Debian-lintian-typo-in-ma.patch b/backport-More-typo-fixes-to-silence-Debian-lintian-typo-in-ma.patch deleted file mode 100644 index 8ece2a9d5f20c45c97f1f77f54d3469fe274a429..0000000000000000000000000000000000000000 --- a/backport-More-typo-fixes-to-silence-Debian-lintian-typo-in-ma.patch +++ /dev/null @@ -1,77 +0,0 @@ -From 159794c918c2e2c0e3d7a1d1a4feadf3151ebc80 Mon Sep 17 00:00:00 2001 -From: Simon Josefsson -Date: Fri, 16 Sep 2022 16:22:25 +0200 -Subject: [PATCH] More typo fixes to silence Debian lintian - typo-in-manual-page. - -Signed-off-by: Simon Josefsson ---- - man/gssproxy-mech.8.xml.in | 4 ++-- - man/gssproxy.conf.5.xml | 8 ++++---- - 2 files changed, 6 insertions(+), 6 deletions(-) - -diff --git a/man/gssproxy-mech.8.xml.in b/man/gssproxy-mech.8.xml.in -index 6be38f9..87e5d8e 100644 ---- a/man/gssproxy-mech.8.xml.in -+++ b/man/gssproxy-mech.8.xml.in -@@ -36,7 +36,7 @@ - /etc/gss/mech configuration file. - - -- The interposer plugin allows to intercept the entire GSSAPI -+ The interposer plugin allows one to intercept the entire GSSAPI - communication and detour to the gssproxy - daemon. When the interposer plugin is installed two other - conditions need to be met in order to activate it: -@@ -112,7 +112,7 @@ - REMOTE_ONLY - - This setting is currently not fully implemented and -- therefor not supported. -+ therefore not supported. - - - -diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml -index 261c9f6..0e9b3b1 100644 ---- a/man/gssproxy.conf.5.xml -+++ b/man/gssproxy.conf.5.xml -@@ -98,7 +98,7 @@ - option may cause a service definition to mask - access to following services. To avoid issues - change the order of services in your -- configuation file so that services with -+ configuration file so that services with - allow_any_uid enabled are listed last, or define - a custom socket for other services. - Default: false -@@ -146,7 +146,7 @@ - - cred_store (string) - -- This parameter allows to control in which way gssproxy should use the cred_store interface provided by GSSAPI. The parameter can be defined multiple times per service. -+ This parameter allows one to control in which way gssproxy should use the cred_store interface provided by GSSAPI. The parameter can be defined multiple times per service. - The syntax of the cred_store parameter is as - follows: - :]]> -@@ -272,7 +272,7 @@ - flag name or value. - - -- NOTE: Because often gssproxy is used to withold -+ NOTE: Because often gssproxy is used to withhold - access to credentials the Delegate Flag is filtered - by default. To allow a service to delegate - credentials use the first example below. -@@ -381,7 +381,7 @@ - - socket (string) - -- This parameter allows to create a per-service socket file over which gssproxy client and server components communicate. -+ This parameter allows one to create a per-service socket file over which gssproxy client and server components communicate. - - When this parameter is not set, gssproxy will - use a compiled-in default. --- -2.27.0 - diff --git a/backport-Typo-doc-fix.patch b/backport-Typo-doc-fix.patch deleted file mode 100644 index 1e06771726d6851dafb88d6cc02b79e17fb74b29..0000000000000000000000000000000000000000 --- a/backport-Typo-doc-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 090aa9442c141e967e6e86455d50bccd2142ab0a Mon Sep 17 00:00:00 2001 -From: Simon Josefsson -Date: Tue, 13 Sep 2022 17:12:51 +0200 -Subject: [PATCH] Typo doc fix. - -Silences Debian lintian typo-in-manual-page. - -Signed-off-by: Simon Josefsson ---- - man/gssproxy.conf.5.xml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml -index e778583..261c9f6 100644 ---- a/man/gssproxy.conf.5.xml -+++ b/man/gssproxy.conf.5.xml -@@ -186,7 +186,7 @@ - - cred_usage (string) - -- Allow to restrict the kind of operations permitted for this service. -+ Allow one to restrict the kind of operations permitted for this service. - The allowed options are: initiate, accept, both - Default: cred_usage = both - --- -2.27.0 - diff --git a/backport-tests-fix-userproxytest-missed-NULL-argument-pointer.patch b/backport-tests-fix-userproxytest-missed-NULL-argument-pointer.patch deleted file mode 100644 index b0e810d2e54bc7467baaf53c4d25df218e0b89c3..0000000000000000000000000000000000000000 --- a/backport-tests-fix-userproxytest-missed-NULL-argument-pointer.patch +++ /dev/null @@ -1,31 +0,0 @@ -From f52e60fad1e202a8f9c06ec6ce8bada69c62c93c Mon Sep 17 00:00:00 2001 -From: Kai Zhang -Date: Wed, 6 Sep 2023 21:41:15 +0800 -Subject: [PATCH] tests: fix userproxytest missed NULL argument pointer - -Execv syscall needs the argument array of pointers must -be terminated by a null pointer, otherwise the garbage -data might break the test. - -Signed-off-by: Kai Zhang ---- - tests/userproxytest.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/tests/userproxytest.c b/tests/userproxytest.c -index d035c8f..8aea41a 100644 ---- a/tests/userproxytest.c -+++ b/tests/userproxytest.c -@@ -17,7 +17,8 @@ char *srv_args[] = { - "-u", "-i", - "-d", "--debug-level=1", - "-s", "./testdir/userproxytest.sock", -- "--idle-timeout=3" -+ "--idle-timeout=3", -+ NULL - }; - - int mock_activation_sockets(void) --- -2.40.1 - diff --git a/gssproxy-0.9.1.tar.gz b/gssproxy-0.9.1.tar.gz deleted file mode 100644 index d9767b6100198a6f2cae0967c8598ef232885c38..0000000000000000000000000000000000000000 Binary files a/gssproxy-0.9.1.tar.gz and /dev/null differ diff --git a/gssproxy-0.9.2.tar.gz b/gssproxy-0.9.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..867c62ef9693bbb8952d1daca0ca85233073ac49 Binary files /dev/null and b/gssproxy-0.9.2.tar.gz differ diff --git a/gssproxy.spec b/gssproxy.spec index 53f1b7e94ba84a8aeb4abec6e37d78e0255ca63a..9de1ea91af9b567dc6e88bedcdd0e0af1c1fc503 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -6,17 +6,13 @@ %global gpstatedir %{_localstatedir}/lib/gssproxy Name: gssproxy -Version: 0.9.1 -Release: 4 +Version: 0.9.2 +Release: 1 Summary: GSSAPI Proxy License: MIT URL: https://github.com/gssapi/gssproxy Source0: https://github.com/gssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz -Patch1: backport-Typo-doc-fix.patch -Patch2: backport-More-typo-fixes-to-silence-Debian-lintian-typo-in-ma.patch -Patch3: backport-tests-fix-userproxytest-missed-NULL-argument-pointer.patch - Requires: krb5 keyutils libverto-module-base libini_config Requires(post): systemd Requires(preun): systemd @@ -114,6 +110,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Fri Dec 22 2023 yixiangzhike - 0.9.2-1 +- update to 0.9.2 + * Fri Sep 8 2023 laokz - 0.9.1-4 - backport upstream patch to fix userproxytest bug