summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorejjl2023-05-05 19:52:24 +0200
committerejjl2023-05-05 19:52:24 +0200
commitfea664e3c1d43f9451277be38033ef7fb3f9cfe2 (patch)
treebd610291d083c26451b5ed345708f337872b284e
parentc695324faf889ae98e61b3d1c8980d5e35cf4f13 (diff)
downloadaur-fea664e3c1d43f9451277be38033ef7fb3f9cfe2.tar.gz
Added a changelog file openbgpd.changelog
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
-rw-r--r--openbgpd.changelog16
3 files changed, 24 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c27d47018be3..ff69617c1080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = openbgpd
pkgdesc = A FREE implementation of the Border Gateway Protocol, Version 4
pkgver = 8.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.openbgpd.org
+ changelog = openbgpd.changelog
arch = x86_64
license = ISC
depends = libevent
diff --git a/PKGBUILD b/PKGBUILD
index e6b32ac090b4..12dcebeb6e4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openbgpd
pkgver=8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A FREE implementation of the Border Gateway Protocol, Version 4"
arch=(x86_64)
url="https://www.openbgpd.org"
@@ -13,6 +13,7 @@ depends=(libevent)
source=(https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-${pkgver}.tar.gz{,.asc}
bgpd.service
sysusers.conf)
+changelog=openbgpd.changelog
sha256sums=('cef83570f5f0c149f11152f0f9532efba42fb638c5e599813ba32ea6e002fd5c'
'SKIP'
'374fbf93489ba8e5d8722c534e5c899a6c01601d5540423ac290fcc0fe6c77c6'
@@ -47,3 +48,7 @@ sha256sums=('cc67294642364e68c2ac708be6f8e8df67e2857aa15722ce924d6778f8bb6489'
'SKIP'
'374fbf93489ba8e5d8722c534e5c899a6c01601d5540423ac290fcc0fe6c77c6'
'00165fa765f95ad0a99df2744401b7892384601f70a98d6d0097144cb55f9d68')
+sha256sums=('cc67294642364e68c2ac708be6f8e8df67e2857aa15722ce924d6778f8bb6489'
+ 'SKIP'
+ '374fbf93489ba8e5d8722c534e5c899a6c01601d5540423ac290fcc0fe6c77c6'
+ '00165fa765f95ad0a99df2744401b7892384601f70a98d6d0097144cb55f9d68')
diff --git a/openbgpd.changelog b/openbgpd.changelog
new file mode 100644
index 000000000000..4c7224ad08be
--- /dev/null
+++ b/openbgpd.changelog
@@ -0,0 +1,16 @@
+## 8.0 - 2023-05-04
+* Include OpenBSD 7.3 errata 001 (link: https://www.openbsd.org/errata73.html#p001_bgpd):
+ A new ASPA object appeared in the RPKI ecosystem and exposed bugs in
+ bgpd(8) and rpki-client(8).
+
+* Introduce a semaphore to protect intermittent RTR session data
+ from being published to the RDE.
+
+* Add first version of flowspec support. Right now only announcement
+ of flowspec rules is possible.
+
+* Improve and extend the bgpctl parser to handle commands like
+ `bgpctl show rib 192.0.2.0/24 detail`. Also add various flowspec
+ specific commands.
+
+## This document contains the changelogs as posted in each release announcement on the OpenBSD mailing list.