Bug 164821

Summary: new port: security/binwalk 0.4.1
Product: Ports & Packages Reporter: Kurt Jaeger <fbsd-ports>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Kurt Jaeger 2012-02-06 12:40:04 UTC
	new port binwalk 0.4.1

Fix: #!/bin/sh
How-To-Repeat: 	-
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-02-06 18:43:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-08 01:53:09 UTC
jgh         2012-02-08 01:53:00 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/binwalk     Makefile distinfo pkg-descr 
  Log:
  New Port: security/binwalk
  
  Binwalk is a tool for searching a given binary image for embedded
  files and executable code. Specifically, it is designed for identifying
  files and code embedded inside of firmware images. Binwalk uses the
  libmagic library, so it is compatible with magic signatures created
  for the Unix file utility.
  
  Binwalk also includes a custom magic signature file which contains
  improved signatures for files that are commonly found in firmware
  images such as compressed/archived files, firmware headers, Linux
  kernels, bootloaders, filesystems, etc.
  More details are available at:
  
  WWW: http://code.google.com/p/binwalk/
  
  PR: ports/164821
  Submitted by:   Kurt Jaeger, fbsd-ports at opsec.eu
  
  Revision  Changes    Path
  1.1246    +1 -0      ports/security/Makefile
  1.1       +40 -0     ports/security/binwalk/Makefile (new)
  1.1       +2 -0      ports/security/binwalk/distinfo (new)
  1.1       +13 -0     ports/security/binwalk/pkg-descr (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 3 Jason Helfman freebsd_committer freebsd_triage 2012-02-08 01:56:34 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!