wok-6.x diff net6/receipt @ rev 24320
Add xsuspend (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 25 18:01:09 2022 +0000 (2022-01-25) |
parents | 5341074b4c44 |
children | 241fb98cab1c |
line diff
1.1 --- a/net6/receipt Sat Jun 23 10:59:44 2018 +0200 1.2 +++ b/net6/receipt Tue Jan 25 18:01:09 2022 +0000 1.3 @@ -17,6 +17,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # GnuTLS 3.0 update 1.8 + sed -e 's|kx_set_priority.*|priority_set_direct(session, "NORMAL:+ANON-ECDH:+ANON-DH", NULL);|' \ 1.9 + -e '/kx_prio/d' -i src/encrypt.cpp 1.10 + 1.11 ./configure \ 1.12 --prefix=/usr \ 1.13 --infodir=/usr/share/info \