]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump NuGet versions and fix compiler warning.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 29 Sep 2021 15:53:40 +0000 (11:53 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 29 Sep 2021 15:53:40 +0000 (11:53 -0400)
cups/tls-sspi.c
vcnet/libcups2_native.nuspec
vcnet/libcups2_native.redist.nuspec

index f5cb89824e696f0059ad34c7ee7add104f8f6c9a..3384db7d2ca25c62f72b148d2026c8262b60b4d6 100644 (file)
@@ -2115,7 +2115,7 @@ http_sspi_server(http_t     *http,        /* I - HTTP connection */
   if (!http_sspi_find_credentials(http, L"ServerContainer", common_name))
     if (!http_sspi_make_credentials(http->tls, L"ServerContainer", common_name, _HTTP_MODE_SERVER, 10))
     {
-      char temp[8192];
+//      char temp[8192];
 
 //      fprintf(stderr, "Unable to create credentials for '%s': %s\n", common_name, http_sspi_strerror(temp, sizeof(temp), GetLastError()));
       DEBUG_puts("5http_sspi_server: Unable to get server credentials.");
index 4707d8daada43ca736f7fa5a4f6383d5b188f8dc..860e486b307a90c76579e41077b25d59e34f6343 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native</id>
         <title>OpenPrinting CUPS Library for VS2019+</title>
-        <version>2.4.0+1</version>
+        <version>2.4.0.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-2021 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.0+1" />
+           <dependency id="libcups2_native.redist" version="2.4.0.1" />
        </dependencies>
     </metadata>
     <files>
index a17474cea496107ee4c31ba1d3481a9a9203bed3..9cc86a9faeb7fb421a00e9cc1e6b957833b236f5 100644 (file)
@@ -3,7 +3,7 @@
     <metadata>
         <id>libcups2_native.redist</id>
         <title>OpenPrinting CUPS Library for VS2019+ Redist</title>
-        <version>2.4.0+1</version>
+        <version>2.4.0.1</version>
         <authors>Michael R Sweet, OpenPrinting</authors>
         <owners>michaelrsweet</owners>
         <projectUrl>https://github.com/OpenPrinting/cups</projectUrl>