From 70de14a4ec791324fb86e5313d6b68d0daa3509bb4c714f4d257a9c8589a0761 Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Mon, 27 Jan 2020 12:02:43 +0000 Subject: [PATCH 1/3] - Update to version 20200127: * fix paths of ksysguard whitelisting * fix zero-termination of error message for overly long paths OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=246 --- _servicedata | 2 +- permissions-20191205.tar.xz | 3 --- permissions-20200127.tar.xz | 3 +++ permissions.changes | 7 +++++++ permissions.spec | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 permissions-20191205.tar.xz create mode 100644 permissions-20200127.tar.xz diff --git a/_servicedata b/_servicedata index 925e12f..9347ef4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - 530cade2a85b318e8cb35261f3d2da5223c11af2 \ No newline at end of file + c454d55471490bf8b9e72faa0bb37f3515995bf8 \ No newline at end of file diff --git a/permissions-20191205.tar.xz b/permissions-20191205.tar.xz deleted file mode 100644 index 37fa365..0000000 --- a/permissions-20191205.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33cb35f03205a688daad7bd71ef56a924da6920936ee29cc5e319a761538656a -size 20776 diff --git a/permissions-20200127.tar.xz b/permissions-20200127.tar.xz new file mode 100644 index 0000000..6d4d156 --- /dev/null +++ b/permissions-20200127.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da1415226c3d8b90b6d5bef764ed0db46b451a71c4b6602075e69a3eada9d6 +size 20888 diff --git a/permissions.changes b/permissions.changes index d484248..433c802 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 27 11:58:17 UTC 2020 - malte.kraus@suse.com + +- Update to version 20200127: + * fix paths of ksysguard whitelisting + * fix zero-termination of error message for overly long paths + ------------------------------------------------------------------- Thu Dec 05 14:31:49 UTC 2019 - malte.kraus@suse.com diff --git a/permissions.spec b/permissions.spec index 48c2563..794fb36 100644 --- a/permissions.spec +++ b/permissions.spec @@ -1,7 +1,7 @@ # # spec file for package permissions # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define VERSION 20191205 +%define VERSION 20200127 Name: permissions Version: %{VERSION} From a4023dfa6b836086bd0af55b8a5281bfb5063b4ba0cf8a954ab0e5aa14705e61 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 4 Feb 2020 12:22:39 +0000 Subject: [PATCH 2/3] - Update to version 20200204: * mariadb: settings for new auth_pam_tool (bsc#1160285) * chkstat: - add read-only fallback when /proc is not mounted (bsc#1160764) - capability handling fixes (bsc#1161779) - better error message when refusing to fix dir perms (#32) OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=247 --- _servicedata | 2 +- permissions-20200127.tar.xz | 3 --- permissions-20200204.tar.xz | 3 +++ permissions.changes | 10 ++++++++++ permissions.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 permissions-20200127.tar.xz create mode 100644 permissions-20200204.tar.xz diff --git a/_servicedata b/_servicedata index 9347ef4..1b5d926 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - c454d55471490bf8b9e72faa0bb37f3515995bf8 \ No newline at end of file + 402e7433e5b8114ea2e591ed6a8eadca8936127d \ No newline at end of file diff --git a/permissions-20200127.tar.xz b/permissions-20200127.tar.xz deleted file mode 100644 index 6d4d156..0000000 --- a/permissions-20200127.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75da1415226c3d8b90b6d5bef764ed0db46b451a71c4b6602075e69a3eada9d6 -size 20888 diff --git a/permissions-20200204.tar.xz b/permissions-20200204.tar.xz new file mode 100644 index 0000000..f8f26f2 --- /dev/null +++ b/permissions-20200204.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caae20667203bf24d53c95891f4e78c17e2edcb39670660b49ade78052c1e535 +size 21532 diff --git a/permissions.changes b/permissions.changes index 433c802..09de56b 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 04 12:20:43 UTC 2020 - matthias.gerstner@suse.com + +- Update to version 20200204: + * mariadb: settings for new auth_pam_tool (bsc#1160285) + * chkstat: + - add read-only fallback when /proc is not mounted (bsc#1160764) + - capability handling fixes (bsc#1161779) + - better error message when refusing to fix dir perms (#32) + ------------------------------------------------------------------- Mon Jan 27 11:58:17 UTC 2020 - malte.kraus@suse.com diff --git a/permissions.spec b/permissions.spec index 794fb36..e5b1e4b 100644 --- a/permissions.spec +++ b/permissions.spec @@ -1,7 +1,7 @@ # # spec file for package permissions # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From d9ba7c2f04cb73a2161d19ab36fb48b5410d3f80c5378bafc103e86520818e76 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 4 Feb 2020 12:30:29 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=248 --- permissions.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/permissions.spec b/permissions.spec index e5b1e4b..1a403b4 100644 --- a/permissions.spec +++ b/permissions.spec @@ -16,7 +16,7 @@ # -%define VERSION 20200127 +%define VERSION 20200204 Name: permissions Version: %{VERSION}