I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 600c6811 authored by zzz's avatar zzz
Browse files

misc updates:

GeoIP, BuildTime, checklist, blocklist
parent e1189b9c
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,8 @@ Launchers:
Copyright (c) 2002-2018 EPFL, Lausanne / Lightbend, Inc. , unless otherwise specified.
See licenses/LICENSE-Scala.md
Java Service Wrapper Community Edition 32-bit 3.5.39:
Java Service Wrapper Community Edition 3.5.39:
(Windows: 3.5.25)
(not included in most distribution packages)
Copyright (C) 1999-2019 Tanuki Software, Ltd. All Rights Reserved.
See licenses/LICENSE-Wrapper.txt
......
......@@ -34,10 +34,10 @@ public class BuildTime {
private static final long _latestTime;
private static final long YEARS_25 = 25L*365*24*60*60*1000;
/** update this periodically */
private static final String EARLIEST = "2019-08-17 12:00:00 UTC";
private static final String EARLIEST = "2019-11-25 12:00:00 UTC";
// fallback if parse fails ticket #1976
// date -d 201x-xx-xx +%s
private static final long EARLIEST_LONG = 1566014400 * 1000L;
private static final long EARLIEST_LONG = 1574658000 * 1000L;
static {
// this is the standard format of build.timestamp as set in the top-level build.xml
......
No preview for this file type
......@@ -106,6 +106,7 @@ Sybil:150.95.134.159
Sybil:150.95.144.95
Sybil:150.95.147.89
Sybil:150.95.153.220
Sybil:160.36.130.0/24
Sybil:163.44.149.31
Sybil:2001;df6;b800;1128;a163;44;149;310
Sybil:2001;19f0;4400;4376;5400;ff;fe47;bcbd
......
......@@ -31,7 +31,8 @@
- Trial Debian build: Build and test a preliminary Debian build
with 'ant debian' and fix any issues
- Javadoc test: 'ant javadoc' and 'ant mavenCentral' with an Oracle JDK, fix any issues
- Javadoc test: 'ant javadoc' and 'ant mavenCentral.deps'
with a recent Oracle JDK (12+), and fix any issues.
Oracle JDK will error on things that OpenJDK does not!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment