‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, October 18, 2018 7:55 PM, DC* <d...@riseup.net> wrote:

> Seems auto-update key works flawlessly. Attached relevant logs.

Hooray! I was able to verify this build on my Debian Jessie box:

```
steve@debian:~/local_freenet/fred$ cat /etc/debian_version 

8.11
steve@debian:~/local_freenet/fred$ uname -a
Linux debian 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64 
GNU/Linux
steve@debian:~/local_freenet/fred$ java -version
java version "1.7.0_181"
OpenJDK Runtime Environment (IcedTea 2.6.14) (7u181-2.6.14-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.181-b01, mixed mode)
steve@debian:~/local_freenet/fred$ ./gradlew jar
...
BUILD SUCCESSFUL in 11s
4 actionable tasks: 4 executed
SHA-256 of freenet.jar: 
5efa9c4184cc02316b9faa1c8ce32bda78f5885c3a0703f684e0a08bdf3ffc8b
steve@debian:~/local_freenet/fred$ sha256sum freenet-build01481.jar
5efa9c4184cc02316b9faa1c8ce32bda78f5885c3a0703f684e0a08bdf3ffc8b  
freenet-build01481.jar
steve@debian:~/local_freenet/fred$ cmp freenet-build01481.jar 
build/libs/freenet.jar
steve@debian:~/local_freenet/fred$ echo $?
0
```

I'm now running 1481.

In case others want to go the same route, specifically, because I wasn't
able to get the jar to fetch from the test key (RecentlyFailed), I
fetched the dependency changes - upgraded Bouncy Castle, introducing jna
and jna-platform:

```
> git diff build01480..build01481 -- dependencies.properties 

diff --git a/dependencies.properties b/dependencies.properties
index 0c919f8c57..d89a1fe3f9 100644
--- a/dependencies.properties
+++ b/dependencies.properties
@@ -6,14 +6,30 @@ 
contrib.key=CHK@6xW9CyMrm9fVoHfQL4j8~O2BBNzJt0N3HywffP2O1t4,ozsCsUld9z~EUh5NFkZr
 contrib.size=4685193
 contrib.type=CLASSPATH
 contrib.order=1
-bouncycastle.version=1.54.0
-bouncycastle.filename=bcprov-jdk15on-154.jar
-bouncycastle.sha256=d0ae14598f9c528d2ab7bb8ed00e785a5440f692712cd362d69328aba25efb57
+bouncycastle.version=1.59.0
+bouncycastle.filename=bcprov-jdk15on-1.59.jar
+bouncycastle.sha256=1c31e44e331d25e46d293b3e8ee2d07028a67db011e74cb2443285aed1d59c85
 bouncycastle.filename-regex=bcprov-jdk.*.jar
-bouncycastle.key=CHK@3Ra2Gbc7li7CGAKMOlZsrjC4HDkDdmyZoMb37rJq6F8,p8HhYtEegEWaCvFfTb-Heh3OIqqRq~w6wcbQrKsPShg,AAMC--8/bcprov-jdk15on-154.jar
-bouncycastle.size=3277268
+bouncycastle.key=CHK@tQXPsjTMsS9Nj60y3qglLKoPzxSqU~6GvfF~d06yyoo,59eHcQAcoxtlZvempONC80Motcasm9NK9294RC8tXtE,AAMC--8/bcprov-jdk15on-1.59.jar
+bouncycastle.size=4092400
 bouncycastle.type=CLASSPATH
 bouncycastle.order=-1
+jna.version=4.2.2
+jna.filename=jna-4.2.2.jar
+jna.sha256=1f38af54e06c6e6f6dbf39ba2c052b952dea5dddb4871127b34639ddeb11bdbe
+jna.filename-regex=jna-*.jar
+jna.key=CHK@0qI6PqVBf2aGVFt6VOFqpBkglZWg0ulrqu4ZPIsKcoA,IXD2eKM-LV81yX-kZkwQBd9~yJJO2J44hxVi87ycs74,AAMC--8/jna-4.2.2.jar
+jna.size=1137286
+jna.type=CLASSPATH
+jna.order=2
+jna-platform.version=4.2.2
+jna-platform.filename=jna-platform-4.2.2.jar
+jna-platform.sha256=32aca873a4cb14721d939bbc8287a828919c05e8e1040b3fe8290f6128cdecca
+jna-platform.filename-regex=jna-platform*.jar
+jna-platform.key=CHK@7VdTmbaWq5RkqDRoTxxbRcNa4DMNSF0pENCyHPH0QHw,0on2uxMOaThYWQ~z4UnHpLtmqpFjfaDha6Fu51I3xvo,AAMC--8/jna-platform-4.2.2.jar
+jna-platform.size=1856200
+jna-platform.type=CLASSPATH
+jna-platform.order=3
 update-sh.version=2
 update-sh.filename=update.sh
 update-sh.type=OPTIONAL_PRELOAD
```

then updated my wrapper.properties accordingly and restarted the node.
For now it's running; we'll see how it goes!

Thank you for your work, both of you! :)

- Steve

PS: This is my first time trying ProtonMail's "sign message" function;
assuming it works my ProtonMail key fingerprint is listed here:
https://www.asksteved.com/?page_id=2

> On 2018-10-18 19:33, Arne Babenhauserheide wrote:
> 

> > DC* d...@riseup.net writes:
> > 

> > > Great news, I'm testing this get I get home (I was running a node from 
> > > 1481 for a couple of days without issues).
> > 

> > Thank you!
> > Best wishes,
> > Arne

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to