| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.5.0 23 Jul 2019 20:24:36
  |
kai  |
net/routinator: Update to 0.5.0
Changelog:
https://github.com/NLnetLabs/routinator/releases/tag/v0.5.0
PR: 239364
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.4.0_1 04 Jul 2019 14:41:57
  |
tobik  |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
0.4.0 11 Jun 2019 16:07:37
  |
rodrigo  |
Upgrade net/routinator from 0.3.3 to O.4.0
Change log: https://github.com/NLnetLabs/routinator/releases/tag/v0.4.0
If you have been using previous releases of net/routinator check UPDATING file.
- Add an entry in UPDATING and fix typo in the previous entry
PR: 238335
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
0.3.3_2 24 May 2019 03:25:12
  |
tobik  |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
0.3.3_1 23 May 2019 06:10:49
  |
tobik  |
net/routinator: Mark as only for amd64 and i386
The ring crate does not yet support other architectures on FreeBSD.
arm support seems to exist for Linux but is not enabled on FreeBSD.
powerpc64 support seems to be in progress but also only for Linux.
http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p501607_s347555/logs/errors/routinator-0.3.3.log |
0.3.3_1 15 May 2019 03:12:15
  |
tobik  |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
0.3.3 28 Apr 2019 11:28:13
  |
swills  |
net/routinator: update to 0.3.3
PR: 237603
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.2_1 11 Apr 2019 19:39:28
  |
tobik  |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
0.3.2 10 Apr 2019 21:48:00
  |
swills  |
net/routinator: Update to version 0.3.2
PR: 236862
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.1 07 Mar 2019 15:45:55
  |
swills  |
net/routinator: update to 0.3.1
PR: 236324
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.3.0_2 28 Feb 2019 18:51:46
  |
jbeich  |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
0.3.0_1 28 Feb 2019 18:47:28
  |
jbeich  |
USES=cargo to update libc to 0.2.49 for Tier2
PR: 235063
Differential Revision: https://reviews.freebsd.org/D19309 |
0.3.0 22 Feb 2019 22:37:02
  |
kai  |
net/routinator: Update to 0.3.0
Changelog:
* Several API and organizational changes in the Routinator library crate for
the various improvements below.
New Features:
* New output format csvext that mimics the output format of the Original
RIPE NCC Validator.
* Support for alternative resource extensions and validation defined in
[RFC 8360].
(Only the first 15 lines of the commit message are shown above ) |
0.2.1_1 17 Jan 2019 19:50:39
  |
jbeich  |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
0.2.1 05 Jan 2019 01:33:18
  |
swills  |
net/routinator: Update to 0.2.1
PR: 234623
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) |
0.2.0 26 Dec 2018 22:43:59
  |
tobik  |
net/routinator: Remove duplicate lang/rust build dependency
USES=cargo already adds it with a newer version spec.
PR: 233968
With hat: rust |
0.2.0 26 Dec 2018 22:29:07
  |
swills  |
net/routinator: update to 0.2.0
PR: 233968
Submitted by: jaap@NLnetLabs.nl (maintainer) |
0.1.2_1 06 Dec 2018 17:11:15
  |
jbeich  |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
0.1.2 06 Dec 2018 16:17:35
  |
tobik  |
New port: net/routinator
Routinator collects Resource Public Key Infrastructure cryptographically
signed statements about the association of Internet routing resources
and constructs a list of associations between IP address prefixes
and AS numbers. It provides this information to routers supporting
the RPKI-RTR protocol or publishes this in a number of useful
formats.
WWW: https://github.com/NLnetLabs/routinator
PR: 233533
Submitted by: jaap@NLnetLabs.nl |