i2c-tools: Update to version 4.4

Message ID 20241119110936.3597603-5-adolf.belka@ipfire.org
State New
Headers
Series i2c-tools: Update to version 4.4 |

Commit Message

Adolf Belka Nov. 19, 2024, 11:09 a.m. UTC
  - Update from version 4.3 to 4.4
- Update of rootfile not required
- Changelog
    4.4
	  tools: Use getopt
	         Implement and document option -h
	  eeprog: Use force option when data comes from a pipe
	  i2cdetect: Display more functionality bits with option -F
	  i2cdump: Remove support for SMBus block mode
	  i2cget: Document SMBus block mode
	          Fix the return code of option -h
	  i2cset: Fix the return code of option -h
	  i2ctransfer: Sort command line options and add to help text
	               Add an option to print binary data
	               Drop redundant variable arg_idx
	  py-smbus: Install in the defined prefix
	            Use setuptools instead of distutils

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/i2c-tools | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/i2c-tools b/lfs/i2c-tools
index cb3a9e0b6..fac6cda4f 100644
--- a/lfs/i2c-tools
+++ b/lfs/i2c-tools
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 4.3
+VER        = 4.4
 
 THISAPP    = i2c-tools-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c7300224c8d32785cd067b632bf0e9591f05264b1572f44aebda5f30a95164732d606710c13739ccb7899476219ceb3033beaf95b718ed7e18122f9181dc13fc
+$(DL_FILE)_BLAKE2 = 519d781732d58444705844769eef1089e60e6991be22ba74aa1c0fb9dad5aeed556d8b2550784e3caef992692eff8d40e7978e4983e6935ce7867dadc3687539
 
 install : $(TARGET)