From 52e36cf80a30a3a05a76222a2b077fc31a9b51b3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 27 May 2017 12:15:06 +0200 Subject: [PATCH] samba: bump PKG_RELEASE The previous CVE bugfix commit did not adjust PKG_RELEASE, therefor the fixed samba package does not appear as opkg update. Bump the PKG_RELEASE to signify upgrades to downstream users. Ref: https://forum.lede-project.org/t/sambacry-are-lede-devices-affected/3972/4 Signed-off-by: Jo-Philipp Wich --- package/network/services/samba36/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index fcf772195a..8c2f6b0854 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable -- 2.30.2