aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Storchak <m.storchak@gmail.com>2024-03-16 17:00:43 +0200
committerTianling Shen <cnsztl@gmail.com>2024-03-22 16:08:56 +0800
commit1b7cedfdc25767b80e0a903c8c916ca82cccb3d3 (patch)
treea6340a18ac5b0269e110c6a78f43749aa5c627d7
parentb9836b015131112537f72de0ead7fd4b200cb568 (diff)
tgt: update to 1.0.91
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
-rw-r--r--net/tgt/Makefile4
-rw-r--r--net/tgt/patches/100-musl-compat.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile
index 08f0d0337..e43c7d5e5 100644
--- a/net/tgt/Makefile
+++ b/net/tgt/Makefile
@@ -4,12 +4,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tgt
-PKG_VERSION:=1.0.90
+PKG_VERSION:=1.0.91
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:=e832a19c2831bde83e7078cd7a8d2fc8fe5c5f38ddd51130f5123013416d4cff
+PKG_HASH:=3bfd50e19f308e9d197e2f6877fb5d13e4777e5bbb61716a7409b3735b481d8f
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE:=GPL-2.0-only
diff --git a/net/tgt/patches/100-musl-compat.patch b/net/tgt/patches/100-musl-compat.patch
index 8c6f59138..ff3f437c5 100644
--- a/net/tgt/patches/100-musl-compat.patch
+++ b/net/tgt/patches/100-musl-compat.patch
@@ -13,9 +13,9 @@
#define NR_SCSI_OPCODES 256
--- a/usr/util.h
+++ b/usr/util.h
-@@ -20,6 +20,10 @@
- #include <sys/types.h>
+@@ -21,6 +21,10 @@
#include <sys/stat.h>
+ #include <sys/types.h>
+#ifndef __WORDSIZE
+#include <sys/reg.h>