artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba2599
)
indicate that not having hashes already is just legacy needed
author
espie
<espie@openbsd.org>
Sat, 27 May 2023 10:04:17 +0000
(10:04 +0000)
committer
espie
<espie@openbsd.org>
Sat, 27 May 2023 10:04:17 +0000
(10:04 +0000)
until all old packages are gone
usr.sbin/pkg_add/OpenBSD/Signature.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/Signature.pm
b/usr.sbin/pkg_add/OpenBSD/Signature.pm
index
37f84e2
..
04508fa
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/Signature.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/Signature.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: Signature.pm,v 1.2
7 2022/05/29 10:48:41
espie Exp $
+# $OpenBSD: Signature.pm,v 1.2
8 2023/05/27 10:04:17
espie Exp $
#
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
#
@@
-237,6
+237,7
@@
sub new
my ($class, $pkgname, $extra, $plist) = @_;
my $o = $class->SUPER::new($pkgname, $extra);
my $a = $plist->get('always-update');
+ # TODO remove after 2025
if (!defined $a->{hash}) {
$a->hash_plist($plist);
}