better abstraction: instead of storing a string we're going to parse for
authorespie <espie@openbsd.org>
Sun, 8 May 2022 13:21:04 +0000 (13:21 +0000)
committerespie <espie@openbsd.org>
Sun, 8 May 2022 13:21:04 +0000 (13:21 +0000)
commit278280115c7094f5a117330907de503788e35963
tree2c3f458bff6b2719b82ab298d8b93a55f45e9528
parent5406d593fd779ad67b13f3aa2d4c6dbfc042220d
better abstraction: instead of storing a string we're going to parse for
signature dates, just annotate the PackageLocation with the info,
and decorate the PackingList itself when we finished reading it from the
location
usr.sbin/pkg_add/OpenBSD/Handle.pm
usr.sbin/pkg_add/OpenBSD/PackageLocation.pm
usr.sbin/pkg_add/OpenBSD/PackageRepository.pm
usr.sbin/pkg_add/OpenBSD/PackageRepository/Installed.pm