Skip to content

Commit ccc6273

Browse files
committed
openssh: tentative fix for git-for-windows/git#2743
For testing. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ce2d7ce commit ccc6273

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openssh/PKGBUILD

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ source=("https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgna
1414
0001-Forward-port-MSys2-patches.patch
1515
0002-openssh-work-around-Cygwin-declaring-setkey.patch
1616
0003-openssh-skip-privilege-separation-tests.patch
17-
0004-Allow-scp-to-copy-files-that-start-with-a-Windows-dr.patch)
17+
0004-Allow-scp-to-copy-files-that-start-with-a-Windows-dr.patch
18+
https://github.com/openssh/openssh-portable/commit/c514f3c0522855b4d548286eaa113e209051a6d2.patch)
1819
sha256sums=('f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2'
1920
'SKIP'
2021
'572d8aa267a493205e3e6d5b194bf1800e161c3745a07e36cdf325b8014c99b8'
2122
'7eca1a47c2b523945899d5b7ad0418e00e7a5a30f4d6a6d3414a7328b520fd7e'
2223
'e06ff5a726761d067e67e0f42ecad8d4786a8f31d3269dedf034798f3e9103ca'
23-
'edad721c623aa96506c23444aedfdea8b7a4659574b55b05755e913879dbf3c6')
24+
'edad721c623aa96506c23444aedfdea8b7a4659574b55b05755e913879dbf3c6'
25+
'ec9469a19f57138bb22f42691f0db591d4f700462e415580ab41e4ff79364021')
2426
validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
2527

2628
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config')
@@ -31,6 +33,7 @@ prepare() {
3133
patch -p1 -i ${srcdir}/0002-openssh-work-around-Cygwin-declaring-setkey.patch
3234
patch -p1 -i ${srcdir}/0003-openssh-skip-privilege-separation-tests.patch
3335
patch -p1 -i ${srcdir}/0004-Allow-scp-to-copy-files-that-start-with-a-Windows-dr.patch
36+
patch -p1 -i ${srcdir}/c514f3c0522855b4d548286eaa113e209051a6d2.patch
3437
autoreconf -fvi
3538
}
3639

0 commit comments

Comments
 (0)