From aeb176d81884c79893d75fbc9986e984cbc62644 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 30 Jun 2015 15:55:54 +0200 Subject: [PATCH] nat46: fix leak of conntrack entries, fix checksum calculation Signed-off-by: Steven Barth --- nat46/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nat46/Makefile b/nat46/Makefile index f30fbc9..24ecbef 100644 --- a/nat46/Makefile +++ b/nat46/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=nat46 -PKG_VERSION:=4 +PKG_VERSION:=5 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=ccbba8595d7ccbc2ccb1e7d81b420e9587f07fe5 +PKG_SOURCE_VERSION:=ead1fb8e1b9064f750a128e2d5a05244bb41c01d PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=GPL-2.0 -- 2.30.2