Commit Graph

44094 Commits

Author SHA1 Message Date
Emery Hemingway
95dfbf360c nncp: 8.0.2 -> 8.1.0 2022-01-18 20:23:04 +01:00
Sandro
222f62ed88
Merge pull request #155474 from 0xbe7a/pferd-3.3.1 2022-01-18 19:25:46 +01:00
Sandro Jäckel
88a4c4c466
mdcat: 0.25.0 -> 0.25.1 2022-01-18 19:02:23 +01:00
Sascha Grunert
04386f3552
fuse-overlayfs: 1.8 -> 1.8.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-18 15:09:54 +01:00
pennae
e28833d549
Merge pull request #154528 from r-ryantm/auto-update/telepresence2
telepresence2: 2.4.6 -> 2.4.9
2022-01-18 13:58:25 +00:00
be7a
d6a6139d65 pferd: 3.2.0 -> 3.3.1 2022-01-18 14:39:40 +01:00
Jan Tojnar
1bb7065d99 gmic-qt: 2.7.1 → 3.0.0
- https://gmic.eu/gmic300/
- https://discuss.pixls.us/t/release-of-gmic-3-0/17226#from-299-to-300-3
2022-01-18 14:12:26 +01:00
Fabian Affolter
3b0d8c4fee knockpy: cleanup 2022-01-18 12:33:57 +01:00
Dmitry Kalinkin
98a7defa02
ttfautohint: fix darwin build 2022-01-18 05:03:54 -05:00
Sascha Grunert
9ef57dfac7 cri-tools: 1.22.0 -> 1.23.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-18 07:12:18 +10:00
Steven Kou
966a7403df btop: 1.1.4 -> 1.2.0 2022-01-17 16:58:56 +01:00
7c6f434c
831fd2cd05
Merge pull request #155258 from alyssais/btrfs-progs
btrfs-progs: 5.14.1 -> 5.16
2022-01-17 15:46:24 +00:00
Spencer Janssen
ed5883c1b6 zrepl: 0.4.0 -> 0.5.0 2022-01-17 15:35:45 +01:00
Sandro
de5bf4f833
Merge pull request #155311 from cpcloud/bump-pulumi 2022-01-17 13:12:37 +01:00
Bobby Rong
02de14e258
Merge pull request #155018 from bbigras/kopia
kopia: 0.9.8 -> 0.10.0
2022-01-17 20:12:26 +08:00
Yarny0
756f45306b tsm-client: 8.1.13.2 -> 8.1.13.3
Link to Security Bulletin:
https://www.ibm.com/support/pages/node/6540692 (CVE-2021-44832)
2022-01-17 12:09:27 +01:00
Yarny0
be904af99c tsm-client: 8.1.13.1 -> 8.1.13.2
Link to Security Bulletin:
https://www.ibm.com/support/pages/node/6537640 (CVE-2021-45105, CVE-2021-45046)
2022-01-17 12:09:27 +01:00
Yarny0
4a42ca06c1 tsm-client: 8.1.13.0 -> 8.1.13.1
Link to Security Bulletin:
https://www.ibm.com/support/pages/node/6527080 (CVE-2021-44228)
2022-01-17 12:09:27 +01:00
Yarny0
66d068bf66 tsm-client: use rpm source instead of deb/Ubuntu
IBM publishes their IBM Spectrum Protect client
for Linux in two flavors:

* "Linux x86_64 client"
* "Linux x86_64 Ubuntu client"

Up to this commit, nixpkgs used the Ubuntu
flavor to build its `tsm-client` derivation.
However, the history of published archive files in

* https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/
* https://public.dhe.ibm.com/storage/tivoli-storage-management/patches/client/v8r1/Linux/

suggests that updates in the fourth level of
the version numbers (e.g. 8.1.13.0 -> 8.1.13.1)
do not get published as Ubuntu flavor.
It order to be able to always use the latest release,
this commit switches to the non-Ubuntu flavor.
The non-Ubuntu archive contains rpm files,
so this commit switches from `ar` to `rpmextract`.
Instead of unpacking all deb files,
the build recipe now unpacks all _but one_ rpm file:
The file `TIVsm-WEBGUI.x86_64.rpm` apparently
contains a plugin that is not included
in the Ubuntu version (see note below).
Comparing the old and the new derivation's output indicates
that this choice minimizes the difference between the results:

