Commit Graph

43880 Commits

Author SHA1 Message Date
Yarny0
5ad0ecb901 tsm-client: 8.1.8.0 -> 8.1.13.0
tsm-client now links against openssl;
patchelf complains without it.

Links to IBM's "Authorized Program Analysis Report"s
(something like release notes),
to READMEs, and to Security Bulletins,
for all updates between 8.1.8.0 and 8.1.13.0:

* 8.1.9.x
  * APARs: https://www.ibm.com/support/pages/node/1077159
  * READMEs: https://www.ibm.com/support/pages/node/1108473
  * https://www.ibm.com/support/pages/node/1107261 (CVE-2018-2025)
  * https://www.ibm.com/support/pages/node/1107777 (CVE-2019-4406)

* 8.1.10.x
  * APARs: https://www.ibm.com/support/pages/node/6223098
  * READMEs: https://www.ibm.com/support/pages/node/6223388
  * https://www.ibm.com/support/pages/node/6221448 (CVE-2020-4494, CVE-2020-4406)
  * https://www.ibm.com/support/pages/node/6245356 (CVE-2020-2654)
  * https://www.ibm.com/support/pages/node/6245366 (CVE-2015-4000)

* 8.1.11.x
  * APARs: https://www.ibm.com/support/pages/node/6367203
  * READMEs: https://www.ibm.com/support/pages/node/6367205
  * https://www.ibm.com/support/pages/node/6371646
  * https://www.ibm.com/support/pages/node/6371650
  * https://www.ibm.com/support/pages/node/6371652

* 8.1.12.x
  * APARs: https://www.ibm.com/support/pages/node/6429561
  * READMEs: https://www.ibm.com/support/pages/node/6443671
  * https://www.ibm.com/support/pages/node/6445503 (CVE-2021-20532)
  * https://www.ibm.com/support/pages/node/6445497 (CVE-2021-29672, CVE-2021-20546)
  * https://www.ibm.com/support/pages/node/6445489 (CVE-2020-1971, CVE-2021-23840, CVE-2021-23841)
  * https://www.ibm.com/support/pages/node/6445483 (CVE-2020-27221, CVE-2020-14782)

* 8.1.13.x
  * APARs: https://www.ibm.com/support/pages/node/6524936
  * READMEs: https://www.ibm.com/support/pages/node/6524938
  * https://www.ibm.com/support/pages/node/6524706 (CVE-2021-39048)
  * https://www.ibm.com/support/pages/node/6524712 (CVE-2021-3712, CVE-2021-3711)
2022-01-17 12:09:26 +01:00
Yarny0
517ae2a288 tsm-client: update URL structure
IBM has changed the URL structures of their support web pages.
The commit at hand updates most URLs and
in particular the package update instructions
so they follow the new structure.
It also calculates the source download URL from the
version number, so package updates no longer have to
update the URL in addition to the version string.
2022-01-17 12:09:26 +01:00
Yarny0
6d134acc4a tsm-client: use explicit package option for Java GUI
The tsm-client package comes in two flavours:
command line only (`tsm-client`) and with a
Java-backed GUI (`tsm-client-withGui`).
To control which package is built,
the build recipe simply used to check if the
`jdk8` package was provided as package input.
This commit changes this mechanism:
The build recipe now accepts the explicit option `enableGui`,
which is set to `false` by default.

As the commit at hand touches the build recipe arguments,
it also changes argument sorting following
https://nixos.org/manual/nixpkgs/stable/#sec-syntax
2022-01-17 12:09:26 +01:00
Yarny0
ce6eea6002 tsm-client: add gnugrep to PATH
While testing the new version, I observed that
`dsmc` prints an error "sh: grep: command not found"
when executed with empty PATH.
Apparently, `dsmc` needs `grep` in its PATH.
2022-01-17 12:09:26 +01:00
Yarny0
6e157a481a tsm-client: fix lvm2 support
lvm2 support was broken when lvm2 got
converted to a multiple-output derivation:

https://github.com/NixOS/nixpkgs/pull/93024
d3a991d410

