diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-11-22 13:43:17 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-11-22 13:43:17 +0100 |
commit | 5c2706a9ad129e207582530ba09c574476a9bb6c (patch) | |
tree | 6ec4ebd49b97c89ed2d69fb18c96a446010b9b6f /net | |
parent | 58010dbd88277eba03aacb36e6af9216ba31208e (diff) |
cifsd: update to git (2019-11-22)
* cifsd: fix uninitialized fp could be freed
* cifsd: fix potential uninitialized spnego_blob could be freed
* cifsd: smbd: replace spinlock_irqsave with spinlock
* cifsd: smbd: avoid the lack of client's send credits
* cifsd-tools: add version generation script
* cifsd-tools: do not abbrev git describe
* cifsd-tools: use 'unknown' version string if git describe fails
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/cifsd-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cifsd-tools/Makefile b/net/cifsd-tools/Makefile index b96f2fdcf..cb795d20a 100644 --- a/net/cifsd-tools/Makefile +++ b/net/cifsd-tools/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cifsd-team/cifsd-tools.git -PKG_SOURCE_DATE:=2019-10-31 -PKG_SOURCE_VERSION:=3e6be471ee4a78d71d920787f2f91d2f745de575 -PKG_MIRROR_HASH:=f5f8b2e8b2248f0ca39d8647f9d5243957d293ba738cb2596323fa965ae723f3 +PKG_SOURCE_DATE:=2019-11-13 +PKG_SOURCE_VERSION:=0e17afffe8725fabe6e9209e34d8c7c2759353e4 +PKG_MIRROR_HASH:=8ecf590047d30913488d9d2026448131e151df44159623c0aa69c910b74fd646 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |