mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
openssh: security bump to version 6.6p1
Fixes CVE-2014-2532. SUSv3 deprecation already handled upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3e2b6d52b2
commit
53587a3192
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
OPENSSH_VERSION = 6.5p1
|
OPENSSH_VERSION = 6.6p1
|
||||||
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
||||||
OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
|
OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
|
||||||
OPENSSH_CONF_OPT = --disable-lastlog --disable-utmp \
|
OPENSSH_CONF_OPT = --disable-lastlog --disable-utmp \
|
||||||
@ -30,14 +30,4 @@ define OPENSSH_INSTALL_INIT_SYSV
|
|||||||
$(TARGET_DIR)/etc/init.d/S50sshd
|
$(TARGET_DIR)/etc/init.d/S50sshd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Replace deprecated bcopy/bzero with memset/memcpy
|
|
||||||
define OPENSSH_REPLACE_SUSV3_DEPRECATED
|
|
||||||
for src in `find $(@D) -name \*.c`; do \
|
|
||||||
$(SED) "s/bzero(\(.*,\)/memset(\1 0, /" $${src} ;\
|
|
||||||
$(SED) "s/bcopy(\(.*,\) \(.*,\)/memcpy(\2 \1/" $${src} ;\
|
|
||||||
done
|
|
||||||
endef
|
|
||||||
|
|
||||||
OPENSSH_POST_PATCH_HOOKS += OPENSSH_REPLACE_SUSV3_DEPRECATED
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user