CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/03/27 13:27:59
Modified files: usr.sbin/rpki-client: rrdp.c Log message: There is no need to update the rrdp state file if there was no modification. This is needed to better track how long a RRDP server shipped the same file. The old data is still valid in that case. Especially since rpki-client allows the sequence number to be off by 2 because CDNs are hard. OK tb@ job@