Commit Graph

37 Commits

Author SHA1 Message Date
Robert Scott
fdf858c1fe routinator: fix build on darwin 2024-03-01 23:04:18 +00:00
R. Ryantm
105975d233 routinator: 0.13.1 -> 0.13.2 2024-02-26 23:01:25 +00:00
R. Ryantm
d17becd696 routinator: 0.13.0 -> 0.13.1 2024-01-25 06:22:36 +00:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
0x4A6F
33acbf67f8
routinator: 0.12.2 -> 0.13.0 2023-09-24 09:50:01 +02:00
Aaron Jheng
1940468c6f
routinator: 0.12.1 -> 0.12.2 2023-09-13 21:30:20 +08:00
0x4A6F
986a0c57bf
routinator: 0.12.0 -> 0.12.1 2023-01-04 17:00:01 +01:00
0x4A6F
18389ae11f
routinator: 0.11.3 -> 0.12.0 2022-11-10 13:44:53 +01:00
0x4A6F
7704c81e12
routinator: 0.11.2 -> 0.11.3 2022-09-13 17:22:43 +02:00
0x4A6F
163c21d9bb
routinator: 0.11.1 -> 0.11.2 2022-04-25 23:01:21 +02:00
0x4A6F
23f619dca7
routinator: 0.11.0 -> 0.11.1 2022-04-09 15:37:31 +02:00
0x4A6F
c916cceca1
routinator: 0.10.2 -> 0.11.0 2022-02-28 16:40:06 +01:00
figsoda
08e50b55cb routinator: use buildFeatures 2021-11-16 08:11:46 -05:00
0x4A6F
a5f1139b54
routinator: 0.10.1 -> 0.10.2 2021-11-10 16:59:01 +01:00
figsoda
0fe0a83835 routinator: remove patch 2021-10-19 19:08:14 -04:00
0x4A6F
01af935180
routinator: 0.10.0 -> 0.10.1 2021-09-21 15:37:05 +02:00
0x4A6F
adfe946418
routinator: 0.9.0 -> 0.10.0 2021-08-23 14:18:38 +02:00
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