about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth8-8/+7
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01treewide: use dontConfigureworldofpeace1-1/+1
2019-06-19rclone: 1.47.0 -> 1.48.0Doron Behar1-3/+3
2019-06-16treewide: remove unused variables (#63177)volth2-2/+2
* treewide: remove unused variables * making ofborg happy
2019-05-14unison: fix building on macOS with enableX11 = falseLily Ballard1-2/+4
If `UISTYLE` is not specified, Unison tries to auto-detect the UI style based on the available environment. On macOS this apparently means using `UISTYLE=mac`, it can't actually build this way in Nix.
2019-04-13rclone: 1.46 -> 1.47.0 using buildGoModule (#59400)Vladyslav M1-16/+9
2019-02-23rclone: 1.45 -> 1.46 (#55476)Vladyslav M1-4/+12
2019-02-14unison: 2.48.4 -> 2.51.2Sébastien Maret1-7/+10
2019-02-03rsync: move defaults to package fileJan Malakhovski1-1/+1
2018-12-30desync: 0.3.0 -> 0.4.0Charles Duffy2-28/+211
Note that upstream is using Go 1.11 modules; `deps.nix` is now generated using `vgo2nix`.
2018-11-28rclone: 1.44 -> 1.45Daniel Fullmer1-2/+3
2018-10-19rclone-browser: init at 1.2 (#44589)Drakonis1-0/+25
2018-10-16rclone: 1.43.1 -> 1.44Vladyslav Mykhailichenko1-2/+2
2018-09-23Introduce desync, an alternate implementation of casync (#47195)Charles Duffy2-0/+156
desync isn't as feature-rich as casync, but has a focus on production usability and implementation quality which may make it a more appropriate tool.
2018-09-10rclone: 1.43 -> 1.43.1 (#46448)Vladyslav M1-2/+2
2018-09-04casync: add python3 for install scriptJan Tojnar1-2/+2
Meson no longer propagates it so we need to re-add it.
2018-09-03rclone: 1.42 -> 1.43 (#46009)Vladyslav M1-2/+2
2018-08-09lsyncd: 2.2.2 -> 2.2.3 (#44770)Bob van der Linden1-4/+12
2018-07-21pkgs/*: remove unreferenced function argumentsvolth5-6/+6
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-27rclone: 1.41 -> 1.42 (#42652)Jesper1-2/+2
2018-06-25casync: restrict to linuxFlorian Klink1-1/+1
libacl is required, which is linux-only.
2018-06-25casync: add feature flags for fuse, selinux and udevFlorian Klink1-1/+10
2018-06-25casync: enable testsFlorian Klink1-1/+18
2018-06-25casync: init at 2-152-ge4a3c5eFlorian Klink1-0/+26
2018-04-29rclone: 1.40 -> 1.41Daniel Fullmer1-2/+2
2018-04-13backintime-qt4: package is brokenMaximilian Güntner1-1/+4
the install phase writes into /nix : ``` <snip> install -d /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d install --mode=644 net.launchpad.backintime.serviceHelper.conf /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d <snap> ```
2018-03-23backintime-common: 1.1.12 -> 1.1.24Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/8dj6mrs62z7z7d42v0jwcwz7k46i927i-backintime-common-1.1.24/bin/backintime -h` got 0 exit code - ran `/nix/store/8dj6mrs62z7z7d42v0jwcwz7k46i927i-backintime-common-1.1.24/bin/backintime --help` got 0 exit code - ran `/nix/store/8dj6mrs62z7z7d42v0jwcwz7k46i927i-backintime-common-1.1.24/bin/backintime -v` and found version 1.1.24 - ran `/nix/store/8dj6mrs62z7z7d42v0jwcwz7k46i927i-backintime-common-1.1.24/bin/backintime --version` and found version 1.1.24 - found 1.1.24 with grep in /nix/store/8dj6mrs62z7z7d42v0jwcwz7k46i927i-backintime-common-1.1.24
2018-03-20rclone: 1.39 -> 1.40Daniel Fullmer1-2/+2
2018-02-26lsyncd: 2.1.6 -> 2.2.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/3f76mczmag2wnkww6la0hcdnf82jly92-lsyncd-2.2.2/bin/lsyncd --version` and found version 2.2.2 - found 2.2.2 with grep in /nix/store/3f76mczmag2wnkww6la0hcdnf82jly92-lsyncd-2.2.2 - found 2.2.2 in filename of file in /nix/store/3f76mczmag2wnkww6la0hcdnf82jly92-lsyncd-2.2.2 cc "@bobvanderlinden"
2018-01-29rsync: 3.1.2 -> 3.1.3Franz Pletz2-31/+10
The CVE patches weren't previously applied because they depend on the enableCopyDevicesPatch parameter. The naming of the patches attribute in base.nix was misleading. The new rsync release now really fixes: * CVE-2017-15994 * CVE-2017-16548 * CVE-2017-17433 * CVE-2017-17434
2018-01-06rsync: Fix CVE-2017-17433 and CVE-2017-17434adisbladis1-0/+15
2017-12-25rclone: 1.38 -> 1.39Jesper Geertsen Jonsson1-2/+2
2017-12-09rsync: fix CVE-2017-16548Andreas Rammhold3-10/+17
2017-09-30rclone: 1.37 -> 1.38Daniel Fullmer1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-22rclone: 1.36 -> 1.37Daniel Fullmer1-2/+8
2017-07-19rsync: build with own zlib againWout Mertens1-1/+1
Rsync has its own patched compress function, and to be able to use the `-z` flag, it needs to use that one. With `-zz` rsync can use an external zlib, but then it can't talk to older rsync versions. More details at https://bugs.mageia.org/show_bug.cgi?id=13669
2017-06-26rsync: build with iconv, zlib & popt from nixpkgsFranz Pletz1-3/+3
The rsync binary was previously built without iconv support which is needed for utf-8 conversions on darwin. Fixes #26864. Additionally rsync used to be built with bundled versions of zlib and popt that were outdated. This decreases the size of the rsync binary by ~82KB.
2017-05-30unison: more general platformVincent Laporte1-1/+1
2017-05-07Python: replace requests2 with requests tree-wideFrederik Rietdijk1-2/+2
See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
2017-03-19rclone: 1.35 -> 1.36Daniel Fullmer1-2/+2
2017-02-03unison: install unison-fsmonitorOrivej Desh1-2/+4
It is necessary for `unison -ui text -repeat watch` to work.
2017-01-31Remove myself from maintainersDamien Cassou1-1/+1
2017-01-02rclone: 1.33 -> 1.35Daniel Fullmer2-228/+7
2016-11-20acd-cli: pull out of pythonPackages and update to 3.0.2Edward Tjörnhammar1-0/+41
2016-10-02restore rcloneDavid Guibert2-0/+244
By getting rid of go-packages.nix (#16017), rclone has removed (introduced by #15852).
2016-09-18treewide: sshfsFuse -> sshfs-fuseBjørn Forsman1-2/+2
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk1-3/+5
See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.