about summary refs log tree commit diff
path: root/pkgs/development/libraries/librsync
AgeCommit message (Collapse)AuthorFilesLines
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-05-04treewide: add meta.mainProgram to some librariesMalo Bourgon1-1/+2
where a single bin is provided and someone might actually want to run it
2021-07-24librsync_0_9: dropAlyssa Ross1-26/+0
This was restored in a0dcd49bbc7 ("btar: fix build by reintroducing librsync 0.9.x for ZHF") to fix the build of a single package. We now use a patch to make it work with more recent versions of librsync, so there's no reason to keep this package around any more.
2021-04-11librsync: 2.3.1 -> 2.3.2R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-7/+7
2020-05-27librsync: 2.3.0 -> 2.3.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-04-09librsync: 2.2.1 -> 2.3.0R. RyanTM1-3/+3
2019-10-22librsync: 2.1.0 -> 2.2.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/librsync/versions
2019-09-27librsync: 2.0.2 -> 2.1.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/librsync/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
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.
2018-08-03treewide: Make all the rest of configureFlagsJohn Ericson1-1/+4
2018-05-10librsync: Remove crossAttrsJohn Ericson2-6/+2
2018-03-22librsync: 2.0.1 -> 2.0.2Ryan Mulligan1-2/+2
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
2018-01-28librsync: 2.0.0 -> 2.0.1Franz Pletz1-2/+2
2017-06-26librsync: 1.0.0 -> 2.0.0Franz Pletz1-8/+5
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-07librsync_0_9: turn off format hardeningRobin Gloster1-2/+4
2015-11-30librsync needs --std=gnu89 due to use of inline, fixes #11211Mitch Tishmack1-1/+3
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.
2015-04-16btar: fix build by reintroducing librsync 0.9.x for ZHFLuca Bruno1-0/+22
2015-03-26librsync: 0.9.7 -> 1.0.0William A. Kennington III1-8/+15
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-05-25Making librsync not stripped by native strip; it breaks the static lib.Lluís Batlle i Rossell1-0/+4
It's the case of mingw64 by default, it seems. svn path=/nixpkgs/trunk/; revision=34248
2011-12-10Setting static build for librsync on cygwin.Lluís Batlle i Rossell1-1/+1
svn path=/nixpkgs/trunk/; revision=30822
2010-02-12* librsync: pass --enable-shared to get shared libraries. Then theEelco Dolstra1-3/+1
-fPIC flag is no longer needed. svn path=/nixpkgs/trunk/; revision=19949
2010-02-04Adding 'duplicity', and its dependency 'librsync'Lluís Batlle i Rossell1-0/+20
svn path=/nixpkgs/trunk/; revision=19813