Commit Graph

1191 Commits

Author SHA1 Message Date
Mario Rodas
dd5795a0e4
Merge pull request #182022 from StephenWithPH/duplicity-0.8.23
duplicity: 0.8.20 -> 0.8.23
2022-07-19 23:08:09 -05:00
StephenWithPH
f2187ade75
duplicity: 0.8.20 -> 0.8.23 2022-07-18 15:57:32 -07:00
github-actions[bot]
5f2ff17a45
Merge master into staging-next 2022-07-11 18:01:16 +00:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
Bobby Rong
3e9de03305
Merge pull request #180550 from kilianar/kopia
kopia: 0.11.1 -> 0.11.2
2022-07-11 20:24:36 +08:00
Ivv
6f6926b1dc
Merge pull request #179968 from r-ryantm/auto-update/discordchatexporter-cli
discordchatexporter-cli: 2.34.1 -> 2.35
2022-07-10 18:27:34 +02:00
R. Ryantm
19a442aae7 discordchatexporter-cli: 2.34.1 -> 2.35 2022-07-07 21:11:13 +00:00
Yarny0
4f4aa9685a tsm-client: 8.1.14.0 -> 8.1.15.0
IBM's "Authorized Program Analysis Report"s
(something like release notes):

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

README:

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

Security Bulletins:

https://www.ibm.com/support/pages/node/6596379 (CVE-2021-35550, CVE-2021-35603)
https://www.ibm.com/support/pages/node/6596741 (CVE-2022-22478, CVE-2022-22474)
https://www.ibm.com/support/pages/node/6596399 (CVE-2022-0778)
2022-07-07 19:22:30 +02:00
Yarny0
1ed9ba08f1 tsm-client: fix patching rpath with autoPatchelf
Since commit
7b9fd5d1c9
tsm-client no longer produces working binaries
(discovered with bisection).
Instead, calling the command line client `dsmc`
just produces the error

> error while loading shared libraries: libtsmxerces-depdom.so.28: cannot open shared object file: No such file or directory

Output of `ldd $out/dsmc`

> linux-vdso.so.1 (0x00007ffd89f70000)
> libgsk8ssl_64.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/local/ibm/gsk8_64/lib64/libgsk8ssl_64.so (0x0000791c8eb34000)
> libgsk8iccs_64.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/local/ibm/gsk8_64/lib64/libgsk8iccs_64.so (0x0000791c8e9b7000)
> libgsk8km_64.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/local/ibm/gsk8_64/lib64/libgsk8km_64.so (0x0000791c8e791000)
> libxmlutil-8.1.13.0.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/opt/tivoli/tsm/client/api/bin64/libxmlutil-8.1.13.0.so (0x0000791c8e675000)
> libcrypt.so.1 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libcrypt.so.1 (0x0000791c8e639000)
> libpthread.so.0 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libpthread.so.0 (0x0000791c8e619000)
> libdl.so.2 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libdl.so.2 (0x0000791c8e614000)
> libstdc++.so.6 => /nix/store/ndnqiz3nnifj1blhg9q626xlmkqq1nmh-gcc-10.3.0-lib/lib/libstdc++.so.6 (0x0000791c8e43f000)
> libgpfs.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/opt/tivoli/tsm/client/api/bin64/libgpfs.so (0x0000791c8e22a000)
> libdmapi.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/opt/tivoli/tsm/client/api/bin64/libdmapi.so (0x0000791c8e020000)
> librt.so.1 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/librt.so.1 (0x0000791c8e015000)
> libm.so.6 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libm.so.6 (0x0000791c8ded4000)
> libgcc_s.so.1 => /nix/store/ndnqiz3nnifj1blhg9q626xlmkqq1nmh-gcc-10.3.0-lib/lib/libgcc_s.so.1 (0x0000791c8deba000)
> libc.so.6 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libc.so.6 (0x0000791c8dce5000)
> libgsk8cms_64.so => /nix/store/i21g0x44g336ag8rkx0dgndb9v4w2xhk-tsm-client-8.1.13.3-unwrapped/local/ibm/gsk8_64/lib64/libgsk8cms_64.so (0x0000791c8d78d000)
> /nix/store/4s21k8k7p1mfik0b33r2spq5hq7774k1-glibc-2.33-108/lib/ld-linux-x86-64.so.2 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib64/ld-linux-x86-64.so.2 (0x0000791c8f074000)
> libtsmxerces-depdom.so.28 => not found
> libtsmxerces-c.so.28 => not found

