Accepting request 696214 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=107
This commit is contained in:
commit
91deca46f8
@ -12,11 +12,11 @@ That way it's only an impact on usability.
|
|||||||
kwrite/main.cpp | 3 +--
|
kwrite/main.cpp | 3 +--
|
||||||
2 files changed, 2 insertions(+), 4 deletions(-)
|
2 files changed, 2 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
Index: kate-18.07.70git.20180531T121543~bf6d5b753/kate/main.cpp
|
Index: kate-19.03.60git.20181224T024634~7203979fc/kate/main.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- kate-18.07.70git.20180531T121543~bf6d5b753.orig/kate/main.cpp
|
--- kate-19.03.60git.20181224T024634~7203979fc.orig/kate/main.cpp 2018-12-25 09:49:15.867478873 +0100
|
||||||
+++ kate-18.07.70git.20180531T121543~bf6d5b753/kate/main.cpp
|
+++ kate-19.03.60git.20181224T024634~7203979fc/kate/main.cpp 2018-12-25 09:49:19.231424088 +0100
|
||||||
@@ -63,13 +63,8 @@ int main(int argc, char **argv)
|
@@ -61,13 +61,8 @@
|
||||||
#ifndef Q_OS_WIN
|
#ifndef Q_OS_WIN
|
||||||
// Prohibit using sudo or kdesu (but allow using the root user directly)
|
// Prohibit using sudo or kdesu (but allow using the root user directly)
|
||||||
if (getuid() == 0) {
|
if (getuid() == 0) {
|
||||||
@ -32,19 +32,19 @@ Index: kate-18.07.70git.20180531T121543~bf6d5b753/kate/main.cpp
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
Index: kate-18.07.70git.20180531T121543~bf6d5b753/kwrite/main.cpp
|
Index: kate-19.03.60git.20181224T024634~7203979fc/kwrite/main.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- kate-18.07.70git.20180531T121543~bf6d5b753.orig/kwrite/main.cpp
|
--- kate-19.03.60git.20181224T024634~7203979fc.orig/kwrite/main.cpp 2018-12-25 09:49:19.231424088 +0100
|
||||||
+++ kate-18.07.70git.20180531T121543~bf6d5b753/kwrite/main.cpp
|
+++ kate-19.03.60git.20181224T024634~7203979fc/kwrite/main.cpp 2018-12-25 09:50:32.302253532 +0100
|
||||||
@@ -52,13 +52,8 @@ extern "C" Q_DECL_EXPORT int main(int ar
|
@@ -52,13 +52,8 @@
|
||||||
#ifndef Q_OS_WIN
|
#ifndef Q_OS_WIN
|
||||||
// Prohibit using sudo or kdesu (but allow using the root user directly)
|
// Prohibit using sudo or kdesu (but allow using the root user directly)
|
||||||
if (getuid() == 0) {
|
if (getuid() == 0) {
|
||||||
- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
|
- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
|
||||||
- std::cout << "Executing Kate with sudo is not possible due to unfixable security vulnerabilities." << std::endl;
|
- std::cout << "Executing KWrite with sudo is not possible due to unfixable security vulnerabilities." << std::endl;
|
||||||
- return EXIT_FAILURE;
|
- return EXIT_FAILURE;
|
||||||
- } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) {
|
- } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) {
|
||||||
- std::cout << "Executing Kate with kdesu is not possible due to unfixable security vulnerabilities." << std::endl;
|
- std::cout << "Executing KWrite with kdesu is not possible due to unfixable security vulnerabilities." << std::endl;
|
||||||
- return EXIT_FAILURE;
|
- return EXIT_FAILURE;
|
||||||
- }
|
- }
|
||||||
+ std::cout << "THIS IS POTENTIALLY INSECURE!\nTo edit files as root please use:" << std::endl;
|
+ std::cout << "THIS IS POTENTIALLY INSECURE!\nTo edit files as root please use:" << std::endl;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7f2cba41a4c88b65885532db6b6161c66055a6697d20ee88adb70f302d387e1
|
|
||||||
size 5765324
|
|
3
kate-19.04.0.tar.xz
Normal file
3
kate-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64c3c312a69d45624e3619309b86de796f67d30a864433a5c24aeb4e299bacc9
|
||||||
|
size 5792940
|
33
kate.changes
33
kate.changes
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 06:51:53 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||||
|
- Changes since 19.03.90:
|
||||||
|
* improve comment
|
||||||
|
* fix handling of sub modules in git rely on ls-files --recurse-submodules, there since end of 2016
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 09 20:54:39 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||||
|
- Changes since 19.03.80:
|
||||||
|
* No code changes since 19.03.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 06:40:58 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||||
|
- Changes since 18.12.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
- Refreshed patches:
|
||||||
|
* 0001-Defuse-root-block.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 09 08:03:13 UTC 2019 - lbeltrame@kde.org
|
Sat Mar 09 08:03:13 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kate
|
Name: kate
|
||||||
Version: 18.12.3
|
Version: 19.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced Text Editor
|
Summary: Advanced Text Editor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user