The output of the old (Ubuntu flavor) derivation contains:
* `commons-codec-1.6.jar`
* `share/` with changelog and copyright information
  for the packages `gskssl64` and `gskcrypt64`

The output of the new (non-Ubuntu flavor) derivation contains:
* `lib64`, symlink to `lib`
* `commons-codec-1.14.jar`
* `opt/tivoli/tsm/license/{api,baclient}/sm/`
  with license agreement files in many languages

Besides these differences, the outputs' file names are equal.

Note: I don't know what functionality
`TIVsm-WEBGUI.x86_64.rpm` actually provides.
Unpacking it with the other rpm files makes patchelf complain
about missing X11 libraries, so in order to include it here,
one would likely need to add those to `buildInputs`.
However, as the old (Ubuntu flavor) `tsm-client` package
did not contain this functionality and as I cannot test
or use it in any way, I opted to not include it now.
If we want to include this with a later commit,
we should add another package build option (like `enableGui`)
so that the default `tsm-client` package does not pull in
X11 libraries and its closure size therefore stays small.
2022-01-17 12:09:27 +01:00
Yarny0
f6dca95c5d tsm-client: add test derivation and a module test
The tsm-client needs a tsm-server to do anything useful.
Without a server, automated tests can just
check diagnostic outputs for plausibility.

The commit at hand adds two tests:

1.
The command line interface `dsmc` is called,
then it is verified that the program does

* report the correct client version,
* find its configuration file,
* report a connection error.

2.
To check the GUI (and the tsm-client nixos module), we add a
vm test which uses the module to install `tsm-client-withGui`.
To verify that the GUI's basic functionality is present,
we skip over all connection failure related error
messages and open the "Connection Information"
dialog from the main application window.
This dialog presents the node name and the client version;
both are verified by the test.

Note: Our `tsm-client` build recipe consists of two packages:
The "unwrapped" package and the final package.
This commit puts the unwrapped one into the final
package's `passthru` so that tests can access
the original version string that is needed to check
the client version reported by the application.
2022-01-17 12:09:27 +01:00
Yarny0
8fa6f90ad6 tsm-client: set mainProgram
The TSM command line client `dsmc` should be the
program that is usually invoked from this package.
However, if a user explicitely asks for the
package with GUI support (with `enableGui`,
available in the package `tsm-client-withGui`),
we set the mainProgram to the graphical application `dsmj`
as that's likely what the user is looking for.
2022-01-17 12:09:27 +01:00
Yarny0
7934926b2e tsm-client: makeWrapper buildInputs to nativeBuildInputs
Although I'm not sure if `tsm-client` will ever be
subject to cross-compiling, referencing makeWrapper
from native BuildInputs is The Right Thing.

This is a kind of follow-up of
https://github.com/NixOS/nixpkgs/pull/112276
2022-01-17 12:09:26 +01:00
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
Phillip Cloud
fd6f913af5
chore(pulumi): regenerate data.nix after version bump 2022-01-17 04:40:11 -05:00
Phillip Cloud
d30fe4b438
pulumi: 3.21.0 -> 3.22.1 2022-01-17 04:40:10 -05:00
Sandro
2cc9cae45d
Merge pull request #155281 from SuperSandro2000/yle-dl 2022-01-17 10:33:21 +01:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
Bobby Rong
5f6ea5806d
Merge pull request #155197 from veprbl/pr/broken_inav-blackbox-tools
inav-blackbox-tools: mark as broken on darwin
2022-01-17 11:03:17 +08:00
Thiago Kenji Okada
1e2b159b94
Merge pull request #155283 from InfinityGhost/update/opentabletdriver
opentabletdriver: v0.5.3.3 -> v0.6.0.2
2022-01-16 22:40:22 -03:00
legendofmiracles
583a5c9f93
Merge pull request #154637 from schnusch/firefox_decrypt 2022-01-16 19:38:47 -06:00
Sandro Jäckel
ff402748b3
yle-dl: 20210917 -> 20211213 2022-01-17 02:07:27 +01:00
InfinityGhost
a9581967f7 opentabletdriver: v0.5.3.3 -> v0.6.0.2 2022-01-16 20:03:16 -05:00
Phillip Cloud
52edbfc427
pulumi: use gh for versions and parallelize pulumi API downloads (#154880) 2022-01-17 01:57:02 +01:00
Dmytro Kostiuchenko
d5cc6c22ad asciidoctor-with-extensions: enable html5s backend (#104831) 2022-01-16 23:52:30 +02:00
Sandro
24f708861c
Merge pull request #155205 from qowoz/lsd 2022-01-16 21:27:18 +01:00
Alyssa Ross
a5ff1dc05d
btrfs-progs: clarify license 2022-01-16 19:52:46 +00:00
Alyssa Ross
fc2c685b2b
btrfs-progs: enable parallel building
Tested at -j8.
2022-01-16 19:52:41 +00:00
Alyssa Ross
cd4acca2e2
btrfs-progs: 5.14.1 -> 5.16 2022-01-16 19:51:27 +00:00
7c6f434c
edb296a5de
Merge pull request #155248 from trofi/fix-barcode-for-fno-common
barcode: pull upstream fix for -fno-common toolchains
2022-01-16 18:54:38 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Schütz
0d6e7fed1e shocco: use python3 2022-01-16 18:00:59 +00:00
Robert Schütz
b93149c11f rsyslog: use top-level docutils 2022-01-16 18:00:59 +00:00
Sergei Trofimovich
03bfd9f53e barcode: pull upstream fix for -fno-common toolchains
Without the change build fails as:

    $ nix build --impure --expr 'with import ./.{}; barcode.override { stdenv = clang12Stdenv; }' -L
    ...
    barcode> ld: barcode.h:126: multiple definition of `streaming';
      main.o:/build/barcode-0.99/./barcode.h:126: first defined here
2022-01-16 17:57:24 +00:00
Renaud
e27d3fce7b
Merge pull request #153479 from dasj19/brasero-update
brasero: 3.12.2 -> 3.12.3
2022-01-16 18:30:20 +01:00
Luke Granger-Brown
a41ab71c4f
Merge pull request #155172 from lukegb/solo2
solo2-cli: init at 0.1.1
2022-01-16 17:27:30 +00:00
Sandro
bc6cd6a543
Merge pull request #153191 from trofi/update-diffoscope 2022-01-16 18:00:25 +01:00
schnusch
c0da379c1c firefox_decrypt: init at unstable-2021-12-29
add update script based on mpvScripts.sponsorblock's
2022-01-16 16:53:05 +01:00
Finn Behrens
632b4089cc skim: disable tests on aarch64-darwin 2022-01-16 15:35:44 +01:00
Pavol Rusnak
438b4fd0e3
opentracker: mark linux only 2022-01-16 15:28:01 +01:00
Pavol Rusnak
5c32667d6e
Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphase
buildDotnetModule: wrap executables in preFixup
2022-01-16 15:22:54 +01:00
Fabian Affolter
5c48f3fd45
Merge pull request #155045 from fabaff/bump-eternal-terminal
eternal-terminal: 6.1.9 -> 6.1.11
2022-01-16 15:18:17 +01:00
Finn Behrens
10da09d3bd skim: disable tests on aarch64-darwin 2022-01-16 15:07:19 +01:00
zowoq
65b77d8aaa lsd: 0.20.1 -> 0.21.0
https://github.com/Peltoche/lsd/releases/tag/0.21.0
2022-01-16 20:52:47 +10:00
Renaud
6cc6f9925a
Merge pull request #154028 from lopsided98/openvpn-iproute
openvpn: 2.5.2 -> 2.5.5
2022-01-16 10:48:41 +01:00
Dmitry Kalinkin
6eab9e04f4
inav-blackbox-tools: mark as broken on darwin 2022-01-16 04:33:28 -05:00
Frederik Rietdijk
ae18d68b6b python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Bobby Rong
4483b1bbdb
Merge pull request #155174 from dotlambda/abcmidi-2022.01.13
abcmidi: 2021.12.12 -> 2022.01.13
2022-01-16 15:52:49 +08:00
Jörg Thalheim
ddd4ffdae9
Merge pull request #155099 from rhoriguchi/flameshot
flameshot: 0.10.2 -> 11.0.0
2022-01-16 06:59:45 +00:00
Robert Schütz
d5744cffdc abcmidi: 2021.12.12 -> 2022.01.13 2022-01-16 03:01:38 +00:00
Martin Weinelt
03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Luke Granger-Brown
4a065e569b solo2-cli: init at 0.1.1 2022-01-16 01:25:17 +00:00
Martin Weinelt
65258010c7
Merge pull request #152690 from mweinelt/esphome 2022-01-16 01:40:51 +01:00
Sergei Trofimovich
b241f3143a diffoscope: 197 -> 200
While at it added trivial updater plumbing.
2022-01-15 19:55:15 +00:00
Mario Rodas
b3f3d1d084
Merge pull request #154405 from r-ryantm/auto-update/cargo-release
cargo-release: 0.18.6 -> 0.19.0
2022-01-15 13:44:38 -05:00
Mario Rodas
3f0122f722
Merge pull request #154448 from r-ryantm/auto-update/doppler
doppler: 3.36.2 -> 3.37.0
2022-01-15 13:42:56 -05:00
Mario Rodas
33b49df514
Merge pull request #154415 from r-ryantm/auto-update/chezmoi
chezmoi: 2.9.4 -> 2.9.5
2022-01-15 13:38:55 -05:00
Robert Helgesson
d654246e6a mimeo: 2021.2 -> 2021.11
Also

- add install check and

- update download and homepage URLs.
2022-01-15 19:06:56 +01:00
Ryan Horiguchi
499c06a14f
flameshot: 0.10.2 -> 11.0.0 2022-01-15 12:38:49 +01:00
Mario Rodas
1f9646cad8 starship: 1.1.1 -> 1.2.1
https://github.com/starship/starship/releases/tag/v1.2.0
https://github.com/starship/starship/releases/tag/v1.2.1
2022-01-15 04:20:00 +00:00
Bobby Rong
c4d1eff44e
Merge pull request #154440 from r-ryantm/auto-update/whois
whois: 5.5.10 -> 5.5.11
2022-01-15 21:23:14 +08:00
Bobby Rong
407a866225
Merge pull request #153843 from Izorkin/update-dar
dar: 2.7.1 -> 2.7.3
2022-01-15 21:14:43 +08:00
Renaud
79b8a3e263
blink1-tool: 1.98a -> 2.2.0
(#155037)
2022-01-15 13:59:09 +01:00
Robert Helgesson
ba8ec8bf86 jwt-cli: 5.0.0 -> 5.0.1 2022-01-15 12:04:37 +01:00
Fabian Affolter
7dcb205c14
Merge pull request #155047 from fabaff/bump-exploitdb
exploitdb: 2022-01-11 -> 2022-01-14
2022-01-15 09:15:02 +01:00
Dmitry Kalinkin
3b151fcec8
hidrd: mark as broken on darwin 2022-01-15 00:47:13 -05:00
João Figueira
2efc972113
wluma: 2.0.1 -> 3.0.0 (#155059) 2022-01-15 12:28:51 +09:00
Fabian Affolter
c45b63bcbf exploitdb: 2022-01-11 -> 2022-01-14 2022-01-14 23:06:03 +01:00
Fabian Affolter
48b494e35f eternal-terminal: 6.1.9 -> 6.1.11 2022-01-14 22:58:41 +01:00
Renaud
fd7e851613
Merge pull request #155019 from rapenne-s/update_clamav_stable
clamav: 0.103.3 -> 0.103.5
2022-01-14 22:27:42 +01:00
pennae
bc9fd41f23
Merge pull request #154625 from r-ryantm/auto-update/logrotate
logrotate: 3.18.1 -> 3.19.0
2022-01-14 18:54:07 +00:00
Solene Rapenne
50ede5f4e0 clamav: 0.103.3 -> 0.103.5 2022-01-14 18:03:54 +01:00
Bruno Bigras
d50a512207 kopia: 0.9.8 -> 0.10.0 2022-01-14 11:26:14 -05:00
Dmitry Kalinkin
4fe555956b
Merge pull request #154105 from veprbl/pr/texlive_2021_20211227
texlive: 2021.20210408 -> 2021.20211227
2022-01-14 11:09:17 -05:00
Nikolay Amiantov
35f8dc6ecc yaml-merge: unstable-2016-02-16 -> unstable-2022-01-12 2022-01-14 15:41:16 +03:00
Fabian Affolter
665a4df77b
Merge pull request #154987 from veprbl/pr/go365_darwin_fix
go365: fix for darwin
2022-01-14 11:15:29 +01:00
Dmitry Kalinkin
4eae92eea2
go365: fix for darwin 2022-01-14 03:25:16 -05:00
Jonathan Ringer
0dc088f8fb azure-cli: 2.30.0 -> 2.32.0 2022-01-13 18:54:25 -08:00
Bobby Rong
da7cf37491
Merge pull request #154790 from ZenithalHourlyRate/proxychains-ng-4.15-2
proxychains-ng: fix build on aarch64-darwin
2022-01-14 10:16:51 +08:00
R. RyanTM
40c7f692a4
maigret: 0.3.1 -> 0.4.0
(#153320)
2022-01-13 22:29:36 +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
Zenithal
89b41c0f31
proxychains-ng: fix build on aarch64-darwin 2022-01-14 01:25:03 +08: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
Dmitry Kalinkin
f14e41ecf9
texlive.combine: pass --sort to mktexlsr
Improves reproducibility
2022-01-11 23:21:27 -05:00
Dmitry Kalinkin
9fcb1258a8
texlive: 2021.20210408 -> 2021.20211227 2022-01-11 23:20:39 -05:00
Dmitry Kalinkin
7660d567dd
texlive.bin.texlinks: fix build for darwin sandbox
post-installation fixup
    strip is /nix/store/falx4gakl6k1q64aqr4f8mvy8vfqcqaq-cctools-binutils-darwin-949.0.1/bin/strip
    patching script interpreter paths in /nix/store/q1haqqnh6i2677ihad4673gc3slna3sw-texlinks.sh
    /nix/store/q1haqqnh6i2677ihad4673gc3slna3sw-texlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/715y5lnw12vdcc3hh9sc9vbkdi6c83x6-bash-4.4-p23/bin/sh"
    sed: couldn't open temporary file /nix/store/sedqPf2C0: Operation not permitted
2022-01-11 22:43:21 -05: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
IvarWithoutBones
ec52dd4971 opentabletdriver: use postFixup instead of postInstall 2022-01-12 00:23:53 +01:00
IvarWithoutBones
f3537d9db1 alttpr-opentracker: add gtk3 to buildInputs 2022-01-12 00:23:53 +01:00
Lassulus
47d693f2f6
Merge pull request #154675 from mweinelt/ykman
yubikey-manager: fix build
2022-01-12 00:12:41 +01:00
legendofmiracles
fdbd3db45c
Merge pull request #152858 from elatov/pkg/fwbuilder
fwbuilder: init at 6.0.0-rc1
2022-01-11 17:08:53 -06:00
Martin Weinelt
7d8d3c7122
yubikey-manager: fix build
Closes: #154673
2022-01-12 00:02:02 +01:00
R. RyanTM
bceba2b422
geekbench: 5.4.3 -> 5.4.4
(#152870)
2022-01-11 22:51:49 +01:00
Lassulus
61d633ffa9
Merge pull request #152629 from JonJFineman/patch-1
Point the "mail" command to use the system-wide mail.rc
2022-01-11 22:46:09 +01:00
Karim Elatov
56fe75efd4 fwbuilder: init at 6.0.0-rc1 2022-01-11 14:39:48 -07:00