Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (95d647266f0042243e3f3c14e1c6a2b2bbb616ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (95d647266f0042243e3f3c14e1c6a2b2bbb616ca)
  • Date: Thu, 13 Aug 2026 08:38:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

rust-crates/binwalk/DEPENDS | 1 +
rust-crates/binwalk/DETAILS | 23 +++++++++++++++++++++++
rust-crates/binwalk/HISTORY | 18 ++++++++++++++++++
utils/binwalk/BUILD | 1 -
utils/binwalk/DEPENDS | 1 -
utils/binwalk/DETAILS | 23 -----------------------
utils/binwalk/HISTORY | 15 ---------------
utils/binwalk/INSTALL | 1 -
8 files changed, 42 insertions(+), 41 deletions(-)

New commits:
commit 95d647266f0042243e3f3c14e1c6a2b2bbb616ca
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

binwalk 3.1.0 (rewritten in rust)

diff --git a/rust-crates/binwalk/DEPENDS b/rust-crates/binwalk/DEPENDS
new file mode 100755
index 0000000..7dbdea4
--- /dev/null
+++ b/rust-crates/binwalk/DEPENDS
@@ -0,0 +1 @@
+depends rust
diff --git a/rust-crates/binwalk/DETAILS b/rust-crates/binwalk/DETAILS
new file mode 100755
index 0000000..2e17160
--- /dev/null
+++ b/rust-crates/binwalk/DETAILS
@@ -0,0 +1,23 @@
+# Watch: https://github.com/devttys0/binwalk/tags
+ SPELL=binwalk
+ VERSION=3.1.0
+ SECURITY_PATCH=1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/devttys0/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:ebed0d260252a18d32af3d24ef7414df656eaa619fbd0327bdd4a9e104654e348dc5cb093d2627258c5839682cfb30bba33f54b91e7e10c1e513f9ceb8509aa7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://code.google.com/p/binwalk/
+ LICENSE[0]=MIT
+ ENTERED=20121219
+ SHORT="firmware analysis tool"
+cat << EOF
+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.
+EOF
diff --git a/rust-crates/binwalk/HISTORY b/rust-crates/binwalk/HISTORY
new file mode 100644
index 0000000..ac9a4a0
--- /dev/null
+++ b/rust-crates/binwalk/HISTORY
@@ -0,0 +1,18 @@
+2025-11-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 3.1.0
+
+2024-01-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.4
+ SECURITY_PATCH++
+
+2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing dependency on python3
+ * BUILD, DETAILS, INSTALL: updated spell to 2.3.3
+
+2014-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 2.0.1
+ * BUILD: Removed, not needed anymore
+
+2012-12-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: spell created, version 0.4.5
diff --git a/utils/binwalk/BUILD b/utils/binwalk/BUILD
deleted file mode 100755
index 78e28e3..0000000
--- a/utils/binwalk/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_python3
diff --git a/utils/binwalk/DEPENDS b/utils/binwalk/DEPENDS
deleted file mode 100755
index 8c09196..0000000
--- a/utils/binwalk/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends python3
diff --git a/utils/binwalk/DETAILS b/utils/binwalk/DETAILS
deleted file mode 100755
index 1753faf..0000000
--- a/utils/binwalk/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
-# Watch: https://github.com/devttys0/binwalk/tags
- SPELL=binwalk
- VERSION=2.3.4
- SECURITY_PATCH=1
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=https://github.com/devttys0/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:5a5e16035dfc05b94ae4ee3969a337336c550606b71e20fcb1f150c4b38ef2084b6a823ce2a8050f4b41616b7d7c31cfb04bf43e7f2c977ab1a634aba9d67fec
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE=http://code.google.com/p/binwalk/
- LICENSE[0]=MIT
- ENTERED=20121219
- SHORT="firmware analysis tool"
-cat << EOF
-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.
-EOF
diff --git a/utils/binwalk/HISTORY b/utils/binwalk/HISTORY
deleted file mode 100644
index b4f1ca4..0000000
--- a/utils/binwalk/HISTORY
+++ /dev/null
@@ -1,15 +0,0 @@
-2024-01-25 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 2.3.4
- SECURITY_PATCH++
-
-2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
- * DEPENDS: added missing dependency on python3
- * BUILD, DETAILS, INSTALL: updated spell to 2.3.3
-
-2014-09-11 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: Fixed SOURCE_URL[0]
- updated spell to 2.0.1
- * BUILD: Removed, not needed anymore
-
-2012-12-19 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, BUILD: spell created, version 0.4.5
diff --git a/utils/binwalk/INSTALL b/utils/binwalk/INSTALL
deleted file mode 100755
index 6a91b84..0000000
--- a/utils/binwalk/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-default_install_python3


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (95d647266f0042243e3f3c14e1c6a2b2bbb616ca), Ismael Luceno, 08/13/2026

Archive powered by MHonArc 2.6.24.

Top of Page