From 2da18cbb7df4092acdf52d935a1c92b336b5bf8d Mon Sep 17 00:00:00 2001 From: Mohd Husaam Mehdi Date: Mon, 6 Oct 2025 21:02:16 +0530 Subject: [PATCH] parental-control: fix handling of tcp and ipv6 based dns responses --- parental-control/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parental-control/Makefile b/parental-control/Makefile index bfa6e7529..7445b3312 100644 --- a/parental-control/Makefile +++ b/parental-control/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=parental-control -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.1 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/network/parental-control.git -PKG_SOURCE_VERSION:=7fd56a198612166de682121d4970a82616840b8a +PKG_SOURCE_VERSION:=bd852e8b0a6528893917fb89e2ea27a8920f6280 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif