public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/
Date: Fri, 07 Mar 2025 05:43:33 +0000 (UTC)	[thread overview]
Message-ID: <1741326078.666b499746fd30982143c8e2604dcf703433315c.ceamac@gentoo> (raw)

commit:     666b499746fd30982143c8e2604dcf703433315c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 08:08:45 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Mar  7 05:41:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666b4997

net-misc/dropbear: add 2025.87

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-misc/dropbear/Manifest                |   2 +
 net-misc/dropbear/dropbear-2025.87.ebuild | 212 ++++++++++++++++++++++++++++++
 2 files changed, 214 insertions(+)

diff --git a/net-misc/dropbear/Manifest b/net-misc/dropbear/Manifest
index 6d4edabdc209..862743dfd748 100644
--- a/net-misc/dropbear/Manifest
+++ b/net-misc/dropbear/Manifest
@@ -1,2 +1,4 @@
 DIST dropbear-2024.86.tar.bz2 2306244 BLAKE2B 988e2cc03c123685c93ab8b1148b1844cecc78aa12ad00d48f737e74fdae24f8c0397b91dc343b7fb996ffcf986804f32ffd1b886edf13d158b6f914545c883a SHA512 6be3d2efd79e49e1f9fe13654c26b9c14d1504c9543720e59600f6d689aafae7365b4a0bbfa309f7bf692995672adbbd9e660b2c907ea3d68d9f71023d05f54e
 DIST dropbear-2024.86.tar.bz2.asc 833 BLAKE2B 5fc35fb4135f099c2204972d3fc365b01b2622eeadf4cf6093496176e5a4010c1fbe36056036fe370e1a1ffb05d86293e212d935a3b4c5d8b0005eae09423edc SHA512 b7dbae281b21d5d1dfbb311f6a94a2c1acd3ab44a3293baffa885194d24721ec8067e907b414ebc0b5d77bb32c511fcd5c31008b6622b946e8d253621012836f
+DIST dropbear-2025.87.tar.bz2 2368085 BLAKE2B 14c47f8311502a821a1b67e4bcedcdc80cc7cd830abf432822acb7f9854a900ffd5fc5c5e2d55bc5fc273f53250e168c1d08c7fc840bf42721362befcc3615b0 SHA512 afe30b2c795c21ba76d0e4f7b95d9f61ca0ce31510c5fd5183feef2984b49122ccb600c5eae8ac05d9c3cf6bb6237f760cfcf4f7c546656f555e46e992d1efeb
+DIST dropbear-2025.87.tar.bz2.asc 833 BLAKE2B 86f1ac7bd968eddad2d43bca21864db44c21e5875b7fec54fcc0ddce5bc748462d2639bc2394ca682b84527d49b3b0ef46cfbf07c244ded0b86812b1c6aa7894 SHA512 a5b1dcfb0bd5f5de12959f4b47e526cf3844ad8b7ef26fa0692fac6c2a77d36d5171d37fc405f7d4a2e4e70a6d8cc30366cac9046745a5126593c45b54998a7c

