[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/285: gnu: squashfs-tools: Update to 4.4.
From: |
guix-commits |
Subject: |
156/285: gnu: squashfs-tools: Update to 4.4. |
Date: |
Sun, 29 Dec 2019 20:44:20 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit e24644c89aaf6054e3081d1dea8bb3eeba0c47c6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Dec 25 17:06:42 2019 +0100
gnu: squashfs-tools: Update to 4.4.
* gnu/packages/compression.scm (squashfs-tools): Update to 4.4.
[arguments]: Remove obsolete ‘fix-glibc-compatability’ phase.
---
gnu/packages/compression.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index bb1c5b6..02e4e32 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -779,7 +779,7 @@ time for compression ratio.")
(define-public squashfs-tools
(package
(name "squashfs-tools")
- (version "4.3")
+ (version "4.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/squashfs/squashfs/"
@@ -787,10 +787,10 @@ time for compression ratio.")
"squashfs" version ".tar.gz"))
(sha256
(base32
- "1xpklm0y43nd9i6jw43y2xh5zvlmj9ar2rvknh0bh7kv8c95aq0d"))))
+ "0zmhvczscqz0mzh4b9m8m42asq14db0a6lc8clp5ljq5ybrv70d9"))))
(build-system gnu-build-system)
(arguments
- '(#:tests? #f ; no check target
+ '(#:tests? #f ; no check target
#:make-flags
(list "CC=gcc"
"XZ_SUPPORT=1"
@@ -802,13 +802,6 @@ time for compression ratio.")
(replace 'configure
(lambda _
(chdir "squashfs-tools")
- #t))
- (add-after 'unpack 'fix-glibc-compatability
- (lambda _
- (substitute* '("squashfs-tools/mksquashfs.c"
- "squashfs-tools/unsquashfs.c")
- (("<sys/sysinfo.h>")
- "<sys/sysinfo.h>\n#include <sys/sysmacros.h>"))
#t)))))
(inputs
`(("lz4" ,lz4)
- 131/285: gnu: Add gcc-arm-none-eabi-7-2018-q2-update., (continued)
- 131/285: gnu: Add gcc-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 142/285: gnu: xvid: Update to 1.3.6., guix-commits, 2019/12/29
- 145/285: gnu: gaupol: Update to 1.7., guix-commits, 2019/12/29
- 137/285: gnu: Add axoloti-patcher-next., guix-commits, 2019/12/29
- 146/285: gnu: xvid: Update source uri., guix-commits, 2019/12/29
- 148/285: gnu: msgpack: Update to 3.2.1., guix-commits, 2019/12/29
- 147/285: gnu: nginx: Update to 1.17.7., guix-commits, 2019/12/29
- 150/285: gnu: pan: Update to 0.146., guix-commits, 2019/12/29
- 149/285: gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722]., guix-commits, 2019/12/29
- 152/285: gnu: lxtask: Update to 0.1.9., guix-commits, 2019/12/29
- 156/285: gnu: squashfs-tools: Update to 4.4.,
guix-commits <=
- 158/285: gnu: Add dvdbackup., guix-commits, 2019/12/29
- 115/285: gnu: Add gnome-font-viewer., guix-commits, 2019/12/29
- 120/285: gnu: xmobar: Update to 0.32., guix-commits, 2019/12/29
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29