Output of `ldd $out/lib/libtsmxerces-depdom.so.28`

> linux-vdso.so.1 (0x00007fff69388000)
> libpthread.so.0 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libpthread.so.0 (0x000078f150454000)
> libtsmxerces-c.so.28 => not found
> libstdc++.so.6 => /nix/store/ndnqiz3nnifj1blhg9q626xlmkqq1nmh-gcc-10.3.0-lib/lib/libstdc++.so.6 (0x000078f15027f000)
> libm.so.6 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libm.so.6 (0x000078f15013e000)
> libgcc_s.so.1 => /nix/store/ndnqiz3nnifj1blhg9q626xlmkqq1nmh-gcc-10.3.0-lib/lib/libgcc_s.so.1 (0x000078f150124000)
> libc.so.6 => /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libc.so.6 (0x000078f14ff4d000)
> /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib64/ld-linux-x86-64.so.2 (0x000078f150601000)

The commit given above rewrote the `autoPatchelfHook`.
The new hook still calls `patchelf` to actually
modify binary files, but the discovery of
shared libraries apparently got changed.

Thorough investigation of all `patchelf` calls in the
old and new autoPatchelfHook showed that all files are
treated equally up the the files

* $out/opt/tivoli/tsm/client/api/bin64/libtsmxerces-depdom.so.28.0
* $out/opt/tivoli/tsm/client/api/bin64/libxmlutil-8.1.13.0.so

where the new autoPatchelf implementation replaced `$out/lib`
with `$out/opt/tivoli/tsm/client/api/bin64` in the rpath.

I failed to see *why* the new algorithm does
that, or if that might be considered a bug.
The `tsm-client` package has some confusing symlink
structure which certainly might confuse `autoPatchelfHook`.

The following ideas to "restore" the old behaviour
of `autoPatchelfHook` failed to produce a working package:
* add "$out" or "${placeholder "out"}" to `runtimeDependencies`
* use `addAutoPatchelfSearchPath` with `$out/lib` or
  another so-file-containing directory

The commit at hand fixes the issue by directly adding `$out/lib`
to the rpath of all shared libraries in that directory.
This has to be done *after* `autoPatchelf` got executed.
To accomplish this, we disable auto-calling `autoPatchelf`
(it would run after `postFixup`) and instead call it
manually in `postFixup`, just before we patch the rpath by hand.
2022-07-07 19:05:28 +02:00
kilianar
5c8e8f748f kopia: 0.11.1 -> 0.11.2
https://github.com/kopia/kopia/releases/tag/v0.11.2
2022-07-07 18:24:01 +02:00
kilianar
2f19bff1b1 kopia: 0.11.0 -> 0.11.1
https://github.com/kopia/kopia/releases/tag/v0.11.1
2022-07-05 13:41:03 -03:00
kilianar
141e3f04af kopia: 0.10.7 -> 0.11.0
https://github.com/kopia/kopia/releases/tag/v0.11.0
2022-07-05 01:15:36 +02:00
Josef Kemetmüller
1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Ryan Mulligan
1986a1cd4c
Merge pull request #179132 from r-ryantm/auto-update/btrbk
btrbk: 0.32.1 -> 0.32.2
2022-06-30 01:07:04 +02:00
ajs124
9966a132db maintainers: remove mschneider
no github account
2022-06-29 00:52:14 +02:00
ajs124
eec156df9c maintainers: remove muflax
github account deleted
2022-06-29 00:52:12 +02:00
Erik Arvstedt
1a32663efc
treewide: rename maintainer earvstedt -> erikarvstedt
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
2022-06-26 19:12:18 +02:00
Shawn8901
c1d137b282 zrepl: add strip flags 2022-06-26 13:40:51 +02:00
Shawn8901
6c5f014da7 zrepl: set release version on build 2022-06-26 13:37:16 +02:00
R. Ryantm
a7857aa783 btrbk: 0.32.1 -> 0.32.2 2022-06-26 01:11:05 +00:00
Martin Weinelt
789aad1584
Merge pull request #179009 from kilianar/borgmatic 2022-06-26 01:07:46 +02:00
Sandro
ae8a0d5d00
Merge pull request #178658 from jtojnar/fix-duplicity
Revert "duplicity: S3 backups fail with "boto" not being found."
2022-06-25 20:30:48 +02:00
R. Ryantm
2fc3f8df49 dar: 2.7.5 -> 2.7.6 2022-06-25 14:34:11 +00:00
kilianar
42287fc8d6 borgmatic: 1.6.3 -> 1.6.4 2022-06-25 15:07:54 +02:00
Martin Weinelt
3284928127
Merge pull request #178710 from kilianar/borgmatic 2022-06-25 12:23:15 +02:00
Lassulus
b731803e95
Merge pull request #177207 from azahi/zfsbackup
zfsbackup: unstable-2020-09-30 -> unstable-2021-05-26
2022-06-24 07:43:28 +02:00
Azat Bahawi
8a40b9f1e6
zfsbackup: unstable-2020-09-30 -> unstable-2021-05-26 2022-06-24 00:13:04 +03:00
kilianar
f2a21b750d borgmatic: 1.5.18 -> 1.6.3 2022-06-23 12:58:43 +02:00
Jan Tojnar
ab7a6a51e0 Revert "duplicity: S3 backups fail with "boto" not being found."
Boto2 is EOL and broken with recent Python versions:

