vim-crypto-messages.patch: update the patch
This commit is contained in:
parent
79e14ea728
commit
181cf84eba
@ -1,10 +1,10 @@
|
||||
diff -up vim81/src/config.h.in.crypto vim81/src/config.h.in
|
||||
--- vim81/src/config.h.in.crypto 2019-07-26 07:58:51.000000000 +0200
|
||||
+++ vim81/src/config.h.in 2019-09-16 14:18:32.994110646 +0200
|
||||
@@ -490,3 +490,12 @@
|
||||
diff -up vim82/src/config.h.in.fips-warning vim82/src/config.h.in
|
||||
--- vim82/src/config.h.in.fips-warning 2021-03-01 12:20:20.887162181 +0100
|
||||
+++ vim82/src/config.h.in 2021-03-01 12:20:42.520977438 +0100
|
||||
@@ -499,3 +499,12 @@
|
||||
|
||||
/* Define to inline symbol or empty */
|
||||
#undef inline
|
||||
/* Define if _SC_SIGSTKSZ is available via sysconf() */
|
||||
#undef HAVE_SYSCONF_SIGSTKSZ
|
||||
+
|
||||
+/* Do we need FIPS warning? */
|
||||
+#undef HAVE_FIPS_WARNING
|
||||
@ -14,10 +14,10 @@ diff -up vim81/src/config.h.in.crypto vim81/src/config.h.in
|
||||
+
|
||||
+/* Link to fips_enabled file */
|
||||
+#undef FIPS_ENABLED_FILE_LINK
|
||||
diff -up vim81/src/configure.ac.crypto vim81/src/configure.ac
|
||||
--- vim81/src/configure.ac.crypto 2019-09-16 14:18:32.990110675 +0200
|
||||
+++ vim81/src/configure.ac 2019-09-16 14:18:32.996110631 +0200
|
||||
@@ -534,6 +534,38 @@ else
|
||||
diff -up vim82/src/configure.ac.fips-warning vim82/src/configure.ac
|
||||
--- vim82/src/configure.ac.fips-warning 2021-03-01 12:20:20.885162198 +0100
|
||||
+++ vim82/src/configure.ac 2021-03-01 12:20:20.888162173 +0100
|
||||
@@ -541,6 +541,38 @@ else
|
||||
AC_MSG_RESULT(yes)
|
||||
fi
|
||||
|
||||
@ -56,10 +56,10 @@ diff -up vim81/src/configure.ac.crypto vim81/src/configure.ac
|
||||
dnl Check for Lua feature.
|
||||
AC_MSG_CHECKING(--enable-luainterp argument)
|
||||
AC_ARG_ENABLE(luainterp,
|
||||
diff -up vim81/src/crypt.c.crypto vim81/src/crypt.c
|
||||
--- vim81/src/crypt.c.crypto 2019-09-16 14:18:32.996110631 +0200
|
||||
+++ vim81/src/crypt.c 2019-09-16 14:19:48.953550617 +0200
|
||||
@@ -524,6 +524,21 @@ crypt_check_method(int method)
|
||||
diff -up vim82/src/crypt.c.fips-warning vim82/src/crypt.c
|
||||
--- vim82/src/crypt.c.fips-warning 2021-03-01 12:13:11.000000000 +0100
|
||||
+++ vim82/src/crypt.c 2021-03-01 12:20:20.888162173 +0100
|
||||
@@ -523,6 +523,21 @@ crypt_check_method(int method)
|
||||
msg_scroll = TRUE;
|
||||
msg(_("Warning: Using a weak encryption method; see :help 'cm'"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user