summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-24 15:57:28 +0100
committerAmy Liffey <amynka@gentoo.org>2017-02-26 10:54:17 +0100
commit4df2a635d35f7a1b6c06fed9a5308efd83ec2f5b (patch)
treee6fc1866e14b022b337e6f52fb2d8b63fbda5496
parentend-quiz: Unify indentation and whitespace (diff)
downloadcomrel-4df2a635d35f7a1b6c06fed9a5308efd83ec2f5b.tar.gz
comrel-4df2a635d35f7a1b6c06fed9a5308efd83ec2f5b.tar.bz2
comrel-4df2a635d35f7a1b6c06fed9a5308efd83ec2f5b.zip
end-quiz, q2: s/SSL/TLS using OpenSSL library/, clarify 'build time'
Make the question a little more tricky by suggesting that OpenSSL is being used and modernizing SSL into TLS. This requires the recruit to figure out the appropriate USE flag, and makes sure he won't choose USE=openssl. Also, make it clear that the optional dependency is enabled/disabled at build time, and not is a pure build time dependency.
-rw-r--r--recruiters/quizzes/end-quiz.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/recruiters/quizzes/end-quiz.txt b/recruiters/quizzes/end-quiz.txt
index c2db1bf..29495bc 100644
--- a/recruiters/quizzes/end-quiz.txt
+++ b/recruiters/quizzes/end-quiz.txt
@@ -23,8 +23,9 @@ him for the original and for extensive helpful feedback.
docs: devmanual
-2. You have a patch for foomatic which adds SSL support that is optional
- at build time. Assuming that foomatic uses an autotools based build system
+2. You have a patch for foomatic which adds TLS support using the OpenSSL
+ library. The dependency is optional and controlled at build time.
+ Assuming that foomatic uses an autotools based build system
provide most probable changes required in an EAPI="6" ebuild.
docs: devmanual