Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsm-client: 8.1.24.0 -> 8.1.25.0 (and update URLs) #365012

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
tsm-client: update support URLs
IBM changed their website URLs.

The previous link to "Hardware and Software Requirements"
(explaining optional dependencies like acl and lvm)
disappeared and I can't find a new public link.
As the information still seems correct
(e.g. libdevmapper still enables additional functionality,
as can be deduced from
https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=errors-resolving-linux-image-backup ),
I replaced the URL with a link to the web archive.

The download explanation is no longer necessary;
new versions can be found directly on the `downloadPage` now.
  • Loading branch information
Yarny0 committed Dec 13, 2024
commit 33d4a53bcbe432bdb4e9c160cf06af124a59ffbc
17 changes: 2 additions & 15 deletions pkgs/by-name/ts/tsm-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# For an explanation of optional packages
# (features provided by them, version limits), see
# https://www.ibm.com/support/pages/node/660813#Version%208.1
# https://web.archive.org/web/20240118051918/https://www.ibm.com/support/pages/node/660813#Version%208.1

# IBM Tivoli Storage Manager Client uses a system-wide
# client system-options file `dsm.sys` and expects it
Expand All @@ -46,24 +46,11 @@
# depending on local configuration or usage; see:
# https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=solaris-set-api-environment-variables

# The newest version of TSM client should be discoverable by
# going to the `downloadPage` (see `meta` below).
# Find the "Backup-archive client" table on that page.
# Look for "Download Documents" of the latest release.
# Follow the "Download Information" link.
# Look for the "Linux x86_64 ..." rows in the table at
# the bottom of the page and follow their "HTTPS" links (one
# link per row -- each link might point to the latest release).
# In the directory listings to show up,
# check the big `.tar` file.
#
# (as of 2023-07-01)

let

meta = {
homepage = "https://www.ibm.com/products/storage-protect";
downloadPage = "https://www.ibm.com/support/pages/ibm-storage-protect-downloads-latest-fix-packs-and-interim-fixes";
downloadPage = "https://www.ibm.com/support/fixcentral/swg/selectFixes?product=ibm/StorageSoftware/IBM+Spectrum+Protect";
platforms = [ "x86_64-linux" ];
mainProgram = "dsmc";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
Expand Down