mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9919 from ja-pa/samba4-security-fix
samba4: update to version 4.9.13 (security fix)
This commit is contained in:
+3
-3
@@ -2,8 +2,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=samba
|
PKG_NAME:=samba
|
||||||
PKG_VERSION:=4.9.11
|
PKG_VERSION:=4.9.13
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \
|
PKG_SOURCE_URL:=https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \
|
||||||
@@ -12,7 +12,7 @@ PKG_SOURCE_URL:=https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \
|
|||||||
http://www.nic.funet.fi/index/samba/pub/samba/stable/ \
|
http://www.nic.funet.fi/index/samba/pub/samba/stable/ \
|
||||||
http://samba.mirror.bit.nl/samba/ftp/stable/ \
|
http://samba.mirror.bit.nl/samba/ftp/stable/ \
|
||||||
https://download.samba.org/pub/samba/stable/
|
https://download.samba.org/pub/samba/stable/
|
||||||
PKG_HASH:=bb736624d16f7369e395de2f15fec153b554f76f95864015b4ce1f2ae53e817b
|
PKG_HASH:=ab18331e37766b13dbb07d1f115bda3d794917baf502d0ca2b2b8fff014b88f2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||||
PKG_LICENSE:=GPL-3.0-only
|
PKG_LICENSE:=GPL-3.0-only
|
||||||
|
|||||||
@@ -211,9 +211,9 @@ start_service() {
|
|||||||
fi
|
fi
|
||||||
# lower priority using renice (if found)
|
# lower priority using renice (if found)
|
||||||
if [ -x /usr/bin/renice ]; then
|
if [ -x /usr/bin/renice ]; then
|
||||||
[ -x /usr/sbin/samba ] && renice -n 2 "$(pidof samba)"
|
[ -x /usr/sbin/samba ] && renice -n 2 $(pidof samba)
|
||||||
[ -x /usr/sbin/smbd ] && renice -n 2 "$(pidof smbd)"
|
[ -x /usr/sbin/smbd ] && renice -n 2 $(pidof smbd)
|
||||||
[ -x /usr/sbin/nmbd ] && renice -n 2 "$(pidof nmbd)"
|
[ -x /usr/sbin/nmbd ] && renice -n 2 $(pidof nmbd)
|
||||||
[ -x /usr/sbin/winbindd ] && renice -n 2 "$(pidof winbindd)"
|
[ -x /usr/sbin/winbindd ] && renice -n 2 $(pidof winbindd)
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user