From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 6 12:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C08F4106564A for ; Mon, 6 Feb 2012 12:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9796F8FC18 for ; Mon, 6 Feb 2012 12:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q16Ce4TI098317 for ; Mon, 6 Feb 2012 12:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q16Ce4B0098316; Mon, 6 Feb 2012 12:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 6 Feb 2012 12:40:04 GMT Resent-Message-Id: <201202061240.q16Ce4B0098316@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC5F106564A for ; Mon, 6 Feb 2012 12:34:32 +0000 (UTC) (envelope-from pi@zfs.opsec.eu) Received: from zfs.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id EE5188FC1D for ; Mon, 6 Feb 2012 12:34:31 +0000 (UTC) Received: from pi by zfs.opsec.eu with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RuNmA-000KUV-0x for FreeBSD-gnats-submit@freebsd.org; Mon, 06 Feb 2012 13:34:30 +0100 Message-Id: Date: Mon, 06 Feb 2012 13:34:30 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/164821: new port: security/binwalk 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 12:40:04 -0000 >Number: 164821 >Category: ports >Synopsis: new port: security/binwalk 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 06 12:40:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.0-RELEASE amd64 >Organization: - >Environment: System: FreeBSD zfs.opsec.eu 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: new port binwalk 0.4.1 >How-To-Repeat: - >Fix: #!/bin/sh # This is a shell archive echo x binwalk mkdir -p binwalk > /dev/null 2>&1 echo x binwalk/pkg-plist sed 's/^X//' > binwalk/pkg-plist << 'SHAR_END' Xbin/binwalk Xetc/binwalk/magic.binarch Xetc/binwalk/magic.bincast Xetc/binwalk/magic.binwalk Xetc/binwalk/magic.o X@dirrm etc/binwalk SHAR_END echo x binwalk/distinfo sed 's/^X//' > binwalk/distinfo << 'SHAR_END' XSHA256 (binwalk-0.4.1.tar.gz) = fc82c3acbf8d809cfff7896ac69c60e1ebcf1eb30ae7819a89e4ec036cc3b8a9 XSIZE (binwalk-0.4.1.tar.gz) = 695370 SHAR_END echo x binwalk/pkg-descr sed 's/^X//' > binwalk/pkg-descr << 'SHAR_END' XBinwalk is a tool for searching a given binary image for embedded Xfiles and executable code. Specifically, it is designed for identifying Xfiles and code embedded inside of firmware images. Binwalk uses the Xlibmagic library, so it is compatible with magic signatures created Xfor the Unix file utility. X XBinwalk also includes a custom magic signature file which contains Ximproved signatures for files that are commonly found in firmware Ximages such as compressed/archived files, firmware headers, Linux Xkernels, bootloaders, filesystems, etc. XMore details are available at: X XWWW: http://code.google.com/p/binwalk/ SHAR_END echo x binwalk/Makefile sed 's/^X//' > binwalk/Makefile << 'SHAR_END' X# New ports collection makefile for: binwalk X# Date created: Feb 6, 2012 X# Whom: Kurt Jaeger X# X# $FreeBSD$ X XPORTNAME= binwalk XPORTVERSION= 0.4.1 XCATEGORIES= security XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= fbsd-ports@opsec.eu XCOMMENT= Search binary images for embedded files and executable code X XLICENSE= MIT X XGNU_CONFIGURE= yes XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src X X.include SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: