[PATCH gnome-team] gnu: libarchive: Update to 3.7.2.

  • Open
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 12 Oct 2023 12:57
(address . guix-patches@gnu.org)
f64536b59278343a5ce8df7eb2c9ca45c49f22ed.1697113335.git.liliana.prikler@gmail.com
* gnu/packages/backup.scm (libarchive): Update to 3.7.2.
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 12c4a45b9d..9e679dd27f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -239,7 +239,7 @@ (define-public hdup
(define-public libarchive
(package
(name "libarchive")
- (version "3.6.1")
+ (version "3.7.2")
(source
(origin
(method url-fetch)
@@ -250,7 +250,7 @@ (define-public libarchive
version ".tar.xz")))
(sha256
(base32
- "1rj8q5v26lxxr8x4b4nqbrj7p06qvl91hb8cdxi3xx3qp771lhas"))))
+ "1jqs4ldqcc94zcymjq52cyf83r0sfjnh5picd10njyviwrhpcd84"))))
(build-system gnu-build-system)
(inputs
(list bzip2

base-commit: b701a7018d94aebef6a967ec235c72c1f7cdfe5c
--
2.41.0
M
M
Maxim Cournoyer wrote on 12 Oct 2023 16:22
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)
87cyxjc44k.fsf@gmail.com
Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/backup.scm (libarchive): Update to 3.7.2.

LGTM, but I guess you are mostly interested to get insights from QA? :-)

--
Thanks,
Maxim
L
L
Liliana Marie Prikler wrote on 12 Oct 2023 16:32
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
f31633b03fbcb0f327a835ad26cd1bf113083497.camel@gmail.com
Am Donnerstag, dem 12.10.2023 um 10:22 -0400 schrieb Maxim Cournoyer:
Toggle quote (8 lines)
> Hi,
>
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>
> > * gnu/packages/backup.scm (libarchive): Update to 3.7.2.
>
> LGTM, but I guess you are mostly interested to get insights from QA?
> :-)
Hahaha, yeah, that's a core-updates style world rebuild.
(Could also go to core-updates rather than gnome-team now that I think
of it.)

Cheers
M
M
Maxim Cournoyer wrote on 12 Oct 2023 19:27
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)
87lec77nus.fsf@gmail.com
Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

Toggle quote (13 lines)
> Am Donnerstag, dem 12.10.2023 um 10:22 -0400 schrieb Maxim Cournoyer:
>> Hi,
>>
>> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>>
>> > * gnu/packages/backup.scm (libarchive): Update to 3.7.2.
>>
>> LGTM, but I guess you are mostly interested to get insights from QA?
>> :-)
> Hahaha, yeah, that's a core-updates style world rebuild.
> (Could also go to core-updates rather than gnome-team now that I think
> of it.)

Feel free to push it to core-updates if it reduces the scope of the
gnome-team branch.

--
Thanks,
Maxim
L
L
Liliana Marie Prikler wrote on 21 Oct 2023 21:54
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
dc168f15a63e3568bebbfbd2a290ead59c5154ef.camel@gmail.com
Am Donnerstag, dem 12.10.2023 um 13:27 -0400 schrieb Maxim Cournoyer:
Toggle quote (21 lines)
> Hi,
>
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>
> > Am Donnerstag, dem 12.10.2023 um 10:22 -0400 schrieb Maxim
> > Cournoyer:
> > > Hi,
> > >
> > > Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> > >
> > > > * gnu/packages/backup.scm (libarchive): Update to 3.7.2.
> > >
> > > LGTM, but I guess you are mostly interested to get insights from
> > > QA?
> > > :-)
> > Hahaha, yeah, that's a core-updates style world rebuild.
> > (Could also go to core-updates rather than gnome-team now that I
> > think of it.)
>
> Feel free to push it to core-updates if it reduces the scope of the
> gnome-team branch.
Heads up, I just got the following while trying to build stuff locally
(it's getting colder, so I can afford to use CPU heating, plus I was
elsewhere for the day):

../libgxps-0.3.2/meson.build:145:14: ERROR: Dependency lookup for
libarchive with method 'pkgconfig' failed: Could not generate cargs for
libarchive:
Package libcrypto was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcrypto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcrypto', required by 'libarchive', not found

Accordingly, this should go to neither gnome-team nor core-updates atm
:)

Cheers
?