git: 3488bf377972 - main - net/routinator: Update to 0.11.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 11:53:03 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=3488bf3779725a73032aeff271926dee14e10e70 commit 3488bf3779725a73032aeff271926dee14e10e70 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2022-10-07 06:07:35 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-10-09 11:49:22 +0000 net/routinator: Update to 0.11.3 ChangeLog: https://github.com/NLnetLabs/routinator/releases Fixes an issue in error handling in the RRDP collector that causes Routinator to exit if it encountered malformed base r64 in RRDP snapshot and delta files. (Found by Donika Mirdita and Haya Shulman. Assigned CVE-2022-3029.) PR: 266865 Reported by: jaap@NLnetLabs.nl (maintainer) MFH: 2022Q4 (security fix release) Security: CVE-2022-302 --- net/routinator/Makefile | 3 +-- net/routinator/distinfo | 6 +++--- net/routinator/files/routinator.in | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 5031512b4dba..8e5e5a0ac95a 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,7 +1,6 @@ PORTNAME= routinator DISTVERSIONPREFIX= v -DISTVERSION= 0.11.2 -PORTREVISION= 5 +DISTVERSION= 0.11.3 CATEGORIES= net MASTER_SITES= ${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0 DISTFILES+= routinator-ui-build.tar.gz:0 diff --git a/net/routinator/distinfo b/net/routinator/distinfo index 8e234020e653..8108eb310102 100644 --- a/net/routinator/distinfo +++ b/net/routinator/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1650458468 +TIMESTAMP = 1664975755 SHA256 (routinator-ui-build.tar.gz) = 7079096b3fd986aa01b03cf3e743cf74d37b8441d312844c25e2b065deed8290 SIZE (routinator-ui-build.tar.gz) = 756828 SHA256 (rust/crates/addr2line-0.17.0.crate) = b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b @@ -349,5 +349,5 @@ SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926 SIZE (rust/crates/winreg-0.10.1.crate) = 25725 SHA256 (rust/crates/xattr-0.2.2.crate) = 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c SIZE (rust/crates/xattr-0.2.2.crate) = 11750 -SHA256 (NLnetLabs-routinator-v0.11.2_GH0.tar.gz) = 00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5 -SIZE (NLnetLabs-routinator-v0.11.2_GH0.tar.gz) = 5422286 +SHA256 (NLnetLabs-routinator-v0.11.3_GH0.tar.gz) = b9c3af5db27fd3d77b2f333d2278225fc2f7c5db6fd37c07cbd0d8c6881521fa +SIZE (NLnetLabs-routinator-v0.11.3_GH0.tar.gz) = 5422873 diff --git a/net/routinator/files/routinator.in b/net/routinator/files/routinator.in index 11378a223f24..509f9acf97b7 100644 --- a/net/routinator/files/routinator.in +++ b/net/routinator/files/routinator.in @@ -2,7 +2,7 @@ # PROVIDE: routinator # REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: LOGIN # KEYWORD: shutdown . /etc/rc.subr