about summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* Merge pull request #1928 from 'cross-win-osx'.aszlig2014-04-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a lot of fixes for cross-building to Windows and Mac OS X and could possibly fix things even for non-cross-builds, like for example OpenSSL on Windows. The main reason for merging this in 14.04 already is that we already have runInWindowsVM in master and it doesn't work until we actually cross-build Cygwin's setup binary as the upstream version is a fast moving target which gets _overwritten_ on every new release. Conflicts: pkgs/top-level/all-packages.nix
| * bzip2/cross: Patch out erroneous path separator.aszlig2014-02-24
| | | | | | | | | | | | | | Not sure why this even got into the upstream release, as _all_ other includes use forward slashes. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | bsdiff: adopt and clean upAustin Seipp2014-03-28
|/ | | | | | | Bonus: simpler build, and should fix the build of bsdiff for Darwin (patch taken from homebrew). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* upx: updating to 3.91.Lluís Batlle i Rossell2014-02-04
|
* Fix some "meta.licenses" attributesEelco Dolstra2014-01-25
|
* Merge master into stdenv-updatesVladimír Čunát2014-01-18
|\ | | | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/development/compilers/gcc/4.8/default.nix pkgs/development/compilers/llvm/default.nix pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/gmp/5.1.3.nix pkgs/development/libraries/gmp/5.1.x.nix pkgs/top-level/all-packages.nix
| * pigz: update to version 2.3.1Peter Simons2014-01-13
| |
| * lzip: update to version 1.15Peter Simons2014-01-13
| |
* | gzip: Don't depend on stdenv-linux.Eelco Dolstra2014-01-07
| | | | | | | | Issue #1469.
* | gzip: Don't depend on lessEelco Dolstra2014-01-07
| | | | | | | | No need to make stdenv bootstrap more bloated than necessary.
* | Merge master into stdenv-updatesVladimír Čunát2013-12-29
|\| | | | | | | | | | | | | | | | | | | Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
| * upx: update from 3.07 to 3.09Nixpkgs Monitor2013-12-21
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-10-26
|\| | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * Updating lrzip to 0.616Michael Raskin2013-10-20
| |
* | Merge branch 'origin/master' into stdenv-updates.Peter Simons2013-10-18
|\| | | | | | | | | There was a minor conflict in 'stumpwm'. The package needs texinfo version 4.x. At least is used to, I'm not sure whether it still does.
| * Add gzrt, gzip Recovery ToolkitJaka Hudoklin2013-10-17
| |
* | xz: Update to 5.0.5Eelco Dolstra2013-08-26
| |
* | Merge branch 'origin/master' into stdenv.Peter Simons2013-08-17
|\|
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | Merge remote-tracking branch 'master' into stdenv-updates.Peter Simons2013-07-30
|\| | | | | | | | | | | Conflicts: pkgs/applications/version-management/git-and-tools/git/default.nix pkgs/top-level/all-packages.nix
| * make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | | | | | possible
| * Even more mirror:// fixesEvgeny Egorochkin2013-07-14
| |
* | gzip: update 1.5 -> 1.6, use less in tests nowVladimír Čunát2013-06-30
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-05-22
|\|
| * zsync: update to 0.6.2Lluís Batlle i Rossell2013-05-17
| |
* | Merge remote-tracking branch 'origin/stdenv-updates' into illumosDanny Wilson2013-03-17
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/mpc/default.nix pkgs/development/libraries/mpfr/default.nix pkgs/development/libraries/ppl/default.nix pkgs/tools/misc/coreutils/default.nix
| * lzip: build the binary with -O3 and assertions disabledPeter Simons2013-03-13
| |
| * lzip: enable documentation buildPeter Simons2013-03-13
| |
| * lzip: update to version 1.14Peter Simons2013-03-13
| |
| * Update lrzipMichael Raskin2013-03-09
| |
* | Fix GZip build on IllumosDanny Wilson2013-02-28
|/
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * lzip: add version 1.14-rc3Peter Simons2013-02-06
| |
* | xz: Update to 5.0.4Eelco Dolstra2012-09-18
| |
* | gzip: Update to 1.5Eelco Dolstra2012-09-18
| | | | | | | | | | | | | | This fixes the gets() problem in gzip. Also disabled "make check" because it depends on Perl and more/less, which is undesirable in the stdenv bootstrap.
* | stdenv-updates: merge updates from 'master' branchPeter Simons2012-09-11
|\|
| * lrzip: adding an upstream patch that fixes its md5 checksum.Lluís Batlle i Rossell2012-07-05
| | | | | | | | The next version will have this fix already.
* | bzip2: Keep libbz2.so.1.0 around.Shea Levy2012-07-12
| | | | | | | | Some packages (e.g. libarchive) try to link there. Reported by jack_c in IRC.
* | Merge remote-tracking branch 'upstream/master' into stdenv-updatesShea Levy2012-07-02
|\|
| * tar, gzip: Adjust the `gets' patch.Ludovic Courtès2012-07-02
| | | | | | | | | | Fixes the incorrect patches introduced in 9786a9826107dd1d7751d06f5d22610ae5283b78.
| * tar, gzip, diffutils: Allow builds with newer versions of glibc.Ludovic Courtès2012-07-01
| | | | | | | | | | This is a follow-up to 77fdc7bb3583606c86b2dd602b76a20a1bf6bc7c ("GNU Coreutils: Allow builds with newer versions of glibc.").
* | Merge branch 'master' into stdenv-updatesShea Levy2012-06-27
|\| | | | | | | ssp is disabled for glibc-2.13 unconditionally
| * Updated ncompress url (prev version missing on mirrors) (Fixes #21)Antono Vasiljev2012-06-24
| |
* | * bzip2 installs a weird libbz2.so.1.0 symlink, which should beEelco Dolstra2012-05-14
|/ | | | | | libbz2.so.1. And libbz2.so should link to libbz2.so.1.0.6. svn path=/nixpkgs/branches/stdenv-updates/; revision=34095
* pigz: updated to version 2.2.4Peter Simons2012-05-11
| | | | svn path=/nixpkgs/trunk/; revision=34058
* Updating lrzip to 0.612.Lluís Batlle i Rossell2012-05-05
| | | | svn path=/nixpkgs/trunk/; revision=33991
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-05
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
| * Updating lzopLluís Batlle i Rossell2012-03-01
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32730
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | | | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* | * bzip2 updated to 1.0.6 (with a fix for CVE-2010-0405).Eelco Dolstra2011-12-12
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30853