summary refs log tree commit diff
path: root/pkgs/tools/networking/httping
Commit message (Collapse)AuthorAge
* httping: pull upstream fix for ncurses-6.3Sergei Trofimovich2021-11-21
| | | | | | | | Without the fix build on ncurses-6.3 fails as: nc.c:238:17: error: format not a string literal and no format arguments [-Werror=format-security] 238 | wprintw(w, what); | ^~~~~~~
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * Remove myself as maintainer of some packages.Rickard Nilsson2019-08-20
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* httping: add libintl to buildInputs on Darwin (#48188)Limbo Peng2018-10-14
| | | | | | | | * httping: add libintl to buildInputs on Darwin Otherwise it won't compile. * httping: fix URLs
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* httping 2.5: fetch over https + licenseRenaud2017-03-02
|
* httping: 2.4 -> 2.5ndowens2017-03-01
|
* More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
|
* httping: add optional fftw for better graphingTobias Geerinckx-Rice2015-09-11
| | | | Enabled by default.
* httping: Enable SSL supportRickard Nilsson2015-07-10
|
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* httping 2.3.4 -> 2.4Tobias Geerinckx-Rice2015-04-28
| | | | Also add support for the fancy ncurses interface.
* new package: httping 2.3.4Rickard Nilsson2015-01-19