SlunkCrypt: Updated to release 1.2.1 (2022-09-24) (#7232)

This commit is contained in:
LoRd_MuldeR
2022-09-29 09:49:36 +02:00
committed by GitHub
parent 3d4c853276
commit cd89fd6726
2 changed files with 3 additions and 26 deletions

View File

@@ -1,22 +0,0 @@
From fece006d8251aa9c93982a56f51212cbd6608fe4 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
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

View File

@@ -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"