pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

routinator: upgdate to version 0.10.1.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Oct 23 15:01:02 2021 +0200
Changeset:	cdd1216c405b487427ed41867ca99972dedebcb0

Modified Files:
	routinator/Makefile
	routinator/cargo-depends.mk
	routinator/distinfo

Log Message:
routinator: upgdate to version 0.10.1.

Pkgsrc changes:
 * Update dependencies, version# and checksums.

Upstream changes:

Released 2021-09-20.

No changes since 0.10.1-rc3.

Released 2021-09-15.

Other Changes

* Update UI to 0.3.4. ([#651])
  * Fixed links for prefixes.

[#651]: https://github.com/NLnetLabs/routinator/pull/651

Released 2021-09-13.

Bug Fixes

* Redirect `/` to `/ui` to bring back the UI for the blank hostname.
  ([#648])

Other Changes

* Update UI to 0.3.3.
  * Fixes UI loading with query parameters.

[#648]: https://github.com/NLnetLabs/routinator/pull/648

Released 2021-09-13.

Other Changes

* Extended UI with BGP and allocation data lookups. ([#635])
* The UI now lives in its own crate [routinator-ui]. ([#635])

[#635]: https://github.com/NLnetLabs/routinator/pull/635
[routinator-ui]: https://crates.io/crates/routinator-ui

Released 2021-08-23

No changes since 0.10.0-rc3.

Released 2021-08-02.

New

* Strict checking for address and prefix lengths in certificates, and for
  prefix and max-length in ROAs. (via [rpki #154], based on an error report by
  [@job])

[rpki #154]: https://github.com/NLnetLabs/rpki-rs/pull/154
[@job]: https://github.com/job

Released 2021-07-27.

Bug Fixes

* Fix the missing line feed in the summary output format. ([#625])
* The RTR server now returns the correct PDU as a cache reset response,
  which is returned when the server cannot provide a delta update to a
  client. Previously, a broken End of Data PDU was returned.
  (Via [rpki #151].)
* Make parsing of local exception files much more strict to avoid introducing
  illegal VRPs into the data set. Parsing will now fail if any aspect of a
  prefix or prefix assertion is incorrect. This includes a non-zero host
  portion of a prefix. ([#627])

[#625]: https://github.com/NLnetLabs/routinator/pull/625
[#627]: https://github.com/NLnetLabs/routinator/pull/627
[rpki #151]: https://github.com/NLnetLabs/rpki-rs/pull/151

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cdd1216c405b487427ed41867ca99972dedebcb0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 routinator/Makefile         |  2 +-
 routinator/cargo-depends.mk |  4 ++++
 routinator/distinfo         | 18 +++++++++++++++---
 3 files changed, 20 insertions(+), 4 deletions(-)

diffs:
diff --git a/routinator/Makefile b/routinator/Makefile
index 68835338e2..26c6e25123 100644
--- a/routinator/Makefile
+++ b/routinator/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	routinator-v0.10.0
+DISTNAME=	routinator-v0.10.1
 PKGNAME=	${DISTNAME:S/-rc/rc/}
 CATEGORIES=	net
 EXTRACT_SUFX=	.tar.gz
diff --git a/routinator/cargo-depends.mk b/routinator/cargo-depends.mk
index de1d3c085f..ee7fe6e05c 100644
--- a/routinator/cargo-depends.mk
+++ b/routinator/cargo-depends.mk
@@ -28,6 +28,7 @@ CARGO_CRATE_DEPENDS+=	either-1.6.1
 CARGO_CRATE_DEPENDS+=	encoding_rs-0.8.28
 CARGO_CRATE_DEPENDS+=	error-chain-0.12.4
 CARGO_CRATE_DEPENDS+=	fern-0.6.0
+CARGO_CRATE_DEPENDS+=	filetime-0.2.14
 CARGO_CRATE_DEPENDS+=	flate2-1.0.20
 CARGO_CRATE_DEPENDS+=	fnv-1.0.7
 CARGO_CRATE_DEPENDS+=	foreign-types-0.3.2
@@ -100,6 +101,7 @@ CARGO_CRATE_DEPENDS+=	redox_users-0.4.0
 CARGO_CRATE_DEPENDS+=	remove_dir_all-0.5.3
 CARGO_CRATE_DEPENDS+=	reqwest-0.11.4
 CARGO_CRATE_DEPENDS+=	ring-0.16.20
+CARGO_CRATE_DEPENDS+=	routinator-ui-0.3.4
 CARGO_CRATE_DEPENDS+=	rpki-0.12.2
 CARGO_CRATE_DEPENDS+=	rustc-demangle-0.1.20
 CARGO_CRATE_DEPENDS+=	rustc_version-0.4.0
@@ -122,6 +124,7 @@ CARGO_CRATE_DEPENDS+=	spin-0.5.2
 CARGO_CRATE_DEPENDS+=	strsim-0.8.0
 CARGO_CRATE_DEPENDS+=	syn-1.0.74
 CARGO_CRATE_DEPENDS+=	syslog-5.0.0
+CARGO_CRATE_DEPENDS+=	tar-0.4.35
 CARGO_CRATE_DEPENDS+=	tempfile-3.2.0
 CARGO_CRATE_DEPENDS+=	term_size-0.3.2
 CARGO_CRATE_DEPENDS+=	textwrap-0.11.0
@@ -167,3 +170,4 @@ CARGO_CRATE_DEPENDS+=	winapi-0.3.9
 CARGO_CRATE_DEPENDS+=	winapi-i686-pc-windows-gnu-0.4.0
 CARGO_CRATE_DEPENDS+=	winapi-x86_64-pc-windows-gnu-0.4.0
 CARGO_CRATE_DEPENDS+=	winreg-0.7.0
+CARGO_CRATE_DEPENDS+=	xattr-0.2.2
diff --git a/routinator/distinfo b/routinator/distinfo
index fe57e6328f..3d0c0f77d7 100644
--- a/routinator/distinfo
+++ b/routinator/distinfo
@@ -84,6 +84,9 @@ Size (error-chain-0.12.4.crate) = 29274 bytes
 RMD160 (fern-0.6.0.crate) = f37f00cd25e2f273209ee66ab75e5af227c8ea25
 SHA512 (fern-0.6.0.crate) = d0524c272cba970b5193d845d4e84698d64bc28c75b38dd2f265f1a132e1c9ea177ebdc38741614f6a6f3d106c7c50565b8562378a50d59ed093e00aee8ca382
 Size (fern-0.6.0.crate) = 299856 bytes
+RMD160 (filetime-0.2.14.crate) = f4888ddb1c61c223b3b362cf39e5c804fc4e53f5
+SHA512 (filetime-0.2.14.crate) = f2e6e41b8b705c510e1f1932451ab8a0acc6a4f84a7a21880c7e69639a6aace7c5ed4f694ebf47d04ae6ff227f8d6c6733f2c4bcb953088531dd91b37262e45b
+Size (filetime-0.2.14.crate) = 14358 bytes
 RMD160 (flate2-1.0.20.crate) = 3ca6060b0ebceece5abcb39dc6423e8ce946a797
 SHA512 (flate2-1.0.20.crate) = 1415cba53183b7ae0f3396859186b92001060a78fbee10dd0dd4c8a93119aeb78bd8d782735c292badc1ae6d369badc6fa1a0105835614a6f70e82b080d8549b
 Size (flate2-1.0.20.crate) = 74036 bytes
@@ -300,9 +303,12 @@ Size (reqwest-0.11.4.crate) = 132776 bytes
 RMD160 (ring-0.16.20.crate) = a6a61bfa5342d88c3831e865702034cbfbf79a17
 SHA512 (ring-0.16.20.crate) = d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191
 Size (ring-0.16.20.crate) = 5082615 bytes
-RMD160 (routinator-v0.10.0.tar.gz) = 587e242c118265b0bca2dd668ef471ff9e865e66
-SHA512 (routinator-v0.10.0.tar.gz) = 8d0e8727414ad1b3a3fcbab0e7a7fa2de19b85191e0471bdad1a95b533f6f98e80e7cae0c6f110af9a1425667de4f3351b5b022c5f9dfdbecea965f94e4aa930
-Size (routinator-v0.10.0.tar.gz) = 2439942 bytes
+RMD160 (routinator-ui-0.3.4.crate) = cc247983701241484829abeec5135d2e477bc6ca
+SHA512 (routinator-ui-0.3.4.crate) = d9cdf85c3c8f8440ac5cb5883443a28a7ef7a65680c29d484d8f88691265a150e40d94123943b01fb1515b262e5edb1dac3dff3409822e5f91c72120bc779e1a
+Size (routinator-ui-0.3.4.crate) = 12050 bytes
+RMD160 (routinator-v0.10.1.tar.gz) = d0e8756e31bd82490805ca6910e88840020c36ce
+SHA512 (routinator-v0.10.1.tar.gz) = 3e0a329506270ac35e0b15b542f9a90bbc63673aa41a8a95ad3dff054b958c03307223b08e0c404f0205361821fb382184e89b897a4a5af7fc68b54de85ce9b6
+Size (routinator-v0.10.1.tar.gz) = 203674 bytes
 RMD160 (rpki-0.12.2.crate) = 35be89c0b5cc7ef320d78fd17b366770a4dcdfce
 SHA512 (rpki-0.12.2.crate) = 398fb3ee9bf8ed618d747d4d22b175b9ecf0f6af66f63a5b2a4f8b8b73d421e676ce6e88d626329c9a43286f326012cef9630095b90a04514b6730cc6b7a5943
 Size (rpki-0.12.2.crate) = 499131 bytes
@@ -369,6 +375,9 @@ Size (syn-1.0.74.crate) = 232974 bytes
 RMD160 (syslog-5.0.0.crate) = a165633101ab5b8489983ccc47e621892376420f
 SHA512 (syslog-5.0.0.crate) = f9af518b1f61ad1c3c82ade5ae1450b649fac4f3f992ae877ad07e63cd86ffe4cc97252e0323907985618aa3da95a049420c52c18b6fd8eb4473a3b52fd4737c
 Size (syslog-5.0.0.crate) = 9014 bytes
+RMD160 (tar-0.4.35.crate) = 86cdb2f85b20c63772641f325fc40c2ab30d6a5a
+SHA512 (tar-0.4.35.crate) = 5e6f1030d4042704ae166fdc32fb6397d9e8bd588ca6d9526583909fbb3df3d09aa2a5da673b769acb0a9020e4f2bfd59f7e68f84b055d32574331ff5a224f2e
+Size (tar-0.4.35.crate) = 46219 bytes
 RMD160 (tempfile-3.2.0.crate) = 1615f3e74939203b25a490a341d473d6babee897
 SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a
 Size (tempfile-3.2.0.crate) = 25892 bytes
@@ -504,3 +513,6 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes
 RMD160 (winreg-0.7.0.crate) = edf8d00faa299f76d8b2cdc89ae4d5397723b610
 SHA512 (winreg-0.7.0.crate) = a0b7a2d239e30cea89a863b879831bc32b5f2988ef3f0586ddadda48827cafc82d3602d2f8df3c47dc1e80537149a1ca1dc1506f9fbf960d9ba081dff1bac731
 Size (winreg-0.7.0.crate) = 21225 bytes
+RMD160 (xattr-0.2.2.crate) = 6d3668a1b5818aa07c3d40d4b6500abd6be89760
+SHA512 (xattr-0.2.2.crate) = a89d34313c35ab02d6ea25675c99f9c9650dee40a76223d62941edda43b3d2db83ed223bada129625b3cf8487c293646ce9980afc6dba8888fa078d5aa035cab
+Size (xattr-0.2.2.crate) = 11750 bytes


Home | Main Index | Thread Index | Old Index