From 78ad8310288da05938d9e8071d19ef57ab865eec Mon Sep 17 00:00:00 2001 From: complication Date: Mon, 4 Feb 2008 21:34:52 +0000 Subject: [PATCH] 2008-02-04 Complication * Added my release signing key into TrustedUpdate.java --- .../src/net/i2p/crypto/TrustedUpdate.java | 20 +++++++++++++++++++ history.txt | 3 +++ .../src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/crypto/TrustedUpdate.java b/core/java/src/net/i2p/crypto/TrustedUpdate.java index 1094ee84d..510b831c8 100644 --- a/core/java/src/net/i2p/crypto/TrustedUpdate.java +++ b/core/java/src/net/i2p/crypto/TrustedUpdate.java @@ -79,6 +79,26 @@ lFm5Fqx/iW5+k0QaQZ3W9mY= =V3i7 -----END PGP SIGNATURE----- */ +/* +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +*/ + /* Complication's key */ + private static final String DEFAULT_TRUSTED_KEY3 = + "JHFA0yXUgKtmhajXFZH9Nk62OPRHbvvQHTi8EANV-D~3tjLjaz9p9cs6F" + + "s8W3FSLfUwsQeFg7dfVSQQZga~1jMjboo94vIcm3j6XbW4mbcorVQ74uP" + + "jd8EA1AQhJ6bBTxDAFk~6fVDOdhHT0Wo5CcUn7v8bAYY3x3UWiL8Remx0="; +/* +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.6 (GNU/Linux) + +iD8DBQFHphOV+h38a3n8zjMRAll+AJ9KA6WiDJcTN4qfrslSemUMr+FBrwCeM8pF +D8usM7Dxp5yrDrCYZ5AIijc= +=SrXI +-----END PGP SIGNATURE----- +*/ + private static final String VALID_VERSION_CHARS = "0123456789."; private static final int VERSION_BYTES = 16; private static final int HEADER_BYTES = Signature.SIGNATURE_BYTES + VERSION_BYTES; diff --git a/history.txt b/history.txt index 6eee68349..bf0300b8b 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ +2008-02-04 Complication + * Added my release signing key into TrustedUpdate.java + 2008-01-31 zzz * NewsFetcher: Change fetch failed from error to warning * installer: Fix URL and "email" diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 859f2fda9..8f4df9726 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -17,7 +17,7 @@ import net.i2p.CoreVersion; public class RouterVersion { public final static String ID = "$Revision: 1.548 $ $Date: 2008-01-08 21:15:43 $"; public final static String VERSION = "0.6.1.30"; - public final static long BUILD = 23; + public final static long BUILD = 24; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);