pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libcmis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  7 19:04:36 UTC 2026

Modified Files:
        pkgsrc/net/libcmis: Makefile distinfo
Removed Files:
        pkgsrc/net/libcmis/patches: patch-src_libcmis_xml-utils.cxx

Log Message:
libcmis: update to 0.6.3.

0.6.3

  * More robust handling of server responses: added bounds and
    missing-value checks across the XML, SOAP, JSON, multipart and
    base64 parsing paths
  * Reject stray control characters in URLs, headers, credentials and
    proxy settings, and bound the size and duration of a response
  * Run curl_global_init once via std::call_once
  * Build fixes for boost 1.86, libxml2 2.12 and clang
  * Switched continuous integration to GitHub Actions


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/libcmis/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libcmis/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/net/libcmis/patches/patch-src_libcmis_xml-utils.cxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libcmis/Makefile
diff -u pkgsrc/net/libcmis/Makefile:1.62 pkgsrc/net/libcmis/Makefile:1.63
--- pkgsrc/net/libcmis/Makefile:1.62    Fri May 15 09:58:59 2026
+++ pkgsrc/net/libcmis/Makefile Sun Jun  7 19:04:36 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2026/05/15 09:58:59 adam Exp $
+# $NetBSD: Makefile,v 1.63 2026/06/07 19:04:36 wiz Exp $
 
-DISTNAME=      libcmis-0.6.2
-PKGREVISION=   9
+DISTNAME=      libcmis-0.6.3
 CATEGORIES=    net devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tdf/}
 GITHUB_PROJECT=        libcmis

Index: pkgsrc/net/libcmis/distinfo
diff -u pkgsrc/net/libcmis/distinfo:1.9 pkgsrc/net/libcmis/distinfo:1.10
--- pkgsrc/net/libcmis/distinfo:1.9     Sat Nov 30 20:31:31 2024
+++ pkgsrc/net/libcmis/distinfo Sun Jun  7 19:04:36 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/11/30 20:31:31 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/06/07 19:04:36 wiz Exp $
 
-BLAKE2s (libcmis-0.6.2.tar.gz) = 882b911ce871cfb56093fc8faa8158649982790cbf3bc95f0fc3c4055b743db3
-SHA512 (libcmis-0.6.2.tar.gz) = ed7a1a57ef39216767c2e7940a80d75f7582b8213a204df15aea0b3d80ff86bf53ccddc111c9ec77606ef9a0035bb04609e1042d474b6d03dbd12678af9cf3e4
-Size (libcmis-0.6.2.tar.gz) = 787697 bytes
-SHA1 (patch-src_libcmis_xml-utils.cxx) = f8a81b2467d2edd1162cd6b59fe5a424a1c8ad87
+BLAKE2s (libcmis-0.6.3.tar.gz) = 38601237a09c702c9aad523c1a9aba50b4d11aeae5ec8e77748bf9ad573cf14b
+SHA512 (libcmis-0.6.3.tar.gz) = 60622697e96c618e0f2790d75bbb1b66d21a3e09de00611afbea6a6aad6fe3e10e44df2f903d4c4ee3f41cc08cb6a10aaa65a3a1f7faf74840763fdc9324e69a
+Size (libcmis-0.6.3.tar.gz) = 818626 bytes



Home | Main Index | Thread Index | Old Index