From 26b4fc20d737e90aa85be281222d0a465f35be073cc55300c91fb7969c7e6fb5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 6 Jun 2016 21:25:48 +0000 Subject: [PATCH 1/2] start with 5.23.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=102 --- kinit-5.22.0.tar.xz | 3 --- kinit-5.23.0.tar.xz | 3 +++ kinit.changes | 7 +++++++ kinit.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kinit-5.22.0.tar.xz create mode 100644 kinit-5.23.0.tar.xz diff --git a/kinit-5.22.0.tar.xz b/kinit-5.22.0.tar.xz deleted file mode 100644 index 932c8ec..0000000 --- a/kinit-5.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c99a56fcd147d79610f2672020595fb11c6eda2d2ffbbf194e402e09ef1e1b8 -size 117748 diff --git a/kinit-5.23.0.tar.xz b/kinit-5.23.0.tar.xz new file mode 100644 index 0000000..0f88dff --- /dev/null +++ b/kinit-5.23.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d2e5fc2fa71e6d1d2cca2e5654f90cbe4d4dd5607898365e062d4471a48f7d +size 117812 diff --git a/kinit.changes b/kinit.changes index ad08a23..a56b5fd 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 6 21:25:45 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.23.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.23.0.php + ------------------------------------------------------------------- Sat May 7 18:32:15 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinit.spec b/kinit.spec index cda6f5f..3ecb669 100644 --- a/kinit.spec +++ b/kinit.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.22 +%define _tar_path 5.23 Name: kinit -Version: 5.22.0 +Version: 5.23.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 4fd36f9f26ca9e376dd5949c656b8cd92843428a367a5e4e6361f3de375091fd Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 15 Jun 2016 21:10:13 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=103 --- kinit.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kinit.changes b/kinit.changes index a56b5fd..b7e7b13 100644 --- a/kinit.changes +++ b/kinit.changes @@ -2,6 +2,11 @@ Mon Jun 6 21:25:45 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.23.0 + * Fix race in which the file containing the X11 cookie has the + wrong permissions for a small while + (boo#983926, CVE-2016-3100, kde#358593, kde#363140) + * Fix permissions of /tmp/xauth-xxx-_y + (boo#983926, CVE-2016-3100, kde#358593, kde#363140) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.23.0.php