pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Explicitly disable afalgeng ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40eaddaf4351
branches:  trunk
changeset: 410323:40eaddaf4351
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 20 17:42:53 2020 +0000

description:
openssl: Explicitly disable afalgeng for now.

This is only supported in certain Linux configurations, so will need proper
PLIST logic if it is to be properly handled as an option.  Fixes EL7.

diffstat:

 security/openssl/PLIST.Linux |  2 --
 security/openssl/options.mk  |  7 ++++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0698ef8ad65e -r 40eaddaf4351 security/openssl/PLIST.Linux
--- a/security/openssl/PLIST.Linux      Mon Jan 20 17:34:41 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2020/01/16 21:58:50 wiz Exp $
-lib/engines-1.1/afalg.${SOEXT}
diff -r 0698ef8ad65e -r 40eaddaf4351 security/openssl/options.mk
--- a/security/openssl/options.mk       Mon Jan 20 17:34:41 2020 +0000
+++ b/security/openssl/options.mk       Mon Jan 20 17:42:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2020/01/16 22:45:45 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2020/01/20 17:42:53 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openssl
 PKG_SUPPORTED_OPTIONS= idea md2 mdc2 rc5 zlib threads
@@ -19,6 +19,11 @@
 CONFIGURE_ARGS+=       no-${alg}
 .  endif
 .endfor
+#
+# Only supported in certain Linux configurations, needs proper handling if
+# it is to be supported as an option.
+#
+CONFIGURE_ARGS+=       no-afalgeng
 
 .if !empty(PKG_OPTIONS:Mzlib)
 CONFIGURE_ARGS+=       zlib



Home | Main Index | Thread Index | Old Index