From: espie Date: Sun, 15 May 2022 08:02:23 +0000 (+0000) Subject: remove the gzip chunk after CONTENTS, it was only needed back when X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b9b382d5d72cf6b649a7890fb20c6853d851b43e;p=openbsd remove the gzip chunk after CONTENTS, it was only needed back when we signed the packing-list separately. Now that we use signify to create the signature without decompressing anything, it's completely irrelevant. --- diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm index e4dc254c75b..c1f293502ea 100644 --- 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.176 2022/05/12 17:01:01 espie Exp $ +# $OpenBSD: PkgCreate.pm,v 1.177 2022/05/15 08:02:23 espie Exp $ # # Copyright (c) 2003-2014 Marc Espie # @@ -498,14 +498,12 @@ sub archive { my ($self, $state) = @_; $self->SUPER::archive($state); - $state->new_gstream; } sub comment_create_package { my ($self, $state) = @_; $self->SUPER::comment_create_package($state); - $state->say("GZIP: END OF SIGNATURE CHUNK"); } sub stub_digest