Commit Graph

1304 Commits

Author SHA1 Message Date
Sandro
381c3a564e
Merge pull request #202539 from NobbZ/rustic-rs-0-4-0 2022-11-24 11:46:16 +01:00
Norbert Melzer
12cadc9f11 rustic-rs: 0.3.2 -> 0.4.0 2022-11-23 16:33:19 +01:00
R. Ryantm
b6bc6d08d0 pgbackrest: 2.41 -> 2.42 2022-11-22 20:50:10 +00:00
Atemu
802115d022 dar: unbreak on Darwin
Error with LLVM stdenv on aarch64-darwin:

libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../.. -DLIBDAR_MODE=64 -DDAR_LOCALEDIR=\"/nix/store/waclhq32gacp2010gyjx17f9h6xpsf8d-dar-2.7.7/share/locale\" -I/nix/store/1m4gsx4p4fl5xpg0h8splmwz7j2y3cbp-gpgme-1.18.0-dev/include -I/nix/store/fpc4g6ql1mx4na5rkjhik5f2wixymzhy-libassuan-2.5.5-dev/include -I/nix/store/qhznxypyfh3w5xdbxxd2n47d9c8jr2bx-libgpg-error-1.45-dev/include -g -O2 -c parallel_block_compressor.cpp  -D__DYNAMIC__  -fno-common -DPIC -o .libs/parallel_block_compressor.o
In file included from parallel_tronconneuse.cpp:28:
In file included from ./parallel_tronconneuse.hpp:39:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string:506:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string_view:175:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/__string:57:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/algorithm:643:
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3455:7: error: exception specification of overriding function is more lax than base version
class __shared_ptr_emplace
      ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:4291:26: note: in instantiation of template class 'std::__1::__shared_ptr_emplace<libthreadar::barrier, std::__1::allocator<libthreadar::barrier>>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
parallel_tronconneuse.cpp:102:15: note: in instantiation of function template specialization 'std::__1::make_shared<libthreadar::barrier, unsigned long>' requested here
            waiter = make_shared<barrier>(num_workers + 2); // +1 for crypto_reade thread, +1 this thread
                     ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3364:13: note: overridden virtual function is here
    virtual ~__shared_weak_count();
            ^
1 error generated.
make[3]: *** [Makefile:1383: parallel_tronconneuse.lo] Error 1
2022-11-21 22:59:07 +01:00
Robert Schütz
c0b9fec0d7 mastodon-archive: 1.3.1 -> 1.4.2 2022-11-16 07:36:26 -08:00
Norbert Melzer
b676b764e7 rustic-rs: init at 0.3.2 2022-11-14 15:20:04 +01:00
R. Ryantm
2acd1aca5a monolith: 2.6.2 -> 2.7.0 2022-11-12 14:54:30 +00:00
Matt Layher
8ec252784e
zrepl: 0.5.0 -> 0.6.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-11-07 18:35:44 -05:00
R. Ryantm
7a3b60394b gyb: 1.71 -> 1.72 2022-11-07 12:10:52 +08:00
Anderson Torres
045f10f47d
Merge pull request #198830 from Yarny0/tsm-client
tsm-client: fix build with libxcrypt
2022-11-06 23:01:14 -03:00
Mario Rodas
8f9f725f18
Merge pull request #199269 from wegank/bacula-aarch64-darwin
bacula: fix build on aarch64-darwin
2022-11-06 18:41:41 -05:00
Mario Rodas
abbfd8acd6
Merge pull request #199721 from devusb/duplicacy
duplicacy: 2.7.2 -> 3.0.1
2022-11-05 13:35:06 -05:00
Morgan Helton
ab9739da39 duplicacy: add devusb to maintainers 2022-11-05 11:07:57 -05:00
Morgan Helton
7a0eed9731 duplicacy: 2.7.2 -> 3.0.1 2022-11-05 11:07:40 -05:00
Guillaume Girol
a3a77b48e1 duply: fix ftp usage
for ftp, duply depends on ltfp on PATH, which is not possible if the
wrapper resets PATH.
2022-11-04 12:00:00 +00:00
Weijia Wang
1ce5bfc540 bacula: fix build on aarch64-darwin 2022-11-03 12:23:41 +01:00
Yarny0
db63f9cb66 tsm-client: fix build with libxcrypt
After libcrypt support got dropped from `glibc`,
`libxcrypt` needs to be added to packages that still require it.

