external/openssl/openssl-no-multilib.patch.0 |    8 ++++----
 external/openssl/opensslios.patch            |   12 ------------
 2 files changed, 4 insertions(+), 16 deletions(-)

New commits:
commit dbd5667793f2b333e7e00e720bb09d917a3468db
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Thu Nov 3 13:34:28 2022 +0900
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Nov 4 11:58:33 2022 +0100

    external/openssl: fix and remove some patches
    
    * openssl-no-multilib.patch.0: fix patch coverage
    * opensslios.patch: remove this patch as it is not used.
    
    Change-Id: I4651fc4107992bdaaefc2af3d0ff04c7bf26fa87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142190
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/external/openssl/openssl-no-multilib.patch.0 
b/external/openssl/openssl-no-multilib.patch.0
index 83137fe5b712..da9adf35785a 100644
--- a/external/openssl/openssl-no-multilib.patch.0
+++ b/external/openssl/openssl-no-multilib.patch.0
@@ -1,6 +1,6 @@
 --- Configure.orig     2020-04-21 14:22:39.000000000 +0200
 +++ Configure  2020-07-07 17:25:19.256297500 +0200
-@@ -28,7 +28,7 @@
+@@ -27,7 +27,7 @@
  my $orig_death_handler = $SIG{__DIE__};
  $SIG{__DIE__} = \&death_handler;
  
@@ -9,7 +9,7 @@
  
  my $banner = <<"EOF";
  
-@@ -87,6 +87,7 @@
+@@ -86,6 +86,7 @@
  #               If disabled, it also disables shared and dynamic-engine.
  # no-asm        do not use assembler
  # no-egd        do not compile support for the entropy-gathering daemon APIs
@@ -17,7 +17,7 @@
  # [no-]zlib     [don't] compile support for zlib compression.
  # zlib-dynamic  Like "zlib", but the zlib library is expected to be a shared
  #               library and will be loaded in run-time by the OpenSSL library.
-@@ -459,6 +460,7 @@
+@@ -458,6 +459,7 @@
      "module",
      "msan",
      "multiblock",
@@ -25,7 +25,7 @@
      "nextprotoneg",
      "ocb",
      "ocsp",
-@@ -1917,6 +1919,10 @@
+@@ -1907,6 +1909,10 @@
  
      my @build_dirs = ( [ ] );   # current directory
  
diff --git a/external/openssl/opensslios.patch 
b/external/openssl/opensslios.patch
deleted file mode 100644
index 28af92dd473b..000000000000
--- a/external/openssl/opensslios.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- misc/openssl-0.9.8v/Configure
-+++ build/openssl-0.9.8v/Configure
-@@ -530,6 +530,9 @@
- # iPhoneOS/iOS
- "iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) 
-fomit-frame-pointer 
-fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR 
RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC 
-fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
- 
-+##### iOS in the LibreOffice case
-+"ios-aarch64","clang:-O3 -fomit-frame-pointer 
-DL_ENDIAN:::IOS::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL 
BF_PTR:${aarch64_asm}:::::",
-+
- ##### A/UX
- "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK 
DES_UNROLL BF_PTR:::",
- 

Reply via email to