[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#779378: marked as done (unblock: maven/3.0.5-3)



Your message dated Sat, 28 Feb 2015 02:28:27 +0100
with message-id <20150228012827.GB25603@dogguy.org>
and subject line Re: Bug#779378: unblock: maven/3.0.5-3
has caused the Debian Bug report #779378,
regarding unblock: maven/3.0.5-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
779378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779378
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package maven, the version 3.0.5-3 fixes a security issue (#779331).

Thank you,

Emmanuel Bourg

unblock maven/3.0.5-3


diff -Nru maven-3.0.5/debian/changelog maven-3.0.5/debian/changelog
--- maven-3.0.5/debian/changelog        2014-12-20 17:52:22.000000000 +0100
+++ maven-3.0.5/debian/changelog        2015-02-27 18:02:02.000000000 +0100
@@ -1,3 +1,11 @@
+maven (3.0.5-3) unstable; urgency=high
+
+  * Team upload.
+  * Use a secure connection by default to download artifacts
+    from the Maven Central repository (Closes: #779331)
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Fri, 27 Feb 2015 17:56:07 +0100
+
 maven (3.0.5-2) unstable; urgency=medium

   [ Emmanuel Bourg ]
diff -Nru maven-3.0.5/debian/patches/secure-maven-central-access.diff maven-3.0.5/debian/patches/secure-maven-central-access.diff
--- maven-3.0.5/debian/patches/secure-maven-central-access.diff 1970-01-01 01:00:00.000000000 +0100
+++ maven-3.0.5/debian/patches/secure-maven-central-access.diff 2015-02-27 17:55:13.000000000 +0100
@@ -0,0 +1,33 @@
+Description: Download artifacts from Maven central using https by default
+Origin: backport, https://github.com/apache/maven/commit/9216191
+--- a/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
++++ b/maven-core/src/main/java/org/apache/maven/repository/RepositorySystem.java
+@@ -51,7 +51,7 @@
+
+     final String DEFAULT_REMOTE_REPO_ID = "central";
+
+-    final String DEFAULT_REMOTE_REPO_URL = "http://repo.maven.apache.org/maven2";;
++    final String DEFAULT_REMOTE_REPO_URL = "https://repo.maven.apache.org/maven2";;
+
+     Artifact createArtifact( String groupId, String artifactId, String version, String packaging );
+
+--- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
++++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+@@ -27,7 +27,7 @@
+     <repository>
+       <id>central</id>
+       <name>Central Repository</name>
+-      <url>http://repo.maven.apache.org/maven2</url>
++      <url>https://repo.maven.apache.org/maven2</url>
+       <layout>default</layout>
+       <snapshots>
+         <enabled>false</enabled>
+@@ -39,7 +39,7 @@
+     <pluginRepository>
+       <id>central</id>
+       <name>Central Repository</name>
+-      <url>http://repo.maven.apache.org/maven2</url>
++      <url>https://repo.maven.apache.org/maven2</url>
+       <layout>default</layout>
+       <snapshots>
+         <enabled>false</enabled>
diff -Nru maven-3.0.5/debian/patches/series maven-3.0.5/debian/patches/series
--- maven-3.0.5/debian/patches/series   2014-12-20 17:52:22.000000000 +0100
+++ maven-3.0.5/debian/patches/series   2015-02-27 17:51:36.000000000 +0100
@@ -4,3 +4,4 @@
 add_dependencies.diff
 force_java15_compiler.diff
 no_maven_assembly.diff
+secure-maven-central-access.diff

--- End Message ---
--- Begin Message ---
On Fri, Feb 27, 2015 at 10:33:45PM +0100, Emmanuel Bourg <ebourg@apache.org> wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package maven, the version 3.0.5-3 fixes a security issue (#779331).
> 

Unblocked (by Ivo).

-- 
Mehdi Dogguy

--- End Message ---

Reply to: