[Pkg-privacy-commits] [Git][pkg-privacy-team/monkeysphere][master] Stop asking for Perl's Crypt::OpenSSL::RSA
Daniel Kahn Gillmor
dkg at debian.org
Mon May 13 06:08:57 BST 2019
Daniel Kahn Gillmor pushed to branch master at Privacy Maintainers / monkeysphere
Commits:
130cdadc by Daniel Kahn Gillmor at 2019-05-13T05:05:13Z
Stop asking for Perl's Crypt::OpenSSL::RSA
Neither the test suite nor the README should be encouraging people to
install Crypt::OpenSSL, since it's no longer necessary.
- - - - -
2 changed files:
- README
- tests/basic
Changes:
=====================================
README
=====================================
@@ -21,7 +21,6 @@ Monkeysphere depends on:
* GnuPG >= 2.1.17
* Perl
- * Perl's Crypt::OpenSSL::RSA module
* lockfile-progs or procmail's lockfile
* Bash
* OpenSSH's ssh-keygen utility (>= 6.0)
=====================================
tests/basic
=====================================
@@ -32,14 +32,6 @@ source "$TESTDIR"/common
[ -f /usr/sbin/sshd ] || { echo "You must have sshd installed to run this test." ; exit 1; }
which socat >/dev/null || { echo "You must have socat installed to run this test." ; exit 1; }
-perl -MCrypt::OpenSSL::RSA -e 1 2>/dev/null || { echo "You must have the perl module Crypt::OpenSSL::RSA installed to run this test.
-On debian-derived systems, you can set this up with:
- apt-get install libcrypt-openssl-rsa-perl" ; exit 1; }
-
-perl -MDigest::SHA -e 1 2>/dev/null || { echo "You must have the perl module Digest::SHA installed to run this test.
-On debian-derived systems, you can set this up with:
- apt-get install libdigest-sha-perl" ; exit 1; }
-
## FIXME: other checks?
######################################################################
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/130cdadc78ca38b3b7aecb86a631a077e8c7bb5e
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/130cdadc78ca38b3b7aecb86a631a077e8c7bb5e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20190513/c6754ca4/attachment.html>
More information about the Pkg-privacy-commits
mailing list