summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/sharutils
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-14sharutils: fix build with glibc>=2.28Luka Blaskovic
2019-12-26maintainer-list.nix: remove ndowensNathan
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-08-05sharutils: Patch CVE-2018-1000097Tim Steinbach
2018-07-24sharutils: Remove crossAttrsJohn Ericson
The patch is no longer needed, at least on aarch64-linux
2018-01-06sharutils: don't hardcode AR to 'ar' (doesn't exist on cross)Will Dietz
Instead, let the default value of $AR indicate what should be used. (which will be something like `armv6l-unknown-linux-gnueabihf-ar`)
2017-11-14sharutils: simplify substituteInPlace syntax to be Nix 1.11.8 compatibleGraham Christensen
2017-11-08Fix sharutils tests in darwin sandboxDan Peebles
2017-04-01sharutils: 4.11.1 -> 4.15.2 (#24305)ndowens
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-01FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus
libelf-freebsd
2015-06-19add gnused to impure darwin stdenvJude Taylor
2015-06-18fix conditionals for bootstrap sed callsJude Taylor
2015-06-18pure darwin stdenvJude Taylor
2015-02-24remove stdenv.isBSDcodyopel
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-09-09suitable clang stdenvJoel Taylor
2014-08-24Fix many package descriptionsBjørn Forsman
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2013-08-16unmaintain several packagesLudovic Courtès
2012-11-21Merge branch 'master' into stdenv-updates.Peter Simons
Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
2012-11-08sharutils: making them crossbuild, thanks to a patch.Lluís Batlle i Rossell
Patch taken from: http://repository.timesys.com/buildsources/s/sharutils/sharutils-4.11.1/sharutils-4.11.1-cross-binary-mode-popen.patch after a google search for the guilty part of 'configure'.
2012-09-21sharutils: Fix building on Glibc 2.16Eelco Dolstra
http://hydra.nixos.org/build/3046590
2011-05-30GNU Sharutils 4.11.1.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=27320
2011-02-09GNU sharutils 4.11.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=25876
2010-09-05GNU Sharutils 4.10.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=23645
2010-03-04GNU Sharutils 4.9.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=20362
2010-02-22GNU Sharutils: Pass `gettext'; run the test suite.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=20164
2010-02-22GNU Sharutils 4.8.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=20163
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
2008-02-18sharutils added (4.6.3)Yury G. Kudryashov
svn path=/nixpkgs/branches/stdenv-updates/; revision=10744