Skip to content

Commit ec70d49

Browse files
authored
Release 0.3.3-rc1.
New * Changed the version negotiation mechanism of the RTR client to follow [draft-ietf-sidrops-8210bis]. (Via [rpki-rs#346]) Bug fixes * Fixed various aspects of handling of ASPA PDUs: * The provider AS set in withdrawal PDUs is now always empty. (Via [rpki-rs#350]) * When updating an ASPA, there will not be a stray withdrawl any more. ([#142]) Other changes * Update the systems binary packages are built for. These are now: * Debian Bullseye, Bookworm, and Trixie (ie., 11, 12, 13), * Ubuntu Jammy 22.04 and Noble 24.04, * Red Hat Enterprise Linux 8, 9, and 10 or compatible.
1 parent 934ad6e commit ec70d49

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ systemd-units = { unit-name = "rtrtr", unit-scripts = "pkg/common", enable = fal
8383
[package.metadata.deb.variants.ubuntu-jammy]
8484
systemd-units = { unit-name = "rtrtr", unit-scripts = "pkg/common", enable = false, usr-merge = false }
8585

86-
[package.metadata.deb.variants.ubuntu-focal]
87-
systemd-units = { unit-name = "rtrtr", unit-scripts = "pkg/common", enable = false, usr-merge = false }
88-
8986
[package.metadata.deb.variants.debian-buster]
9087
systemd-units = { unit-name = "rtrtr", unit-scripts = "pkg/common", enable = false, usr-merge = false }
9188

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Other changes
2121

2222
* Update the systems binary packages are built for. These are now:
2323
* Debian Bullseye, Bookworm, and Trixie (ie., 11, 12, 13),
24-
* Ubuntu Focal 20.04, Jammy 22.04, and Noble 24.04,
24+
* Ubuntu Jammy 22.04 and Noble 24.04,
2525
* Red Hat Enterprise Linux 8, 9, and 10 or compatible.
2626

2727
[#142]: https://github.com/NLnetLabs/rtrtr/pull/142

doc/manual/source/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ to get started.
104104

105105
- Ubuntu Noble 24.04 (LTS)
106106
- Ubuntu Jammy 22.04 (LTS)
107-
- Ubuntu Focal 20.04 (LTS)
108107

109108
Packages are available for the ``amd64``/``x86_64`` architecture only.
110109

pkg/rules/packages-to-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
pkg:
55
- "rtrtr"
66
image:
7-
- "ubuntu:focal" # ubuntu/20.04
87
- "ubuntu:jammy" # ubuntu/22.04
98
- "ubuntu:noble" # ubuntu/24.04
109
- "debian:bullseye" # debian/11

0 commit comments

Comments
 (0)