[packages/libkcapi] up to 1.5.0

atler atler at pld-linux.org
Fri Jan 12 02:28:57 CET 2024


commit 478bdd29a829985343190227e703d20dd036b7db
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jan 12 00:33:47 2024 +0100

    up to 1.5.0

 disable-log.patch | 27 ---------------------------
 libkcapi.spec     |  8 +++-----
 2 files changed, 3 insertions(+), 32 deletions(-)
---
diff --git a/libkcapi.spec b/libkcapi.spec
index f471904..26bc943 100644
--- a/libkcapi.spec
+++ b/libkcapi.spec
@@ -8,14 +8,13 @@
 Summary:	Linux Kernel Crypto API User Space Interface Library
 Summary(pl.UTF-8):	Biblioteka interfejsu przestrzeni użytownika do API kryptograficznego jądra Linuksa
 Name:		libkcapi
-Version:	1.4.0
-Release:	2
+Version:	1.5.0
+Release:	1
 License:	BSD or GPL v2
 Group:		Libraries
 #Source0Download: https://www.chronox.de/libkcapi.html
 Source0:	https://www.chronox.de/libkcapi/%{name}-%{version}.tar.xz
-# Source0-md5:	ca877231a346dfeefb50fe4311d2df5d
-Patch0:		disable-log.patch
+# Source0-md5:	a509d17e097117b93af2eb1c294f4c11
 URL:		https://www.chronox.de/libkcapi.html
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -81,7 +80,6 @@ Statyczna biblioteka libkcapi.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/disable-log.patch b/disable-log.patch
deleted file mode 100644
index 663df0a..0000000
--- a/disable-log.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 7a56432a48f6af4b2e5c2f0ec62ff974b111a3e9 Mon Sep 17 00:00:00 2001
-From: Stephan Mueller <smueller at chronox.de>
-Date: Wed, 27 Jul 2022 07:21:45 +0200
-Subject: [PATCH] set default log level to NONE
-
-Libraries should not issue any logs. Thus, set the default log level to
-NONE.
-
-Suggested-by: Fabian Vogt
-Signed-off-by: Stephan Mueller <smueller at chronox.de>
----
- lib/kcapi-kernel-if.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/kcapi-kernel-if.c b/lib/kcapi-kernel-if.c
-index 0df1a02..d7b10bf 100644
---- a/lib/kcapi-kernel-if.c
-+++ b/lib/kcapi-kernel-if.c
-@@ -55,7 +55,7 @@ void orig_memset_secure(void *s, int c, uint32_t n)
- /************************************************************
-  * Logging logic
-  ************************************************************/
--enum kcapi_verbosity kcapi_verbosity_level = KCAPI_LOG_ERR;
-+enum kcapi_verbosity kcapi_verbosity_level = KCAPI_LOG_NONE;
- 
- void kcapi_dolog(enum kcapi_verbosity severity, const char *fmt, ...)
- {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libkcapi.git/commitdiff/478bdd29a829985343190227e703d20dd036b7db



More information about the pld-cvs-commit mailing list