Skip to content

Commit

Permalink
Merge pull request #563 from dscho/fix-mingit-openssh-dependendencies
Browse files Browse the repository at this point in the history
mingit: exclude new sshd executable
  • Loading branch information
dscho authored Jul 2, 2024
2 parents 2d925db + ff3a906 commit 084f3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ else
-e '^/usr/bin/\(pr\|printenv\|ps\|ptx\|realpath\)\.exe$' \
-e '^/usr/bin/\(regtool\|runcon\|scp\|seq\|setfacl\)\.exe$' \
-e '^/usr/bin/\(setmetamode\|sftp\|sha.*sum\|shred\)\.exe$' \
-e '^/usr/bin/\(shuf\|sleep\|slogin\|split\|sshd\)\.exe$' \
-e '^/usr/bin/\(shuf\|sleep\|slogin\|split\|sshd)\.exe$' \
-e '^/usr/bin/\(ssh-key.*\|ssp\|stat\|stdbuf\|strace\)\.exe$' \
-e '^/usr/bin/\(stty\|sum\|sync\|tac\|tee\|timeout\)\.exe$' \
-e '^/usr/bin/\(truncate\|tsort\|tty\|tzset\|umount\)\.exe$' \
Expand All @@ -335,7 +335,7 @@ else
-e '^/usr/bin/msys-sqlite3[a-z].*\.dll$' \
-e '^/usr/bin/msys-\(gomp.*\|vtv.*\)-.*\.dll$' \
-e '^/usr/lib/\(awk\|coreutils\|gawk\|openssl\|pkcs11\)/' \
-e '^/usr/lib/ssh/sftp' \
-e '^/usr/lib/ssh/\(sftp\|sshd\($\|-\)\)' \
-e '^/usr/libexec/\(bigram\|code\|frcode\)\.exe$' \
-e '^/usr/share/\(cygwin\|git\)/' \
-e '^/usr/ssl/misc/' \
Expand Down

0 comments on commit 084f3d2

Please sign in to comment.