Bug 108166 - [maintainer update] Patches for port security/mdcrack
Summary: [maintainer update] Patches for port security/mdcrack
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 19:50 UTC by Lars Sommer
Modified: 2007-01-21 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Sommer 2007-01-20 19:50:14 UTC
At 13. dec. 2006 Kris Kennaway mailed about compiler change from gcc 3.4 to gcc 4.x. in FreeBSD 7.x, and showed that the port security/mdcrack could not compile with the new gcc. 
This is some small patches for it, and it seems to work fine now. The syntax is tested by compiling mdcrack with the patchfiles placed in security/mdcrack/files

Fix: 

The patches are collected in an uuencoded tar.gz-file. I tried to send the files within this PR, but it kept on complaining about "Patch file has wrong content type". I've placed the patchfiles here: 
Normal tar.gz file: 
http://lasg.dk/patches_for_mdcrack_freebsd7.x.tar.gz 
And an uuencoded version: 
http://lasg.dk/patches_for_mdcrack_freebsd7.x_uuencoded.tar.gz
How-To-Repeat: Your own logfile from pointyhat is here:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006121307/mdcrack-1.2.log
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-01-21 07:02:06 UTC
itetcu      2007-01-21 07:02:00 UTC

  FreeBSD ports repository

  Modified files:
    security/mdcrack     Makefile 
  Added files:
    security/mdcrack/files patch-src_MD4_core3.c 
                           patch-src_MD4_global.h 
                           patch-src_MD5_core3.c 
                           patch-src_MD5_global.h 
                           patch-src_NTLM1_global.h 
                           patch-src_charset.c patch-src_global.h 
  Log:
  Atempt to fix build with gcc 4.x on HEAD
  
  PR:             ports/108166
  Submitted by:   Lars Sommer (maintainer)
  
  Revision  Changes    Path
  1.11      +1 -0      ports/security/mdcrack/Makefile
  1.1       +19 -0     ports/security/mdcrack/files/patch-src_MD4_core3.c (new)
  1.1       +9 -0      ports/security/mdcrack/files/patch-src_MD4_global.h (new)
  1.1       +19 -0     ports/security/mdcrack/files/patch-src_MD5_core3.c (new)
  1.1       +9 -0      ports/security/mdcrack/files/patch-src_MD5_global.h (new)
  1.1       +11 -0     ports/security/mdcrack/files/patch-src_NTLM1_global.h (new)
  1.1       +12 -0     ports/security/mdcrack/files/patch-src_charset.c (new)
  1.1       +9 -0      ports/security/mdcrack/files/patch-src_global.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-21 07:02:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!