Initial commit

This commit is contained in:
Sofia Boldyreva 2025-01-28 17:44:35 +01:00
commit f744148045
2 changed files with 28 additions and 0 deletions

16
config.yaml Normal file
View File

@ -0,0 +1,16 @@
actions:
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@redhat.com"
line:
- "Patch for tests"
- add_files:
- type: "patch"
name: "AnyEvent-7.14-fix_ssltest.patch"
number: "Latest"

View File

@ -0,0 +1,12 @@
diff -Naur AnyEvent-7.14/t/80_ssltest.t AnyEvent-7.14.dh/t/80_ssltest.t
--- AnyEvent-7.14/t/80_ssltest.t 2012-05-12 23:06:34.000000000 +0000
+++ AnyEvent-7.14.dh/t/80_ssltest.t 2021-05-14 11:19:54.342751254 +0000
@@ -11,7 +11,7 @@
use AnyEvent::Handle;
use AnyEvent::TLS;
-my $ctx = new AnyEvent::TLS cert_file => $0;
+my $ctx = new AnyEvent::TLS cert_file => $0, dh => "schmorp2048";
for my $mode (1..5) {
ok (1, "mode $mode");