diff mbox series

[bug#66486,gnome-team] gnu: libarchive: Update to 3.7.2.

Message ID f64536b59278343a5ce8df7eb2c9ca45c49f22ed.1697113335.git.liliana.prikler@gmail.com
State New
Headers show
Series [bug#66486,gnome-team] gnu: libarchive: Update to 3.7.2. | expand

Commit Message

Liliana Marie Prikler Oct. 12, 2023, 10:57 a.m. UTC
* gnu/packages/backup.scm (libarchive): Update to 3.7.2.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: b701a7018d94aebef6a967ec235c72c1f7cdfe5c

Comments

Maxim Cournoyer Oct. 12, 2023, 2:22 p.m. UTC | #1
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? :-)
Liliana Marie Prikler Oct. 12, 2023, 2:32 p.m. UTC | #2
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.)

Cheers
Maxim Cournoyer Oct. 12, 2023, 5:27 p.m. UTC | #3
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.
Liliana Marie Prikler Oct. 21, 2023, 7:54 p.m. UTC | #4
Am Donnerstag, dem 12.10.2023 um 13:27 -0400 schrieb Maxim Cournoyer:
> 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
diff mbox series

Patch

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