From fbbe0b4946e62224a4e0cfdf0143b97f65fcc8ce88ef5fe226b96ac92c8b94ff Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 4 Nov 2013 13:58:23 +0000 Subject: [PATCH] Accepting request 205686 from Base:System Upgrade to 3.2.6 (forwarded request 205591 from shawn2012) OBS-URL: https://build.opensuse.org/request/show/205686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=67 --- gnutls-3.2.5.tar.xz | 3 - gnutls-3.2.5.tar.xz.sig | Bin 287 -> 0 bytes ....5-noecc.patch => gnutls-3.2.6-noecc.patch | 222 +++++++++--------- gnutls-3.2.6.tar.xz | 3 + gnutls-3.2.6.tar.xz.sig | Bin 0 -> 287 bytes gnutls.changes | 40 ++++ gnutls.spec | 6 +- make-obs-happy-with-gnutls_3.2.5.patch | 34 --- 8 files changed, 156 insertions(+), 152 deletions(-) delete mode 100644 gnutls-3.2.5.tar.xz delete mode 100644 gnutls-3.2.5.tar.xz.sig rename gnutls-3.2.5-noecc.patch => gnutls-3.2.6-noecc.patch (81%) create mode 100644 gnutls-3.2.6.tar.xz create mode 100644 gnutls-3.2.6.tar.xz.sig delete mode 100644 make-obs-happy-with-gnutls_3.2.5.patch diff --git a/gnutls-3.2.5.tar.xz b/gnutls-3.2.5.tar.xz deleted file mode 100644 index eef4ca5..0000000 --- a/gnutls-3.2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6fbcdcd32b2f38cca3bbfa10759556d66f4795ac6e6e50503f2ee5c08c081b7 -size 4987156 diff --git a/gnutls-3.2.5.tar.xz.sig b/gnutls-3.2.5.tar.xz.sig deleted file mode 100644 index 81d6f301d9bcee1dfcd3ee95f5efe1667e5d219592a31a581ae994d5c1ee3299..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-oMu(|*W2@suLs`ii*xI&q%2mU$**v;FzvwLxpxlrT0 z3S%Tb9=To1i_i7^;F6!vG@+&{vT^1Pa=3lcCZ+3q_$MTVR5vs)9(*&uT|z+BNZebC z;@MZPomJw#dM0lx4FKkY@JdeSn7CA0UCQpGfOH=kgh}e-w-YJ&f{8GwD4$(d(rQ}{ z3*(Ir3{bGgxji`uNNmxtfRtj19y35^7UWti$#jJ%nf_%$CY?ZWyoW~hdh*mVZYk6c z-NZ%ZNPRe{_>vYN8bfT-311I=T)UwSE2~5nA)NR(AH&aK%>s1iF+Fygr8Bqv<7gr2 l=2~4HxBaTJi(np@65gl@dul>I^Y%Mek9T2fwS|zrT^L9gg--wg diff --git a/gnutls-3.2.5-noecc.patch b/gnutls-3.2.6-noecc.patch similarity index 81% rename from gnutls-3.2.5-noecc.patch rename to gnutls-3.2.6-noecc.patch index 1d30226..d2c24b8 100644 --- a/gnutls-3.2.5-noecc.patch +++ b/gnutls-3.2.6-noecc.patch @@ -1,7 +1,7 @@ -Index: gnutls-3.2.5/lib/algorithms/publickey.c +Index: gnutls-3.2.6/lib/algorithms/publickey.c =================================================================== ---- gnutls-3.2.5.orig/lib/algorithms/publickey.c -+++ gnutls-3.2.5/lib/algorithms/publickey.c +--- gnutls-3.2.6.orig/lib/algorithms/publickey.c ++++ gnutls-3.2.6/lib/algorithms/publickey.c @@ -49,8 +49,10 @@ static const gnutls_pk_map pk_mappings[] {GNUTLS_KX_RSA, GNUTLS_PK_RSA, CIPHER_ENCRYPT}, {GNUTLS_KX_DHE_RSA, GNUTLS_PK_RSA, CIPHER_SIGN}, @@ -13,7 +13,7 @@ Index: gnutls-3.2.5/lib/algorithms/publickey.c {GNUTLS_KX_DHE_DSS, GNUTLS_PK_DSA, CIPHER_SIGN}, {GNUTLS_KX_SRP_DSS, GNUTLS_PK_DSA, CIPHER_SIGN}, {GNUTLS_KX_RSA_PSK, GNUTLS_PK_RSA, CIPHER_ENCRYPT}, -@@ -97,7 +99,9 @@ static const gnutls_pk_entry pk_algorith +@@ -98,7 +100,9 @@ static const gnutls_pk_entry pk_algorith {"DSA", PK_DSA_OID, GNUTLS_PK_DSA}, {"GOST R 34.10-2001", PK_GOST_R3410_2001_OID, GNUTLS_PK_UNKNOWN}, {"GOST R 34.10-94", PK_GOST_R3410_94_OID, GNUTLS_PK_UNKNOWN}, @@ -23,10 +23,10 @@ Index: gnutls-3.2.5/lib/algorithms/publickey.c {0, 0, 0} }; -Index: gnutls-3.2.5/lib/auth/cert.c +Index: gnutls-3.2.6/lib/auth/cert.c =================================================================== ---- gnutls-3.2.5.orig/lib/auth/cert.c -+++ gnutls-3.2.5/lib/auth/cert.c +--- gnutls-3.2.6.orig/lib/auth/cert.c ++++ gnutls-3.2.6/lib/auth/cert.c @@ -63,7 +63,11 @@ static gnutls_privkey_t alloc_and_load_p key, int deinit); #endif @@ -60,10 +60,10 @@ Index: gnutls-3.2.5/lib/auth/cert.c ret = _gnutls_buffer_append_data (data, tmp_data, CERTTYPE_SIZE); if (ret < 0) -Index: gnutls-3.2.5/lib/auth/dhe_psk.c +Index: gnutls-3.2.6/lib/auth/dhe_psk.c =================================================================== ---- gnutls-3.2.5.orig/lib/auth/dhe_psk.c -+++ gnutls-3.2.5/lib/auth/dhe_psk.c +--- gnutls-3.2.6.orig/lib/auth/dhe_psk.c ++++ gnutls-3.2.6/lib/auth/dhe_psk.c @@ -92,6 +92,7 @@ const mod_auth_st ecdhe_psk_auth_struct }; #endif @@ -128,10 +128,10 @@ Index: gnutls-3.2.5/lib/auth/dhe_psk.c +#endif #endif /* ENABLE_PSK */ -Index: gnutls-3.2.5/lib/ext/ecc.c +Index: gnutls-3.2.6/lib/ext/ecc.c =================================================================== ---- gnutls-3.2.5.orig/lib/ext/ecc.c -+++ gnutls-3.2.5/lib/ext/ecc.c +--- gnutls-3.2.6.orig/lib/ext/ecc.c ++++ gnutls-3.2.6/lib/ext/ecc.c @@ -35,7 +35,7 @@ /* Maps record size to numbers according to the * extensions draft. @@ -146,10 +146,10 @@ Index: gnutls-3.2.5/lib/ext/ecc.c return GNUTLS_E_ECC_UNSUPPORTED_CURVE; } +#endif -Index: gnutls-3.2.5/lib/gnutls_extensions.c +Index: gnutls-3.2.6/lib/gnutls_extensions.c =================================================================== ---- gnutls-3.2.5.orig/lib/gnutls_extensions.c -+++ gnutls-3.2.5/lib/gnutls_extensions.c +--- gnutls-3.2.6.orig/lib/gnutls_extensions.c ++++ gnutls-3.2.6/lib/gnutls_extensions.c @@ -351,6 +351,7 @@ _gnutls_ext_init (void) if (ret != GNUTLS_E_SUCCESS) return ret; @@ -166,10 +166,10 @@ Index: gnutls-3.2.5/lib/gnutls_extensions.c ret = _gnutls_ext_register (&ext_mod_sig); if (ret != GNUTLS_E_SUCCESS) -Index: gnutls-3.2.5/lib/gnutls_priority.c +Index: gnutls-3.2.6/lib/gnutls_priority.c =================================================================== ---- gnutls-3.2.5.orig/lib/gnutls_priority.c -+++ gnutls-3.2.5/lib/gnutls_priority.c +--- gnutls-3.2.6.orig/lib/gnutls_priority.c ++++ gnutls-3.2.6/lib/gnutls_priority.c @@ -245,35 +245,45 @@ gnutls_certificate_type_set_priority (gn } @@ -216,7 +216,7 @@ Index: gnutls-3.2.5/lib/gnutls_priority.c 0 }; -@@ -416,51 +426,74 @@ static const int comp_priority[] = { +@@ -423,51 +433,74 @@ static const int comp_priority[] = { static const int sign_priority_default[] = { GNUTLS_SIGN_RSA_SHA256, GNUTLS_SIGN_DSA_SHA256, @@ -292,10 +292,10 @@ Index: gnutls-3.2.5/lib/gnutls_priority.c 0 }; -Index: gnutls-3.2.5/lib/nettle/pk.c +Index: gnutls-3.2.6/lib/nettle/pk.c =================================================================== ---- gnutls-3.2.5.orig/lib/nettle/pk.c -+++ gnutls-3.2.5/lib/nettle/pk.c +--- gnutls-3.2.6.orig/lib/nettle/pk.c ++++ gnutls-3.2.6/lib/nettle/pk.c @@ -146,6 +146,7 @@ static int _wrap_nettle_pk_derive(gnutls switch (algo) @@ -376,10 +376,10 @@ Index: gnutls-3.2.5/lib/nettle/pk.c default: ret = gnutls_assert_val(GNUTLS_E_INVALID_REQUEST); } -Index: gnutls-3.2.5/tests/cert-tests/dane +Index: gnutls-3.2.6/tests/cert-tests/dane =================================================================== ---- gnutls-3.2.5.orig/tests/cert-tests/dane -+++ gnutls-3.2.5/tests/cert-tests/dane +--- gnutls-3.2.6.orig/tests/cert-tests/dane ++++ gnutls-3.2.6/tests/cert-tests/dane @@ -22,6 +22,8 @@ set -e @@ -388,11 +388,11 @@ Index: gnutls-3.2.5/tests/cert-tests/dane + srcdir=${srcdir:-.} DANETOOL=${DANETOOL:-../../src/danetool$EXEEXT} - -Index: gnutls-3.2.5/tests/dtls/dtls-nb + DIFF=${DIFF:-diff} +Index: gnutls-3.2.6/tests/dtls/dtls-nb =================================================================== ---- gnutls-3.2.5.orig/tests/dtls/dtls-nb -+++ gnutls-3.2.5/tests/dtls/dtls-nb +--- gnutls-3.2.6.orig/tests/dtls/dtls-nb ++++ gnutls-3.2.6/tests/dtls/dtls-nb @@ -22,9 +22,7 @@ set -e @@ -404,10 +404,10 @@ Index: gnutls-3.2.5/tests/dtls/dtls-nb ./dtls-stress -nb -shello 021 -sfinished 01 -cfinished 012 SKeyExchange CKeyExchange CFinished ./dtls-stress -nb -shello 012 -sfinished 10 -cfinished 210 SHello SKeyExchange SHelloDone -Index: gnutls-3.2.5/tests/dtls/dtls +Index: gnutls-3.2.6/tests/dtls/dtls =================================================================== ---- gnutls-3.2.5.orig/tests/dtls/dtls -+++ gnutls-3.2.5/tests/dtls/dtls +--- gnutls-3.2.6.orig/tests/dtls/dtls ++++ gnutls-3.2.6/tests/dtls/dtls @@ -22,9 +22,7 @@ set -e @@ -419,10 +419,10 @@ Index: gnutls-3.2.5/tests/dtls/dtls ./dtls-stress -shello 021 -sfinished 01 -cfinished 012 SKeyExchange CKeyExchange CFinished ./dtls-stress -shello 012 -sfinished 10 -cfinished 210 SHello SKeyExchange SHelloDone -Index: gnutls-3.2.5/tests/ecdsa/ecdsa +Index: gnutls-3.2.6/tests/ecdsa/ecdsa =================================================================== ---- gnutls-3.2.5.orig/tests/ecdsa/ecdsa -+++ gnutls-3.2.5/tests/ecdsa/ecdsa +--- gnutls-3.2.6.orig/tests/ecdsa/ecdsa ++++ gnutls-3.2.6/tests/ecdsa/ecdsa @@ -22,6 +22,8 @@ #set -e @@ -432,10 +432,10 @@ Index: gnutls-3.2.5/tests/ecdsa/ecdsa srcdir=${srcdir:-.} CERTTOOL=${CERTTOOL:-../../src/certtool$EXEEXT} -Index: gnutls-3.2.5/tests/mini-dtls-heartbeat.c +Index: gnutls-3.2.6/tests/mini-dtls-heartbeat.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-heartbeat.c -+++ gnutls-3.2.5/tests/mini-dtls-heartbeat.c +--- gnutls-3.2.6.orig/tests/mini-dtls-heartbeat.c ++++ gnutls-3.2.6/tests/mini-dtls-heartbeat.c @@ -27,7 +27,7 @@ #include #include @@ -445,10 +445,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-heartbeat.c int main () -Index: gnutls-3.2.5/tests/mini-dtls-record.c +Index: gnutls-3.2.6/tests/mini-dtls-record.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-record.c -+++ gnutls-3.2.5/tests/mini-dtls-record.c +--- gnutls-3.2.6.orig/tests/mini-dtls-record.c ++++ gnutls-3.2.6/tests/mini-dtls-record.c @@ -29,7 +29,7 @@ #include #include @@ -458,10 +458,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-record.c int main () -Index: gnutls-3.2.5/tests/mini-dtls-rehandshake.c +Index: gnutls-3.2.6/tests/mini-dtls-rehandshake.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-rehandshake.c -+++ gnutls-3.2.5/tests/mini-dtls-rehandshake.c +--- gnutls-3.2.6.orig/tests/mini-dtls-rehandshake.c ++++ gnutls-3.2.6/tests/mini-dtls-rehandshake.c @@ -27,7 +27,7 @@ #include #include @@ -471,10 +471,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-rehandshake.c int main() { -Index: gnutls-3.2.5/tests/mini-dtls-srtp.c +Index: gnutls-3.2.6/tests/mini-dtls-srtp.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-srtp.c -+++ gnutls-3.2.5/tests/mini-dtls-srtp.c +--- gnutls-3.2.6.orig/tests/mini-dtls-srtp.c ++++ gnutls-3.2.6/tests/mini-dtls-srtp.c @@ -27,7 +27,7 @@ #include #include @@ -484,10 +484,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-srtp.c int main (int argc, char** argv) -Index: gnutls-3.2.5/tests/mini-handshake-timeout.c +Index: gnutls-3.2.6/tests/mini-handshake-timeout.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-handshake-timeout.c -+++ gnutls-3.2.5/tests/mini-handshake-timeout.c +--- gnutls-3.2.6.orig/tests/mini-handshake-timeout.c ++++ gnutls-3.2.6/tests/mini-handshake-timeout.c @@ -28,7 +28,7 @@ #include #include @@ -497,7 +497,7 @@ Index: gnutls-3.2.5/tests/mini-handshake-timeout.c int main() { -@@ -142,7 +142,11 @@ initialize_tls_session (gnutls_session_t +@@ -144,7 +144,11 @@ initialize_tls_session (gnutls_session_t /* avoid calling all the priority functions, since the defaults * are adequate. */ @@ -510,10 +510,10 @@ Index: gnutls-3.2.5/tests/mini-handshake-timeout.c } static void -Index: gnutls-3.2.5/tests/mini-loss-time.c +Index: gnutls-3.2.6/tests/mini-loss-time.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-loss-time.c -+++ gnutls-3.2.5/tests/mini-loss-time.c +--- gnutls-3.2.6.orig/tests/mini-loss-time.c ++++ gnutls-3.2.6/tests/mini-loss-time.c @@ -28,7 +28,7 @@ #include #include @@ -523,10 +523,10 @@ Index: gnutls-3.2.5/tests/mini-loss-time.c int main() { -Index: gnutls-3.2.5/tests/mini-record.c +Index: gnutls-3.2.6/tests/mini-record.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-record.c -+++ gnutls-3.2.5/tests/mini-record.c +--- gnutls-3.2.6.orig/tests/mini-record.c ++++ gnutls-3.2.6/tests/mini-record.c @@ -27,7 +27,7 @@ #include #include @@ -536,10 +536,10 @@ Index: gnutls-3.2.5/tests/mini-record.c int main() { -Index: gnutls-3.2.5/tests/mini-record-range.c +Index: gnutls-3.2.6/tests/mini-record-range.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-record-range.c -+++ gnutls-3.2.5/tests/mini-record-range.c +--- gnutls-3.2.6.orig/tests/mini-record-range.c ++++ gnutls-3.2.6/tests/mini-record-range.c @@ -27,7 +27,7 @@ #include #include @@ -549,10 +549,10 @@ Index: gnutls-3.2.5/tests/mini-record-range.c int main() { -Index: gnutls-3.2.5/tests/mini-xssl.c +Index: gnutls-3.2.6/tests/mini-xssl.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-xssl.c -+++ gnutls-3.2.5/tests/mini-xssl.c +--- gnutls-3.2.6.orig/tests/mini-xssl.c ++++ gnutls-3.2.6/tests/mini-xssl.c @@ -27,7 +27,7 @@ #include #include @@ -562,10 +562,10 @@ Index: gnutls-3.2.5/tests/mini-xssl.c int main() { -Index: gnutls-3.2.5/tests/pkcs12_simple.c +Index: gnutls-3.2.6/tests/pkcs12_simple.c =================================================================== ---- gnutls-3.2.5.orig/tests/pkcs12_simple.c -+++ gnutls-3.2.5/tests/pkcs12_simple.c +--- gnutls-3.2.6.orig/tests/pkcs12_simple.c ++++ gnutls-3.2.6/tests/pkcs12_simple.c @@ -50,6 +50,10 @@ doit (void) gnutls_x509_privkey_t pkey; int ret; @@ -577,10 +577,10 @@ Index: gnutls-3.2.5/tests/pkcs12_simple.c ret = global_init (); if (ret < 0) fail ("global_init failed %d\n", ret); -Index: gnutls-3.2.5/tests/slow/keygen.c +Index: gnutls-3.2.6/tests/slow/keygen.c =================================================================== ---- gnutls-3.2.5.orig/tests/slow/keygen.c -+++ gnutls-3.2.5/tests/slow/keygen.c +--- gnutls-3.2.6.orig/tests/slow/keygen.c ++++ gnutls-3.2.6/tests/slow/keygen.c @@ -65,6 +65,11 @@ doit (void) if (algorithm == GNUTLS_PK_DH) continue; @@ -593,10 +593,10 @@ Index: gnutls-3.2.5/tests/slow/keygen.c ret = gnutls_x509_privkey_init (&pkey); if (ret < 0) { -Index: gnutls-3.2.5/tests/srp/mini-srp.c +Index: gnutls-3.2.6/tests/srp/mini-srp.c =================================================================== ---- gnutls-3.2.5.orig/tests/srp/mini-srp.c -+++ gnutls-3.2.5/tests/srp/mini-srp.c +--- gnutls-3.2.6.orig/tests/srp/mini-srp.c ++++ gnutls-3.2.6/tests/srp/mini-srp.c @@ -27,7 +27,7 @@ #include #include @@ -606,10 +606,10 @@ Index: gnutls-3.2.5/tests/srp/mini-srp.c int main() { -Index: gnutls-3.2.5/lib/auth/ecdhe.c +Index: gnutls-3.2.6/lib/auth/ecdhe.c =================================================================== ---- gnutls-3.2.5.orig/lib/auth/ecdhe.c -+++ gnutls-3.2.5/lib/auth/ecdhe.c +--- gnutls-3.2.6.orig/lib/auth/ecdhe.c ++++ gnutls-3.2.6/lib/auth/ecdhe.c @@ -50,7 +50,7 @@ static int proc_ecdhe_client_kx (gnutls_session_t session, uint8_t * data, size_t _data_size); @@ -619,10 +619,10 @@ Index: gnutls-3.2.5/lib/auth/ecdhe.c const mod_auth_st ecdhe_ecdsa_auth_struct = { "ECDHE_ECDSA", _gnutls_gen_cert_server_crt, -Index: gnutls-3.2.5/tests/mini-dtls-hello-verify.c +Index: gnutls-3.2.6/tests/mini-dtls-hello-verify.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-hello-verify.c -+++ gnutls-3.2.5/tests/mini-dtls-hello-verify.c +--- gnutls-3.2.6.orig/tests/mini-dtls-hello-verify.c ++++ gnutls-3.2.6/tests/mini-dtls-hello-verify.c @@ -27,7 +27,7 @@ #include #include @@ -632,10 +632,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-hello-verify.c int main() { -Index: gnutls-3.2.5/tests/mini-alpn.c +Index: gnutls-3.2.6/tests/mini-alpn.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-alpn.c -+++ gnutls-3.2.5/tests/mini-alpn.c +--- gnutls-3.2.6.orig/tests/mini-alpn.c ++++ gnutls-3.2.6/tests/mini-alpn.c @@ -25,7 +25,7 @@ #include #include @@ -645,10 +645,10 @@ Index: gnutls-3.2.5/tests/mini-alpn.c int main (int argc, char** argv) -Index: gnutls-3.2.5/tests/mini-dtls-large.c +Index: gnutls-3.2.6/tests/mini-dtls-large.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-dtls-large.c -+++ gnutls-3.2.5/tests/mini-dtls-large.c +--- gnutls-3.2.6.orig/tests/mini-dtls-large.c ++++ gnutls-3.2.6/tests/mini-dtls-large.c @@ -25,7 +25,7 @@ #include #include @@ -670,10 +670,10 @@ Index: gnutls-3.2.5/tests/mini-dtls-large.c NULL); gnutls_credentials_set (session, GNUTLS_CRD_ANON, anoncred); -Index: gnutls-3.2.5/tests/mini-x509-callbacks.c +Index: gnutls-3.2.6/tests/mini-x509-callbacks.c =================================================================== ---- gnutls-3.2.5.orig/tests/mini-x509-callbacks.c -+++ gnutls-3.2.5/tests/mini-x509-callbacks.c +--- gnutls-3.2.6.orig/tests/mini-x509-callbacks.c ++++ gnutls-3.2.6/tests/mini-x509-callbacks.c @@ -58,8 +58,13 @@ unsigned int msg_order[] = { GNUTLS_HANDSHAKE_CLIENT_HELLO, GNUTLS_HANDSHAKE_SERVER_HELLO, @@ -688,10 +688,10 @@ Index: gnutls-3.2.5/tests/mini-x509-callbacks.c GNUTLS_HANDSHAKE_SERVER_HELLO_DONE, GNUTLS_HANDSHAKE_CERTIFICATE_PKT, GNUTLS_HANDSHAKE_CLIENT_KEY_EXCHANGE, -Index: gnutls-3.2.5/lib/algorithms/kx.c +Index: gnutls-3.2.6/lib/algorithms/kx.c =================================================================== ---- gnutls-3.2.5.orig/lib/algorithms/kx.c -+++ gnutls-3.2.5/lib/algorithms/kx.c +--- gnutls-3.2.6.orig/lib/algorithms/kx.c ++++ gnutls-3.2.6/lib/algorithms/kx.c @@ -28,9 +28,11 @@ extern mod_auth_st rsa_auth_struct; @@ -741,10 +741,10 @@ Index: gnutls-3.2.5/lib/algorithms/kx.c {"ECDHE-PSK", GNUTLS_KX_ECDHE_PSK, &ecdhe_psk_auth_struct, 0}, # endif #endif -Index: gnutls-3.2.5/tests/priorities.c +Index: gnutls-3.2.6/tests/priorities.c =================================================================== ---- gnutls-3.2.5.orig/tests/priorities.c -+++ gnutls-3.2.5/tests/priorities.c +--- gnutls-3.2.6.orig/tests/priorities.c ++++ gnutls-3.2.6/tests/priorities.c @@ -73,7 +73,7 @@ unsigned i, si, count = 0; for (i=0;iXwo zj~Y)uH%M*b-Zzb326n?H@25=m0~%9v*XRRCZQpBKAbdGGq)I03IlB>ZVKnx9$mwxT lEhHfccLgoNea*emD}`+uv 1) - print_cipher_suite_list (argv[1]); -+ return 0; - }