diff --git a/net-misc/dropbear/dropbear-2025.87.ebuild b/net-misc/dropbear/dropbear-2025.87.ebuild
new file mode 100644
index 000000000000..78da4952b98c
--- /dev/null
+++ b/net-misc/dropbear/dropbear-2025.87.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dropbear.asc
+inherit pam python-any-r1 savedconfig verify-sig
+
+DESCRIPTION="Small SSH 2 client/server designed for small memory environments"
+HOMEPAGE="https://matt.ucc.asn.au/dropbear/dropbear.html"
+SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
+	https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2"
+SRC_URI+=" verify-sig? (
+		https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2.asc
+		https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2.asc
+	)"
+
+LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="bsdpty legacy-ciphers minimal multicall pam +shadow static +syslog test +test-async zlib"
+RESTRICT="!test? ( test )"
+
+LIB_DEPEND="
+	virtual/libcrypt:=[static-libs(+)]
+	zlib? ( sys-libs/zlib[static-libs(+)] )
+"
+RDEPEND="
+	acct-group/sshd
+	acct-user/sshd
+	!static? (
+		>=dev-libs/libtomcrypt-1.18.2-r2[libtommath]
+		>=dev-libs/libtommath-1.2.0
+		${LIB_DEPEND//\[static-libs(+)]}
+	)
+	pam? ( sys-libs/pam )
+"
+DEPEND="
+	${RDEPEND}
+	static? ( ${LIB_DEPEND} )
+"
+RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"
+BDEPEND="
+	test? (
+		sys-libs/nss_wrapper
+		$(python_gen_any_dep '
+			dev-python/attrs[${PYTHON_USEDEP}]
+			dev-python/iniconfig[${PYTHON_USEDEP}]
+			dev-python/packaging[${PYTHON_USEDEP}]
+			dev-python/pluggy[${PYTHON_USEDEP}]
+			dev-python/py[${PYTHON_USEDEP}]
+			dev-python/pyparsing[${PYTHON_USEDEP}]
+			dev-python/pytest[${PYTHON_USEDEP}]
+			dev-python/psutil[${PYTHON_USEDEP}]
+		')
+		test-async? (
+			$(python_gen_any_dep '
+				dev-python/asyncssh[${PYTHON_USEDEP}]
+			')
+		)
+	)
+	verify-sig? ( sec-keys/openpgp-keys-dropbear )
+"
+
+REQUIRED_USE="pam? ( !static )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2024.84-dbscp.patch
+	"${FILESDIR}"/${PN}-2024.86-tests.patch
+	"${FILESDIR}"/${PN}-2024.84-test-bg-sleep.patch
+)
+
+set_options() {
+	progs=(
+		dropbear dbclient dropbearkey
+		$(usev !minimal "dropbearconvert scp")
+	)
+	makeopts=(
+		MULTI=$(usex multicall 1 0)
+	)
+}
+
+python_check_deps() {
+	if use test-async; then
+		 python_has_version "dev-python/asyncssh[${PYTHON_USEDEP}]"
+	fi
+
+	python_has_version "dev-python/attrs[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/iniconfig[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/packaging[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/pluggy[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/py[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/pyparsing[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/pytest[${PYTHON_USEDEP}]" && \
+		python_has_version "dev-python/psutil[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+
+	if use static ; then
+		ewarn "Using bundled copies of libtommath and libtomcrypt"
+	fi
+}
+
+src_prepare() {
+	default
+
+	# dropbear does not accept -E if built w/o syslog support and fails the tests
+	if use syslog; then
+		eapply "${FILESDIR}"/${PN}-2024.84-non-interactive-tests.patch
+	else
+		eapply "${FILESDIR}"/${PN}-2024.84-non-interactive-tests-no-syslog.patch
+	fi
+
+	sed \
+		-e '/SFTPSERVER_PATH/s:".*":"/usr/lib/misc/sftp-server":' \
+		-e '/DROPBEAR_X11FWD/s:0:1:' \
+		-e "/DROPBEAR_DSS/s:0: "$(usex legacy-ciphers 1 0)":" \
+		src/default_options.h > localoptions.h || die
+	sed \
+		-e '/pam_start/s:sshd:dropbear:' \
+		-i src/svr-authpam.c || die
+	restore_config localoptions.h
+
+	use test && python_fix_shebang test/parent_dropbear_map.py
+
+	# dropbearconvert is not built with USE minimal
+	# test_concurrent needs dropbearconvert to convert the key before running
+	if use minimal; then
+		rm test/test_dropbearconvert.py test/test_concurrent.py || die
+	elif ! use test-async; then
+		# remove this test on platforms where dev-python/asyncssh is not available
+		rm test/test_concurrent.py || die
+	fi
+
+	# bsdpty requires CONFIG_LEGACY_PTYS in kernel; disable tests.
+	# bug #939601
+	if use bsdpty; then
+		rm test/test_channels.py || die
+	fi
+}
+
+src_configure() {
+	# Notes:
+	# 1) We use bundled libtom* when static build is enabled because
+	#    libtomcrypt lacks it and we don't particularly want to add it.
+	# 2) We disable the hardening flags as our compiler already enables them
+	#    by default as is appropriate for the target.
+	local myeconfargs=(
+		--disable-harden
+
+		# bug #836900
+		$(use_enable !elibc_musl lastlog)
+		$(use_enable !elibc_musl wtmp)
+
+		$(use_enable static bundled-libtom)
+		$(use_enable zlib)
+		$(use_enable pam)
+		$(use_enable !bsdpty openpty)
+		$(use_enable shadow)
+		$(use_enable static)
+		$(use_enable syslog)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+	set_options
+	emake "${makeopts[@]}" PROGRAMS="${progs[*]}"
+
+	# need symlinks for tests
+	if use multicall && use test; then
+		local x
+		for x in "${progs[@]}" ; do
+			ln -sf dropbearmulti ${x} || die "ln -s dropbearmulti to ${x} failed"
+		done
+	fi
+}
+
+src_install() {
+	set_options
+	emake "${makeopts[@]}" PROGRAMS="${progs[*]}" DESTDIR="${D}" install
+	doman manpages/*.8
+	newinitd "${FILESDIR}"/dropbear.init.d dropbear
+	newconfd "${FILESDIR}"/dropbear.conf.d dropbear
+	dodoc CHANGES README.md SMALL.md MULTI.md
+
+	# The multi install target does not install the links right.
+	if use multicall ; then
+		pushd "${ED}"/usr/bin &> /dev/null || die
+		local x
+		for x in "${progs[@]}" ; do
+			ln -sf dropbearmulti ${x} || die "ln -s dropbearmulti to ${x} failed"
+		done
+		rm -f dropbear
+		dodir /usr/sbin
+		dosym -r /usr/bin/dropbearmulti /usr/sbin/dropbear
+		popd &> /dev/null || die
+	fi
+	save_config localoptions.h
+
+	if ! use minimal ; then
+		mv "${ED}"/usr/bin/{,db}scp || die
+	fi
+
+	if use pam; then
+		pamd_mimic system-remote-login dropbear auth account password session
+	fi
+}


             reply	other threads:[~2025-03-07  5:43 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-07  5:43 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20 12:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/ Sam James
2025-02-04 22:03 Sam James
2025-02-01  9:53 Arthur Zamarin
2024-11-30 15:09 Viorel Munteanu
2024-11-20  8:12 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-30 15:46 Arthur Zamarin
2024-10-23 22:30 Sam James
2024-10-23 19:24 Arthur Zamarin
2024-05-29  6:26 Jakov Smolić
2024-04-25  9:17 Viorel Munteanu
2024-04-25  9:17 Viorel Munteanu
2023-12-19  5:42 Sam James
2023-03-04 17:16 Viorel Munteanu
2023-03-03 17:17 Arthur Zamarin
2023-03-02 16:48 Arthur Zamarin
2023-03-01 19:11 Sam James
2023-03-01 17:57 Arthur Zamarin
2023-03-01 16:36 Arthur Zamarin
2023-03-01 13:44 Viorel Munteanu
2022-11-25 12:02 Arthur Zamarin
2022-11-23 17:49 Jakov Smolić
2022-11-18  7:04 Jakov Smolić
2022-11-15  9:07 Sam James
2022-10-14  6:55 Agostino Sarubbo
2022-10-14  4:36 Arthur Zamarin
2022-04-06 20:21 Sam James
2021-09-11 17:15 Matt Turner
2021-09-10 20:16 Matt Turner
2021-02-19 18:59 David Seifert
2021-02-19 16:22 Sam James
2021-02-18 23:25 Sam James
2021-02-18 17:12 Sam James
2021-02-17  0:09 Sam James
2021-02-17  0:06 Sam James
2021-01-22 17:39 Mikle Kolyada
2021-01-17 21:26 Sam James
2021-01-17 17:28 Sam James
2020-12-22  2:43 Sam James
2020-12-22  2:43 Sam James
2020-08-18 13:28 Jeroen Roovers
2020-08-15  6:12 Sam James
2020-07-29 23:11 Sam James
2020-07-29 17:05 Sergei Trofimovich
2020-07-21  9:31 Agostino Sarubbo
2020-07-19 11:52 Sam James
2020-07-19  1:47 Sam James
2020-07-19  0:35 Sam James
2020-07-19  0:08 Sam James
2020-07-18 22:50 Sam James
2020-07-18 22:50 Sam James
2020-07-18 21:50 Sam James
2020-07-14 13:02 Sam James
2020-07-06  8:40 Lars Wendler
2020-04-01 19:19 Thomas Deutschmann
2020-04-01 19:19 Thomas Deutschmann
2020-03-30 20:50 Sergei Trofimovich
2020-03-22  7:39 Mart Raudsepp
2020-03-21 16:48 Agostino Sarubbo
2020-03-21 16:28 Agostino Sarubbo
2020-03-21 16:27 Agostino Sarubbo
2020-03-21 16:26 Agostino Sarubbo
2020-03-21 16:20 Agostino Sarubbo
2020-03-21 16:19 Agostino Sarubbo
2020-03-21 16:14 Agostino Sarubbo
2019-10-12 20:21 Mikle Kolyada
2018-06-09  0:28 Mike Frysinger
2018-05-22 15:24 Mikle Kolyada
2018-05-22 13:19 Mikle Kolyada
2018-05-22 13:18 Mikle Kolyada
2018-04-08 10:55 Markus Meier
2018-03-31 10:11 Tobias Klausmann
2018-03-28 19:45 Mart Raudsepp
2018-03-26 18:55 Sergei Trofimovich
2018-03-24 12:31 Sergei Trofimovich
2018-03-23 23:38 Sergei Trofimovich
2018-03-23 10:27 Agostino Sarubbo
2018-03-05 18:09 Mike Frysinger
2018-01-12  5:32 Mike Frysinger
2018-01-10  8:38 Mike Frysinger
2017-07-16  0:39 Aaron Bauman
2017-02-05 17:01 Markus Meier
2017-01-23 18:27 Tobias Klausmann
2017-01-23 16:27 Agostino Sarubbo
2017-01-22 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2017-01-21 17:16 Agostino Sarubbo
2017-01-21 13:07 Jeroen Roovers
2016-07-21 16:05 Mike Frysinger
2016-06-27 21:11 Mike Frysinger
2016-06-21  4:33 Mike Frysinger
2016-06-11 13:18 Markus Meier
2016-06-10 13:01 Agostino Sarubbo
2016-06-07 17:56 Tobias Klausmann
2016-03-19  2:08 Mike Frysinger
2016-03-10 23:20 Mike Frysinger
2015-12-03 17:10 Mike Frysinger
2015-11-27 18:25 Mike Frysinger
2015-11-25 19:27 Mike Frysinger
2015-08-09 12:56 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=1741326078.666b499746fd30982143c8e2604dcf703433315c.ceamac@gentoo \
    --to=ceamac@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