Artturi
0fedd63ae4
Merge pull request #228787 from arjan-s/fix-burp-openssl
...
burp: build with openssl_legacy
2023-04-30 12:15:58 +03:00
devhell
d68fd467d9
rustic-rs: 0.5.2 -> 0.5.3
2023-04-29 21:01:10 +01:00
Arjan Schrijver
44311822e5
burp: build with openssl_legacy
2023-04-29 21:25:10 +02:00
Sandro
b36139a93f
Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage
2023-04-28 21:37:01 +02:00
github-actions[bot]
2e27a36b4b
Merge master into staging-next
2023-04-25 18:01:17 +00:00
Bruno Bigras
0d1a36bfb4
restic: 0.15.1 -> 0.15.2
2023-04-25 14:39:33 +02:00
github-actions[bot]
497ac06266
Merge master into staging-next
2023-04-25 06:01:40 +00:00
Gaetan Lepage
98a1542d62
rustic-rs: 0.5.1 -> 0.5.2
2023-04-24 23:02:03 +02:00
github-actions[bot]
e785d46708
Merge staging-next into staging
2023-04-16 00:03:17 +00:00
IndeedNotJames
f0630d69ac
rustic-rs: re-enable zsh shell completions
...
They didn't generate on v0.5.0 due to a bug.
v0.5.1 fixed that bug.
Slipped through "rustic-rs: 0.5.0 -> 0.5.1" (484af2ff83
)
2023-04-15 18:31:03 +02:00
github-actions[bot]
15d0cd57d0
Merge staging-next into staging
2023-04-14 00:02:47 +00:00
Norbert Melzer
484af2ff83
rustic-rs: 0.5.0 -> 0.5.1
2023-04-14 00:06:11 +02:00
github-actions[bot]
3b51ba9e2a
Merge staging-next into staging
2023-04-13 06:01:55 +00:00
R. Ryantm
8eafc81075
dar: 2.7.8 -> 2.7.9
2023-04-12 07:07:23 +00:00
github-actions[bot]
1144179146
Merge staging-next into staging
2023-04-11 18:01:52 +00:00
github-actions[bot]
32ff037fe3
Merge staging-next into staging
2023-04-11 12:01:48 +00:00
Martin Weinelt
853a90c2d7
fabs: Don't use alias for python-dateutil
...
It breaks evaluation without aliases enabled.
2023-04-11 13:57:10 +02:00
Michael Raitza
38b97e374d
fabs: init at 1.1
2023-04-11 08:30:56 -03:00
ajs124
f7245e9e4e
Merge pull request #224859 from Yarny0/tsm-client
...
tsm-client: use `libxcrypt-legacy`, drop `openssl_1_1`, use `concatLines` in module
2023-04-11 11:17:29 +02:00
github-actions[bot]
ad34626e55
Merge staging-next into staging
2023-04-11 00:02:48 +00:00
Weijia Wang
4edf27fe75
Merge pull request #225042 from r-ryantm/auto-update/mydumper
...
mydumper: 0.14.1-1 -> 0.14.3-1
2023-04-11 00:57:41 +03:00
github-actions[bot]
b6cd4a9e24
Merge staging-next into staging
2023-04-09 12:01:50 +00:00
Norbert Melzer
bd81c94de0
rustic-rs: add update script
2023-04-09 11:32:52 +02:00
Sandro Jäckel
1e70721319
Use clickable homepages on packages which are changed in #225362
2023-04-09 03:30:09 +02:00
Martin Weinelt
e9300b3a3c
grab-site: Don't use override on sqlalchemy fetcher
...
It is prone to errors, when we switch around the fetcher used in the
original derivation.
2023-04-08 01:41:43 +02:00
R. Ryantm
e20c3e4cb3
mydumper: 0.14.1-1 -> 0.14.3-1
2023-04-06 20:08:06 +00:00
Yarny0
fca76c5810
tsm-client: fix absolute symlinks, drop openssl dependency
...
`tsm-client` is delivered with its
own `lib{crypto,ssl}.so` implementation.
Beginning with version 8.1.9.1, those `.so`-files came with
absolute symlinks to `/opt/...` causing `autoPatchelf`
to abort with error messages of the form
> error: auto-patchelf could not satisfy dependency libssl.so.1.1
I was under the impression that a new dependency
got introduced and added `openssl` to `builtInputs`
in commit 5ad0ecb901
.
This fixed the build, but `tsm-client` no longer
linked against its own ssl implementation.
The commit at hand corrects that mistake:
It adds a small `preFixup` script that finds
and adapts absolute symlinks to `/opt/`,
so that `autoPatchelfHook` finds those
`so`-files again and sets RPATH properly.
This permits to drop `openssl` from the dependency list again.
2023-04-05 19:32:52 +02:00
Yarny0
941b891e26
tsm-client: use libxcrypt-legacy
to fix build
...
Since commit 4e300e071b
building `tsm-client` fails with error messages
> error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by [...]
Luckily, commit 9b766dd41b
introduces `libxcrypt-legacy` which again provides `libcrypt.so.1`.
2023-04-04 19:39:32 +02:00
Weijia Wang
1b05655971
Merge pull request #223119 from Izorkin/update-mydumper
...
mydumper: 0.13.1-1 -> 0.14.1-1
2023-03-29 01:12:00 +03:00
figsoda
02072a67b9
Merge pull request #223569 from IndeedNotJames/rustic-rs
...
rustic-rs: 0.4.4 -> 0.5.0
2023-03-28 11:54:17 -04:00
IndeedNotJames
c09ecd65bf
rustic-rs: 0.4.4 -> 0.5.0
...
Temporarily removed zsh shell completions, as they don't generate due to a bug.
https://github.com/rustic-rs/rustic/blob/v0.5.0/changelog/0.5.0.txt
https://github.com/rustic-rs/rustic/releases/tag/v0.5.0
diff: https://github.com/rustic-rs/rustic/compare/v0.4.4...v0.5.0
2023-03-28 14:29:39 +02:00
R. Ryantm
d5929d7a82
btrbk: 0.32.5 -> 0.32.6
2023-03-26 23:08:48 +00:00
Izorkin
d0b5d7f95c
mydumper: 0.13.1-1 -> 0.14.1-1
2023-03-25 22:32:36 +03:00
Nick Cao
f8c0eed073
Merge pull request #223053 from e1mo/borgmatic-1-7-9
...
borgmatic: 1.7.8 -> 1.7.9
2023-03-25 21:13:10 +08:00
Moritz 'e1mo' Fromm
20309b8dc8
borgmatic: 1.7.8 -> 1.7.9
2023-03-25 12:03:57 +01:00
Thomas Gerbet
24c031a3b5
Merge pull request #222073 from Yarny0/tsm-client
...
tsm-client: 8.1.17.0 -> 8.1.17.2 (security update)
2023-03-25 11:20:03 +01:00
R. Ryantm
aa0bb95c19
pgbackrest: 2.44 -> 2.45
2023-03-22 22:59:03 +00:00
Yarny0
211a963855
tsm-client: 8.1.17.0 -> 8.1.17.2
...
IBM's "Authorized Program Analysis Report"s
(something like release notes):
https://www.ibm.com/support/pages/node/6845804
Security Bulletins:
https://www.ibm.com/support/pages/node/6956237 (CVE-2022-31129, CVE-2022-24785, CVE-2021-3807, CVE-2022-29244, CVE-2022-3517)
https://www.ibm.com/support/pages/node/6962863 (CVE-2021-33813)
https://www.ibm.com/support/pages/node/6963071 (CVE-2022-21628, CVE-2022-21626, CVE-2022-21624, CVE-2022-21619)
https://www.ibm.com/support/pages/node/6963786 (CVE-2022-4304, CVE-2023-0215, CVE-2023-0286)
https://www.ibm.com/support/pages/node/6963784 (CVE-2022-4450, CVE-2023-0216, CVE-2023-0401, CVE-2022-4203, CVE-2023-0217)
2023-03-19 21:04:21 +01:00
github-actions[bot]
feb117e32c
Merge master into staging-next
2023-03-11 18:01:19 +00:00
Jonas Heinrich
161a1ca129
Merge pull request #191974 from tu-maurice/btrbk-doas
...
btrbk: Use sudo or doas based on configuration
2023-03-11 16:10:50 +01:00
Martin Weinelt
4729f61158
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-08 15:04:13 +01:00
R. Ryantm
983d0143d0
autorestic: 1.7.6 -> 1.7.7
2023-03-06 21:35:31 +00:00
Martin Weinelt
b04848e5fe
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 08:21:14 +01:00
Nick Cao
7f4ee2f42a
Merge pull request #219743 from r-ryantm/auto-update/autorestic
...
autorestic: 1.7.5 -> 1.7.6
2023-03-06 10:48:38 +08:00
Ryan Lahfa
a9b8812226
Merge pull request #219500 from Tom-Hubrecht/borgmatic
...
borgmatic: 1.7.6 -> 1.7.8
2023-03-05 23:14:54 +01:00
R. Ryantm
1c696382ae
autorestic: 1.7.5 -> 1.7.6
2023-03-05 20:46:55 +00:00
Tom Hubrecht
16923c7994
borgmatic: 1.7.6 -> 1.7.8
2023-03-04 15:06:22 +01:00
Martin Weinelt
d0286ecd24
Merge remote-tracking branch 'origin/staging' into staging-next
2023-03-04 01:42:06 +00:00
Martin Weinelt
1bd4b71a35
python310Packages.cchardet: Drop in favor of faust-cchardet
...
The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.
Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2023-03-03 23:59:29 +01:00
Weijia Wang
300df9525f
Merge pull request #219214 from r-ryantm/auto-update/bacula
...
bacula: 13.0.1 -> 13.0.2
2023-03-03 22:08:17 +02:00