diff options
Diffstat (limited to '')
-rw-r--r-- | security/openssl36/files/extra-patch-ktls (renamed from security/openssl31/files/extra-patch-ktls) | 0 | ||||
-rw-r--r-- | security/openssl36/files/extra-patch-util_find-doc-nits | 20 | ||||
-rw-r--r-- | security/openssl36/files/patch-Configurations_10-main.conf (renamed from security/openssl31/files/patch-Configurations_10-main.conf) | 0 | ||||
-rw-r--r-- | security/openssl36/files/patch-crypto_threads__pthread.c (renamed from security/openssl31/files/patch-crypto_threads__pthread.c) | 0 |
4 files changed, 20 insertions, 0 deletions
diff --git a/security/openssl31/files/extra-patch-ktls b/security/openssl36/files/extra-patch-ktls index 8a46c272d95c..8a46c272d95c 100644 --- a/security/openssl31/files/extra-patch-ktls +++ b/security/openssl36/files/extra-patch-ktls diff --git a/security/openssl36/files/extra-patch-util_find-doc-nits b/security/openssl36/files/extra-patch-util_find-doc-nits new file mode 100644 index 000000000000..bf70e9fee1ac --- /dev/null +++ b/security/openssl36/files/extra-patch-util_find-doc-nits @@ -0,0 +1,20 @@ +--- util/find-doc-nits.orig 2023-09-07 09:00:22 UTC ++++ util/find-doc-nits +@@ -80,7 +80,7 @@ my $temp = '/tmp/docnits.txt'; + my $OUT; + my $status = 0; + +-$opt_m = "man1,man3,man5,man7" unless $opt_m; ++$opt_m = "man1,man5" unless $opt_m; + die "Argument of -m option may contain only man1, man3, man5, and/or man7" + unless $opt_m =~ /^(man[1357][, ]?)*$/; + my @sections = ( split /[, ]/, $opt_m ); +@@ -725,7 +725,7 @@ sub check { + next if $target eq ''; # Skip if links within page, or + next if $target =~ /::/; # links to a Perl module, or + next if $target =~ /^https?:/; # is a URL link, or +- next if $target =~ /\([1357]\)$/; # it has a section ++ next if $target =~ /\([15]\)$/; # it has a section + err($id, "Missing man section number (likely, $mansect) in L<$target>") + } + # Check for proper links to commands. diff --git a/security/openssl31/files/patch-Configurations_10-main.conf b/security/openssl36/files/patch-Configurations_10-main.conf index 82503c0ff90c..82503c0ff90c 100644 --- a/security/openssl31/files/patch-Configurations_10-main.conf +++ b/security/openssl36/files/patch-Configurations_10-main.conf diff --git a/security/openssl31/files/patch-crypto_threads__pthread.c b/security/openssl36/files/patch-crypto_threads__pthread.c index 3347170e0bd0..3347170e0bd0 100644 --- a/security/openssl31/files/patch-crypto_threads__pthread.c +++ b/security/openssl36/files/patch-crypto_threads__pthread.c |