summaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/iputils (follow)
Commit message (Expand)AuthorAgeFilesLines
* iputils: split man outputDoron Behar2026-01-221-0/+1
* iputils: set updateScriptMichael Daniels2026-01-111-0/+3
* iputils: use finalAttrs, don't hardcode repo owner/name, rev -> tagMichael Daniels2026-01-111-7/+7
* iputils: adoptMichael Daniels2026-01-111-1/+1
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* treewide: remove unused with•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-1/+1
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-9/+8
* treewide: remove primeos from maintainers•••Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> John Titor2025-07-061-1/+1
* iputils: 20250602 -> 20250605•••https://github.com/iputils/iputils/releases/tag/20250605 Thomas Gerbet2025-06-141-2/+2
* iputils: 20240905 -> 20250602R. Ryantm2025-06-021-2/+2
* Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-28/+45
* iputils: 20240117 -> 20240905R. Ryantm2024-09-051-2/+2
* maintainers: drop lheckemannLinus Heckemann2024-06-211-1/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* iputils: 20231222 -> 20240117R. Ryantm2024-01-201-2/+2
* iputils: 20221126 -> 20231222Aaron Jheng2023-12-231-2/+2
* Merge branch 'nativeCheckInputs' into staging-nativeCheckInputsGuillaume Girol2023-01-211-1/+1
|\
| * 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. Guillaume Girol2023-01-211-1/+1
* | iputils: format with nixpkgs-fmtAnthony Roussel2023-01-131-12/+19
* | iputils: 20211215 -> 20221126Anthony Roussel2023-01-131-18/+8
|/
* iputils: 20210722 -> 20211215•••The tools "tftpd" and "traceroute6" were removed. See [0] for more details. [0]: https://github.com/iputils/iputils/releases/tag/20211215 Michael Weiss2021-12-301-11/+3
* iputils: 20210202 -> 20210722Michael Weiss2021-07-241-2/+14
* apparmor: fix profile building on darwinJulien Moutinho2021-05-141-1/+2
* Revert "Revert "apparmor: fix and improve the service""•••This reverts commit 420f89ceb267b461eed5d025b6c3c0e57703cc5c. Julien Moutinho2021-04-231-0/+22
* iputils: 20200821 -> 20210202 (#111645)Michael Weiss2021-02-031-17/+7
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-171-2/+2
* iputils: apply proposed upstream patch to get rid of systemd dependency•••This allows us to get rid of the hack and the systemd dependency and thus reduces the rebuild closure whenever systemd changes. Andreas Rammhold2020-10-191-6/+9
* iptuils: Remove systemd from dependencies•••In our case systemd is only used to figure out if the unit files should be generated. Andreas Rammhold2020-10-191-2/+8
* Revert "apparmor: fix and improve the service"•••This reverts commit fb6d63f3fdd95a5468d43a0693c8ca7c1894363f. I really hope this finally fixes #99236: evaluation on Hydra. This time I really did check basically the same commit on Hydra: https://hydra.nixos.org/eval/1618011 Right now I don't have energy to find what exactly is wrong in the commit, and it doesn't seem important in comparison to nixos-unstable channel being stuck on a commit over one week old. Vladimír Čunát2020-10-071-22/+0
* apparmor: fix and improve the serviceJulien Moutinho2020-09-061-0/+22
* iputils: 20190709 -> 20200821Michael Weiss2020-08-211-13/+14
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* iputils: 20190515 -> 20190709•••https://github.com/iputils/iputils/releases/tag/s20190709 See release notes for details, but of particular note is that this expression is now quite simpler due to the following: * ninfod now builds w/nettle! * update includes patches we fetched from upstream * cross should be handled now, during move to meson * prelim testing confirms, meson makes it much easier to get things right re:explanation given in comment (not propagating host/target info) * issue re:musl+idn2 appears resolved re:compilation, but results in unclear runtime errors regarding "invalid flags". Keep disabled as before as this is clearer at the expression level and reports failure to resolve instead which is a bit clearer. (testing with systemd-less iputils) This also means our iputils is openssl-free, which if nothing else is a nice reduction in trans. size :). (quick imperfect comparison shows: 39MB -> 35MB w/glibc 11.4 -> 7.9 w/musl ) iputils: nvm no IDN w/musl iputils: nvm keep idn disabled w/musl Will Dietz2019-07-172-41/+11
* iputils: Completed missing meta.longDescription•••Provided a more complete and fleshed out meta.longDescription from the project's README Craige McWhirter2019-07-161-0/+14
* iputils: 20190324 -> 20190515•••This is mainly a bug fix release [0]. File changes: -etc/systemd/system/rdisc@.service +etc/systemd/system/rdisc.service nix path-info -S: 20190324: 41055576 20190515: 41055584 [0]: https://github.com/iputils/iputils/releases/tag/s20190515 Michael Weiss2019-05-171-9/+10
* iputils: 20180629 -> 20190324•••Important changes: - Two files where removed in [0]: - bin/ipg - share/man/man8/pg3.8.gz - The build system changed from Autotools to Meson. - New: systemd units and Japanese translations - "It is probable that within in many many changes a regression may have slipped in" [1] [0]: https://github.com/iputils/iputils/commit/45a1d39b0c740b5803330feb37650352ceea1086 [1]: https://github.com/iputils/iputils/releases/tag/s20190324 Co-authored-by: Will Dietz <github@wdtz.org> Michael Weiss2019-03-262-53/+40
* iputils: upstream fixes for muslWill Dietz2018-09-241-0/+10
* iputils: Code refactoring and fixes•••- Fix the cross-compiling check and add openssl for ninfod - Add "AS-IS, SUN MICROSYSTEMS license" to meta.licenses - Install igp (see man pg3) Michael Weiss2018-09-021-25/+34
* iputils: Drop unnecessary dependenciesMichael Weiss2018-09-021-2/+2
* iputils: 20161105 -> 20180629Michael Weiss2018-08-181-17/+31
* treewide: Remove stdenv.isCross•••I *want* cross-specific overrides to be verbose, so I rather not have this shorthand. This makes the syntactic overhead more proportional to the maintainence cost. Hopefully this pushes people towards fewer conditionals and more abstractions. John Ericson2018-08-021-1/+1
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup Matthew Bauer2018-07-181-2/+2
* iputils: enable rarpd•••also add self to maintainers Linus Heckemann2018-04-151-4/+5
* iputils: Fix cross compileShea Levy2018-02-281-3/+8
* iputils: drop glibc assertWill Dietz2018-02-131-2/+0
* iputils: only use libidn on non-muslWill Dietz2018-02-131-3/+4