summary refs log tree commit diff
path: root/pkgs/tools/archivers/zpaq
Commit message (Collapse)AuthorAge
* Merge pull request #154089 from NickCao/zpaq7c6f434c2022-01-09
|\ | | | | zpaq: cleanup and fix cross compilation
| * zpaq: cleanup and fix cross compilationNick Cao2022-01-09
| |
* | zpaqd: fix cross compilationNick Cao2022-01-09
|/
* zpaqd: refactorFelix Buehler2021-12-21
|
* various: cleanup of "inherit version;"Felix Buehler2021-07-17
|
* treewide: remove unzip where not neededBen Siraphob2021-05-16
|
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* 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
* zpaq: fix version and pull from githubJonathan Ringer2019-07-11
|
* compilation for particular x86_64 architecturevolth2019-04-30
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* zpaqd: Modernize derivationJohn Ericson2017-05-22
| | | | | - Simplified platform-specific options - Almost ready for cross-compilation
* zpaq: propagate version for updaterMichael Raskin2016-09-26
|
* zpaqd: 7.08 -> 7.15Michael Raskin2016-09-26
|
* zpaq: 7.14 -> 715Michael Raskin2016-09-26
|
* zpaq: only set -mtune on i686,x86_64 (#18214)Eric Litak2016-09-02
|
* zpaq: 7.13 -> 7.14Tobias Geerinckx-Rice2016-07-23
|
* zpaqd: 7.07 -> 7.08Tobias Geerinckx-Rice2016-06-23
| | | | Fixes double close in r command to output file.
* zpaq: 7.12 -> 7.13Tobias Geerinckx-Rice2016-05-06
|
* zpaq: remove unused .upstream fileTobias Geerinckx-Rice2016-04-28
|
* zpaq: 7.11 -> 7.12Tobias Geerinckx-Rice2016-04-28
| | | | | | | Faster extract. Removes -encrypt (combined with -repack). Also, we now correctly follow upstream's versioning and no longer multiply the version number by 100. You may need to update manually.
* zpaq: 710 -> 711Tobias Geerinckx-Rice2016-04-17
|
* zpaqd: 633 -> 707Michael Raskin2016-04-13
|
* zpaq: 709 -> 710Tobias Geerinckx-Rice2016-04-11
| | | | Adds multi-part archives, -index. Some UI changes.
* zpaq: 7.08 -> 7.09Tobias Geerinckx-Rice2016-04-07
| | | | Fixes bug in extracting streaming archive with empty first file name.
* zpaq: 7.07 -> 7.08Tobias Geerinckx-Rice2016-04-05
| | | | | | | | Changes: - Removes multi-part archive support, -nodelete, add -test, and -key prompt. - Updated to libzpaq v7.08 (smaller decoder buffer). - Updated Makefile to link libzpaq.o statically.
* zpaq: 706 -> 707Tobias Geerinckx-Rice2016-03-20
| | | | | Fixes v7.06 bug in creating multipart encrypted archives with incorrectly salted index.
* zpaq: 705 -> 706Tobias Geerinckx-Rice2016-03-18
| | | | | | | | Changes: - Fixes handling of some corrupted archives. - Conforms to new spec zpaq205.pdf. - New man page. - Add Makefile [and adapt Nix expression to use it].
* zpaqd: fix typo...Tobias Geerinckx-Rice2015-12-31
|
* zpaq{,d}: clarify; improve description; maintainTobias Geerinckx-Rice2015-12-31
|
* zpaq{,d}: un-break compileFlags and stop using -march=nativeTobias Geerinckx-Rice2015-12-31
| | | | | | | | | | | | | Running zpaq on an older but not ancient 64-bit Intel server aborts with an ‘Illegal instruction’ error. Turns out the build expression was using -march=native to generate distibution binaries... Change this to more conservative, portable settings which should cover ‘all’ CPUs. It may run slightly slower — but that at least implies running. As a nice side effect, all common compile flags are now back in `compileFlags` whence they came, and actually used consistently.
* Update ZPAQMichael Raskin2015-05-10
|
* update zpaqMichael Raskin2015-03-21
|
* update zpaqMichael Raskin2015-03-09
|
* remove stdenv.isBSDcodyopel2015-02-24
|
* Update ZPAQMichael Raskin2015-02-01
|
* ZPAQ: 655 → 660Michael Raskin2014-12-21
|
* Update ZPAQMichael Raskin2014-08-03
|
* Update ZPAQMichael Raskin2014-06-10
|
* Updating ZPAQ to 651Michael Raskin2014-05-28
|
* Update zpaqMichael Raskin2014-03-08
|
* Update ZPAQMichael Raskin2014-01-04
|
* Fix/split ZPAQ after upgradeMichael Raskin2013-10-20
|
* Updating ZPAQ to 642Michael Raskin2013-10-20
|
* Auto-update some packages; no early build failures (SBCL and Wine not yet ↵Michael Raskin2013-04-23
| | | | fully built)