forked from pool/gnutls
65aedfc27d
- gnutls-3.6.0-disable-flaky-dtls_resume-test.patch: refresh to also patch test/Makefile.in as autoreconf does not work OBS-URL: https://build.opensuse.org/request/show/636362 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=8
36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
Index: gnutls-3.6.3/tests/Makefile.am
|
|
===================================================================
|
|
--- gnutls-3.6.3.orig/tests/Makefile.am
|
|
+++ gnutls-3.6.3/tests/Makefile.am
|
|
@@ -406,7 +406,7 @@ if !WINDOWS
|
|
# List of tests not available/functional under windows
|
|
#
|
|
|
|
-dist_check_SCRIPTS += dtls/dtls dtls/dtls-resume #dtls/dtls-nb
|
|
+dist_check_SCRIPTS += dtls/dtls #dtls/dtls-resume #dtls/dtls-nb
|
|
|
|
indirect_tests += dtls-stress
|
|
|
|
Index: gnutls-3.6.3/tests/Makefile.in
|
|
===================================================================
|
|
--- gnutls-3.6.3.orig/tests/Makefile.in
|
|
+++ gnutls-3.6.3/tests/Makefile.in
|
|
@@ -161,7 +161,7 @@ host_triplet = @host@
|
|
#
|
|
# List of tests not available/functional under windows
|
|
#
|
|
-@WINDOWS_FALSE@am__append_12 = dtls/dtls dtls/dtls-resume fastopen.sh \
|
|
+@WINDOWS_FALSE@am__append_12 = dtls/dtls fastopen.sh \
|
|
@WINDOWS_FALSE@ pkgconfig.sh starttls.sh starttls-ftp.sh \
|
|
@WINDOWS_FALSE@ starttls-smtp.sh starttls-lmtp.sh \
|
|
@WINDOWS_FALSE@ starttls-pop3.sh starttls-nntp.sh \
|
|
@@ -2507,7 +2507,7 @@ x509sign_verify_rsa_DEPENDENCIES = $(COM
|
|
$(am__DEPENDENCIES_2)
|
|
am__dist_check_SCRIPTS_DIST = rfc2253-escape-test \
|
|
rsa-md5-collision/rsa-md5-collision.sh systemkey.sh dtls/dtls \
|
|
- dtls/dtls-resume fastopen.sh pkgconfig.sh starttls.sh \
|
|
+ fastopen.sh pkgconfig.sh starttls.sh \
|
|
starttls-ftp.sh starttls-smtp.sh starttls-lmtp.sh \
|
|
starttls-pop3.sh starttls-nntp.sh starttls-sieve.sh \
|
|
ocsp-tests/ocsp-tls-connection \
|