Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405101 - app-crypt/johntheripper-1.7.9 version bump
Summary: app-crypt/johntheripper-1.7.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-02-21 01:51 UTC by Renato Alves
Modified: 2012-02-23 10:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild (johntheripper-1.7.9.ebuild,4.47 KB, patch)
2012-02-21 01:53 UTC, Renato Alves
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.