about summary refs log tree commit diff
path: root/pkgs/tools/backup/dar
AgeCommit message (Collapse)AuthorFilesLines
2024-03-24dar: 2.7.13 -> 2.7.14R. Ryantm1-2/+2
2023-11-03dar: fix build on darwinWeijia Wang1-8/+1
2023-10-30dar: 2.7.10 -> 2.7.13R. Ryantm1-2/+2
2023-07-04dar: 2.7.9 -> 2.7.10R. Ryantm1-2/+2
2023-04-12dar: 2.7.8 -> 2.7.9R. Ryantm1-2/+2
2023-02-18dar: include zstd as buildInput to support Zstd-compressed archivesOlivier 'reivilibre1-0/+2
2022-12-07dar: 2.7.7 -> 2.7.8R. Ryantm1-2/+2
2022-12-02dar: use fetchzipAtemu1-3/+3
It's cleaner to have the source files directly rather than the tarball. fetchzip unpacks tarballs after fetching them.
2022-12-02dar: one list item per lineAtemu1-10/+33
2022-12-02dar: cleanupAtemu1-10/+8
2022-12-02dar: use llvmPackages_12 rather than gcc on DarwinAtemu1-3/+3
As pointed out by @wegank in https://github.com/NixOS/nixpkgs/pull/202218#issuecomment-1322708760, a newer clang also works.
2022-11-21dar: unbreak on DarwinAtemu1-3/+14
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-08-10dar: 2.7.6 -> 2.7.7R. Ryantm1-2/+2
2022-06-25dar: 2.7.5 -> 2.7.6R. Ryantm1-2/+2
2022-05-29treewide: pkgs/tools: mark broken for darwinRick van Schijndel1-0/+1
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-04-22dar: 2.7.4 -> 2.7.5R. Ryantm1-2/+2
2022-03-16dar: 2.7.3 -> 2.7.4R. Ryantm1-2/+2
2022-01-07dar: 2.7.1 -> 2.7.3Izorkin1-6/+9
2021-05-17dar: 2.7.0 -> 2.7.1R. RyanTM1-2/+2
2021-04-29dar: 2.6.14 -> 2.7.0R. RyanTM1-2/+2
2021-03-20dar: 2.6.13 -> 2.6.14R. RyanTM1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-13dar: 2.6.12 -> 2.6.13R. RyanTM1-2/+2
2020-10-25dar: 2.6.10 -> 2.6.12R. RyanTM1-2/+2
2020-08-27dar: 2.6.9 -> 2.6.10Izorkin1-6/+18
2020-03-24dar: 2.6.8 -> 2.6.9R. RyanTM1-3/+3
2020-02-12dar: 2.6.7 -> 2.6.8R. RyanTM1-2/+2
2020-01-15dar: 2.6.6 -> 2.6.7R. RyanTM1-2/+2
2019-09-26dar: 2.6.5 -> 2.6.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-20dar: 2.6.4 -> 2.6.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2019-06-01dar: 2.6.3 -> 2.6.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2019-04-01dar: 2.6.2 -> 2.6.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2019-02-28dar: 2.6.1 -> 2.6.2 (#56460)Yurii Izorkin1-2/+2
2019-01-28dar: 2.6.0 -> 2.6.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2019-01-03dar: 2.5.18 -> 2.6.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2018-12-16dar: 2.5.17 -> 2.5.18R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2018-10-03dar: 2.5.16 -> 2.5.17R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
2018-09-11dar: add licenseMarkus Kowalewski1-1/+1
2018-08-17dar: 2.5.15 -> 2.5.16 (#45245)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions.
2018-07-22Take me (viric) out of most maintenanceLluĂ­s Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-12dar: 2.5.14 -> 2.5.15Izorkin1-0/+39