artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f14c4
)
add some more fluff to documentation
author
espie
<espie@openbsd.org>
Tue, 4 Jul 2023 14:03:16 +0000
(14:03 +0000)
committer
espie
<espie@openbsd.org>
Tue, 4 Jul 2023 14:03:16 +0000
(14:03 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
index
0765c51
..
8c2ddca
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.19
3 2023/07/04 13:58:01
espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.19
4 2023/07/04 14:03:16
espie Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@
-373,6
+373,9
@@
sub check_version($, $, $)
{
}
+
+# Virtual PackingElements related to chunked gzips and LRU caching.
+# see save_history
package OpenBSD::PackingElement::StreamMarker;
our @ISA = qw(OpenBSD::PackingElement::Meta);
sub new($class)