Friday, December 30, 2022

[UPDATE]: security/kc

Hi!

Update to kc 2.5.1.
This fixes compilation warnings and subsequent erroneous parameter parsing on arm and powerpc (thanks to tb@ for noticing and providing the fix too!).

Daniel


diff --git a/security/kc/Makefile b/security/kc/Makefile
index bb73e24a451..9581e04cd2c 100644
--- a/security/kc/Makefile
+++ b/security/kc/Makefile
@@ -2,7 +2,7 @@ COMMENT = console based password storing application

GH_ACCOUNT = levaidaniel
GH_PROJECT = kc
-GH_TAGNAME = 2.5.0
+GH_TAGNAME = 2.5.1

CATEGORIES = security

diff --git a/security/kc/distinfo b/security/kc/distinfo
index 70dbd7a942e..a77c2f56933 100644
--- a/security/kc/distinfo
+++ b/security/kc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (kc-2.5.0.tar.gz) = e2qyCIwulrcTVvVUz9XSZNE7NouPtnGXLPAxDZRvv64=
-SIZE (kc-2.5.0.tar.gz) = 99969
+SHA256 (kc-2.5.1.tar.gz) = 0CZdohmGwmG9FQKzE1QL/pka+Ll+RKcpbYIv4OLgpjI=
+SIZE (kc-2.5.1.tar.gz) = 100143

No comments:

Post a Comment