Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
修订版 | 6e4ec2f0abb27968234344ce879e990d2abc7bd2 (tree) |
---|---|
时间 | 2022-05-25 16:03:33 |
作者 | Nick Hainke <vincent@syst...> |
Commiter | Tianling Shen |
libmnl: update to 1.0.5
Changes:
Duncan Roe (5):
Fernando Fernandez Mancera (1):
Florian Westphal (1):
Guillaume Nault (1):
Kylie McClain (1):
Laura Garcia Liebana (4):
Pablo Neira Ayuso (3):
Petr Vorel (1):
Stephen Hemminger (1):
igo95862 (1):
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit c3b738933981de601389794152534628b04555dc)
@@ -8,14 +8,14 @@ | ||
8 | 8 | include $(TOPDIR)/rules.mk |
9 | 9 | |
10 | 10 | PKG_NAME:=libmnl |
11 | -PKG_VERSION:=1.0.4 | |
12 | -PKG_RELEASE:=2 | |
11 | +PKG_VERSION:=1.0.5 | |
12 | +PKG_RELEASE:=1 | |
13 | 13 | |
14 | 14 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
15 | 15 | PKG_SOURCE_URL:= \ |
16 | 16 | http://www.netfilter.org/projects/libmnl/files \ |
17 | 17 | ftp://ftp.netfilter.org/pub/libmnl |
18 | -PKG_HASH:=171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81 | |
18 | +PKG_HASH:=274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525 | |
19 | 19 | |
20 | 20 | PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> |
21 | 21 |