Bug 164821 - new port: security/binwalk 0.4.1
Summary: new port: security/binwalk 0.4.1
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 12:40 UTC by Kurt Jaeger
Modified: 2012-02-08 02:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.77 KB, text/plain)
2012-02-06 12:40 UTC, Kurt Jaeger
no flags Details

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