]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix OpenSSL DLL paths.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 5 Apr 2022 15:12:03 +0000 (11:12 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 5 Apr 2022 15:12:03 +0000 (11:12 -0400)
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec

index 61c5f31864fc0857e9e9b1f7eee3ed91e399d44e..ccb920373ead063e4beb127869d3f1ef08dfa2e0 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native</id>
         <title>OpenPrinting CUPS Library for VS2019+</title>
-        <version>2.4.2.0</version>
+        <version>2.4.2.1</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
         <copyright>Copyright © 2020-2022 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
         <tags>http ipp native</tags>
        <dependencies>
-           <dependency id="libcups2_native.redist" version="2.4.2.0" />
+           <dependency id="libcups2_native.redist" version="2.4.2.1" />
        </dependencies>
     </metadata>
     <files>
index 703f92623baf6396e643a8e16eaa22850e2fa063..c9ba7b6e541945a9e36badf2becbef06a1930b2a 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native.redist</id>
         <title>OpenPrinting CUPS Library for VS2019+ Redist</title>
-        <version>2.4.2.0</version>
+        <version>2.4.2.1</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -26,6 +26,6 @@ and other Unix®-like operating systems. This package provides the redistributab
         <file src="Win32\**\regex*.dll" target="build\native\bin\Win32" />-->
         <file src="x64\**\libcups2*.dll" target="build\native\bin\x64" />
         <file src="x64\**\regex*.dll" target="build\native\bin\x64" />
-       <file src="packages\zeroc.openssl.v143.1.1.1.1\build\native\bin\x64\Release\*.dll" target="build\native\bin\x64" />
+       <file src="packages\zeroc.openssl.v143.1.1.1.1\build\native\bin\x64\**\*.dll" target="build\native\bin\x64" />
     </files>
 </package>