jool: update to 4.1.8
Update jool to the latest version. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
This commit is contained in:
parent
fea19c2399
commit
1dd0c8bfbb
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=jool
|
||||
PKG_VERSION:=2022-01-20
|
||||
PKG_VERSION:=4.1.8
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
|
@ -16,8 +16,8 @@ PKG_LICENSE_FILES:=COPYING
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/NICMx/Jool.git
|
||||
PKG_SOURCE_VERSION:=04ef98dd6c7528fc25f68bef304fb74c59cb7083
|
||||
PKG_MIRROR_HASH:=f17551f8ab80a75b6d7f4b5d9208013a4a8101298b80ae9adaa2892db30ac385
|
||||
PKG_SOURCE_VERSION:=6822bdee4ec63467e82d723a3381b3116c1853d9
|
||||
PKG_MIRROR_HASH:=6ef000459858a87e206c903828f428d469c18221789cb65fec91a8d822b0178f
|
||||
|
||||
PKG_BUILD_DIR=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
|
@ -11,7 +11,7 @@ Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -5,7 +5,7 @@ AC_PREREQ([2.68])
|
||||
AC_INIT([Jool], [4.1.6], [jool@nic.mx])
|
||||
AC_INIT([Jool], [4.1.8], [jool@nic.mx])
|
||||
AC_CONFIG_SRCDIR([src/common/xlat.h])
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
-LT_PREREQ([2.4.6])
|
||||
|
|
Loading…
Reference in a new issue