From cd89fd67269972228913bbecb7e950bcc2a4f986 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 29 Sep 2022 09:49:36 +0200 Subject: [PATCH] SlunkCrypt: Updated to release 1.2.1 (2022-09-24) (#7232) --- .../patches/slunkcrypt-2022_04_24.patchset | 22 ------------------- ...24.recipe => slunkcrypt-2022_09_24.recipe} | 7 +++--- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 app-crypt/slunkcrypt/patches/slunkcrypt-2022_04_24.patchset rename app-crypt/slunkcrypt/{slunkcrypt-2022_04_24.recipe => slunkcrypt-2022_09_24.recipe} (89%) diff --git a/app-crypt/slunkcrypt/patches/slunkcrypt-2022_04_24.patchset b/app-crypt/slunkcrypt/patches/slunkcrypt-2022_04_24.patchset deleted file mode 100644 index 47c9fe759..000000000 --- a/app-crypt/slunkcrypt/patches/slunkcrypt-2022_04_24.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From fece006d8251aa9c93982a56f51212cbd6608fe4 Mon Sep 17 00:00:00 2001 -From: begasus -Date: Wed, 27 Apr 2022 11:37:45 +0000 -Subject: Add Haiku to supported OS's (from upstream) - - -diff --git a/frontend/src/platform.h b/frontend/src/platform.h -index d20c129..0ea8a0b 100644 ---- a/frontend/src/platform.h -+++ b/frontend/src/platform.h -@@ -39,6 +39,8 @@ - # define OS_TYPE_NAME "Solaris" - #elif defined(__QNX__) - # define OS_TYPE_NAME "QNX" -+#elif defined(__HAIKU__) -+# define OS_TYPE_NAME "Haiku" - #elif defined(__APPLE__) && defined(__MACH__) - # define OS_TYPE_NAME "macOS" - #elif defined(__unix__) --- -2.35.1 - diff --git a/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe b/app-crypt/slunkcrypt/slunkcrypt-2022_09_24.recipe similarity index 89% rename from app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe rename to app-crypt/slunkcrypt/slunkcrypt-2022_09_24.recipe index 6408e3555..cc16f0c97 100644 --- a/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe +++ b/app-crypt/slunkcrypt/slunkcrypt-2022_09_24.recipe @@ -12,13 +12,12 @@ cryptography laws in many countries." HOMEPAGE="https://gitlab.com/lord_mulder/slunkcrypt" COPYRIGHT="2021-2022 LoRd MuldeR" LICENSE="CC0 1.0 Universal" -REVISION="2" -gitLabDir="da63740f538e552708ae712bcc157142" +REVISION="1" +gitLabDir="dee712ff3d2b5cde8e1ad987ead2a434" SLUNKCRYPT_VERSION=`echo $portVersion | sed 's/\_/-/g'` SOURCE_URI="$HOMEPAGE/uploads/$gitLabDir/slunkcrypt.$SLUNKCRYPT_VERSION.source.tar.gz" -CHECKSUM_SHA256="599be4f4a6767992731a671d534fdaa74919dc8c83a8204b0f92439b90f7b658" +CHECKSUM_SHA256="42aca03eb55ce6d20e07a662c129183d525a947497a4d1e385c7bd94888b56e4" SOURCE_DIR="" -PATCHES="slunkcrypt-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86"