Skip to content

Commit

Permalink
Revert "rpcd: update to git HEAD"
Browse files Browse the repository at this point in the history
This reverts commit 190e793.

This update introduces a potential null-pointer deref with subsequent rpcd
crash when querying wireless info for non-nl80211 wdevs.

Additionally it wrongly includes ht frequency information for non-ht BSSes.

Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Jan 6, 2021
1 parent b4c0d37 commit 79fe06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/system/rpcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=rpcd
PKG_RELEASE:=1
PKG_RELEASE:=3

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
PKG_SOURCE_DATE:=2021-01-05
PKG_SOURCE_VERSION:=5c15f5736de0c329bccd1a39264a7bd00299f728
PKG_SOURCE_DATE:=2020-09-18
PKG_SOURCE_VERSION:=3fea6559817a22de1b8375b9b1f3d818e6534591
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_MIRROR_HASH:=fc97cb403490de0e17dddd7a722f04460aa1c2765a1c4fd54b8d629dc2e84aee
PKG_MIRROR_HASH:=d9284a23017c4393f210afb5bdc7f6d9e0b3ef46cc6e2cc2b2bcaa0199c942af

PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=
Expand Down

0 comments on commit 79fe06a

Please sign in to comment.