https://github.com/boto/boto/#deprecation-notice

This reverts commit ad13d56c99.
2022-06-23 03:06:42 +02:00
David Reiss
c9ba04ce8c gphotos-sync: 2.14.2 -> 3.04 2022-06-17 04:02:26 +00:00
Robert Scott
61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Sergei Trofimovich
441d55e6f1
Merge pull request #176453 from trofi/workaround-fno-common-for-percona-xtrabackup_2_4
percona-xtrabackup_2_4: add -fcommon workaround
2022-06-06 07:11:34 +00:00
Martin Weinelt
d2a9a19e8a borgbackup: set meta.mainProgram 2022-06-05 20:37:10 -07:00
Martin Weinelt
36aa013ff4 borgbackup: 1.2.0 -> 1.2.1
https://github.com/borgbackup/borg/releases/tag/1.2.1
2022-06-05 20:37:10 -07:00
Sergei Trofimovich
fc8061dae4 percona-xtrabackup_2_4: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: xbstream.c.o:(.bss+0x0): multiple definition of
      `datasink_buffer'; ds_buffer.c.o:(.data.rel.local+0x0): first defined here
2022-06-05 20:23:53 +01:00
Pascal Bach
6218ada158
Merge pull request #176308 from dotlambda/restic-0.13.1
restic: 0.13.0 -> 0.13.1
2022-06-05 13:09:51 +02:00
Robert Schütz
6ca21e5500 restic: 0.13.0 -> 0.13.1
https://github.com/restic/restic/releases/tag/v0.13.1
2022-06-04 22:56:37 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
R. Ryantm
54fd97c276 discordchatexporter-cli: 2.34 -> 2.34.1 2022-06-02 02:42:24 +00:00
Sandro
8cefd5dddc
Merge pull request #175407 from SuperSandro2000/ipaddress-deps
Remove python26Packages.ipaddress from applications
2022-06-02 01:34:50 +02:00
Sandro
af55be9eac
Merge pull request #175660 from blitz/duplicity-gdrive
duplicity: use pydrive2 to fix Google Drive backup problems
2022-06-01 16:43:46 +02:00
Julian Stecklina
a571caaf73 duplicity: use pydrive2 to fix gdrive backup problems
pydrive is abandoned and has unfixed issues. In particular, Deja Dup
backups (which uses duplicity as backend) to Google Drive fail with

 Giving up after 5 attempts. RedirectMissingLocation: Redirected but
 the response is missing a Location: header.

More context and pointers are available in the Deja Dup bug tracker:
https://gitlab.gnome.org/World/deja-dup/-/issues/202#note_1306216
2022-06-01 00:51:13 +02:00
Robert Schütz
9b46fd9ba0 borgbackup: cython is only required at build-time 2022-05-31 12:13:12 +00:00
Robert Schütz
43337d4f93 borgbackup: need either pyfuse3 or llfuse
The former is preferred according to
https://borgbackup.readthedocs.io/en/1.2.0/installation.html#dependencies
but only works on Linux since it depends on libfuse3.
2022-05-31 12:13:12 +00:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sandro Jäckel
c9a2b12db5
duplicity: remove backport ipaddress, remove always false condition 2022-05-30 05:54:24 +02:00
Artturi
1052f7970f
Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto
duplicity: S3 backups fail with "boto" not being found.
2022-05-29 21:37:07 +03:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Rick van Schijndel
c3fa68c928 bupstash: mark broken on x86_64-darwin
Related to https://github.com/NixOS/nixpkgs/issues/101229
2022-05-29 10:56:03 +02:00
Rick van Schijndel
5d8ec2adc1 bakelite: only supports linux 2022-05-29 10:56:03 +02:00