pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nextcloud-client



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Jan  9 14:57:01 UTC 2026

Modified Files:
        pkgsrc/net/nextcloud-client: Makefile distinfo

Log Message:
net/nextcloud-client -- patch update to 3.17.4

Silence developer warnings

>From upstream's changelog:

    fix(network): fall back to unlimited bandwidth in case the legacy
    global limit is still set by @nilsding in #8925
    fix(i18n): Fixed grammar by @rakekniven in #8870
    fix(discovery): display more user friendly message when data is
    missing from server response. by @camilasan in #8982
    fix: make sure migration is skipped when setting
    DISABLE_ACCOUNT_MIGRATION by @camilasan in #8973
    fix: activity tray is not refreshed by @Rello in #9043
    fix: Clicking the copy share link button breaks it. by @Aiiaiiio
    in #8785
    fix: try to avoid displaying duplicate server notifications in
    activity list by @nilsding in #8782
    fix(folderstatusmodel): 32 bit int overflow in current item
    progress fixed by @barisbasar1209 in #8759
    fix: use /usr/bin/open to show a file/folder in finder (#12379) by
    @camilasan in #9076
    fix(encryption/token): try to init the token again after errors by
    @mgallien in #8724
    feat(login): use stored credential user ID when authenticating
    again by @mgallien in #8709
    fix(tray): use native tooltips when available by @nilsding in #9085
    fix(quota): return unlimited quota if server query is invalid or
    file is in folder root. by @camilasan in #8714
    fix(checksums): avoid crash on aborted checksum calculation job by
    @nilsding in #9039
    fix(migration): set all settings and keychain keys from the
    previous version of the client. by @camilasan in #8969
    fix: migration of icon and user network settings. by @camilasan in #9106


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/nextcloud-client/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/nextcloud-client/distinfo

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

Modified files:

Index: pkgsrc/net/nextcloud-client/Makefile
diff -u pkgsrc/net/nextcloud-client/Makefile:1.31 pkgsrc/net/nextcloud-client/Makefile:1.32
--- pkgsrc/net/nextcloud-client/Makefile:1.31   Wed Jan  7 08:48:24 2026
+++ pkgsrc/net/nextcloud-client/Makefile        Fri Jan  9 14:57:01 2026
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2026/01/07 08:48:24 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/01/09 14:57:01 hauke Exp $
 #
 
 # Do NOT UPGRADE to Nextcloud 4 without making sure it is functional
 # As of 4.0.1, it still has serious quality issues
 # Since 3.17.x is compatible, there is no urgent need
 
-DISTNAME=      nextcloud-client-3.17.3
-PKGREVISION=   1
+DISTNAME=      nextcloud-client-3.17.4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nextcloud/}
 GITHUB_PROJECT=        desktop
@@ -44,6 +43,9 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_DISABLE_F
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_PdfLatex:BOOL=TRUE
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx:BOOL=TRUE
 
+CMAKE_CONFIGURE_ARGS+= -Wno-dev
+CMAKE_CONFIGURE_ARGS+= -DQT_NO_PRIVATE_MODULE_WARNING=ON
+
 AUTO_MKDIRS=   yes
 
 .include "../../devel/cmake/build.mk"

Index: pkgsrc/net/nextcloud-client/distinfo
diff -u pkgsrc/net/nextcloud-client/distinfo:1.8 pkgsrc/net/nextcloud-client/distinfo:1.9
--- pkgsrc/net/nextcloud-client/distinfo:1.8    Mon Nov 17 20:24:10 2025
+++ pkgsrc/net/nextcloud-client/distinfo        Fri Jan  9 14:57:01 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2025/11/17 20:24:10 hauke Exp $
+$NetBSD: distinfo,v 1.9 2026/01/09 14:57:01 hauke Exp $
 
-BLAKE2s (nextcloud-client-3.17.3.tar.gz) = 18dfd968de367726470eedec012a258a207c56c1bbd9da80c6078fd35f940996
-SHA512 (nextcloud-client-3.17.3.tar.gz) = 827de1fec1ca9874eb89bb8614a82f2ae6ba6f40f32dce59218204b449b3490469d30d2d3b5fc369720fa5acf38b8a254d1f33be50f97b801ae6911b29756aff
-Size (nextcloud-client-3.17.3.tar.gz) = 9553123 bytes
+BLAKE2s (nextcloud-client-3.17.4.tar.gz) = e9112981dce0df082e9fce805fe2ff1d745c43e209c5827fc977d6bc8f423837
+SHA512 (nextcloud-client-3.17.4.tar.gz) = 995fe52d14ee2b1cd6b56af4d1b697690cc5b2ed78c975921a639ca41d6cbe7bb9295f8f4fc726326e526b8553b07b1e2d4abf7f83380502960db56b829a5fd6
+Size (nextcloud-client-3.17.4.tar.gz) = 9595015 bytes
 SHA1 (patch-CMakeLists.txt) = 65c8cb765a3b0a05c95687426838a2f48ba65dfa
 SHA1 (patch-src_gui_CMakeLists.txt) = 0bda369d63d9b4a99388be4483ec1660e28a99e5
 SHA1 (patch-src_libsync_vfs_suffix_CMakeLists.txt) = dc0413530d78760b4355e795e632570d7d01de85



Home | Main Index | Thread Index | Old Index