Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Mon, 11 Mar 2019 02:39:52
Message-Id: 1552271976.9f732c236cf298e463539a60e94060d5903209f9.bman@gentoo
1 commit: 9f732c236cf298e463539a60e94060d5903209f9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 02:38:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 02:39:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f732c23
7
8 sys-fs/squashfs-tools: drop vulnerable wrt bug #552484
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 sys-fs/squashfs-tools/Manifest | 2 --
13 sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 39 ----------------------
14 sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild | 39 ----------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
18 index f12639416ff..e1aeb832119 100644
19 --- a/sys-fs/squashfs-tools/Manifest
20 +++ b/sys-fs/squashfs-tools/Manifest
21 @@ -1,6 +1,4 @@
22 DIST squashfs-tools_4.3-3.debian.tar.xz 15252 BLAKE2B 5273eb8007192190786513f49be68eded38a7acae80d0c84067e8d239d53304a79be454cc4970af0d1c1eff6e58b75403201497dfd18d175f9d5aae5e0102834 SHA512 ab1a707e04e92697549f7e7c667c5da835d39d5e2cb791e47bf549b232e7173e6981c33a87cd373c4a7a4815e4af1b7294fe13e54422a5ccdcff90904bfc51ae
23 DIST squashfs-tools_4.3-6.debian.tar.xz 19060 BLAKE2B 4fc28fae1da2bd1bfbf774acd4f4b29e382760078efd16c655a9178633a58e1ab15fb0203a626dc6353df8ff6860f7da5f9369fd920cf773dd53f8b90cffe13c SHA512 e2f64cdcfe01696980a45d4d6ec50e82626cb3e25e8c98d63b68c9754f519171fcfc4586b4ef88104e28275e1daf94a23f5b7dd08d37fe6e8417b054954de1e7
24 DIST squashfs-tools_4.3-7.debian.tar.xz 19612 BLAKE2B 7894b6fa27e7e46aec82b680a1ce521c895436ccb1cafcfd3d95e09f56546e08539a7c152854ee14e9516e217339617d25e68c0cc1a4c41b3bdd689caeefa94a SHA512 88df37e0c13483c5591f925156628b3ae27279f56d2453f7f1f82558da1bc3338e23e9481d704b785a40846c6dedc6b0a0e1dd2ea70fe26ea2f1e855fd6d6fdf
25 -DIST squashfs3.2-r2.tar.gz 314764 BLAKE2B 55d2f38572263c4b1ec704ed7a07794400e904e260e316e399511851d35ab0f7e1834eba605e8739d1b8f6b5a56512570d36196d21743d05842e958b3d80e368 SHA512 983f1fa966c15fb4929eaaf2d88401aac72f6d04e8c5523bd46397bc28928ff13b638e0e96bc09650627449c37f6a654ffa727445f1e9ca13cdc9de4fc43012f
26 -DIST squashfs3.4.tar.gz 352660 BLAKE2B f48b1f0399d3fde75b8f625fa4130d04772ed9e6d8dc179e7105a7770a5bd211a7aa5c7d5d621efedc54707b37a622351efa65291c03cd84d049ec4a1094773a SHA512 5e126ea468271f54c62d473a04a355169514f2668b4dc0de4138a8ef2a6e633d373454e7b85c1c684b875d9dfc8afb17c05548dd5062d05f847ffef8e624d9fe
27 DIST squashfs4.3.tar.gz 182550 BLAKE2B f56ff33a505f7d60cced11224526bfce003bc06184ad7e8cb9cd08b14854164da8d2ecc64694d44085c46bcfa3aaa85939c97820415345053f7956af04066fdb SHA512 854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79
28
29 diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
30 deleted file mode 100644
31 index 33c9be8386e..00000000000
32 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit toolchain-funcs
40 -
41 -MY_PV=${PV/_p/-r}
42 -DESCRIPTION="Tool for creating compressed filesystem type squashfs"
43 -HOMEPAGE="http://squashfs.sourceforge.net/"
44 -SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="3.0" # squashfs filesystem version
48 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
49 -
50 -RDEPEND="sys-libs/zlib"
51 -DEPEND="${RDEPEND}"
52 -
53 -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
54 -
55 -src_prepare() {
56 - sed -i \
57 - -e 's:-O2:$(CFLAGS):' \
58 - -e '/-lz/s:$: $(LDFLAGS):' \
59 - Makefile || die
60 -
61 - echo "struct dir_info; `grep '^int dir_scan2' mksquashfs.c`;" >> global.h
62 -}
63 -
64 -src_compile() {
65 - emake CC="$(tc-getCC)"
66 -}
67 -
68 -src_install() {
69 - newbin mksquashfs mksquashfs-${SLOT}
70 - newbin unsquashfs unsquashfs-${SLOT}
71 - cd ..
72 - dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2
73 -}
74
75 diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
76 deleted file mode 100644
77 index ef2cd80bfd2..00000000000
78 --- a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -inherit toolchain-funcs
86 -
87 -MY_PV=${PV/_p/-r}
88 -DESCRIPTION="Tool for creating compressed filesystem type squashfs"
89 -HOMEPAGE="http://squashfs.sourceforge.net/"
90 -SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="3.1" # squashfs filesystem version
94 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
95 -
96 -RDEPEND="sys-libs/zlib"
97 -DEPEND="${RDEPEND}"
98 -
99 -S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
100 -
101 -src_prepare() {
102 - sed -i \
103 - -e 's:-O2:$(CFLAGS):' \
104 - -e '/-lz/s:$: $(LDFLAGS):' \
105 - Makefile || die
106 -
107 - sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c
108 -}
109 -
110 -src_compile() {
111 - emake CC="$(tc-getCC)"
112 -}
113 -
114 -src_install() {
115 - newbin mksquashfs mksquashfs-${SLOT}
116 - newbin unsquashfs unsquashfs-${SLOT}
117 - cd ..
118 - dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README
119 -}