[mina2] 01/03: No longer filter out the MD4 classes from the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 12 09:44:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository mina2.

commit 6638ca89dfbf5e1a40da1627245377328803b3d3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 12 11:03:43 2015 +0200

    No longer filter out the MD4 classes from the upstream tarball
---
 debian/README.Debian    | 3 ---
 debian/README.source    | 1 -
 debian/changelog        | 1 +
 debian/orig-tar.exclude | 2 --
 debian/orig-tar.sh      | 1 -
 5 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 2761d13..2712b91 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,5 +1,2 @@
 This package doesn't contain the following components:
 - filter-codec-netty - requires netty2 which is obsolete
-
-NTLM provider won't work with MD4 cipher as MD4.java and MD4Provider.java
-were removed from original tarball due to licensing issues.
diff --git a/debian/README.source b/debian/README.source
index 0796532..c6ca0a0 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -5,7 +5,6 @@ Repackaged upstream tarball (aka +dfsg version)
   Items removed from upstream :
   - all packaged JAR
   - non-free VSD files (MS Visio)
-  - non-free MD4 from MD4.java
   - generated Javadoc and Xref
   - LICENCE.*.txt from other projects
 
diff --git a/debian/changelog b/debian/changelog
index a54f1aa..c5731a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 mina2 (2.0.7+dfsg-3) UNRELEASED; urgency=medium
 
+  * debian/orig-tar.sh: No longer filter out the MD4 classes (removed upstream)
   * Moved the package to Git
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 12 May 2015 10:44:03 +0200
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
index aa39640..9b50bfc 100644
--- a/debian/orig-tar.exclude
+++ b/debian/orig-tar.exclude
@@ -2,6 +2,4 @@
 *.vsd
 docs/*
 LICENSE.*.txt
-src/mina-core/src/main/java/org/apache/mina/proxy/utils/MD4.java
-src/mina-core/src/main/java/org/apache/mina/proxy/utils/MD4Provider.java
 src/mina-core/bin/*
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 34d476c..158b67b 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,7 +3,6 @@
 # Make a DFSG version of upstream tarball
 # - remove all packaged JAR
 # - remove non-free VSD files (MS Visio)
-# - remove non-free MD4 in MD4.java
 # - remove generated Javadoc and Xref
 # - remove LICENCE.*.txt from other projects
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mina2.git



More information about the pkg-java-commits mailing list