diff -Nru apache-log4j2-2.11.1/debian/changelog apache-log4j2-2.11.1/debian/changelog --- apache-log4j2-2.11.1/debian/changelog 2018-07-31 15:12:58.000000000 +0000 +++ apache-log4j2-2.11.1/debian/changelog 2019-01-12 19:33:45.000000000 +0000 @@ -1,3 +1,11 @@ +apache-log4j2 (2.11.1-2) unstable; urgency=medium + + * Team upload. + * Drop support for mongodb (Closes: #919095) + * Standards-Version updated to 4.3.0 + + -- tony mancill Sat, 12 Jan 2019 11:33:45 -0800 + apache-log4j2 (2.11.1-1) unstable; urgency=medium * Team upload. diff -Nru apache-log4j2-2.11.1/debian/control apache-log4j2-2.11.1/debian/control --- apache-log4j2-2.11.1/debian/control 2018-07-31 13:46:52.000000000 +0000 +++ apache-log4j2-2.11.1/debian/control 2019-01-12 19:33:45.000000000 +0000 @@ -38,14 +38,13 @@ libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, - libmongodb-java, libnetty-java, libosgi-core-java, libservlet3.1-java, libslf4j-java, libwoodstox-java, maven-debian-helper (>= 1.5) -Standards-Version: 4.1.5 +Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/apache-log4j2.git Vcs-Browser: https://salsa.debian.org/java-team/apache-log4j2 Homepage: http://logging.apache.org/log4j/2.x/ diff -Nru apache-log4j2-2.11.1/debian/liblog4j2-java.poms apache-log4j2-2.11.1/debian/liblog4j2-java.poms --- apache-log4j2-2.11.1/debian/liblog4j2-java.poms 2018-07-31 13:48:10.000000000 +0000 +++ apache-log4j2-2.11.1/debian/liblog4j2-java.poms 2019-01-12 19:33:45.000000000 +0000 @@ -48,7 +48,7 @@ log4j-osgi/pom.xml --ignore log4j-bom/pom.xml --no-parent --has-package-version log4j-mongodb2/pom.xml --ignore -log4j-mongodb3/pom.xml --has-package-version --java-lib +log4j-mongodb3/pom.xml --ignore log4j-web/pom.xml --has-package-version --java-lib log4j-jul/pom.xml --has-package-version --java-lib log4j-perf/pom.xml --ignore diff -Nru apache-log4j2-2.11.1/debian/maven.ignoreRules apache-log4j2-2.11.1/debian/maven.ignoreRules --- apache-log4j2-2.11.1/debian/maven.ignoreRules 2018-07-31 13:50:17.000000000 +0000 +++ apache-log4j2-2.11.1/debian/maven.ignoreRules 2019-01-12 19:33:45.000000000 +0000 @@ -10,7 +10,6 @@ org.apache.logging.log4j.samples log4j-samples pom * * * ch.qos.logback logback-classic * * * * ch.qos.logback logback-core * * * * -de.flapdoodle.embed de.flapdoodle.embed.mongo * * * * com.datastax.cassandra cassandra-driver-core * * * * com.github.tomakehurst wiremock * * * * com.google.code.java-allocation-instrumenter java-allocation-instrumenter * * * * diff -Nru apache-log4j2-2.11.1/debian/maven.rules apache-log4j2-2.11.1/debian/maven.rules --- apache-log4j2-2.11.1/debian/maven.rules 2018-07-31 13:46:52.000000000 +0000 +++ apache-log4j2-2.11.1/debian/maven.rules 2019-01-12 19:33:45.000000000 +0000 @@ -8,8 +8,6 @@ com.beust jcommander * s/.*/1.x/ * * org.apache apache pom s/.*/debian/ * * org.lightcouch lightcouch jar s/.*/debian/ * * -org.mongodb mongo-java-driver bundle s/.*/debian/ * * -org.mongodb mongo-java-driver s/jar/bundle/ s/.*/debian/ * * com.fasterxml.jackson.core jackson-core * s/.*/2.x/ * * com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * diff -Nru apache-log4j2-2.11.1/debian/patches/03-mongodb-compatibility.patch apache-log4j2-2.11.1/debian/patches/03-mongodb-compatibility.patch --- apache-log4j2-2.11.1/debian/patches/03-mongodb-compatibility.patch 2018-07-31 13:46:52.000000000 +0000 +++ apache-log4j2-2.11.1/debian/patches/03-mongodb-compatibility.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -Description: Fixes the compatibility with the version of the MongoDB driver in Debian -Author: Emmanuel Bourg -Forwarded: not-needed ---- a/log4j-mongodb3/src/main/java/org/apache/logging/log4j/mongodb3/MongoDbProvider.java -+++ b/log4j-mongodb3/src/main/java/org/apache/logging/log4j/mongodb3/MongoDbProvider.java -@@ -172,7 +172,7 @@ - if (Strings.isNotEmpty(userName) && Strings.isNotEmpty(password)) { - description += ", username=" + userName + ", passwordHash=" - + NameUtil.md5(password + MongoDbProvider.class.getName()); -- mongoCredential = MongoCredential.createCredential(userName, databaseName, password.toCharArray()); -+ mongoCredential = MongoCredential.createMongoCRCredential(userName, databaseName, password.toCharArray()); - } - try { - final int portInt = TypeConverters.convert(port, int.class, DEFAULT_PORT); diff -Nru apache-log4j2-2.11.1/debian/patches/series apache-log4j2-2.11.1/debian/patches/series --- apache-log4j2-2.11.1/debian/patches/series 2018-07-31 13:51:45.000000000 +0000 +++ apache-log4j2-2.11.1/debian/patches/series 2019-01-12 19:33:45.000000000 +0000 @@ -1,3 +1,2 @@ 01-disable-kafka-appender.patch -03-mongodb-compatibility.patch 05-fix-javadoc-errors.patch