summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/zpaq
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-11zpaq: fix version and pull from githubJonathan Ringer
2019-04-30compilation for particular x86_64 architecturevolth
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice
Goodbye, and thanks for all the Nix...
2017-05-22zpaqd: Modernize derivationJohn Ericson
- Simplified platform-specific options - Almost ready for cross-compilation
2016-09-26zpaq: propagate version for updaterMichael Raskin
2016-09-26zpaqd: 7.08 -> 7.15Michael Raskin
2016-09-26zpaq: 7.14 -> 715Michael Raskin
2016-09-02zpaq: only set -mtune on i686,x86_64 (#18214)Eric Litak
2016-07-23zpaq: 7.13 -> 7.14Tobias Geerinckx-Rice
2016-06-23zpaqd: 7.07 -> 7.08Tobias Geerinckx-Rice
Fixes double close in r command to output file.
2016-05-06zpaq: 7.12 -> 7.13Tobias Geerinckx-Rice
2016-04-28zpaq: remove unused .upstream fileTobias Geerinckx-Rice
2016-04-28zpaq: 7.11 -> 7.12Tobias Geerinckx-Rice
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.
2016-04-17zpaq: 710 -> 711Tobias Geerinckx-Rice
2016-04-13zpaqd: 633 -> 707Michael Raskin
2016-04-11zpaq: 709 -> 710Tobias Geerinckx-Rice
Adds multi-part archives, -index. Some UI changes.
2016-04-07zpaq: 7.08 -> 7.09Tobias Geerinckx-Rice
Fixes bug in extracting streaming archive with empty first file name.
2016-04-05zpaq: 7.07 -> 7.08Tobias Geerinckx-Rice
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.
2016-03-20zpaq: 706 -> 707Tobias Geerinckx-Rice
Fixes v7.06 bug in creating multipart encrypted archives with incorrectly salted index.
2016-03-18zpaq: 705 -> 706Tobias Geerinckx-Rice
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].
2015-12-31zpaqd: fix typo...Tobias Geerinckx-Rice
2015-12-31zpaq{,d}: clarify; improve description; maintainTobias Geerinckx-Rice
2015-12-31zpaq{,d}: un-break compileFlags and stop using -march=nativeTobias Geerinckx-Rice
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.
2015-05-10Update ZPAQMichael Raskin
2015-03-21update zpaqMichael Raskin
2015-03-09update zpaqMichael Raskin
2015-02-24remove stdenv.isBSDcodyopel
2015-02-01Update ZPAQMichael Raskin
2014-12-21ZPAQ: 655 → 660Michael Raskin
2014-08-03Update ZPAQMichael Raskin
2014-06-10Update ZPAQMichael Raskin
2014-05-28Updating ZPAQ to 651Michael Raskin
2014-03-08Update zpaqMichael Raskin
2014-01-04Update ZPAQMichael Raskin
2013-10-20Fix/split ZPAQ after upgradeMichael Raskin
2013-10-20Updating ZPAQ to 642Michael Raskin
2013-04-23Auto-update some packages; no early build failures (SBCL and Wine not yet ↵Michael Raskin
fully built)
2013-03-09Adding ZPAQ archiverMichael Raskin