jool: downgrade to v4.0.9
authorDavid Bauer <mail@david-bauer.net>
Sun, 28 Jun 2020 10:53:59 +0000 (12:53 +0200)
committerDavid Bauer <blocktrron@users.noreply.github.com>
Sun, 28 Jun 2020 13:12:47 +0000 (15:12 +0200)
Jool v4.1.0 suffers from bad offload management as well as broken
stateful NAT64 translation. See upstream issues #331 as well as #332 for
more information.

Downgrade to v4.0.9 until these are ironed out.

Tested on: ipq40xx-generic

Fixes commit 0a6891feaca4 ("jool: update to v4.1.0")
Signed-off-by: David Bauer <mail@david-bauer.net>
net/jool/Makefile

index a97382d4f5abefc8d0c6875e2932ac04d08dea3d..e6cdf3f76024d901e33e09cc21d5b5d9ac29cbf8 100644 (file)
@@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=jool
-PKG_VERSION:=4.1.0
+PKG_VERSION:=4.0.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/NICMx/Jool/releases/download/v$(PKG_VERSION)
-PKG_HASH:=7acdb1cd96b5f856fc75a9ee97758bb4dfb4cd7af4af26f88d512b5ac71f01a0
+PKG_HASH:=d42215f87abf2e113bc039d23e6b4e1c39cafc90f0e5584adf0e40e996c68ffb
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=GPL-2.0-only