diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-04-30 19:37:41 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-04-30 19:38:57 +0200 |
| commit | f542ca931f6f1f4763a52f6707edc976df65f69c (patch) | |
| tree | 36982203e80b065e42b3a32cbe555f357b3a80bd | |
| parent | c2b12ccaa57a65725ba57cbbe391dba7beba9888 (diff) | |
debian: 10.0-1debian/frr-10.0-1
Should build on all Debian platforms except hppa which still has a
clippy issue to be investigated.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fb1f1d74b5..d631eecc7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -frr (10.0-1) UNRELEASED; urgency=medium +frr (10.0-1) unstable; urgency=medium * IRDP module is no longer packaged (slated to be removed upstream) * added mkdir+chown /var/lib/frr which is now used by FRR * sysconfdir and localstatedir configure args are no longer needed * NB: refer to never-released 8.5.2-1 changes below! * Link libatomic unconditionally (closes: #1067077) + * known to not build on hppa due to struct.calcsize python exception - -- David Lamparter <equinox-debian@diac24.net> Tue, 30 Apr 2024 16:34:16 +0200 + -- David Lamparter <equinox-debian@diac24.net> Tue, 30 Apr 2024 19:36:44 +0200 frr (10.0-0.2) unstable; urgency=medium |
