From 6e62f22430b7a5fe1e98b7ecd632dae25ade39e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 26 Mar 2009 09:14:15 +0000 Subject: [PATCH] - updated Changed files: openssl-fips_install.patch -> 1.2 --- openssl-fips_install.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/openssl-fips_install.patch b/openssl-fips_install.patch index 8412334..34d03a1 100644 --- a/openssl-fips_install.patch +++ b/openssl-fips_install.patch @@ -1,13 +1,14 @@ --- fips/Makefile.orig 2009-01-08 13:29:36.362699820 +0100 +++ fips/Makefile 2009-01-08 13:30:25.780295482 +0100 -@@ -179,10 +179,6 @@ - chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ - done; - @target=install; $(RECURSIVE_MAKE) -- @cp -p -f fipscanister.o fipscanister.o.sha1 fips_premain.c \ -- fips_premain.c.sha1 \ +@@ -186,10 +186,6 @@ + chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \ + mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \ + done +- cp -p -f $(FIPSLIBDIR)fipscanister.o $(FIPSLIBDIR)fipscanister.o.sha1 \ +- $(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fips_premain.c.sha1 \ - $(INSTALL_PREFIX)$(INSTALLTOP)/lib/; \ - chmod 0444 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/fips* lint: @target=lint; $(RECURSIVE_MAKE) + -- 2.43.0