summary refs log tree commit diff
path: root/pkgs/tools/archivers/zip
Commit message (Collapse)AuthorAge
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-08
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* zip: Enable cross-compilationBen Gamari2018-01-22
|
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | 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
* switch hardening flagsRobin Gloster2016-01-30
|
* Use a hardened stdenv by defaultFranz Pletz2016-01-30
|
* zip: disable nls patch by default.Shea Levy2016-01-27
| | | | | | This patch breaks zip -y (symlinks are turned into regular files). See https://bugs.gentoo.org/show_bug.cgi?id=571676#c4
* zip: fixed build phase (i.e. unicode support)Michael Raitza2015-12-15
| | | | | The build did not use the current build infrastructure correctly. As a consequence zip lacked support for unicode and 64bit files.
* cygwin: zipFlorian Friesdorf2015-05-28
|
* zip: add meta.descriptionBjørn Forsman2014-06-23
|
* Fix meta.maintainer -> meta.maintainersEelco Dolstra2014-04-23
|
* zip: Add extra source URLRickard Nilsson2012-11-06
|
* Disabling NLS for the zip at openoffice builders. I think it breaks the ↵Lluís Batlle i Rossell2012-02-25
| | | | | | | | | builds, based on the nixpkgs diff for the breakage at http://hydra.nixos.org/build/1964660 . svn path=/nixpkgs/trunk/; revision=32556
* zip, unzip: add NLS supportYury G. Kudryashov2012-02-01
| | | | svn path=/nixpkgs/trunk/; revision=31961
* zip: Make it actually install somethingShea Levy2011-08-01
| | | | svn path=/nixpkgs/trunk/; revision=28050
* zip: Bump to 3.0Shea Levy2011-08-01
| | | | svn path=/nixpkgs/trunk/; revision=28049
* zip: Change formattingShea Levy2011-08-01
| | | | svn path=/nixpkgs/trunk/; revision=28048
* zip: Folded builder into derivationShea Levy2011-08-01
| | | | svn path=/nixpkgs/trunk/; revision=28047
* More homepagesYury G. Kudryashov2008-01-31
| | | | svn path=/nixpkgs/trunk/; revision=10419
* Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps ↵Michael Raskin2007-12-18
| | | | | | for unavailabel tarballs; ATI driver builds now svn path=/nixpkgs/trunk/; revision=9952
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * makeFlags -> buildFlags in a few places.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7503
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Updated Pango, Cairo, Zip.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6697
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * Fix zip (INSTALL variable not defined in the makefile!).Eelco Dolstra2005-06-17
| | | | svn path=/nixpkgs/trunk/; revision=3198
* * Glibc updated to 2.3.5.Eelco Dolstra2005-06-17
| | | | | | | * GCC 3.4.4 and 3.3.6. * Other stdenv packages updated. svn path=/nixpkgs/trunk/; revision=3188
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Rename .fix -> .nix.Eelco Dolstra2003-11-18
| | | | svn path=/nixpkgs/trunk/; revision=511
* * Renamed pkgs-ng to pkgs.Eelco Dolstra2003-11-14
svn path=/nixpkgs/trunk/; revision=502