Wednesday, June 26, 2019

Update to depotdownloader 2.3.1, unbreaking downloads after Steam server changes

Hi,

This is a very straightforward update ports-wise in response to a
breakage because of changes on Steam servers for the last few days.
This was quickly identified by upstream
(https://github.com/SteamRE/DepotDownloader/issues/54) and fixed with
the release 2.3.1.

This updates the port to 2.3.1 and restores the ability to download
content from a Steam account. The log is now somewhat more verbose and
on my test (with "The Disney Afternoon Collection") the program stalled
after completion at the message "Disconnected from Steam". Hitting
Ctrl+C returned to the prompt without any issues and the files from the
depot appear complete.

I'm planning to raise the issue of not returning to the prompt with
upstream. I think updating to 2.3.1 in the meantime would be desirable
because it still returns the function of the port.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/depotdownloader/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 24 Jun 2019 22:15:01 -0000 1.2
+++ Makefile 27 Jun 2019 05:50:13 -0000
@@ -4,10 +4,9 @@ ONLY_FOR_ARCHS = ${MONO_ARCHS}

COMMENT = Steam depot downloader utilizing the SteamKit2 library

-V = 2.3.0pl1
+V = 2.3.1
DISTNAME = depotdownloader-${V:S/pl/-hotfix/g}
PKGNAME = depotdownloader-${V}
-REVISION = 0

CATEGORIES = games
HOMEPAGE = https://github.com/SteamRE/DepotDownloader
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/depotdownloader/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 24 Jun 2019 16:49:48 -0000 1.1.1.1
+++ distinfo 27 Jun 2019 05:50:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (depotdownloader-2.3.0-hotfix1.zip) = +VUkjA/SRl+lti4X6RDLxgj+C7xQCFKMPDTieOYVAzU=
-SIZE (depotdownloader-2.3.0-hotfix1.zip) = 1563537
+SHA256 (depotdownloader-2.3.1.zip) = ik6R9XMEBUMnsNnI6KmX0ujAphmlfnjOE1wuqYyGi9E=
+SIZE (depotdownloader-2.3.1.zip) = 2103665

No comments:

Post a Comment