mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
cifs-utils: security bump to version 5.4
Fixes CVE-2012-1586. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
98873717c2
commit
18bd541dd0
@ -1,5 +1,11 @@
|
|||||||
CIFS_UTILS_VERSION = 5.1
|
CIFS_UTILS_VERSION = 5.4
|
||||||
CIFS_UTILS_SOURCE = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
|
CIFS_UTILS_SOURCE = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
|
||||||
CIFS_UTILS_SITE = ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/
|
CIFS_UTILS_SITE = ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/
|
||||||
|
|
||||||
|
define CIFS_UTILS_NO_WERROR
|
||||||
|
$(SED) 's/-Werror//' $(@D)/Makefile.in
|
||||||
|
endef
|
||||||
|
|
||||||
|
CIFS_UTILS_POST_PATCH_HOOKS += CIFS_UTILS_NO_WERROR
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user