summary refs log tree commit diff
path: root/pkgs/development/libraries/ldns
Commit message (Collapse)AuthorAge
* ldns: add myself as maintainer! :)Will Dietz2019-11-19
|
* ldns: 1.7.0 -> 1.7.1Will Dietz2019-11-19
| | | | | | | | | | 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.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* ldns: relax platform requirementsPatrick Mahoney2018-12-10
| | | | | | 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.
* ldns: make tests run, but disableJan Malakhovski2018-08-11
|
* ldns: Enable cross-compilationBen Gamari2018-05-03
|
* ldns: security patches from upstream, /cc #32459Vladimír Čunát2017-12-09
| | | | Also use sha256 instead of sha1 for the source.
* ldns: get rid of reference to openssl.devJoachim Fasting2017-08-13
| | | | Reduces size from ~100MB to ~40M.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* dns-root-data: init at 2017-06-16Franz Pletz2017-07-12
|
* ldns: also build examplesFranz Pletz2017-07-11
|
* ldns: split man pagesJoachim Fasting2017-03-16
| | | | Saves ~1.8MB
* ldns 1.6.17 -> 1.7.0Dhananjay Balan2017-01-04
| | | | | | | | | | | | | 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 ```
* ldns: multiple outputsThomas Tuegel2016-11-15
|
* treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
|
* ldns: Compat with perl 5.22William A. Kennington III2015-09-16
|
* ldns: Add myself as a maintainerJascha Geerds2015-08-03
|
* ldns: Add linux to platformsJascha Geerds2015-08-03
|
* Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-21
|
* ldns: update from 1.6.16 to 1.6.17Aristid Breitkreuz2014-10-07
|
* ldns: Update to 1.6.16 and enable drill.aszlig2013-05-27
| | | | | | | 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>
* Updating unbound.Lluís Batlle i Rossell2011-11-01
svn path=/nixpkgs/trunk/; revision=30174