[source] samba: bump PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Sat May 27 08:40:27 PDT 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/22478bf47321820ca49fdefe1594bd9260736438
commit 22478bf47321820ca49fdefe1594bd9260736438
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