From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/
Date: Fri, 11 Mar 2022 11:01:17 +0000 (UTC) [thread overview]
Message-ID: <1646996455.9923950a8fb3c067c6102f7175b94ecc1cbbdfaf.sam@gentoo> (raw)
commit: 9923950a8fb3c067c6102f7175b94ecc1cbbdfaf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 09:19:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 11:00:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9923950a
app-arch/lrzip: add 0.651
Not thought to fix any further vulnerabilities but it's a better
stable candidate.
Bug: https://bugs.gentoo.org/834456
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/lrzip/Manifest | 1 +
app-arch/lrzip/lrzip-0.651.ebuild | 51 +++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
index fda21f1f62bf..b156593d8470 100644
--- a/app-arch/lrzip/Manifest
+++ b/app-arch/lrzip/Manifest
@@ -1,2 +1,3 @@
DIST lrzip-0.641.tar.gz 262761 BLAKE2B 5a81d9ca8b40c141c90488e9ffcd1dfd5bef3fe7cf9b02c00b9382cd902ef8cd891401f21c9cdd5d5750daf639c05a1e6f1f010fcbf42a9cdaa4f11921fac783 SHA512 cb14dda15485faa24cb840dd94ecd4741bd47464770ae8b27f97b5c263d8a32e40ceb17b288f0f70426598ef2acf84b091593fc8cf7a0f2db0abde88d09a301f
DIST lrzip-0.650.tar.gz 238952 BLAKE2B 5013de6f8948aebf1bb7545c392b623a1628f74298cab3316555ec6a1acbbc64f81abcf1f5c8a7a67a547d8748f7bb05d0d88cb58b6fa3ab765baad596acb756 SHA512 30a3217703748f6894fbac438976e3179a46e3f6af59e5849f7f8460d1a094275a4b41790617f4bd1ae7c7476548d2daadcfab9ab60c167ce5c24cd593e70964
+DIST lrzip-0.651.tar.gz 238854 BLAKE2B 2680867ccbee6ff669581017c9bb22db4d7eba0fda80b935bd088191809cb8baa833a03e7732cd1fe5a0487edfe577b34f34dcdcda121c114145bff9fc17ba79 SHA512 97671c4705bc06dfd037e38f4384a5ffaf2e3508da217406ac43642b88eae16576818a378bce519812204fecefbd6552a75fc3e74af729ab7b11724b7a6d1998
diff --git a/app-arch/lrzip/lrzip-0.651.ebuild b/app-arch/lrzip/lrzip-0.651.ebuild
new file mode 100644
index 000000000000..9cb8ed8b2d4e
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.651.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="https://github.com/ckolivas/lrzip"
+SRC_URI="https://github.com/ckolivas/lrzip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="app-arch/bzip2
+ app-arch/lz4
+ dev-libs/lzo
+ sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Pod-Parser
+ amd64? ( dev-lang/nasm )
+ x86? ( dev-lang/nasm )"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_configure() {
+ # ASM optimizations are only available on amd64 and x86, bug #829003
+ local asm=no
+ if use amd64 || use x86; then
+ asm=yes
+ fi
+
+ econf \
+ $(use_enable static-libs static) \
+ --enable-asm=${asm}
+}
+
+src_install() {
+ default
+ # Don't collide with net-dialup/lrzsz and /usr/bin/lrz, bug #588206
+ rm -f "${ED}"/usr/bin/lrz || die
+ rm -f "${ED}"/usr/share/man/man1/lrz.* || die
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2022-03-11 11:01 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 11:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 16:15 [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/ Arthur Zamarin
2025-09-23 17:01 Arthur Zamarin
2025-09-23 12:08 Arthur Zamarin
2025-09-22 19:50 Arthur Zamarin
2025-09-22 18:56 Sam James
2025-07-28 16:28 Sam James
2024-03-26 20:17 Ionen Wolkens
2024-02-25 0:01 Joshua Kinard
2024-02-17 12:26 Jakov Smolić
2022-11-23 7:53 WANG Xuerui
2022-04-14 8:10 Agostino Sarubbo
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-09 20:02 Arthur Zamarin
2022-04-09 19:41 Arthur Zamarin
2022-04-07 20:58 Jakov Smolić
2022-04-07 20:58 Jakov Smolić
2022-03-02 2:31 Sam James
2021-12-19 12:13 Stephan Hartmann
2021-12-19 11:58 Sam James
2021-07-17 19:41 Andreas K. Hüttel
2021-07-17 19:41 Andreas K. Hüttel
2021-04-14 22:07 Sam James
2021-04-14 16:26 Sam James
2021-04-14 16:25 Sam James
2021-04-14 16:24 Sam James
2021-04-14 16:23 Sam James
2021-04-14 16:23 Sam James
2021-04-13 18:43 Sergei Trofimovich
2021-03-07 23:04 Sam James
2021-02-22 7:25 Sam James
2021-01-06 12:52 Fabian Groffen
2020-07-13 18:08 Sam James
2020-03-19 19:09 Thomas Deutschmann
2019-11-11 19:39 Sergei Trofimovich
2019-11-07 0:21 Aaron Bauman
2019-11-01 23:25 Sergei Trofimovich
2019-11-01 10:34 Mikle Kolyada
2019-10-28 9:43 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-10-26 23:36 Thomas Deutschmann
2019-03-02 23:28 Andreas Sturmlechner
2018-10-14 10:18 Pacho Ramos
2018-10-14 10:18 Pacho Ramos
2018-03-30 18:50 Aaron Bauman
2017-04-08 6:06 Michał Górny
2017-03-03 10:09 Agostino Sarubbo
2016-07-23 6:53 Jeroen Roovers
2016-07-06 16:52 Amy Winston
2016-06-23 18:36 Michael Palimaka
2016-06-17 15:13 Patrice Clement
2016-06-17 14:53 Patrice Clement
2016-06-10 15:32 Agostino Sarubbo
2016-06-08 19:38 Markus Meier
2016-05-28 10:52 Pacho Ramos
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=1646996455.9923950a8fb3c067c6102f7175b94ecc1cbbdfaf.sam@gentoo \
--to=sam@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