pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/openssh



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 04:08:43 UTC 2020

Modified Files:
        pkgsrc/security/openssh: Makefile

Log Message:
security/openssh: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 pkgsrc/security/openssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssh/Makefile
diff -u pkgsrc/security/openssh/Makefile:1.263 pkgsrc/security/openssh/Makefile:1.264
--- pkgsrc/security/openssh/Makefile:1.263      Sun Jan 26 17:32:05 2020
+++ pkgsrc/security/openssh/Makefile    Mon Apr 27 04:08:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.263 2020/01/26 17:32:05 rillig Exp $
+# $NetBSD: Makefile,v 1.264 2020/04/27 04:08:43 rillig Exp $
 
 DISTNAME=              openssh-8.0p1
 PKGNAME=               ${DISTNAME:S/p1/.1/}
@@ -143,7 +143,7 @@ FILES_SUBST+=               SSH_PID_DIR=${SSH_PID_DIR
 
 SUBST_CLASSES+=                patch
 SUBST_STAGE.patch=     pre-configure
-SUBST_FILES.patch=     session.c sandbox-darwin.c
+SUBST_FILES.patch=     sandbox-darwin.c
 SUBST_SED.patch=       -e '/channel_input_port_forward_request/s/0/ROOTUID/'
 SUBST_VARS.patch=      PKG_SYSCONFDIR
 



Home | Main Index | Thread Index | Old Index