summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlquidfire2023-10-07 16:00:09 +0200
committerlquidfire2023-10-07 16:00:09 +0200
commit9ff3807d821f67635c4bfc7bc5ee5edc577329e8 (patch)
tree9ad5768e0236c5be910ac806aa73e659322d16f6
parent607b2b34d7c1f709d694a4a155954e83403c9f55 (diff)
downloadaur-9ff3807d821f67635c4bfc7bc5ee5edc577329e8.tar.gz
v8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--openbgpd.changelog17
3 files changed, 23 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82a248fb485..8af4f009f643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = openbgpd
pkgdesc = A FREE implementation of the Border Gateway Protocol, Version 4
- pkgver = 8.1
+ pkgver = 8.2
pkgrel = 1
url = https://www.openbgpd.org
changelog = openbgpd.changelog
arch = x86_64
license = ISC
depends = libevent
- source = https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-8.1.tar.gz
- source = https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-8.1.tar.gz.asc
+ source = https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-8.2.tar.gz
+ source = https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-8.2.tar.gz.asc
source = bgpd.service
source = sysusers.conf
validpgpkeys = BA3DA14FEE657A6D7931C08EC755429BA6A969A8
- sha256sums = c2bf30adb08a8d507737281fb723dcc794265ab71040fd2fb33f635128f003dd
+ sha256sums = 0d1d0356f87de850c04200755ac28cf75f36da0e3040bbc277e063dd754a2181
sha256sums = SKIP
sha256sums = 374fbf93489ba8e5d8722c534e5c899a6c01601d5540423ac290fcc0fe6c77c6
sha256sums = 00165fa765f95ad0a99df2744401b7892384601f70a98d6d0097144cb55f9d68
diff --git a/PKGBUILD b/PKGBUILD
index 415bf9c3c4c0..bf1dfb33e49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Yuuta Liang <yuuta@yuuta.moe>
pkgname=openbgpd
-pkgver=8.1
+pkgver=8.2
pkgrel=1
pkgdesc="A FREE implementation of the Border Gateway Protocol, Version 4"
arch=(x86_64)
@@ -14,7 +14,7 @@ source=(https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-${pkgver}.tar.gz{,
bgpd.service
sysusers.conf)
changelog=openbgpd.changelog
-sha256sums=('c2bf30adb08a8d507737281fb723dcc794265ab71040fd2fb33f635128f003dd'
+sha256sums=('0d1d0356f87de850c04200755ac28cf75f36da0e3040bbc277e063dd754a2181'
'SKIP'
'374fbf93489ba8e5d8722c534e5c899a6c01601d5540423ac290fcc0fe6c77c6'
'00165fa765f95ad0a99df2744401b7892384601f70a98d6d0097144cb55f9d68')
diff --git a/openbgpd.changelog b/openbgpd.changelog
index 3ec0b2ecb129..37f73c132afc 100644
--- a/openbgpd.changelog
+++ b/openbgpd.changelog
@@ -1,3 +1,20 @@
+## 8.2 - 2023-10-02
+ * Update ASPA support to follow draft-ietf-sidrops-aspa-verification-16
+ and draft-ietf-sidrops-aspa-profile-16 by making the ASPA lookup
+ tables AFI-agnostic.
+
+ * Fix a fatal error in the Linux netlink parser which was triggered
+ because of a mismatched netlink message size.
+
+ * Rework UPDATE message generation to use the new ibuf API instead
+ of the hand-rolled solution before.
+
+ * Improve error message in bgpctl for features not supported by the
+ portable version of OpenBGPD.
+
+ * Adjusted example GRACEFUL_SHUTDOWN filter rule in the example config
+ to only match on ebgp sessions.
+
## 8.1 - 2023-07-12
* Include OpenBSD 7.3 errata 002:
Avoid fatal errors in bgpd(8) due to incorrect refcounting and