]> git.pld-linux.org Git - packages/openssl.git/blob - engines-dir.patch
Up to 3.0.2; SECURITY (remote DOS - infinite loop in client/server - CVE-2022-0778).
[packages/openssl.git] / engines-dir.patch
1 --- openssl-3.0.0/Configurations/unix-Makefile.tmpl~    2021-09-18 10:59:16.000000000 +0200
2 +++ openssl-3.0.0/Configurations/unix-Makefile.tmpl     2021-09-18 11:01:29.191573488 +0200
3 @@ -303,8 +303,8 @@
4  # $(libdir) is chosen to be compatible with the GNU coding standards
5  libdir={- file_name_is_absolute($libdir)
6            ? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -}
7 -ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}
8 -MODULESDIR=$(libdir)/ossl-modules
9 +ENGINESDIR=/$(LIBDIR)/engines-{- $sover_dirname -}
10 +MODULESDIR=/$(LIBDIR)/ossl-modules
11  
12  # Convenience variable for those who want to set the rpath in shared
13  # libraries and applications
This page took 0.130477 seconds and 3 git commands to generate.