summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/zip
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-30zip: *Flags are listsRobin Gloster
2018-08-09zip: add licenseMarkus Kowalewski
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-02-08treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles
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.
2018-01-22zip: Enable cross-compilationBen Gamari
2017-03-27treewide: purge maintainers.urkudVladimír Čunát
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-03-05Use general hardening flag toggle listsFranz Pletz
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
2016-01-30switch hardening flagsRobin Gloster
2016-01-30Use a hardened stdenv by defaultFranz Pletz
2016-01-27zip: disable nls patch by default.Shea Levy
This patch breaks zip -y (symlinks are turned into regular files). See https://bugs.gentoo.org/show_bug.cgi?id=571676#c4
2015-12-15zip: fixed build phase (i.e. unicode support)Michael Raitza
The build did not use the current build infrastructure correctly. As a consequence zip lacked support for unicode and 64bit files.
2015-05-28cygwin: zipFlorian Friesdorf
2014-06-23zip: add meta.descriptionBjørn Forsman
2014-04-23Fix meta.maintainer -> meta.maintainersEelco Dolstra
2012-11-06zip: Add extra source URLRickard Nilsson
2012-02-25Disabling NLS for the zip at openoffice builders. I think it breaks the ↵Lluís Batlle i Rossell
builds, based on the nixpkgs diff for the breakage at http://hydra.nixos.org/build/1964660 . svn path=/nixpkgs/trunk/; revision=32556
2012-02-01zip, unzip: add NLS supportYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=31961
2011-08-01zip: Make it actually install somethingShea Levy
svn path=/nixpkgs/trunk/; revision=28050
2011-08-01zip: Bump to 3.0Shea Levy
svn path=/nixpkgs/trunk/; revision=28049
2011-08-01zip: Change formattingShea Levy
svn path=/nixpkgs/trunk/; revision=28048
2011-08-01zip: Folded builder into derivationShea Levy
svn path=/nixpkgs/trunk/; revision=28047
2008-01-31More homepagesYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=10419
2007-12-18Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps ↵Michael Raskin
for unavailabel tarballs; ATI driver builds now svn path=/nixpkgs/trunk/; revision=9952
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra
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
2006-12-27* makeFlags -> buildFlags in a few places.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=7503
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=6711
2006-10-11* Updated Pango, Cairo, Zip.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=6697
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4623
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2005-06-17* Fix zip (INSTALL variable not defined in the makefile!).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=3198
2005-06-17* Glibc updated to 2.3.5.Eelco Dolstra
* GCC 3.4.4 and 3.3.6. * Other stdenv packages updated. svn path=/nixpkgs/trunk/; revision=3188
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-03-29* Remove trivial builders.Eelco Dolstra
* 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
2003-11-18* Rename .fix -> .nix.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=511
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=502