Bug 174636 - [patch upgrade] security/binwalk 0.4.5 -> 0.5
Summary: [patch upgrade] security/binwalk 0.4.5 -> 0.5
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 18:00 UTC by Kurt Jaeger
Modified: 2012-12-25 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (957 bytes, patch)
2012-12-22 18:00 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2012-12-22 18:00:00 UTC
	[patch upgrade] security/binwalk 0.4.5 -> 0.5

How-To-Repeat: 	-
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-12-25 11:03:33 UTC
Author: ak
Date: Tue Dec 25 11:03:12 2012
New Revision: 309472
URL: http://svnweb.freebsd.org/changeset/ports/309472

Log:
  - Update to 0.5.0
  
  PR:	ports/174636
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

Modified:
  head/security/binwalk/Makefile
  head/security/binwalk/distinfo

Modified: head/security/binwalk/Makefile
==============================================================================
--- head/security/binwalk/Makefile	Tue Dec 25 10:42:51 2012	(r309471)
+++ head/security/binwalk/Makefile	Tue Dec 25 11:03:12 2012	(r309472)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	binwalk
-PORTVERSION=	0.4.5
+PORTVERSION=	0.5.0
 CATEGORIES=	security
 MASTER_SITES=	GOOGLE_CODE
 
@@ -13,6 +13,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 PLIST_FILES=	bin/binwalk \
+		etc/binwalk/extract.conf \
 		etc/binwalk/magic.binarch \
 		etc/binwalk/magic.bincast \
 		etc/binwalk/magic.binwalk

Modified: head/security/binwalk/distinfo
==============================================================================
--- head/security/binwalk/distinfo	Tue Dec 25 10:42:51 2012	(r309471)
+++ head/security/binwalk/distinfo	Tue Dec 25 11:03:12 2012	(r309472)
@@ -1,2 +1,2 @@
-SHA256 (binwalk-0.4.5.tar.gz) = 0797173ef20f581e7573976c70e4b2575656d56b482a9392a8795714436da2f0
-SIZE (binwalk-0.4.5.tar.gz) = 112526
+SHA256 (binwalk-0.5.0.tar.gz) = 37c4dd80929be8c84c5fafc0f63d5520c1b32623d7ee1e562e45b0aac1838f99
+SIZE (binwalk-0.5.0.tar.gz) = 120293
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-12-25 11:03:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-12-25 11:03:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!