about summary refs log tree commit diff
path: root/pkgs/servers/smcroute
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06smcroute: 2.5.3 -> 2.5.5R. Ryantm1-2/+2
2021-10-28smcroute: 2.5.2 -> 2.5.3R. Ryantm1-2/+2
2021-09-14smcroute: 2.5.1 -> 2.5.2R. RyanTM1-2/+2
2021-08-23smcroute: 2.4.4 -> 2.5.1R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
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-11-27treewide: ran ./maintainers/scripts/update_redirected_urls.shPatrick Hilhorst1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-02smcroute: 2.4.3 -> 2.4.4Franz Pletz1-2/+2
2018-11-08smcroute: 2.4.2 -> 2.4.3R. 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/smcroute/versions
2018-09-20smcroute: 2.4.1 -> 2.4.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/smcroute/versions
2018-06-19smcroute: 2.4.0 -> 2.4.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/smcroute/versions. These checks were done: - built on NixOS - /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1/bin/smcroutectl passed the binary check. - /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1/bin/smcrouted passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 2.4.1 with grep in /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1 - directory tree listing: https://gist.github.com/f35692e1d0eaf5b66e1203fcdc9cdf6d - du listing: https://gist.github.com/6170a85a1ce970d7ef1388b28005dfee
2018-04-27smcroute: fix smcroutectlFranz Pletz1-2/+8
2018-02-28smcroute: 2.3.1 -> 2.4.0Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -h` got 0 exit code - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --help` got 0 exit code - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl help` got 0 exit code - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -V` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -v` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --version` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl version` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --help` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -h` got 0 exit code - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -v` and found version 2.4.0 - ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -h` and found version 2.4.0 - found 2.4.0 with grep in /nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0 - found 2.4.0 in filename of file in /nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0 cc "@fpletz"
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-06-20smcroute: 2.1.0 -> 2.3.1Franz Pletz1-2/+2
2016-07-09smcroute: init at 2.1.0Franz Pletz1-0/+23