Your message dated Fri, 31 Mar 2023 17:33:56 +0000
with message-id <[email protected]>
and subject line unblock stayrtr
has caused the Debian Bug report #1033693,
regarding unblock: stayrtr/0.5.1-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1033693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033693
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:stayrtr
Please unblock package stayrtr
stayrtr is better integrated with rpki-client than octorpki, which has
not been getting new features in a long time.
Accordingly recommend rpki-client and use it as the data source by
default.
Full diff attached.
unblock stayrtr/0.5.1-2
--
ciao,
Marco
diff -Nru stayrtr-0.5.1/debian/changelog stayrtr-0.5.1/debian/changelog
--- stayrtr-0.5.1/debian/changelog 2023-03-05 01:11:49.000000000 +0100
+++ stayrtr-0.5.1/debian/changelog 2023-03-28 23:09:15.000000000 +0200
@@ -1,3 +1,11 @@
+stayrtr (0.5.1-2) unstable; urgency=medium
+
+ * Default to use /var/lib/rpki-client/json (from rpki-client) as the source
+ instead of the octorpki URL, since they are much better integrated.
+ * Recommend rpki-client.
+
+ -- Marco d'Itri <[email protected]> Tue, 28 Mar 2023 23:09:15 +0200
+
stayrtr (0.5.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru stayrtr-0.5.1/debian/control stayrtr-0.5.1/debian/control
--- stayrtr-0.5.1/debian/control 2023-02-27 03:23:32.000000000 +0100
+++ stayrtr-0.5.1/debian/control 2023-03-27 06:20:23.000000000 +0200
@@ -24,6 +24,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
adduser
+Recommends: rpki-client
Conflicts: gortr
Built-Using: ${misc:Built-Using}
Description: RPKI to Router server
diff -Nru stayrtr-0.5.1/debian/stayrtr.default stayrtr-0.5.1/debian/stayrtr.default
--- stayrtr-0.5.1/debian/stayrtr.default 2023-02-27 03:18:52.000000000 +0100
+++ stayrtr-0.5.1/debian/stayrtr.default 2023-03-27 06:20:38.000000000 +0200
@@ -1,5 +1,5 @@
# Run "stayrtr -h" to see the available command line options and their
# defaults.
-STAYRTR_ARGS=-bind :323 -cache http://localhost:9880/output.json
+STAYRTR_ARGS=-bind :323 -cache /var/lib/rpki-client/json
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---