Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2019-06-04 12:08:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh" Tue Jun 4 12:08:03 2019 rev:132 rq:706737 version:7.9p1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2019-03-29 20:33:26.810621390 +0100 +++ /work/SRC/openSUSE:Factory/.openssh.new.5148/openssh.changes 2019-06-04 12:08:06.059905080 +0200 @@ -1,0 +2,6 @@ +Fri May 31 11:14:42 UTC 2019 - Vítězslav Čížek <[email protected]> + +- Fix a crash with GSSAPI key exchange (bsc#1136104) + * modify openssh-7.7p1-gssapi_key_exchange.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ openssh.spec: same change ++++++ openssh-7.7p1-gssapi_key_exchange.patch ++++++ --- /var/tmp/diff_new_pack.sp90cR/_old 2019-06-04 12:08:09.775903863 +0200 +++ /var/tmp/diff_new_pack.sp90cR/_new 2019-06-04 12:08:09.775903863 +0200 @@ -1647,7 +1647,7 @@ + if (dh == NULL) + packet_disconnect("Protocol error: no matching group found"); + -+ DH_set0_pqg(dh, &p, NULL, &g); ++ DH_get0_pqg(dh, &p, NULL, &g); + packet_start(SSH2_MSG_KEXGSS_GROUP); + packet_put_bignum2((BIGNUM *)p); + packet_put_bignum2((BIGNUM *)g);
