Security update to libssh 0.7.3: use correct length for ephemeral secret
for diffie-hellman-group1 and diffie-hellman-group14 kex; they were fixed at 128 bits. https://www.libssh.org/2016/02/23/libssh-0-7-3-security-and-bugfix-release/ From rpointel@, ok me, committing on rpointel's behalf
This commit is contained in:
parent
cd2964c232
commit
0948a2eb8a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2015/11/04 19:19:20 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2016/02/23 14:09:59 sthen Exp $
|
||||
|
||||
COMMENT = C library implementing server and client side
|
||||
# XXX if updating, check the number in the MASTER_SITES path
|
||||
DISTNAME = libssh-0.7.2
|
||||
DISTNAME = libssh-0.7.3
|
||||
|
||||
SHARED_LIBS += ssh 2.0 # 4.5
|
||||
SHARED_LIBS += ssh_threads 2.0 # 4.5
|
||||
@ -10,7 +10,7 @@ SHARED_LIBS += ssh_threads 2.0 # 4.5
|
||||
CATEGORIES = security devel
|
||||
|
||||
HOMEPAGE = http://www.libssh.org/
|
||||
MASTER_SITES = https://red.libssh.org/attachments/download/177/
|
||||
MASTER_SITES = https://red.libssh.org/attachments/download/195/
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libssh-0.7.2.tar.xz) = oyxFuWdBQcq0vehN7X1T6TEHbGsPELj9Yn81hPrrrmI=
|
||||
SIZE (libssh-0.7.2.tar.xz) = 350540
|
||||
SHA256 (libssh-0.7.3.tar.xz) = Ju9GvlVdohESwB5Ln146u6kZRIXIgiq1W6PWSWIir5g=
|
||||
SIZE (libssh-0.7.3.tar.xz) = 350464
|
||||
|
Loading…
x
Reference in New Issue
Block a user