Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 405101

Summary: app-crypt/johntheripper-1.7.9 version bump
Product: Gentoo Linux Reporter: Renato Alves <simpledark>
Component: Current packagesAssignee: Crypto team [DISABLED] <crypto+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: bug
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated ebuild

Description Renato Alves 2012-02-21 01:51:33 UTC
Newer version of john the ripper is out.

Renaming the ebuild from johntheripper-1.7.8 to 1.7.9 and changing the line referring to jumbo patches to JUMBO="jumbo-5" was sufficient.


Reproducible: Always
Comment 1 Renato Alves 2012-02-21 01:53:49 UTC
Created attachment 302659 [details, diff]
Updated ebuild

Also installs .conf files which were being left out in previous ebuilds.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-21 14:44:33 UTC
Comment on attachment 302659 [details, diff]
Updated ebuild

--- johntheripper-1.7.8.ebuild  2011-07-05 16:01:52.000000000 +0200
+++ -   2012-02-21 15:44:19.333769921 +0100
@@ -1,6 +1,5 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild,v 1.1 2011/07/05 14:01:52 c1pher Exp $
 
 EAPI="4"
 
@@ -9,7 +8,7 @@
 MY_PN="john"
 MY_P="${MY_PN}-${PV}"
 
-JUMBO="jumbo-2"
+JUMBO="jumbo-5"
 #MPI="mpi10"
 
 DESCRIPTION="fast password cracker"
@@ -171,6 +170,7 @@
        insinto /etc/john
        doins run/john.conf
        doins run/*.chr run/password.lst
+       doins run/*.conf
 
        # documentation
        dodoc doc/
Comment 3 Tim Harder gentoo-dev 2012-02-23 10:06:30 UTC
Added to CVS.

Also, as comment 2 illustrates, please attach a diff next time instead of a full ebuild so your changes can be quickly and easily seen.