From c343c88e78529b7fe43a089f5fdae5821dfb277a Mon Sep 17 00:00:00 2001 From: Rod Myers Date: Tue, 29 Jan 2019 20:47:14 -0500 Subject: [PATCH 1/2] Update trident-master.json To see if we can get security/dehydrated to build added; "security_dehydrated_SET=bash", "security_dehydrated_UNSET=zsh", avaailable options BASH=on: Use the Bourne Again shell (BASH) ZSH=off: Use the Z shell (ZSH) --- trident-master.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trident-master.json b/trident-master.json index 443147a..43da096 100644 --- a/trident-master.json +++ b/trident-master.json @@ -286,6 +286,8 @@ "print_qpdfview_SET=QT5 DJVU", "print_xfce4-print_UNSET=LPR", "security_ca_root_nss_UNSET=ETCSYMLINK", + "security_dehydrated_SET=bash", + "security_dehydrated_UNSET=zsh", "security_gnupg_SET=GPGSM SCDAEMON", "security_gpgme_SET=GPGSM", "security_ike_SET=QTGUI NATT LDAP", From 048af734ce5fbf17c0347b3c2b2eaebcf0a7d676 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 4 Feb 2019 08:47:24 -0500 Subject: [PATCH 2/2] Update trident-master.json Fix security/dehydrated options: Needs uppercase to match the option. --- trident-master.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trident-master.json b/trident-master.json index 43da096..af99baa 100644 --- a/trident-master.json +++ b/trident-master.json @@ -286,8 +286,8 @@ "print_qpdfview_SET=QT5 DJVU", "print_xfce4-print_UNSET=LPR", "security_ca_root_nss_UNSET=ETCSYMLINK", - "security_dehydrated_SET=bash", - "security_dehydrated_UNSET=zsh", + "security_dehydrated_SET=BASH", + "security_dehydrated_UNSET=ZSH", "security_gnupg_SET=GPGSM SCDAEMON", "security_gpgme_SET=GPGSM", "security_ike_SET=QTGUI NATT LDAP",