about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
AgeCommit message (Collapse)AuthorFilesLines
2021-02-03Merge pull request #111817 from r-ryantm/auto-update/rcloneMario Rodas1-3/+3
rclone: 1.53.4 -> 1.54.0
2021-02-03rclone: 1.53.4 -> 1.54.0R. RyanTM1-3/+3
2021-02-03rclone-browser: use Qt 5.15Robert Schütz1-1/+9
2021-01-25treewide: remove stdenv where not neededPavol Rusnak2-2/+2
2021-01-24lsyncd: build on darwin (#109981)Nicolas Mattia1-2/+6
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-20rclone: 1.53.3 -> 1.53.4 (#110271)Mario Rodas1-2/+3
https://forum.rclone.org/t/rclone-1-53-4-release/21792
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer3-6/+6
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob6-24/+24
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch10-19/+19
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-30desync: 0.4.0 -> 0.9.0Charles Duffy2-321/+9
2020-12-16Merge pull request #104564 from r-ryantm/auto-update/onedriveDoron Behar1-2/+2
onedrive: 2.4.2 -> 2.4.7
2020-11-22onedrive: 2.4.2 -> 2.4.7R. RyanTM1-2/+2
2020-11-21rclone: 1.53.2 -> 1.53.3Mario Rodas1-2/+2
https://forum.rclone.org/t/rclone-1-53-3-release/20569
2020-11-11unison: 2.51.2 -> 2.51.3Maximilian Bosch3-91/+2
2020-11-04Merge staging-next into stagingFrederik Rietdijk3-41/+45
2020-11-03backintime-qt: 1.1.24 -> 1.2.1freezeboy2-28/+26
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-03backintime-common: 1.1.24 -> 1.2.1freezeboy1-13/+19
2020-11-01rsync: disable the bundled zlib explicitlyAndreas Rammhold1-1/+7
We've been providing zlib as a buildInput for some time now but rsync still builds (& links) it's own copy of zlib unless we disable it explicitly. This cuts down on compilation time but otherwise shouldn't have any side effects.
2020-10-25rclone: 1.53.1 -> 1.53.2Mario Rodas1-2/+2
2020-10-20rsync: Work around upstream cross-compilation issueSamuel Dionne-Riel1-1/+9
It should be fixed by the next release: * https://github.com/WayneD/rsync/commit/b7fab6f285ff0ff3816b109a8c3131b6ded0b484 Already a part of the updates for 3.2.4 * https://download.samba.org/pub/rsync/NEWS#3.2.4
2020-10-06Merge staging-next into stagingFrederik Rietdijk1-0/+3
2020-10-02rsync: 3.1.3 -> 3.2.3Andrew Dunham2-4/+17
Add zstd, lz4, openssl and xxHash as optional dependencies, to support more compression formats.
2020-09-14rclone: 1.53.0 -> 1.53.1 (#97953)Mario Rodas1-2/+2
2020-09-02rclone: 1.52.3 -> 1.53.0Mario Rodas1-12/+14
2020-08-15buildGoPackage: remove platform.all from packageszowoq1-1/+0
2020-08-08rclone: add marsam to maintainersMario Rodas1-1/+1
2020-08-08rclone: 1.52.2 -> 1.52.3Mario Rodas1-2/+2
2020-06-30rclone: 1.52.1 -> 1.52.2R. RyanTM1-2/+2
2020-09-29nixos/rsyncd: convert module to an INI generatorEmery Hemingway1-3/+4
2020-06-15Merge pull request #89914 from peterhoeg/u/onedrivePeter Hoeg1-6/+22
onedrive: 2.3.13 -> 2.4.2
2020-06-12rclone: 1.52.0 -> 1.52.1Daniel Fullmer1-2/+2
2020-06-12onedrive: build with ldc instead of dmdPeter Hoeg1-2/+2
2020-06-09onedrive: 2.3.13 -> 2.4.2Peter Hoeg1-6/+22
2020-05-27rclone: 1.51.0 -> 1.52.0Mario Rodas1-3/+3
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-2/+2
2020-04-27Merge pull request #86035 from zowoq/go-fixesJörg Thalheim1-5/+8
2020-04-27rclone: use installShellFileszowoq1-5/+8
2020-04-26unison: fix unison-fsmonitor wrapper in an empty PATHSymphorien Gibol1-2/+2
Fixes: /nix/store/hyk3aky49zm2chq5cwclrsm56iqwfzwj-unison-2.51.2/bin/unison-fsmonitor: line 2: grep: command not found Happens when running unison in a systemd service.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly8-8/+8
2020-03-16unison: fix build with ocamlPackages_4_09 (#82619)Matteo Scarlata3-0/+89
Fixes #61867 and #61505, bumps the ocaml version unison is built against to 4.08. The patches included here appear in the trunk version of unison, but were not backported to 2.51.2.
2020-03-13unison: move out of ocamlPackagesVincent Laporte1-1/+3
2020-02-01rclone: install completionsMario Rodas1-4/+14
2020-03-03rclone: 1.50.2 -> 1.51.0Cole Mickens1-2/+2
2020-02-19rclone-browser: 1.2 -> 1.8.0 (#80445)Robert Schütz1-5/+5
https://github.com/kapitainsky/RcloneBrowser/releases/tag/1.8.0
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2020-01-20onedrive: 2.3.12 -> 2.3.13Ian M. Jones1-19/+11
2019-12-26Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2-5/+5
2019-12-08onedrive: 2.3.11 -> 2.3.12R. RyanTM1-2/+2
2019-11-19rclone: 1.50.1 -> 1.50.2Mario Rodas1-2/+2
2019-11-14rclone: 1.49.5 -> 1.50.1Mario Rodas1-2/+2