From 9f4928f1efc62922ef7c3b60f0960b87af20dd28 Mon Sep 17 00:00:00 2001 From: Khachatryan Karen Date: Tue, 11 Feb 2025 00:04:56 +0300 Subject: [PATCH] antiblock: Update to 2.0.2 Fixed a bug using a non-thread-safe hashmap Signed-off-by: Khachatryan Karen --- net/antiblock/Makefile | 4 ++-- net/antiblock/test.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/antiblock/Makefile b/net/antiblock/Makefile index 121ede38c1..b37b7da1a1 100644 --- a/net/antiblock/Makefile +++ b/net/antiblock/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=antiblock -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.0.2 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/karen07/antiblock PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=bfde3c4f5f3ca4f4c8ad679b4d3f367fef3021e6aae61ce2d5f283e6775db8bb +PKG_MIRROR_HASH:=00d9d50d12bdb3d3ec6ddefe0b3ea254433a1d58867b0fae87a12dd24ec1ba87 PKG_MAINTAINER:=Khachatryan Karen PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/antiblock/test.sh b/net/antiblock/test.sh index 6c9cb663dc..ccd9e990ec 100644 --- a/net/antiblock/test.sh +++ b/net/antiblock/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -antiblock | grep "AntiBlock started" +antiblock | grep "AntiBlock started $PKG_VERSION" -- 2.30.2