]> git.feebdaed.xyz Git - 0xmirror/radare2.git/commitdiff
Update sdb 2.2.8 to fix some leaks
authorpancake <pancake@nopcode.org>
Wed, 17 Dec 2025 17:14:01 +0000 (18:14 +0100)
committerpancake <pancake@nowsecure.com>
Wed, 17 Dec 2025 18:46:47 +0000 (19:46 +0100)
subprojects/sdb.mk
subprojects/sdb.wrap

index d4f967670628cb680b06d9d6fa1fda4f984291c1..8efaee02ceda703c3d1976daf8d4bc3146fe49bc 100644 (file)
@@ -1,18 +1,18 @@
 # This file is autogenerated by acr-wrap
 
 WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
-WRAP_wrap_git_revision:=2.2.4
+WRAP_wrap_git_revision:=2.2.8
 WRAP_wrap_git_directory:=sdb
 WRAP_wrap_git_depth:=1
 
 .PHONY: sdb_clean sdb_all
 
 sdb:
-       if [ ! -d "sdb" -o "2.2.4" != "$(shell cd sdb 2>/dev/null && git rev-parse HEAD)" ]; then rm -rf "sdb"; ${MAKE} sdb_all; fi
+       if [ ! -d "sdb" -o "2.2.8" != "$(shell cd sdb 2>/dev/null && git rev-parse HEAD)" ]; then rm -rf "sdb"; ${MAKE} sdb_all; fi
 
 sdb_all:
        git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
-       cd sdb && git fetch --depth=1 origin 2.2.4
+       cd sdb && git fetch --depth=1 origin 2.2.8
        cd sdb && git checkout FETCH_HEAD
 
 sdb_clean:
index f61fabff62d31a5f472ac00423841f5b6841f404..b1c67c405396600fa2a64aa8634bca6d25cbbb24 100644 (file)
@@ -1,5 +1,5 @@
 [wrap-git]
 url = https://github.com/radareorg/sdb.git
-revision = 2.2.4
+revision = 2.2.8
 directory = sdb
 depth = 1