From e2efc8db9562935efed20b14a82cba4e7c9ab896 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 18 Aug 2020 09:32:00 +0300 Subject: [PATCH] kiss: 5.0.0 Following this change, any new checksums will exclude the second field (basename of file). Existing checksums files will continue to work. The second field in checksums files is useless as the checksums file is already ordered. This change also removes all non-files from the checksums file (Git repository sources, etc). --- core/kiss/checksums | 6 +++--- core/kiss/post-install | 11 ----------- core/kiss/sources | 6 +++--- core/kiss/version | 2 +- 4 files changed, 7 insertions(+), 18 deletions(-) delete mode 100755 core/kiss/post-install diff --git a/core/kiss/checksums b/core/kiss/checksums index 2268609d..9a4d0ed5 100644 --- a/core/kiss/checksums +++ b/core/kiss/checksums @@ -1,3 +1,3 @@ -b3492d8bc4709e28c33fbf91896e36a47f2a025e7a2499eb2f1193f324e8975f 4.1.2.tar.gz -fbfd41476955d5576fc683ff5e1b6bce1c92637aa2a52b9da76cf1e871897496 7dccedca3af1be456f582660c445b4c7a375c280.tar.gz -d1078e16236ea8bb4995ea9710ca7aa2ef44ac65c5bca132cec2ece6be98e85e 420ada727d64c2384e8124a2efbb99b50648b33f.tar.gz +6efd72195ac20e0060bf10dcd1ace68ca71a4f830da0932774145e8489a3cb15 5.0.0.tar.gz +b0aa347e8daa912267bcdd3ffd42a7dd034a69fbee0376d86f3ca8bdd5c8aa03 c8115ef28e1d4a6a9a7a896acc9d8bf7e46a4062.tar.gz +070f10e59be7767b7b181fe0bdcbd8958f9652a7524f67c90b9a2aa76785ea89 509b01b64794fc93b7b04c345c4604c413739bc0.tar.gz diff --git a/core/kiss/post-install b/core/kiss/post-install deleted file mode 100755 index 30384d19..00000000 --- a/core/kiss/post-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -find "$KISS_ROOT/usr/lib" \ - ! -type d \ - -name \*.la \ - -exec rm -f -- {} + - -find "$KISS_ROOT/var/db/kiss/installed" \ - ! -type d \ - -name manifest \ - -exec sed -i '/.*\.la$/d' {} + diff --git a/core/kiss/sources b/core/kiss/sources index a5587a2d..2b82c9ef 100644 --- a/core/kiss/sources +++ b/core/kiss/sources @@ -1,3 +1,3 @@ -https://github.com/kisslinux/kiss/archive/4.1.2.tar.gz -https://github.com/kisslinux/website/archive/7dccedca3af1be456f582660c445b4c7a375c280.tar.gz docs -https://github.com/kisslinux/wiki/archive/420ada727d64c2384e8124a2efbb99b50648b33f.tar.gz wiki +https://github.com/kisslinux/kiss/archive/5.0.0.tar.gz +https://github.com/kisslinux/website/archive/c8115ef28e1d4a6a9a7a896acc9d8bf7e46a4062.tar.gz docs +https://github.com/kisslinux/wiki/archive/509b01b64794fc93b7b04c345c4604c413739bc0.tar.gz wiki diff --git a/core/kiss/version b/core/kiss/version index 2203bfcc..aa7f0d12 100644 --- a/core/kiss/version +++ b/core/kiss/version @@ -1 +1 @@ -4.1.2 1 +5.0.0 1