tsm-client: 8.1.15.1 -> 8.1.17.0

IBM's "Authorized Program Analysis Report"s
(something like release notes):

https://www.ibm.com/support/pages/node/6845804

README:

https://www.ibm.com/support/pages/node/617857#8117Readme

Security Bulletin:

https://www.ibm.com/support/pages/node/6842073 (CVE-2022-34165, CVE-2022-42003, CVE-2022-42004, CVE-2021-33813, CVE-2018-25032)

The security bulletin seem to require a login,
as it returns "403 Forbidden" at the time of this writing.
This commit is contained in:
Yarny0 2022-12-09 21:03:45 +01:00
parent 2dea0f4c2d
commit 2fbf439bf2

View file

@ -53,17 +53,14 @@
# going to the `downloadPage` (see `meta` below). # going to the `downloadPage` (see `meta` below).
# Find the "Backup-archive client" table on that page. # Find the "Backup-archive client" table on that page.
# Look for "Download Documents" of the latest release. # Look for "Download Documents" of the latest release.
# Here, two links must be checked if existing: # Follow the "Download Information" link.
# * "IBM Spectrum Protect Client ... Downloads and READMEs": # Look for the "Linux x86_64 client ..." rows in the table at
# In the table at the page's bottom, # the bottom of the page and follow their "HTTPS" links (one
# check the date of the "Linux x86_64 client" # link per row -- each link might point to the latest release).
# * "IBM Spectrum Protect BA client ... interim fix downloads" # In the directory listings to show up,
# Look for the "Linux x86_64 client ..." rows # check the big `.tar` file.
# in the table at the bottom of each page.
# Follow the "HTTPS" link of the row with the latest date stamp.
# In the directory listing to show up, pick the big `.tar` file.
# #
# (as of 2022-09-29) # (as of 2022-12-10)
let let
@ -108,10 +105,10 @@ let
unwrapped = stdenv.mkDerivation rec { unwrapped = stdenv.mkDerivation rec {
name = "tsm-client-${version}-unwrapped"; name = "tsm-client-${version}-unwrapped";
version = "8.1.15.2"; version = "8.1.17.0";
src = fetchurl { src = fetchurl {
url = mkSrcUrl version; url = mkSrcUrl version;
hash = "sha512-ljygVoW7zR+LVHf4LSoBn3qEHISobsxheLxs9NyKWQiwPWpfhSgJO+bX4QRzAmrpSTNrETxHkuXqzGSHaaBlzg=="; hash = "sha512-MP8BjnESFoEzl6jdhtuwX9PolDF7o4QL7i1NeDV0ltIJMUOqSeAULpTJ1bbErJokJSbrj41kDwMVI+ZuAUb1eA==";
}; };
inherit meta passthru; inherit meta passthru;