rpms/crack/FC-6 crack-chris.patch,1.1,1.2 crack.spec,1.4,1.5

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Thu May 10 13:01:58 UTC 2007


Author: c4chris

Update of /cvs/extras/rpms/crack/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23926

Modified Files:
	crack-chris.patch crack.spec 
Log Message:
Fix #239575: crack uses obsolete sort option syntax

crack-chris.patch:

Index: crack-chris.patch
===================================================================
RCS file: /cvs/extras/rpms/crack/FC-6/crack-chris.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crack-chris.patch	7 Sep 2005 08:52:56 -0000	1.1
+++ crack-chris.patch	10 May 2007 12:01:19 -0000	1.2
@@ -1,5 +1,5 @@
 --- c50a/src/util/Makefile.chris	1996-12-16 09:27:35.000000000 +0100
-+++ c50a/src/util/Makefile	2005-09-06 17:54:34.000000000 +0200
++++ c50a/src/util/Makefile	2007-05-10 13:46:45.000000000 +0200
 @@ -17,7 +17,7 @@
  EXE=    $(XDIR)/dawg \
  	$(XDIR)/dictfilt \
@@ -19,7 +19,7 @@
  
  #------------------------------------------------------------------
 --- c50a/src/util/cracker.c.chris	1996-12-16 16:20:03.000000000 +0100
-+++ c50a/src/util/cracker.c	2005-09-06 17:54:34.000000000 +0200
++++ c50a/src/util/cracker.c	2007-05-10 13:46:45.000000000 +0200
 @@ -11,6 +11,7 @@
  
  #include "libcrack.h"
@@ -58,7 +58,7 @@
      fflush(stdout);
      fflush(stderr);		/* and why not ? */
 --- c50a/Crack.chris	1996-12-21 02:09:41.000000000 +0100
-+++ c50a/Crack	2005-09-06 18:05:42.000000000 +0200
++++ c50a/Crack	2007-05-10 13:52:31.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/bin/sh
 +#!/bin/bash
@@ -286,7 +286,7 @@
  
  	(
  		cat run/F-merged        # first the feedback
-@@ -451,11 +311,17 @@
+@@ -451,16 +311,22 @@
  				shift || exit 1
  				deffmt=$1
  
@@ -308,8 +308,14 @@
  			fi
  
  			shift
+ 		done |
+-		crack-sort -t: +1
++		crack-sort -t: -k 2
+ 	) 3>&1 |
+ 	fbfilt $crackfb $crackmf > $crackin # remove feedback-guessable users
+ 
 --- c50a/Reporter.chris	1996-12-13 20:13:55.000000000 +0100
-+++ c50a/Reporter	2005-09-06 17:54:34.000000000 +0200
++++ c50a/Reporter	2007-05-10 13:46:45.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/bin/sh
 +#!/bin/bash


Index: crack.spec
===================================================================
RCS file: /cvs/extras/rpms/crack/FC-6/crack.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crack.spec	5 Sep 2006 18:14:29 -0000	1.4
+++ crack.spec	10 May 2007 12:01:19 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:   Password cracker
 Name:      crack
 Version:   5.0a
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   Artistic
 Group:     Applications/System
 Source:    ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/%{name}5.0.tar.gz
@@ -76,6 +76,9 @@
 
 
 %changelog
+* Thu May 10 2007 Christian Iseli <Christian.Iseli at licr.org> 5.0a-5
+- Fix #239575: crack uses obsolete sort option syntax
+
 * Tue Sep 05 2006 Christian Iseli <Christian.Iseli at licr.org> 5.0a-4
 - rebuild for FE 6
 




More information about the fedora-extras-commits mailing list