public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minissdpd/
Date: Sun,  4 Feb 2018 08:44:42 +0000 (UTC)	[thread overview]
Message-ID: <1517733870.a908085767a851bf8fe196083e5920b6c1142b5c.mgorny@gentoo> (raw)

commit:     a908085767a851bf8fe196083e5920b6c1142b5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 08:06:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 08:44:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9080857

net-misc/minissdpd: Bump to 1.5.20180203

Bump to the today's snapshot release. Upstream ChangeLog:

	Properly parse several requests read() at once
	Ignore the version of devices while answering to requests

Also fixes some typos and mis-merge in tests. The patch no longer
applies, so it has been replaced with a simple assumption that we always
overwrite the installed init.d file.

Closes: https://bugs.gentoo.org/623444

 net-misc/minissdpd/Manifest                      |  1 +
 net-misc/minissdpd/minissdpd-1.5.20180203.ebuild | 32 ++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/net-misc/minissdpd/Manifest b/net-misc/minissdpd/Manifest
index f7fe8951269..06c6dd01132 100644
--- a/net-misc/minissdpd/Manifest
+++ b/net-misc/minissdpd/Manifest
@@ -1 +1,2 @@
 DIST minissdpd-1.5.20161216.tar.gz 35078 BLAKE2B c8e681e812869ddc15cece499356e7852a4b2e86b661bd80d62a840c8a9a01f321d4616013fec49d4abd834c75378014b52e605ad3fa116c0dc863e5a389a9fc SHA512 4fe1dbc14a39a18bcc834c73cc0150cda656b2be7ffcc0a72dc2854dbd698f3528bfdcd80af741124546f916d914921ffc428bb4f19b34e7493f0cbf9ff54928
+DIST minissdpd-1.5.20180203.tar.gz 35848 BLAKE2B 2a784bf6c8cf2e656d86f60802d11823d15ad0d7ca4b941c4cf71ffb0433be81b1f12fc11eaa84585d0cc77f1710b24336962e4242a957c49e7ca957e38c0a55 SHA512 2ad8964cd9893b29318659d39adf006cb3df2b97260b6b93a9b71b8f318941fd569cd6de02d34347cab75d4f556e89aa1b3f727561d1b6805c22ed9a3183f6ce

diff --git a/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild b/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild
new file mode 100644
index 00000000000..dea4e303461
--- /dev/null
+++ b/net-misc/minissdpd/minissdpd-1.5.20180203.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit toolchain-funcs
+
+DESCRIPTION="MiniSSDP Daemon"
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
+HOMEPAGE="http://miniupnp.free.fr/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libnfnetlink"
+
+RDEPEND="$DEPEND
+	|| ( net-misc/miniupnpd net-libs/miniupnpc )"
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install () {
+	emake PREFIX="${ED}" install
+	# note: we overwrite upstream's init.d
+	newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+	dodoc Changelog.txt README
+	doman minissdpd.1
+}


             reply	other threads:[~2018-02-04  8:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-04  8:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-23  5:00 [gentoo-commits] repo/gentoo:master commit in: net-misc/minissdpd/ Michał Górny
2022-10-22  6:22 Michał Górny
2022-10-22  6:22 Michał Górny
2021-11-05  9:25 Michał Górny
2020-10-10 18:21 Michał Górny
2020-09-29  2:14 Michał Górny
2019-09-08  6:43 Michał Górny
2019-08-25 20:20 Anthony G. Basile
2019-03-10  8:08 Michał Górny
2019-02-13 11:00 Anthony G. Basile
2018-02-24 12:03 Anthony G. Basile
2018-01-02  6:19 Michał Górny
2017-01-26 20:14 Michał Górny
2016-12-17 20:34 Anthony G. Basile
2016-04-14  0:16 Anthony G. Basile
2016-04-14  0:16 Anthony G. Basile
2016-03-03 10:24 Anthony G. Basile
2016-02-12  2:11 Anthony G. Basile
2016-01-20  8:35 Anthony G. Basile

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=1517733870.a908085767a851bf8fe196083e5920b6c1142b5c.mgorny@gentoo \
    --to=mgorny@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