Various subtle bugfixes/improvements

Replace gnu crypt whirlpool implementation with bouncycastles, which is actually the correct version
Record compression type of archives and indexes and rewrite with the same compression
Fix bzip compression to use size 100k blocks
Fix writing index and archive revisions
This commit is contained in:
Adam
2016-06-01 10:26:00 -04:00
parent a1615c2263
commit e3cd89e72d
12 changed files with 307 additions and 135 deletions

6
cache/pom.xml vendored
View File

@@ -75,9 +75,9 @@
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.gnu</groupId>
<artifactId>gnu-crypto</artifactId>
<version>2.0.1</version>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk14</artifactId>
<version>1.54</version>
</dependency>
<dependency>