[openwrt/openwrt] strace: update to 5.19

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 28 09:29:45 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/781a2e20085fff44fade871b0801468e4800af1a

commit 781a2e20085fff44fade871b0801468e4800af1a
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Aug 23 14:00:18 2022 +0200

    strace: update to 5.19
    
    Release Notes:
    https://strace.io/files/5.19/
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/devel/strace/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index bfa79490f8..9d9db65c17 100644
--- a/package/devel/strace/Makefile
+++ b/package/devel/strace/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=strace
-PKG_VERSION:=5.18
-PKG_RELEASE:=2
+PKG_VERSION:=5.19
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187
+PKG_HASH:=aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later




More information about the lede-commits mailing list