Commit graph

30 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm facd025b94 ldns: 1.8.1 -> 1.8.3 2022-08-18 10:32:27 -05:00
Malo Bourgon 9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
R. Ryantm 84c77b4620 ldns: 1.8.0 -> 1.8.1 2021-12-10 08:16:36 +00:00
Martin Weinelt 5677e477d3 ldns: 1.7.1 -> 1.8.0 2021-11-26 12:40:19 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz d9c19f4aa6
ldns: add myself as maintainer! :) 2019-11-19 21:53:11 -06:00
Will Dietz dc9e2c38e5
ldns: 1.7.0 -> 1.7.1
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/

* examples no longer can be configured separately,
  so build everything we want in a single go
  and sort into the appropriate outputs after.
* libtool file doesn't seem to reference openssl at all
  so nothing to patch up there as we did previously.
2019-11-19 21:51:05 -06:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Patrick Mahoney 189fbae95b ldns: relax platform requirements
Seems to have built OK on darwin. I only needed it to build freeswitch
though, so not sure how to test functionality. I successfully ran the
`drill` command.
2018-12-10 16:46:34 -06:00
Jan Malakhovski ea07fc77db ldns: make tests run, but disable 2018-08-11 09:35:30 +00:00
Ben Gamari 860c81d6f7 ldns: Enable cross-compilation 2018-05-03 17:06:01 -04:00
Vladimír Čunát cd9231a01a
ldns: security patches from upstream, /cc #32459
Also use sha256 instead of sha1 for the source.
2017-12-09 11:08:28 +01:00
Joachim Fasting 6c41803f02
ldns: get rid of reference to openssl.dev
Reduces size from ~100MB to ~40M.
2017-08-13 23:14:06 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz 3bb9954a6b
dns-root-data: init at 2017-06-16 2017-07-12 09:45:25 +02:00
Franz Pletz f5a7ce1317
ldns: also build examples 2017-07-11 21:21:28 +02:00
Joachim Fasting c317e5c85d
ldns: split man pages
Saves ~1.8MB
2017-03-16 16:15:31 +01:00
Dhananjay Balan 6edb3793d3 ldns 1.6.17 -> 1.7.0
Release notes: http://git.nlnetlabs.nl/ldns/tree/Changelog?id=release-1.7.0

Openssl-1.1.0 is used to enable offline DANE verification (Needed for the DANE-TA usage type)

```
configure: error: OpenSSL does not support offline DANE verification (Needed for the DANE-TA usage type).  Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage
builder /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed with exit code 1
error: build /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed
drvof drvfor
```
2017-01-04 17:44:47 +01:00
Thomas Tuegel 12951219c6
ldns: multiple outputs 2016-11-15 07:20:11 -06:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
William A. Kennington III 318ac091b2 ldns: Compat with perl 5.22 2015-09-16 21:20:49 -07:00
Jascha Geerds 4493ca0094 ldns: Add myself as a maintainer 2015-08-03 11:38:00 +02:00
Jascha Geerds 8c6a2e3b5d ldns: Add linux to platforms 2015-08-03 11:38:00 +02:00
Pascal Wittmann f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Aristid Breitkreuz f17bce449e ldns: update from 1.6.16 to 1.6.17 2014-10-07 21:50:40 +02:00
aszlig 91d0ab7af1
ldns: Update to 1.6.16 and enable drill.
Drill is a lightweight DNS lookup command using ldns, which we are going to use
in Gajim, to avoid a dependency on bind.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:00 +02:00
Lluís Batlle i Rossell d4b26a727a Updating unbound.
svn path=/nixpkgs/trunk/; revision=30174
2011-11-01 22:33:40 +00:00