diff options
author | David Bauer <mail@david-bauer.net> | 2021-11-21 22:19:50 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-22 16:41:22 -0800 |
commit | 95a65fb76e9a01889af4ca93b4f3d730c33ef376 (patch) | |
tree | 097b377703e49d2cc8ea21c4280faa91337dfe3f /utils/clocate | |
parent | 8bc0b57459520a9bb0a5e1ce8641d09546d6c1cf (diff) |
clocate: update to latest HEAD
4a4c0c0 nl80211: fix IE loop
d83e572 nl80211: fix potential oob read
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'utils/clocate')
-rw-r--r-- | utils/clocate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/clocate/Makefile b/utils/clocate/Makefile index 424f75e97..3c955fcab 100644 --- a/utils/clocate/Makefile +++ b/utils/clocate/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clocate -PKG_SOURCE_DATE:=2021-07-07 +PKG_SOURCE_DATE:=2021-11-09 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/blocktrron/clocate.git -PKG_SOURCE_VERSION:=ef531687c16bab959f61dff3755148ac9a0c1464 -PKG_MIRROR_HASH:=1fde4052113a52c018476062a5fad656673b89be95a469fed2d35649a7f1bce3 +PKG_SOURCE_VERSION:=4a4c0c0cb53fc3df2891d649eb457efdee843572 +PKG_MIRROR_HASH:=8eef756ea5e951097eea53feb243a317612f88c2628c9417f4b28a28a3b4686c PKG_MAINTAINER:=David Bauer <mail@david-bauer.net> PKG_LICENSE:=GPL-2.0-only |