tgt: update to 1.0.90
authorMaxim Storchak <m.storchak@gmail.com>
Sat, 10 Feb 2024 18:43:41 +0000 (20:43 +0200)
committerRosen Penev <rosenp@gmail.com>
Sat, 10 Feb 2024 22:58:13 +0000 (14:58 -0800)
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
net/tgt/Makefile
net/tgt/patches/100-musl-compat.patch

index 1e8af2cc9edc2e29c3e62b0d7e166402748ef391..08f0d03376a3a014548b0735849f9f41c8f07a56 100644 (file)
@@ -4,12 +4,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tgt
-PKG_VERSION:=1.0.89
+PKG_VERSION:=1.0.90
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=cd09daffacc00a6641a7b95d31c43441656ce0b01af8d512359bc91bac3c6d99
+PKG_HASH:=e832a19c2831bde83e7078cd7a8d2fc8fe5c5f38ddd51130f5123013416d4cff
 
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
 PKG_LICENSE:=GPL-2.0-only
index 3d142c2162eb0c5354673b8f8e58c6091bf1e53b..8c6f5913807f309613cf63b8d4c620565d197063 100644 (file)
@@ -13,9 +13,9 @@
  #define NR_SCSI_OPCODES               256
 --- a/usr/util.h
 +++ b/usr/util.h
-@@ -16,6 +16,10 @@
- #include <limits.h>
- #include <linux/types.h>
+@@ -20,6 +20,10 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
  
 +#ifndef __WORDSIZE
 +#include <sys/reg.h>