debian/0000755000000000000000000000000012164460272007172 5ustar debian/watch0000644000000000000000000000010612164460272010220 0ustar version=3 http://mindrot.org/files/jBCrypt/jBCrypt-([\d\.]+)\.tar\.gz debian/rules0000755000000000000000000000015712164460272010255 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper,maven_repo_helper debian/changelog0000644000000000000000000000330612164460272011046 0ustar libjbcrypt-java (0.3-4) unstable; urgency=low * Team upload. * Upload to unstable. -- James Page Mon, 01 Jul 2013 09:08:45 +0100 libjbcrypt-java (0.3-4~exp1) experimental; urgency=low [ tony mancill ] * Team upload. * Update Vcs-Git field. [ James Page ] * Deploy maven artifacts: - d/control: Added BD on maven-repo-helper. - d/rules: Use maven-repo-helper during build. - d/libjbcrypt-java.poms,pom.xml: Specify jar and pom file to deploy in Debian maven-repo. [ Damien Raude-Morvan ] * Bumped standards version to 3.9.4, no changes. -- James Page Wed, 09 Jan 2013 16:42:58 +0000 libjbcrypt-java (0.3-3) unstable; urgency=low * Team upload. * Remove build-depends-indep on default-jdk. * Bumped standards version to 3.9.2, no changes. * Add quilt patch for adding org.mindrot package. -- Per Andersson Fri, 10 Feb 2012 09:42:06 +0100 libjbcrypt-java (0.3-2) unstable; urgency=low * Team upload. * Fixed a FTBFS from a call to depricated jh_libs (Closes: #584352) Thanks to Niels Thykier * Corrected links to Vcs fields in debian/control * Removed dependency on topgit and quilt (not necessary when using source 3.0 (quilt) format) * Build depend on default-jdk instead of gcj-jdk * Added debian/libjbcrypt-java.docs and removed now unneeded README.source * Changed to dh7 build -- Scott Howard Fri, 25 Jun 2010 11:28:18 -0400 libjbcrypt-java (0.3-1) unstable; urgency=low * Initial release. (Closes: #578449) * Puts BCrypt class in org.mindrot package. -- Per Andersson Wed, 21 Apr 2010 01:00:48 +0200 debian/javabuild0000644000000000000000000000004012164460272011050 0ustar libjbcrypt-java.jar BCrypt.java debian/libjbcrypt-java.poms0000644000000000000000000000012512164460272013153 0ustar debian/pom.xml --no-parent --usj-name=libjbcrypt-java --artifact=libjbcrypt-java.jar debian/libjbcrypt-java.docs0000644000000000000000000000000712164460272013124 0ustar README debian/libjbcrypt-java.dirs0000644000000000000000000000001712164460272013136 0ustar usr/share/java debian/patches/0000755000000000000000000000000012164460272010621 5ustar debian/patches/series0000644000000000000000000000005512164460272012036 0ustar 0001-Add-org.mindrot-package-to-BCrypt.patch debian/patches/0001-Add-org.mindrot-package-to-BCrypt.patch0000644000000000000000000000074312164460272020366 0ustar From: Per Andersson Date: Wed, 14 Dec 2011 02:00:26 +0100 Subject: Add org.mindrot package to BCrypt --- BCrypt.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/BCrypt.java b/BCrypt.java index b4d676c..066cddb 100644 --- a/BCrypt.java +++ b/BCrypt.java @@ -1,3 +1,5 @@ +package org.mindrot; + // Copyright (c) 2006 Damien Miller // // Permission to use, copy, modify, and distribute this software for any -- debian/source/0000755000000000000000000000000012164460272010472 5ustar debian/source/format0000644000000000000000000000001412164460272011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212164460272010370 0ustar 7 debian/libjbcrypt-java.jlibs0000644000000000000000000000002412164460272013276 0ustar libjbcrypt-java.jar debian/libjbcrypt-java.javadoc0000644000000000000000000000004212164460272013602 0ustar debian/_jh_build.javadoc.ext/api/ debian/copyright0000644000000000000000000000220612164460272011125 0ustar This package was Debianised by Per Andersson on Mon Apr 19 23:57:22 CEST 2010 This package was downloaded from http://www.mindrot.org/projects/jBCrypt/. Upstream Author: Damien Miller Copyright © 2006 Damien Miller Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. The packaging is Copyright 2010 Per Andersson and is licenced under the terms of the GPLv3licence. On Debian systems the GLPv3 licence can be found in /usr/share/common-licenses/GPL. debian/pom.xml0000644000000000000000000001115412164460272010511 0ustar 4.0.0 org.mindrot jbcrypt jar 0.3 jbcrypt http://www.mindrot.org/ jBCrypt is a Java implementation of OpenBSD's Blowfish password hashing code, as described in A Future-Adaptable Password Scheme by Niels Provos and David Mazières, by Damien Miller. repo ISC/BSD License The text of the license may be found at http://www.opensource.org/licenses/isc-license.txt scm:svn:https://jbcrypt.googlecode.com/svn/tags/jbcrypt-0.3m scm:svn:https://jbcrypt.googlecode.com/svn/tags/jbcrypt-0.3m scm:svn:https://jbcrypt.googlecode.com/svn/tags/jbcrypt-0.3m mindrot.org http://www.mindrot.org/ dmiller Damien Miller djm@mindrot.org http://www.mindrot.org/ mindrot http://www.mindrot.org/ developer +10 sonatype-nexus-snapshots Sonatype Nexus Snapshots http://oss.sonatype.org/content/repositories/snapshots sonatype-nexus-staging Nexus Release Repository http://oss.sonatype.org/service/local/staging/deploy/maven2/ UTF-8 org.apache.maven.plugins maven-release-plugin 2.0 https://jbcrypt.googlecode.com/svn/tags forked-path org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 release-artifacts performRelease true org.apache.maven.plugins maven-gpg-plugin 1.0 sign-artifacts verify sign ${gpg.keyname} ${gpg.useAgent} junit junit 4.7 test org.apache.maven.plugins maven-javadoc-plugin 2.7 debian/control0000644000000000000000000000174712164460272010606 0ustar Source: libjbcrypt-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper (>= 0.30), maven-repo-helper (>= 1.5~) Standards-Version: 3.9.4 Homepage: http://www.mindrot.org/projects/jBCrypt/ Vcs-Git: git://git.debian.org/git/pkg-java/libjbcrypt-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libjbcrypt-java.git Package: libjbcrypt-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Description: Java implementation of OpenBSD's Blowfish hashing jBCrypt is an implementation of Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. . The intent is to make a compromise of a password database less likely to result in an attacker gaining knowledge of the plaintext passwords (e.g. using John the Ripper).