Initial commit
This commit is contained in:
commit
f744148045
16
config.yaml
Normal file
16
config.yaml
Normal 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"
|
||||
12
files/AnyEvent-7.14-fix_ssltest.patch
Normal file
12
files/AnyEvent-7.14-fix_ssltest.patch
Normal 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");
|
||||
Reference in New Issue
Block a user