Commit Graph

18 Commits

Author SHA1 Message Date
Kurt Jaeger
eddffa83ad security/binwalk: 2.0.2 -> 2.1.1
Changes:
  http://binwalk.org/binwalk-2-1-1-release/
2016-01-11 18:39:19 +00:00
Kurt Jaeger
a1b9350920 security/binwalk: 2.0.1 -> 2.0.2 (or so)
- old version did not work
- current github head does work (tested)
- new from head sees itself as 2.1.0, but not yet released, so...

PR:		203774
Requested by:	emaste
2015-10-14 18:12:58 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Antoine Brodin
067313259a Fix some _DEPENDS
Reported by:	STRICT_DEPENDS
2015-05-03 11:32:55 +00:00
Kurt Jaeger
2ff1609ab3 security/binwalk: 0.5.0 -> 2.0.1
Complete overhaul:
- python instead of C
- new MASTER_SITE
- support for some external tools is still open
2015-01-03 15:13:42 +00:00
Baptiste Daroussin
bb1e2d4d90 cleanup plist 2014-12-20 19:37:44 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
2014-10-18 12:20:42 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Kurt Jaeger
c4e1289ca5 Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
Emanuel Haupt
2feb355c8f - Support staging
- Strip binary
2014-02-08 18:07:08 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Alex Kozlov
664c8dd5b3 - Update to 0.5.0
PR:	ports/174636
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-12-25 11:03:12 +00:00
Jason E. Hale
f077975c81 - Fix typo
Noticed by:	bsam
Approved by:	makc (mentor implicit)
2012-10-07 21:03:15 +00:00
Jason E. Hale
8316b5f018 - Update to 0.4.5 [1]
- Drop specific ABI version numbers from LIB_DEPENDS [2]
- Trim Makefile header [2]
- Convert to new options framework [2]
- Fix build on 7.x [2]

PR:		ports/172395
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1]
Approved by:	makc (mentor), maintainer [2]
2012-10-07 20:43:21 +00:00
Jason Helfman
73ae57fcad - Update to 0.4.3
PR:	ports/166236
Submitted by:	maintainer, fbsd-ports@opsec.eu
Feature safe:	yes
2012-03-19 22:35:11 +00:00
Frederic Culot
c5858ea961 - Update to 0.4.2
PR:		ports/165425
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-02-24 13:14:32 +00:00
Jason Helfman
980618a8fe 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
2012-02-08 01:53:00 +00:00