org.apache.commons:commons-compress
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| artifactId=commons-compress | ||
| groupId=org.apache.commons | ||
| version=1.25.0 | ||
| version=1.26.0 |
@@ -23,7 +23,7 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>commons-parent</artifactId> | ||
| <version>64</version> | ||
| <version>66</version> | ||
| </parent> | ||
| <artifactId>commons-compress</artifactId> | ||
| <version>1.25.0</version> | ||
| <version>1.26.0</version> | ||
| <name>Apache Commons Compress</name> | ||
@@ -35,3 +35,3 @@ <url>https://commons.apache.org/proper/commons-compress/</url> | ||
| Apache Commons Compress defines an API for working with | ||
| compression and archive formats. These include: bzip2, gzip, pack200, | ||
| compression and archive formats. These include bzip2, gzip, pack200, | ||
| LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, | ||
@@ -50,5 +50,5 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. | ||
| <!-- configuration bits for cutting a release candidate --> | ||
| <commons.release.version>1.25.0</commons.release.version> | ||
| <commons.release.next>1.25.1</commons.release.next> | ||
| <commons.bc.version>1.24.0</commons.bc.version> | ||
| <commons.release.version>1.26.0</commons.release.version> | ||
| <commons.release.next>1.26.1</commons.release.next> | ||
| <commons.bc.version>1.25.0</commons.bc.version> | ||
| <commons.rc.version>RC1</commons.rc.version> | ||
@@ -67,2 +67,5 @@ <mockito.version>4.11.0</mockito.version> | ||
| javax.crypto.*;resolution:=optional, | ||
| org.apache.commons.commons-codec;resolution:=optional, | ||
| org.apache.commons.commons-io;resolution:=optional, | ||
| org.apache.commons.lang3.reflect;resolution:=optional, | ||
| * | ||
@@ -80,4 +83,7 @@ </commons.osgi.import> | ||
| <pax.exam.version>4.13.5</pax.exam.version> | ||
| <slf4j.version>2.0.9</slf4j.version> | ||
| <slf4j.version>2.0.12</slf4j.version> | ||
| <asm.version>9.6</asm.version> | ||
| <project.build.outputTimestamp>2024-02-17T22:58:53Z</project.build.outputTimestamp> | ||
| <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. --> | ||
| <commons.spdx.version>0.5.5</commons.spdx.version> | ||
| </properties> | ||
@@ -110,3 +116,3 @@ | ||
| <artifactId>zstd-jni</artifactId> | ||
| <version>1.5.5-10</version> | ||
| <version>1.5.5-11</version> | ||
| <optional>true</optional> | ||
@@ -126,2 +132,12 @@ </dependency> | ||
| </dependency> | ||
| <dependency> | ||
| <!-- For org.apache.commons.compress.compressors.snappy: | ||
| - FramedSnappyCompressorInputStream | ||
| - FramedSnappyCompressorOutputStream | ||
| - org.apache.commons.compress.compressors.lz4 --> | ||
| <groupId>commons-codec</groupId> | ||
| <artifactId>commons-codec</artifactId> | ||
| <version>1.16.1</version> | ||
| <optional>true</optional> | ||
| </dependency> | ||
@@ -152,3 +168,3 @@ <!-- Pack200 --> | ||
| <artifactId>memoryfilesystem</artifactId> | ||
| <version>2.6.1</version> | ||
| <version>2.8.0</version> | ||
| <scope>test</scope> | ||
@@ -203,4 +219,3 @@ </dependency> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.15.0</version> | ||
| <scope>test</scope> | ||
| <version>2.15.1</version> | ||
| </dependency> | ||
@@ -210,6 +225,4 @@ <dependency> | ||
| <artifactId>commons-lang3</artifactId> | ||
| <version>3.13.0</version> | ||
| <scope>test</scope> | ||
| <version>3.14.0</version> | ||
| </dependency> | ||
| <dependency> | ||
@@ -223,106 +236,2 @@ <groupId>org.osgi</groupId> | ||
| <developers> | ||
| <developer> | ||
| <name>Torsten Curdt</name> | ||
| <id>tcurdt</id> | ||
| <email>tcurdt at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Stefan Bodewig</name> | ||
| <id>bodewig</id> | ||
| <email>bodewig at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Sebastian Bazley</name> | ||
| <id>sebb</id> | ||
| <email>sebb at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Christian Grobmeier</name> | ||
| <id>grobmeier</id> | ||
| <email>grobmeier at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Julius Davies</name> | ||
| <id>julius</id> | ||
| <email>julius at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Damjan Jovanovic</name> | ||
| <id>damjan</id> | ||
| <email>damjan at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Emmanuel Bourg</name> | ||
| <id>ebourg</id> | ||
| <email>ebourg at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <id>ggregory</id> | ||
| <name>Gary Gregory</name> | ||
| <email>ggregory at apache.org</email> | ||
| <url>https://www.garygregory.com</url> | ||
| <organization>The Apache Software Foundation</organization> | ||
| <organizationUrl>https://www.apache.org/</organizationUrl> | ||
| <roles> | ||
| <role>PMC Member</role> | ||
| </roles> | ||
| <timezone>America/New_York</timezone> | ||
| <properties> | ||
| <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> | ||
| </properties> | ||
| </developer> | ||
| <developer> | ||
| <name>Rob Tompkins</name> | ||
| <id>chtompki</id> | ||
| <email>chtompki at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Peter Alfred Lee</name> | ||
| <id>peterlee</id> | ||
| <email>peterlee at apache.org</email> | ||
| </developer> | ||
| </developers> | ||
| <contributors> | ||
| <contributor> | ||
| <name>Wolfgang Glas</name> | ||
| <email>wolfgang.glas at ev-i.at</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Christian Kohlschütte</name> | ||
| <email>ck@newsclub.de</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Bear Giles</name> | ||
| <email>bgiles@coyotesong.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Michael Kuss</name> | ||
| <email>mail at michael minus kuss.de</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Lasse Collin</name> | ||
| <email>lasse.collin@tukaani.org</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>John Kodis</name> | ||
| </contributor> | ||
| <contributor> | ||
| <name>BELUGA BEHR</name> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Simon Spero</name> | ||
| <email>sesuncedu@gmail.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Michael Hausegger</name> | ||
| <email>hausegger.michael@googlemail.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Arturo Bernal</name> | ||
| <email>arturobernalg@yahoo.com</email> | ||
| </contributor> | ||
| </contributors> | ||
| <scm> | ||
@@ -336,3 +245,3 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-compress.git</connection> | ||
| <build> | ||
| <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal> | ||
| <defaultGoal>clean artifact:check-buildplan verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal> | ||
| <pluginManagement> | ||
@@ -354,2 +263,4 @@ <plugins> | ||
| <link>${commons.javadoc.javaee.link}</link> | ||
| <link>https://commons.apache.org/proper/commons-codec/apidocs</link> | ||
| <link>https://commons.apache.org/proper/commons-io/apidocs</link> | ||
| </links> | ||
@@ -391,9 +302,2 @@ <tags> | ||
| <plugin> | ||
| <groupId>org.eluder.coveralls</groupId> | ||
| <artifactId>coveralls-maven-plugin</artifactId> | ||
| <configuration> | ||
| <failOnServiceError>false</failOnServiceError> | ||
| </configuration> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.felix</groupId> | ||
@@ -418,2 +322,11 @@ <artifactId>maven-bundle-plugin</artifactId> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>com.github.spotbugs</groupId> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <configuration> | ||
| <threshold>Normal</threshold> | ||
| <effort>Default</effort> | ||
| <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
@@ -475,7 +388,2 @@ </pluginManagement> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <configuration> | ||
| <threshold>Normal</threshold> | ||
| <effort>Default</effort> | ||
| <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile> | ||
| </configuration> | ||
| </plugin> | ||
@@ -508,2 +416,13 @@ <plugin> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-checkstyle-plugin</artifactId> | ||
| <configuration> | ||
| <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> | ||
| <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> | ||
| <includeTestSourceDirectory>true</includeTestSourceDirectory> | ||
| <enableRulesSummary>false</enableRulesSummary> | ||
| <excludes>target/**</excludes> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
@@ -526,34 +445,5 @@ </build> | ||
| </plugin> | ||
| <!-- Override Javadoc config in parent pom to add JCIP tags --> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <configuration> | ||
| <source>${maven.compiler.source}</source> | ||
| <quiet>true</quiet> | ||
| <encoding>${commons.encoding}</encoding> | ||
| <docencoding>${commons.docEncoding}</docencoding> | ||
| <linksource>true</linksource> | ||
| <links> | ||
| <link>${commons.javadoc8.java.link}</link> | ||
| <link>${commons.javadoc.javaee.link}</link> | ||
| </links> | ||
| <tags> | ||
| <tag> | ||
| <name>Immutable</name> | ||
| <placement>a</placement> | ||
| <head>This class is immutable</head> | ||
| </tag> | ||
| <tag> | ||
| <name>NotThreadSafe</name> | ||
| <placement>a</placement> | ||
| <head>This class is not thread-safe</head> | ||
| </tag> | ||
| <tag> | ||
| <name>ThreadSafe</name> | ||
| <placement>a</placement> | ||
| <head>This class is thread-safe</head> | ||
| </tag> | ||
| </tags> | ||
| </configuration> | ||
| </plugin> | ||
@@ -563,7 +453,2 @@ <plugin> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <configuration> | ||
| <threshold>Normal</threshold> | ||
| <effort>Default</effort> | ||
| <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile> | ||
| </configuration> | ||
| </plugin> | ||
@@ -651,5 +536,127 @@ </plugins> | ||
| </profile> | ||
| <profile> | ||
| <id>java17</id> | ||
| <activation> | ||
| <jdk>[17,)</jdk> | ||
| </activation> | ||
| <build> | ||
| <plugins> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <configuration> | ||
| <argLine> | ||
| --add-opens java.base/java.io=ALL-UNNAMED | ||
| </argLine> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
| </build> | ||
| </profile> | ||
| </profiles> | ||
| <developers> | ||
| <developer> | ||
| <name>Torsten Curdt</name> | ||
| <id>tcurdt</id> | ||
| <email>tcurdt at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Stefan Bodewig</name> | ||
| <id>bodewig</id> | ||
| <email>bodewig at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Sebastian Bazley</name> | ||
| <id>sebb</id> | ||
| <email>sebb at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Christian Grobmeier</name> | ||
| <id>grobmeier</id> | ||
| <email>grobmeier at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Julius Davies</name> | ||
| <id>julius</id> | ||
| <email>julius at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Damjan Jovanovic</name> | ||
| <id>damjan</id> | ||
| <email>damjan at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Emmanuel Bourg</name> | ||
| <id>ebourg</id> | ||
| <email>ebourg at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <id>ggregory</id> | ||
| <name>Gary Gregory</name> | ||
| <email>ggregory at apache.org</email> | ||
| <url>https://www.garygregory.com</url> | ||
| <organization>The Apache Software Foundation</organization> | ||
| <organizationUrl>https://www.apache.org/</organizationUrl> | ||
| <roles> | ||
| <role>PMC Member</role> | ||
| </roles> | ||
| <timezone>America/New_York</timezone> | ||
| <properties> | ||
| <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> | ||
| </properties> | ||
| </developer> | ||
| <developer> | ||
| <name>Rob Tompkins</name> | ||
| <id>chtompki</id> | ||
| <email>chtompki at apache.org</email> | ||
| </developer> | ||
| <developer> | ||
| <name>Peter Alfred Lee</name> | ||
| <id>peterlee</id> | ||
| <email>peterlee at apache.org</email> | ||
| </developer> | ||
| </developers> | ||
| <contributors> | ||
| <contributor> | ||
| <name>Wolfgang Glas</name> | ||
| <email>wolfgang.glas at ev-i.at</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Christian Kohlschütte</name> | ||
| <email>ck@newsclub.de</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Bear Giles</name> | ||
| <email>bgiles@coyotesong.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Michael Kuss</name> | ||
| <email>mail at michael minus kuss.de</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Lasse Collin</name> | ||
| <email>lasse.collin@tukaani.org</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>John Kodis</name> | ||
| </contributor> | ||
| <contributor> | ||
| <name>BELUGA BEHR</name> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Simon Spero</name> | ||
| <email>sesuncedu@gmail.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Michael Hausegger</name> | ||
| <email>hausegger.michael@googlemail.com</email> | ||
| </contributor> | ||
| <contributor> | ||
| <name>Arturo Bernal</name> | ||
| <email>arturobernalg@yahoo.com</email> | ||
| </contributor> | ||
| </contributors> | ||
| </project> |
| Apache Commons Compress | ||
| Copyright 2002-2023 The Apache Software Foundation | ||
| Copyright 2002-2024 The Apache Software Foundation | ||
| This product includes software developed at | ||
| The Apache Software Foundation (https://www.apache.org/). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet