pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 26 19:40:02 UTC 2023

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

Log Message:
lgogdownloader: update to 3.11.

3.11

    Fixed cookies getting overwritten
        Sometimes curl handles in downloader and galaxy api class could overwrite cookies with blank cookies
        Fixed this by not setting CURLOPT_COOKIEJAR by default and only using it for curl handles in website class

3.10

    Added support for cloud saves (Patch by: loki-47-6F-64)

    Added initial support for ignoring DLCs with --galaxy-install
        Supports ignoring all DLCs when installing game with --galaxy-install

    Fixed MojoSetup hack for files that have missing XML data
        Tries to get file size using Content-Length header if XML data is missing

    Extended global flag bSizeOnly into status text generation (Patch by: Gordon)

    Added option to set message verbosity level
        Replaced --verbose option with --verbosity to better control message verbosity

    Fixed core dump with libcurl >= 7.87.0

    Slightly nicer libcurl cleanup (Patch by: David Donátek)

    Don't use depracated libcurl options

    Refactored login code
        Users can now get around reCATPCHA without the downloader being built with GUI enabled by using their browser to login

    Removed --list-details option

    Removed --list-tags option

    Changed --list option so it can be used to select what info to print
        "games" is the same as --list previously
        "details" is the same as --list-details previously
        "json" is JSON formatted output
        "tags" is the same as --list-tags previously
        The default implicit value is "games" (meaning --list is the same as --list "games")

    Remove make dependency on grep and readelf
        These were not actually needed since support for OpenSSL <= 1.0.2 was removed in version 3.9 but I forgot to remove the requirement at the time


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/games/lgogdownloader/distinfo

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

Modified files:

Index: pkgsrc/games/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.64 pkgsrc/games/lgogdownloader/Makefile:1.65
--- pkgsrc/games/lgogdownloader/Makefile:1.64   Sun Apr 23 14:26:19 2023
+++ pkgsrc/games/lgogdownloader/Makefile        Wed Apr 26 19:40:01 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2023/04/23 14:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.65 2023/04/26 19:40:01 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.9
-PKGREVISION=   4
+DISTNAME=      lgogdownloader-3.11
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sude-/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.34 pkgsrc/games/lgogdownloader/distinfo:1.35
--- pkgsrc/games/lgogdownloader/distinfo:1.34   Wed May  4 13:59:09 2022
+++ pkgsrc/games/lgogdownloader/distinfo        Wed Apr 26 19:40:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2022/05/04 13:59:09 wiz Exp $
+$NetBSD: distinfo,v 1.35 2023/04/26 19:40:01 wiz Exp $
 
-BLAKE2s (lgogdownloader-3.9.tar.gz) = 2d86b1aa4655b39b944f10218ad90802e9c6e2876ea568d3a8ed626f30898170
-SHA512 (lgogdownloader-3.9.tar.gz) = 9bb5ebe4cf0cbc6a2355e78e29e18965259892960b87c98f39f94278334b3d9d82deea9d1f482a66b08a8aa740f631ab4d45c5628b9cf560235ace8489ec3946
-Size (lgogdownloader-3.9.tar.gz) = 88063 bytes
+BLAKE2s (lgogdownloader-3.11.tar.gz) = b11d19c6ae483ed95c3447df1ebbfc17171bf3018ebf2183ef1f28cf203a255f
+SHA512 (lgogdownloader-3.11.tar.gz) = 33cfcaee187e4449a4b62c9451a5f1bc8e9062160b94cc335cca6e70854e672c2d03766e1115d779a585913604dca3041dae4d3b78dcf4cc3d9c8579e7b964fe
+Size (lgogdownloader-3.11.tar.gz) = 96092 bytes



Home | Main Index | Thread Index | Old Index