#
PORTNAME= monkeysphere
-PORTVERSION= 0.24
+PORTVERSION= 0.25
CATEGORIES= security
MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
# hack for debian orig tarballs
lockfile:${PORTSDIR}/mail/procmail \
bash:${PORTSDIR}/shells/bash \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
MAN1= monkeysphere.1 openpgp2ssh.1 pem2openpgp.1
MAN7= monkeysphere.7
-MD5 (monkeysphere_0.24.orig.tar.gz) = 8590532f4702fa44027a6a583657c9ef
-SHA256 (monkeysphere_0.24.orig.tar.gz) = 2a58cee998ddb1b21b953826fc746a743e17d94e6fa34ac9cbee4262873b5c5f
-SIZE (monkeysphere_0.24.orig.tar.gz) = 86044
+MD5 (monkeysphere_0.25.orig.tar.gz) = aff67ae009c6f12fb65d05dba888e662
+SHA256 (monkeysphere_0.25.orig.tar.gz) = 6849b8b060215fe9959afe1b64a828e61e93661db998c5e128768be5cc7005ed
+SIZE (monkeysphere_0.25.orig.tar.gz) = 93216
+++ /dev/null
---- src/monkeysphere-host
-+++ src/monkeysphere-host
-@@ -103,7 +103,7 @@ update_gpg_pub_file() {
- load_fingerprint() {
- if [ -f "$HOST_KEY_FILE" ] ; then
- HOST_FINGERPRINT=$( \
-- (FUBAR=$(mktemp -d) && export GNUPGHOME="$FUBAR" \
-+ (FUBAR=$(msmktempdir) && export GNUPGHOME="$FUBAR" \
- && gpg --quiet --import \
- && gpg --quiet --list-keys --with-colons --with-fingerprint \
- && rm -rf "$FUBAR") <"$HOST_KEY_FILE" \
+++ /dev/null
---- src/share/keytrans 2009-03-01 13:39:50.000000000 -0500
-+++ src/share/keytrans 2009-03-10 00:39:53.681890554 -0400
-@@ -199,7 +199,7 @@
- sub simple_checksum {
- my $bytes = shift;
-
-- return unpack("%32W*",$bytes) % 65536;
-+ return unpack("%32U*",$bytes) % 65536;
- }
-
- # calculate the multiplicative inverse of a mod b this is euclid's