summary refs log tree commit diff
path: root/pkgs/tools/backup/burp
Commit message (Collapse)AuthorAge
* burp: pull upstream fix for ncurses-6.3Sergei Trofimovich2021-11-22
| | | | | | | | | Without the fix build on ncurses-6.3 fails as: src/client/monitor/status_client_ncurses.c:350:9: error: format not a string literal and no format arguments [-Werror=format-security] 350 | mvprintw(0, col-l-1, date); | ^~~~~~~~
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* burp: 2.2.16 -> 2.2.18 (#56288)Daniel Frank2019-02-24
|
* burp: 2.1.32 -> 2.2.16 (current stable)Daniel Frank2019-02-23
|
* Revert "burp: 2.1.32 -> 2.2.4"Daniel Frank2018-09-21
| | | | | | 2.2.4 is not considered a stable version and is actually old. This reverts commit fa693e95f4f9c890d4aa56b5133466b648066f95.
* burp: 2.1.32 -> 2.2.4R. RyanTM2018-09-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/burp/versions
* treewide: http to httpsRyan Mulligan2018-04-30
|
* burp: 2.1.30 -> 2.1.32R. RyanTM2018-04-11
| | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/burp/versions. These checks were done: - built on NixOS - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/vss_strip help’ got 0 exit code - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/bedup -V’ and found version 2.1.32 - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/bsparse -V’ and found version 2.1.32 - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp -v’ and found version 2.1.32 - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca -h’ got 0 exit code - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca --help’ got 0 exit code - ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca help’ got 0 exit code - found 2.1.32 with grep in /nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32 - directory tree listing: https://gist.github.com/04574e27524ea2d8cf54af1b381a7277
* burp 2.1.28 -> 2.1.30Daniel Frank2018-03-04
|
* burp: 2.0.54 -> 2.1.28Daniel Frank2018-02-07
|
* burp_1_3: removeFranz Pletz2017-06-26
|
* burp: 1.4.40 -> 2.0.54Franz Pletz2017-06-26
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* burp: updates to match the coding conventionsDaniel Frank2015-11-04
|
* burp: remove unnecessary CHANGELOG entry in burpDaniel Frank2015-11-03
|
* burp: new package (backup program)Daniel Frank2015-11-03