git: 810702f66629 - main - security/openssh-portable: Fix BLACKLISTD patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 17:51:31 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=810702f666291eb5948623e9cfb05598421cdf01
commit 810702f666291eb5948623e9cfb05598421cdf01
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2022-10-09 17:50:37 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2022-10-09 17:51:28 +0000
security/openssh-portable: Fix BLACKLISTD patch
Reported by: Chad J. Milios
---
security/openssh-portable/files/extra-patch-blacklistd | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/security/openssh-portable/files/extra-patch-blacklistd b/security/openssh-portable/files/extra-patch-blacklistd
index a8e9505fef74..7bb88b2961fe 100644
--- a/security/openssh-portable/files/extra-patch-blacklistd
+++ b/security/openssh-portable/files/extra-patch-blacklistd
@@ -351,15 +351,15 @@
if (use_privsep) {
if (privsep_preauth(ssh) == 1)
---- Makefile.in.orig 2020-11-16 16:27:13.408700000 -0800
-+++ Makefile.in 2020-11-16 16:28:28.083007000 -0800
-@@ -180,6 +180,8 @@ FIXPATHSCMD = $(SED) $(PATHSUBS)
+--- Makefile.in.orig 2022-10-03 07:51:42.000000000 -0700
++++ Makefile.in 2022-10-09 10:50:06.401377000 -0700
+@@ -185,6 +185,8 @@ FIXALGORITHMSCMD= $(SHELL) $(srcdir)/fixalgorithms $(S
FIXALGORITHMSCMD= $(SHELL) $(srcdir)/fixalgorithms $(SED) \
@UNSUPPORTED_ALGORITHMS@
+LIBSSH_OBJS+= blacklist.o
+
- all: configure-check $(CONFIGFILES) $(MANPAGES) $(TARGETS)
+ all: $(CONFIGFILES) $(MANPAGES) $(TARGETS)
$(LIBSSH_OBJS): Makefile.in config.h
--- sshd_config.orig 2020-11-16 16:57:14.276036000 -0800