References:
https://github.com/NixOS/nixpkgs/pull/181764
ff30c899d8
2022-10-31 18:34:53 +01:00
Sandro
1e8bea25d4
Merge pull request #196485 from panicgh/percona-xtrabackup 2022-10-29 20:49:54 +02:00
R. Ryantm
1b1ab2dbac btrbk: 0.32.4 -> 0.32.5 2022-10-28 08:24:43 +08:00
Mario Rodas
7257bc9733
Merge pull request #197448 from wegank/egg2nix-aarch64-darwin
chickenPackages.egg2nix: fix build on aarch64-darwin
2022-10-26 06:09:19 -05:00
Guillaume Girol
bf8375dad0 btrbk: update passthru.tests 2022-10-24 12:00:00 +00:00
Weijia Wang
5bf52a421e ugarit*: mark broken on aarch64-darwin 2022-10-24 01:01:29 +02:00
Sandro
ea88d75f17
Merge pull request #183465 from zaninime/pgbackrest 2022-10-23 20:37:19 +02:00
Francesco Zanini
d72eb969b0 pgbackrest: init at 2.41 2022-10-22 14:25:53 +02:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
R. Ryantm
ad63c266ad autorestic: 1.7.3 -> 1.7.4 2022-10-18 08:25:57 +00:00
Nicolas Benes
4b32f3795e percona-xtrabackup_2_4: 2.4.20 -> 2.4.26
* Unpin stdenv
2022-10-18 00:47:35 +02:00
Nicolas Benes
213e8e9224 percona-xtrabackup_8_0: 8.0.13 -> 8.0.29-22
* boost: 1.70 -> 1.77
  * Unpin stdenv
2022-10-18 00:47:35 +02:00
Nicolas Benes
8eabf7a637 percona-xtrabackup_*: fix version test, cleanup
* Reorder `libevent` and `libev` in `buildInputs`. Otherwise, cmake
    picks up the wrong `event.h` and the version test for `libevent`
    fails.
  * Remove apparently obsolete workaround from fc8061dae4.
2022-10-18 00:47:03 +02:00
github-actions[bot]
18a6423900
Merge master into staging-next 2022-10-17 00:04:21 +00:00
Yarny0
cce8f0a3e3
tsm-client: 8.1.15.1 -> 8.1.15.2, pin openssl version (#193556) 2022-10-17 01:31:05 +02:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Florian Klink
0ab12ad0af borgbackup: remove myself from maintainers
I don't use borgbackup anymore.
2022-10-15 17:21:24 +02:00
github-actions[bot]
e92f9b319a
Merge staging-next into staging 2022-10-10 00:04:21 +00:00
github-actions[bot]
535838d0a5
Merge master into staging-next 2022-10-10 00:03:49 +00:00
Franz Pletz
eee1cec722
partimage: fix build with libxcrypt 2022-10-09 18:10:39 +02:00
Aaron Jheng
ea3a530764
zfsbackup: unstable-2021-05-26 -> unstable-2022-09-23 2022-10-03 04:00:47 +00:00
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
kilianar
9b16175260 kopia: 0.12.0 -> 0.12.1
https://github.com/kopia/kopia/releases/tag/v0.12.1
2022-10-02 01:51:55 +02:00
github-actions[bot]
aecf7c7bb9
Merge master into staging-next 2022-10-01 18:01:22 +00:00
zowoq
4f647e91a8 zrepl: fix build with go 1.18 2022-10-01 22:24:09 +10:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next 2022-09-30 18:03:29 +00:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
kilianar
9df724a7a8 kopia: 0.11.3 -> 0.12.0
https://github.com/kopia/kopia/releases/tag/v0.12.0
2022-09-28 11:41:39 +02:00
José Romildo
1072e203b3 {anydesk,btrbk,nncp}: simplify update script
- There is no need to pass pname and version arguments

- The version lister does not use positional arguments anymore, but
option arguments. Removed the echo command to fix an issue regarding
this.
2022-09-27 23:41:53 -03:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
Artturi
1c1c182814
Merge pull request #192851 from Artturin/treewides1 2022-09-28 00:50:06 +03:00
R. Ryantm
dd1871dd26 gyb: 1.70 -> 1.71 2022-09-27 13:29:55 +00:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00