From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Thu, 14 Mar 2019 14:47:35 +0000 (UTC) [thread overview]
Message-ID: <1552574850.ca69e5aeffc594a0c34edf2de59d75fc719ce8f2.jer@gentoo> (raw)
commit: ca69e5aeffc594a0c34edf2de59d75fc719ce8f2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 14:46:59 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 14:47:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca69e5ae
Revert "sys-fs/squashfs-tools: drop vulnerable wrt bug #552484"
This reverts commit 9f732c236cf298e463539a60e94060d5903209f9.
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
sys-fs/squashfs-tools/Manifest | 2 ++
sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 39 ++++++++++++++++++++++
sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild | 39 ++++++++++++++++++++++
3 files changed, 80 insertions(+)
diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
index 97b189ae5c9..bc3c4685807 100644
--- a/sys-fs/squashfs-tools/Manifest
+++ b/sys-fs/squashfs-tools/Manifest
@@ -2,4 +2,6 @@ DIST squashfs-tools_4.3-11.debian.tar.xz 27108 BLAKE2B 948a69f79fbec6af2467a5645
DIST squashfs-tools_4.3-3.debian.tar.xz 15252 BLAKE2B 5273eb8007192190786513f49be68eded38a7acae80d0c84067e8d239d53304a79be454cc4970af0d1c1eff6e58b75403201497dfd18d175f9d5aae5e0102834 SHA512 ab1a707e04e92697549f7e7c667c5da835d39d5e2cb791e47bf549b232e7173e6981c33a87cd373c4a7a4815e4af1b7294fe13e54422a5ccdcff90904bfc51ae
DIST squashfs-tools_4.3-6.debian.tar.xz 19060 BLAKE2B 4fc28fae1da2bd1bfbf774acd4f4b29e382760078efd16c655a9178633a58e1ab15fb0203a626dc6353df8ff6860f7da5f9369fd920cf773dd53f8b90cffe13c SHA512 e2f64cdcfe01696980a45d4d6ec50e82626cb3e25e8c98d63b68c9754f519171fcfc4586b4ef88104e28275e1daf94a23f5b7dd08d37fe6e8417b054954de1e7
DIST squashfs-tools_4.3-7.debian.tar.xz 19612 BLAKE2B 7894b6fa27e7e46aec82b680a1ce521c895436ccb1cafcfd3d95e09f56546e08539a7c152854ee14e9516e217339617d25e68c0cc1a4c41b3bdd689caeefa94a SHA512 88df37e0c13483c5591f925156628b3ae27279f56d2453f7f1f82558da1bc3338e23e9481d704b785a40846c6dedc6b0a0e1dd2ea70fe26ea2f1e855fd6d6fdf
+DIST squashfs3.2-r2.tar.gz 314764 BLAKE2B 55d2f38572263c4b1ec704ed7a07794400e904e260e316e399511851d35ab0f7e1834eba605e8739d1b8f6b5a56512570d36196d21743d05842e958b3d80e368 SHA512 983f1fa966c15fb4929eaaf2d88401aac72f6d04e8c5523bd46397bc28928ff13b638e0e96bc09650627449c37f6a654ffa727445f1e9ca13cdc9de4fc43012f
+DIST squashfs3.4.tar.gz 352660 BLAKE2B f48b1f0399d3fde75b8f625fa4130d04772ed9e6d8dc179e7105a7770a5bd211a7aa5c7d5d621efedc54707b37a622351efa65291c03cd84d049ec4a1094773a SHA512 5e126ea468271f54c62d473a04a355169514f2668b4dc0de4138a8ef2a6e633d373454e7b85c1c684b875d9dfc8afb17c05548dd5062d05f847ffef8e624d9fe
DIST squashfs4.3.tar.gz 182550 BLAKE2B f56ff33a505f7d60cced11224526bfce003bc06184ad7e8cb9cd08b14854164da8d2ecc64694d44085c46bcfa3aaa85939c97820415345053f7956af04066fdb SHA512 854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
new file mode 100644
index 00000000000..33c9be8386e
--- /dev/null
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit toolchain-funcs
+
+MY_PV=${PV/_p/-r}
+DESCRIPTION="Tool for creating compressed filesystem type squashfs"
+HOMEPAGE="http://squashfs.sourceforge.net/"
+SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="3.0" # squashfs filesystem version
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
+
+src_prepare() {
+ sed -i \
+ -e 's:-O2:$(CFLAGS):' \
+ -e '/-lz/s:$: $(LDFLAGS):' \
+ Makefile || die
+
+ echo "struct dir_info; `grep '^int dir_scan2' mksquashfs.c`;" >> global.h
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ newbin mksquashfs mksquashfs-${SLOT}
+ newbin unsquashfs unsquashfs-${SLOT}
+ cd ..
+ dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2
+}
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
new file mode 100644
index 00000000000..ef2cd80bfd2
--- /dev/null
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit toolchain-funcs
+
+MY_PV=${PV/_p/-r}
+DESCRIPTION="Tool for creating compressed filesystem type squashfs"
+HOMEPAGE="http://squashfs.sourceforge.net/"
+SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="3.1" # squashfs filesystem version
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
+
+src_prepare() {
+ sed -i \
+ -e 's:-O2:$(CFLAGS):' \
+ -e '/-lz/s:$: $(LDFLAGS):' \
+ Makefile || die
+
+ sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ newbin mksquashfs mksquashfs-${SLOT}
+ newbin unsquashfs unsquashfs-${SLOT}
+ cd ..
+ dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README
+}
next reply other threads:[~2019-03-14 14:47 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 14:47 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-01 20:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ Sam James
2023-06-01 20:05 Sam James
2023-06-01 18:35 Jakov Smolić
2023-06-01 17:19 Arthur Zamarin
2023-03-26 3:02 Michał Górny
2023-03-18 6:00 Michał Górny
2023-03-18 6:00 Michał Górny
2022-10-28 20:58 Sam James
2022-09-05 17:43 Michał Górny
2022-09-05 14:03 Agostino Sarubbo
2022-09-04 20:22 Sam James
2022-09-04 18:43 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 17:48 Sam James
2022-09-04 17:45 Sam James
2022-09-04 17:45 Sam James
2022-08-27 10:11 WANG Xuerui
2022-07-27 2:51 Matt Turner
2022-04-27 20:17 Michał Górny
2022-04-27 19:30 Arthur Zamarin
2022-04-27 19:07 Arthur Zamarin
2022-04-27 18:49 Arthur Zamarin
2022-04-27 18:34 Arthur Zamarin
2022-04-27 18:21 Arthur Zamarin
2022-04-27 18:20 Sam James
2022-04-27 18:20 Sam James
2022-03-18 10:08 Michał Górny
2021-12-03 8:42 Michał Górny
2021-12-03 7:52 Arthur Zamarin
2021-12-03 7:52 Arthur Zamarin
2021-12-02 23:39 Sam James
2021-12-02 23:39 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:48 Sam James
2021-10-15 3:20 Sam James
2021-09-04 22:07 Michał Górny
2021-09-04 21:39 Sam James
2021-09-01 18:32 Sam James
2021-08-29 17:52 Sam James
2021-08-29 10:02 Agostino Sarubbo
2021-08-28 5:36 Agostino Sarubbo
2021-08-27 20:04 Sam James
2021-08-27 20:04 Sam James
2021-07-23 7:17 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 14:22 Sam James
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 4:55 Sam James
2020-12-17 4:54 Sam James
2020-12-16 21:24 Sergei Trofimovich
2020-12-16 19:51 Sam James
2020-11-07 8:39 Michał Górny
2020-11-07 8:39 Michał Górny
2020-11-07 8:39 Michał Górny
2020-11-07 8:39 Michał Górny
2020-05-05 11:51 Joonas Niilola
2020-02-08 10:57 Jeroen Roovers
2019-12-28 15:39 Mikle Kolyada
2019-12-23 9:30 Mikle Kolyada
2019-12-17 19:58 Sergei Trofimovich
2019-12-16 16:56 Aaron Bauman
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 12:48 Agostino Sarubbo
2019-12-15 11:38 Agostino Sarubbo
2019-12-13 21:53 Piotr Karbowski
2019-10-21 7:50 Jeroen Roovers
2019-08-29 5:49 Jeroen Roovers
2019-08-29 5:44 Jeroen Roovers
2019-08-29 5:31 Jeroen Roovers
2019-05-04 19:51 Andreas K. Hüttel
2019-04-14 23:55 Aaron Bauman
2019-04-10 11:40 Jeroen Roovers
2019-04-08 6:51 Mikle Kolyada
2019-04-08 6:51 Mikle Kolyada
2019-04-08 6:51 Mikle Kolyada
2019-04-01 19:58 Thomas Deutschmann
2019-03-25 22:18 Sergei Trofimovich
2019-03-25 11:47 Mikle Kolyada
2019-03-25 9:41 Mikle Kolyada
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-24 16:06 Michał Górny
2019-03-24 10:01 Agostino Sarubbo
2019-03-18 16:52 Jeroen Roovers
2019-03-14 15:15 Jeroen Roovers
2019-03-14 14:53 Jeroen Roovers
2019-03-14 14:47 Jeroen Roovers
2019-03-11 2:39 Aaron Bauman
2019-02-02 14:22 Jeroen Roovers
2018-12-24 19:13 Jeroen Roovers
2018-10-05 21:13 Jeroen Roovers
2018-10-05 21:09 Jeroen Roovers
2018-06-30 9:19 Jeroen Roovers
2018-06-30 9:19 Jeroen Roovers
2017-11-14 6:30 Jeroen Roovers
2017-02-03 22:12 Jeroen Roovers
2017-01-14 11:44 Jeroen Roovers
2016-12-20 21:35 David Seifert
2016-12-17 15:23 Markus Meier
2016-12-06 11:53 Agostino Sarubbo
2016-12-06 11:50 Agostino Sarubbo
2016-12-05 15:49 Tobias Klausmann
2016-11-27 9:17 Mike Frysinger
2016-11-10 5:24 Mike Frysinger
2016-08-01 9:31 Jeroen Roovers
2016-04-13 18:41 Mike Frysinger
2016-04-13 18:41 Mike Frysinger
2015-10-16 18:30 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1552574850.ca69e5aeffc594a0c34edf2de59d75fc719ce8f2.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox