Commit graph

20 commits

Author SHA1 Message Date
0x4A6F ffae5e3650
routinator: 0.8.3 -> 0.9.0 2021-06-03 12:43:31 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Ben Siraphob 593629b7a9 routinator: fix darwin build 2021-03-14 11:40:51 +07:00
0x4A6F 10080ec0cf
routinator: 0.8.2 -> 0.8.3
New

- Status information is now available in JSON format at /api/v1/status (449).
- Includes version 0.1.0 of routinator-ui, a UI for Route Origin Validation and Routinator status (449).
2021-02-02 12:03:23 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
0x4A6F 02b7ec6a94
routinator: 0.8.1 -> 0.8.2 2020-12-09 11:53:39 +00:00
0x4A6F 7a6405448d
routinator: 0.8.0 -> 0.8.1 2020-11-30 10:18:04 +00:00
0x4A6F b52ed6a1fe
routinator: 0.7.1 -> 0.8.0
Upgrade to [v0.8.0](https://github.com/NLnetLabs/routinator/releases/tag/v0.8.0).
Fixes [CVE-2020-17366](https://nvd.nist.gov/vuln/detail/CVE-2020-17366).
2020-10-19 12:01:21 +00:00
zowoq 7d9c49f8e6 maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
0x4A6F dd25ff3b8a
routinator: 0.7.0 -> 0.7.1 2020-06-15 13:58:08 +02:00
0x4A6F 2be192a99c
routinator: 0.6.4 -> 0.7.0 2020-05-06 13:58:31 +02:00
Benjamin Hipple 741d7a76f3 routinator: upgrade cargo fetcher and cargoSha256 2020-02-29 10:51:30 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
0x4A6F 295c32d08d
routinator: 0.6.2 -> 0.6.4 2019-11-29 15:09:52 +00:00
0x4A6F 3ef31af6e5
routinator: 0.6.1 -> 0.6.2 2019-11-20 15:15:51 +00:00
0x4A6F ec595e4270
routinator: 0.6.0 -> 0.6.1 2019-09-13 14:32:42 +00:00
0x4A6F 9d5b3c3019
routinator: 0.5.0 -> 0.6.0 2019-09-10 15:40:50 +00:00
0x4A6F ac8dc5d13c
routinator: 0.4.0 -> 0.5.0 2019-07-18 16:54:26 +00:00
0x4A6F 39de81af3d
routinator: init at 0.4.0 2019-07-11 10:49:51 +00:00