diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-05-27 12:15:06 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-27 17:40:21 +0200 |
commit | 22478bf47321820ca49fdefe1594bd9260736438 (patch) | |
tree | 01929d0a9aba045daeadb3869e0b335123dd10f3 /package | |
parent | 757353c3a025b78efb5c64fe081859199ad74119 (diff) | |
download | upstream-22478bf47321820ca49fdefe1594bd9260736438.tar.gz upstream-22478bf47321820ca49fdefe1594bd9260736438.tar.bz2 upstream-22478bf47321820ca49fdefe1594bd9260736438.zip |
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@mein.io>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |