summary refs log tree commit diff
path: root/pkgs/development/libraries/librsync/default.nix
Commit message (Collapse)AuthorAge
* librsync: 2.1.0 -> 2.2.1R. RyanTM2019-10-22
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librsync/versions
* librsync: 2.0.2 -> 2.1.0R. RyanTM2019-09-27
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librsync/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* librsync: Remove crossAttrsJohn Ericson2018-05-10
|
* librsync: 2.0.1 -> 2.0.2Ryan Mulligan2018-03-22
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS /tmp/tmp.c5vXLPpHST /home/ryantm/.cache/nixpkgs /home/ryantm/.cache/nixpkgs - ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff -h` got 0 exit code - ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff --help` got 0 exit code - ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff -V` and found version 2.0.2 - ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff --version` and found version 2.0.2 - found 2.0.2 with grep in /nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2 - found 2.0.2 in filename of file in /nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2 - directory tree listing: https://gist.github.com/aef3b835949789ba889040112d401160
* librsync: 2.0.0 -> 2.0.1Franz Pletz2018-01-28
|
* librsync: 1.0.0 -> 2.0.0Franz Pletz2017-06-26
|
* librsync needs --std=gnu89 due to use of inline, fixes #11211Mitch Tishmack2015-11-30
| | | | | | | | Without this, if compiled with clang, all static functions do not end up in the resultant shared library due to clang defaulting to c99. The simple fix is to adjust CFLAGS, otherwise one needs to patch a lot of inline's away needlessly.
* librsync: 0.9.7 -> 1.0.0William A. Kennington III2015-03-26
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Making librsync not stripped by native strip; it breaks the static lib.Lluís Batlle i Rossell2012-05-25
| | | | | | | It's the case of mingw64 by default, it seems. svn path=/nixpkgs/trunk/; revision=34248
* Setting static build for librsync on cygwin.Lluís Batlle i Rossell2011-12-10
| | | | svn path=/nixpkgs/trunk/; revision=30822
* * librsync: pass --enable-shared to get shared libraries. Then theEelco Dolstra2010-02-12
| | | | | | -fPIC flag is no longer needed. svn path=/nixpkgs/trunk/; revision=19949
* Adding 'duplicity', and its dependency 'librsync'Lluís Batlle i Rossell2010-02-04
svn path=/nixpkgs/trunk/; revision=19813