about summary refs log tree commit diff
path: root/pkgs/tools/networking/htpdate
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24htpdate: 1.3.1 -> 1.3.3R. Ryantm1-2/+2
2022-01-10htpdate: 1.2.2 -> 1.3.1Julien Malka1-10/+9
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-26htpdate: 1.2.1 -> 1.2.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/htpdate/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-15htpdate: 1.2.0 -> 1.2.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/htpdate/versions
2018-04-05htpdate: mark linux onlyDaiderd Jordan1-1/+1
2017-11-27treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson1-1/+1
Certain tools, e.g. compilers, are customarily prefixed with the name of their target platform so that multiple builds can be used at once without clobbering each other on the PATH. I was using identifiers named `prefix` for this purpose, but that conflicts with the standard use of `prefix` to mean the directory where something is installed. To avoid conflict and confusion, I renamed those to `targetPrefix`.
2017-11-05treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson1-1/+1
One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
2017-11-03htpdate: 1.1.3 -> 1.2.0Renaud1-10/+12
2016-09-22htpdate: init at 1.1.3Jookia1-0/+24