[source] samba: bump PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Sat May 27 03:17:50 PDT 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/52e36cf80a30a3a05a76222a2b077fc31a9b51b3

commit 52e36cf80a30a3a05a76222a2b077fc31a9b51b3
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sat May 27 12:15:06 2017 +0200

    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 <jo at mein.io>
---
 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 fcf7721..8c2f6b0 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



More information about the lede-commits mailing list