public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libslirp/
Date: Sat, 19 Jun 2021 15:37:07 +0000 (UTC)	[thread overview]
Message-ID: <1624117021.3b2bfdfd9ec92eeedc83c5c22b0c29c43dc0c550.zmedico@gentoo> (raw)

commit:     3b2bfdfd9ec92eeedc83c5c22b0c29c43dc0c550
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 15:35:29 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 15:37:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2bfdfd

net-libs/libslirp: Remove vunlnerable version

Bug: https://bugs.gentoo.org/796347
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-libs/libslirp/Manifest                 |  1 -
 net-libs/libslirp/libslirp-4.3.1-r1.ebuild | 39 ------------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-libs/libslirp/Manifest b/net-libs/libslirp/Manifest
index 4eb0a12546c..d764e25575b 100644
--- a/net-libs/libslirp/Manifest
+++ b/net-libs/libslirp/Manifest
@@ -1,2 +1 @@
-DIST libslirp-4.3.1.tar.gz 127008 BLAKE2B de40980521a54367fda73b9a67a80159ff14e8ea073086d8df3b42028ffe778b62f0aabe2b3f0929e168c73c453a8eda3fe0bb866d22de5b0712775e9cece19f SHA512 fa38a5e508b00802538f8466b8b52fc4842d6f7f74caa399db1011c15bb37198678415147327a606e3f259fd5def9390012df1d4dc76e8869e9bb77ca6514005
 DIST libslirp-4.6.0.tar.gz 135533 BLAKE2B 62be67192a68b4c8bdc0b84f1ba2f1d3617a2c94c14720f9eb2f4ca317af59b59ce4d2147903b4055e60f4de262db7500345db6341b083a1d6f48e9f6a2edd04 SHA512 f3464818182bd2d8d21fd1f158172acd84523d8c252f21cab4f29317606b01ebd772a612dc522255e7f4a169608e6604b389e433e65d3163ba591f639e744a81

diff --git a/net-libs/libslirp/libslirp-4.3.1-r1.ebuild b/net-libs/libslirp/libslirp-4.3.1-r1.ebuild
deleted file mode 100644
index 1ab7f75196c..00000000000
--- a/net-libs/libslirp/libslirp-4.3.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
-MY_P="${PN}-v${PV}"
-SRC_URI="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services."
-HOMEPAGE="https://gitlab.freedesktop.org/slirp/libslirp"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/glib:="
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-	"${FILESDIR}/libslirp-4.3.1-bug-756910-check-pkt_len.patch"
-)
-
-src_prepare() {
-	default
-	echo "${PV}" > .tarball-version || die
-	echo -e "#!${BASH}\necho -n \$(cat '${S}/.tarball-version')" > build-aux/git-version-gen || die
-}
-
-src_configure() {
-	local emesonargs=(
-		-Ddefault_library=$(usex static-libs both shared)
-	)
-	meson_src_configure
-}


             reply	other threads:[~2021-06-19 15:37 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19 15:37 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-16  1:52 [gentoo-commits] repo/gentoo:master commit in: net-libs/libslirp/ Sam James
2023-05-01  1:58 Sam James
2023-04-30 23:53 Sam James
2023-04-30 23:50 Sam James
2023-04-30 23:50 Sam James
2022-05-19 12:19 WANG Xuerui
2022-04-28  0:53 Zac Medico
2022-02-07 21:45 James Le Cuirot
2021-12-31  3:42 Yixun Lan
2021-12-26  0:20 Sam James
2021-06-19 16:03 Zac Medico
2021-06-18 22:38 Sam James
2021-06-18  6:30 Agostino Sarubbo
2021-06-18  6:28 Agostino Sarubbo
2021-06-18  6:27 Agostino Sarubbo
2021-06-16 15:09 Zac Medico
2021-06-16 15:07 Zac Medico
2020-12-19  0:07 Zac Medico
2020-12-18 10:25 Sergei Trofimovich
2020-12-15 10:37 Sam James
2020-12-15  6:28 Sam James
2020-12-14 20:18 Thomas Deutschmann
2020-12-14 10:07 Zac Medico
2020-11-07  3:49 Georgy Yakovlev
2020-08-30  1:32 Thomas Deutschmann
2020-08-29 18:49 Zac Medico
2020-08-20 21:53 Zac Medico
2020-08-19 22:40 Sam James
2020-08-16 14:46 Agostino Sarubbo
2020-07-17 17:27 Sam James
2020-07-17  0:35 Sam James
2020-07-12  8:29 Sergei Trofimovich
2020-07-09 21:57 Zac Medico
2020-07-09  4:27 Zac Medico
2020-04-24  2:37 Zac Medico
2020-04-24  1:56 Zac Medico
2020-04-24  1:56 Zac Medico
2020-04-19 22:30 Zac Medico

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=1624117021.3b2bfdfd9ec92eeedc83c5c22b0c29c43dc0c550.zmedico@gentoo \
    --to=zmedico@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