]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
vcpkg-ports\pkcs11-helper: shorten patch filename
authorLev Stipakov <lev@openvpn.net>
Wed, 16 Mar 2022 13:54:11 +0000 (15:54 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 17 Mar 2022 08:23:05 +0000 (09:23 +0100)
"make dist" uses 'tar -o' which breaks on long filenames:

  tar:

openvpn-2.5.6/contrib/vcpkg-ports/pkcs11-helper/0003-config-w32-vc.h.in-ind
icate-OpenSSL-EC-support.patch:
  file name is too long (max 99); not dumped
  tar: Exiting with failure status due to previous errors

and then "make dist" continues.

Make filename shorter to make tar happy.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220316135411.217-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23977.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 2047522286f179cac09bd7615bf845d67a5dc1c8)

contrib/vcpkg-ports/pkcs11-helper/0003-config-w32-vc.h.in-indicate-OpenSSL.patch [moved from contrib/vcpkg-ports/pkcs11-helper/0003-config-w32-vc.h.in-indicate-OpenSSL-EC-support.patch with 100% similarity]
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake

index 55c653356d633c967e72c96edba769dffb02779b..22e9bd1f03f084a0987f72551fe325155b082430 100644 (file)
@@ -13,7 +13,7 @@ vcpkg_extract_source_archive_ex(
     PATCHES
         0001-nmake-compatibility-with-vcpkg-nmake.patch
         0002-pkcs11.h-rename-interface-parameter.patch
-        0003-config-w32-vc.h.in-indicate-OpenSSL-EC-support.patch
+        0003-config-w32-vc.h.in-indicate-OpenSSL.patch
         pkcs11-helper-001-RFC7512.patch
 )