-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Tor to a version that defaults to HSv3. Upgrade jtorctl to handle HSv3 properly. Upgrade netlayer os it uses the new jtorctl and tor.
- Loading branch information
Showing
23 changed files
with
658 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
libs/com/github/JesusMcCloud/jtorctl/1.5/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Thu Mar 05 12:52:34 CET 2020 | ||
jtorctl-1.5.jar>= | ||
jtorctl-1.5.pom>= | ||
jtorctl-1.5-sources.jar>= |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.JesusMcCloud</groupId> | ||
<artifactId>jtorctl</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.5</version> | ||
<name>jtorctl</name> | ||
<url>http://maven.apache.org</url> | ||
|
||
<properties> | ||
<maven.compiler.source>1.6</maven.compiler.source> | ||
<maven.compiler.target>1.6</maven.compiler.target> | ||
</properties> | ||
|
||
<dependencies> | ||
</dependencies> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
15 changes: 15 additions & 0 deletions
15
libs/com/github/JesusMcCloud/jtorctl/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.github.JesusMcCloud</groupId> | ||
<artifactId>jtorctl</artifactId> | ||
<versioning> | ||
<release>1.5</release> | ||
<versions> | ||
<version>1.2</version> | ||
<version>1.3</version> | ||
<version>1.4</version> | ||
<version>1.5</version> | ||
</versions> | ||
<lastUpdated>20200305115234</lastUpdated> | ||
</versioning> | ||
</metadata> |
3 changes: 3 additions & 0 deletions
3
libs/com/github/JesusMcCloud/netlayer/parent/0.6.7/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Wed Mar 04 16:26:21 CET 2020 | ||
parent-0.6.7.pom>= |
52 changes: 52 additions & 0 deletions
52
libs/com/github/JesusMcCloud/netlayer/parent/0.6.7/parent-0.6.7.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.github.JesusMcCloud.netlayer</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>0.6.7</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Netlayer</name> | ||
|
||
<properties> | ||
<!-- General --> | ||
<java.version>1.8</java.version> | ||
<kotlin.version>1.3.41</kotlin.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<!-- Maven plugins --> | ||
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> | ||
<tor-binary.version>0.4.2.6</tor-binary.version> | ||
</properties> | ||
|
||
<modules> | ||
<module>tor</module> | ||
<module>tor.native</module> | ||
<module>tor.external</module> | ||
</modules> | ||
|
||
<repositories> | ||
<repository> | ||
<id>jitpack.io</id> | ||
<url>https://jitpack.io</url> | ||
</repository> | ||
</repositories> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<artifactId>kotlin-stdlib-jdk8</artifactId> | ||
<version>${kotlin.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.ravn</groupId> | ||
<artifactId>jsocks</artifactId> | ||
<version>567e1cd</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.microutils</groupId> | ||
<artifactId>kotlin-logging</artifactId> | ||
<version>1.5.4</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
4 changes: 4 additions & 0 deletions
4
libs/com/github/JesusMcCloud/netlayer/parent/0.6.7/parent-0.6.7.pom.lastUpdated
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Wed Mar 04 16:25:06 CET 2020 | ||
https\://repo.maven.apache.org/maven2/.lastUpdated=1583335506580 | ||
https\://repo.maven.apache.org/maven2/.error= |
15 changes: 15 additions & 0 deletions
15
libs/com/github/JesusMcCloud/netlayer/parent/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.github.JesusMcCloud.netlayer</groupId> | ||
<artifactId>parent</artifactId> | ||
<versioning> | ||
<release>0.6.7</release> | ||
<versions> | ||
<version>0.6.2</version> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.6.6</version> | ||
<version>0.6.7</version> | ||
</versions> | ||
<lastUpdated>20200304152621</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
libs/com/github/JesusMcCloud/netlayer/tor.external/0.6.7/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Wed Mar 04 16:26:29 CET 2020 | ||
tor.external-0.6.7.pom>= | ||
tor.external-0.6.7.jar>= |
Binary file added
BIN
+13.5 KB
libs/com/github/JesusMcCloud/netlayer/tor.external/0.6.7/tor.external-0.6.7.jar
Binary file not shown.
139 changes: 139 additions & 0 deletions
139
libs/com/github/JesusMcCloud/netlayer/tor.external/0.6.7/tor.external-0.6.7.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>com.github.JesusMcCloud.netlayer</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>0.6.7</version> | ||
</parent> | ||
|
||
<artifactId>tor.external</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Tor External Bindings</name> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.github.JesusMcCloud.netlayer</groupId> | ||
<artifactId>tor</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.beust</groupId> | ||
<artifactId>jcommander</artifactId> | ||
<version>1.69</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>ch.qos.logback</groupId> | ||
<artifactId>logback-classic</artifactId> | ||
<version>1.1.3</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<artifactId>kotlin-maven-plugin</artifactId> | ||
<groupId>org.jetbrains.kotlin</groupId> | ||
<configuration> | ||
<jvmTarget>1.8</jvmTarget> | ||
</configuration> | ||
<version>${kotlin.version}</version> | ||
<executions> | ||
<execution> | ||
<id>compile</id> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
<configuration> | ||
<sourceDirs> | ||
<sourceDir>${project.basedir}/src/main/kotlin</sourceDir> | ||
</sourceDirs> | ||
</configuration> | ||
</execution> | ||
<execution> | ||
<id>test-compile</id> | ||
<goals> | ||
<goal>test-compile</goal> | ||
</goals> | ||
<configuration> | ||
<sourceDirs> | ||
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir> | ||
</sourceDirs> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>${maven-compiler-plugin.version}</version> | ||
<configuration> | ||
<source>${java.version}</source> | ||
<target>${java.version}</target> | ||
</configuration> | ||
<executions> | ||
<!-- Replacing default-compile as it is treated specially by maven --> | ||
<execution> | ||
<id>default-compile</id> | ||
<phase>none</phase> | ||
</execution> | ||
<!-- Replacing default-testCompile as it is treated specially by maven --> | ||
<execution> | ||
<id>default-testCompile</id> | ||
<phase>none</phase> | ||
</execution> | ||
<execution> | ||
<id>java-compile</id> | ||
<phase>compile</phase> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
</execution> | ||
<execution> | ||
<id>java-test-compile</id> | ||
<phase>test-compile</phase> | ||
<goals> | ||
<goal>testCompile</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>build-helper-maven-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<executions> | ||
<execution> | ||
<phase>generate-sources</phase> | ||
<goals> | ||
<goal>add-source</goal> | ||
</goals> | ||
<configuration> | ||
<sources> | ||
<source>src/main/kotlin</source> | ||
</sources> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.0.1</version> | ||
<executions> | ||
<execution> | ||
<id>attach-javadocs</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
15 changes: 15 additions & 0 deletions
15
libs/com/github/JesusMcCloud/netlayer/tor.external/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.github.JesusMcCloud.netlayer</groupId> | ||
<artifactId>tor.external</artifactId> | ||
<versioning> | ||
<release>0.6.7</release> | ||
<versions> | ||
<version>0.6.2</version> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.6.6</version> | ||
<version>0.6.7</version> | ||
</versions> | ||
<lastUpdated>20200304152629</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
libs/com/github/JesusMcCloud/netlayer/tor.native/0.6.7/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Wed Mar 04 16:26:28 CET 2020 | ||
tor.native-0.6.7.pom>= | ||
tor.native-0.6.7.jar>= |
Binary file added
BIN
+54.1 KB
libs/com/github/JesusMcCloud/netlayer/tor.native/0.6.7/tor.native-0.6.7.jar
Binary file not shown.
Oops, something went wrong.