summary refs log tree commit diff
path: root/pkgs/development/libraries/libidn2
Commit message (Collapse)AuthorAge
* libidn2: fix build on darwinAndrew Childs2021-05-19
| | | | | The documentation requirements changed after the version upgrade in https://github.com/NixOS/nixpkgs/pull/123059.
* libidn2: 2.3.0 -> 2.3.1R. RyanTM2021-05-15
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libidn2: 2.2.0 -> 2.3.0R. RyanTM2019-12-01
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libidn2: 2.1.1a -> 2.2.0Will Dietz2019-05-30
|
* libidn2: 2.1.1 -> 2.1.1a (#57277)R. RyanTM2019-04-09
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libidn2/versions
* libidn2: 2.1.0 -> 2.1.1Will Dietz2019-02-11
| | | | http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00002.html
* libidn2: 2.0.5 -> 2.1.0R. RyanTM2019-01-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libidn2/versions
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* libidn2: 2.0.4 -> 2.0.5 (#40852)R. RyanTM2018-05-22
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libidn2/versions. These checks were done: - built on NixOS - /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin/bin/idn2 passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.0.5 with grep in /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin - directory tree listing: https://gist.github.com/e275c93b988cd78a7716800d30d6d315 - du listing: https://gist.github.com/d80481a1635867ebfce278bd1e58d900
* libidn2: remove dependency on ronnRobin Gloster2018-03-30
| | | | | | | This is only needed if built from the source repository, since we are using the release tarball the generated manpage is included. This removes the "wild" dependency on ruby very deep in the dependency tree. (util-linux -> systemd -> libidn2 -> ronn -> ruby)
* libidn2: Fix cross-compilationShea Levy2018-02-25
|
* libidn2: 2.0.3 -> 2.0.4 for multiple CVEsFranz Pletz2017-10-02
| | | | Fixes CVE-2017-14061, CVE-2017-14062.
* libidn2: 2.0.2 -> 2.0.3Lancelot SIX2017-07-26
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00008.html for release information
* libidn2: Correct a broken darwin patchJohn Wiegley2017-05-02
|
* libidn2: 2.0.1 -> 2.0.2Lancelot SIX2017-04-28
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2017-04/msg00011.html for release information
* libidn2: 0.16 -> 2.0.1Lancelot SIX2017-04-24
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00010.html for release information. With this release the numbering scheme changed.
* libidn2: fix darwin buildFranz Pletz2017-02-12
| | | | cc #22595
* libidn2: init at 0.16Franz Pletz2017-02-06
wget now needs libidn2 instead of libidn. cc #22416