The `runtimeDependencies` attribute doesn't specifically
look for a `lib` output, so it uses the main `out` output
which no longer contains the library object files.

Since TSM loads the `libdevmapper.so` library
dynamically (likely with `dlfcn.h` functions),
the breakage couldn't be detected at build time.

The commit at hand simply uses
`getLib` to pick the correct output.
2022-01-17 12:09:23 +01:00
Renaud
011522ff6a
Merge pull request #154353 from figsoda/update-synth
synth: 0.6.2 -> 0.6.4
2022-01-13 20:05:44 +01:00
R. RyanTM
ba97ea6dcb
ttygif: 1.5.0 -> 1.6.0
(#154434)
2022-01-13 19:43:23 +01:00
R. RyanTM
dd4109a2aa
tinyssh: 20210601 -> 20220101
(#154469)
2022-01-13 19:26:26 +01:00
R. RyanTM
75f0a6b65b
inadyn: 2.9.0 -> 2.9.1
* inadyn: 2.9.0 -> 2.9.1 (#154567)

* inadyn: fix homepage URI

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-13 19:13:25 +01:00
Robert Hensing
5473929d36
Merge pull request #154785 from tfc/pandoc-drawio-filter
pandoc-drawio-filter: init at 1.0
2022-01-13 18:07:46 +01:00
Bobby Rong
67f9281470
Merge pull request #154744 from dbaynard/patch-1
anystyle-cli: fix PATH in wrapper
2022-01-13 22:18:45 +08:00
Bobby Rong
df298d2ff7
Merge pull request #154792 from jojosch/mycli-update
mycli: 1.24.1 -> 1.24.2
2022-01-13 22:12:14 +08:00
Jacek Galowicz
768523dd43 pandoc-drawio-filter: init at 1.0 2022-01-13 10:48:19 +01:00
Janne Heß
cc77c2ff4d
Merge pull request #154705 from Mic92/yubikey-manager
yubikey-manager: replace myself as maintainer with other known users
2022-01-13 10:45:16 +01:00
7c6f434c
bece1fa267
Merge pull request #154829 from peterhoeg/u/mtr
mtr: 0.94 -> 0.95
2022-01-13 09:43:17 +00:00
7c6f434c
a5a6e31c01
Merge pull request #154816 from Stunkymonkey/ratmen-refactor
ratmen: refactor
2022-01-13 09:42:53 +00:00
Jörg Thalheim
770e32fa89
Update pkgs/tools/misc/yubikey-manager/default.nix
Co-authored-by: Lassulus <github@lassul.us>
2022-01-13 09:27:35 +00:00
pennae
466cb747c8
Merge pull request #150408 from Enzime/systemd-boot-extra-entries
nixos/systemd-boot: Add `extraEntries` and `extraFiles` options
2022-01-13 07:15:05 +00:00
Bobby Rong
7f92d68d03
Merge pull request #154442 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.40.1 -> 0.40.3
2022-01-13 14:54:57 +08:00
Doron Behar
42d2a6c8b0
Merge pull request #154806 from alerque/sile-0.12.1
sile: 0.12.0 → 0.12.1
2022-01-13 08:51:27 +02:00
Peter Hoeg
5d07e1cc64 mtr: 0.94 -> 0.95 2022-01-13 09:03:28 +08:00
zowoq
8af072583d wprecon: mark broken 2022-01-13 10:51:09 +10:00
Felix Buehler
002ab67a21 ratmen: refactor 2022-01-13 00:18:22 +01:00
R. RyanTM
f0a1e6e9e9
steampipe: 0.11.0 -> 0.11.2
* steampipe: 0.11.0 -> 0.11.1 (#154468)

* steampipe: 0.11.1 -> 0.11.2

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-13 00:05:12 +01:00
Caleb Maclennan
cdb4d0a390
sile: 0.12.0 → 0.12.1 2022-01-12 23:50:18 +03:00
Timothy DeHerrera
5a91f482ff
Merge pull request #151814 from jonringer/add-spire
spire: init at 1.1.2
2022-01-12 12:58:22 -07:00
Johannes Schleifenbaum
0a29750129
mycli: 1.24.1 -> 1.24.2 2022-01-12 19:50:07 +01:00
figsoda
ef859b0c0c synth: 0.6.3 -> 0.6.4 2022-01-12 12:41:25 -05:00
Daniel Thwaites
f366ae6429
nixos/starship: add a test 2022-01-12 15:47:15 +00:00
Daniel Thwaites
3f1ef8fe14
nixos/starship: init 2022-01-12 15:47:08 +00:00
adisbladis
02d732d2e4
Merge pull request #154742 from 06kellyjac/docbookrx
docbookrx: drop
2022-01-13 02:20:53 +12:00
Pascal Bach
1c8942c7e8
Merge pull request #154642 from r-ryantm/auto-update/minio-client
minio-client: 2021-12-20T23-43-34Z -> 2022-01-07T06-01-38Z
2022-01-12 15:20:35 +01:00
06kellyjac
7148ebef25 docbookrx: drop 2022-01-12 12:04:44 +00:00
David Baynard
b6080f1e57
anystyle-cli: fix PATH in wrapper
There was a syntax error in the `--prefix` argument to `wrapProgram`.
The arguments are ENV SEP VAL.
2022-01-12 10:58:46 +00:00
Jörg Thalheim
b815b22147
Update pkgs/tools/misc/yubikey-manager/default.nix 2022-01-12 10:52:53 +00:00
adisbladis
c5fbaf6131 nixops: Remove unused expressions in subdirectories 2022-01-12 23:03:48 +13:00
adisbladis
9bcfcf9b0b
Merge pull request #154715 from adisbladis/nixops-1_7-poetry2nix
nixops: Re-package environment using poetry2nix
2022-01-12 21:59:10 +12:00
Bobby Rong
267c5b7cba
Merge pull request #154527 from r-ryantm/auto-update/goreleaser
goreleaser: 1.2.2 -> 1.2.5
2022-01-12 16:52:34 +08:00
adisbladis
5c8072c376 nixops: Re-package environment using poetry2nix
The NixOps derivation keeps breaking because of unrelated Python packaging work and is incredibly difficult to keep alive.
Rather than outright removing 1.7 as suggested in #150059 this change shuold make it much easier to keep 1.7 on life support without causing any burden for those wanting to work on python3 only.
2022-01-12 21:25:54 +13:00
Fabian Affolter
a3566ed7e6
Merge pull request #154622 from fabaff/faraday-agent-dispatcher
faraday-agent-dispatcher: init at 2.1.3
2022-01-12 09:07:42 +01:00
Jörg Thalheim
cd2f11b1d9
Apply suggestions from code review 2022-01-12 05:18:18 +00:00
legendofmiracles
996536a230
Merge pull request #154689 from legendofmiracles/pinsel
pinsel: init at unstable-2021-09-13
2022-01-11 23:15:02 -06:00
Jörg Thalheim
d28799abfa yubikey-manager: replace myself as maintainer with other known users 2022-01-12 06:08:50 +01:00
legendofmiracles
5d792df138
Merge pull request #154686 from IvarWithoutBones/bump/discord-exporter 2022-01-11 21:25:08 -06:00
legendofmiracles
d1556aac13
pinsel: init at unstable-2021-09-13 2022-01-11 18:46:22 -06:00
IvarWithoutBones
0c72fb355c discordchatexporter-cli: 2.30.1 -> 2.31.1 2022-01-12 01:15:22 +01:00
R. RyanTM
7166f36cb2
mark: 6.5.1 -> 6.7
(#152796)
2022-01-12 00:33:47 +01:00
R. RyanTM
6c284f5178
html-xml-utils: 8.0 -> 8.1
(#152848)
2022-01-12 00:28:47 +01:00
R. RyanTM
c5070b61b2
java-service-wrapper: 3.5.46 -> 3.5.48
(#152835)
2022-01-12 00:27:15 +01:00
Lassulus
47d693f2f6
Merge pull request #154675 from mweinelt/ykman
yubikey-manager: fix build
2022-01-12 00:12:41 +01:00