public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/sysrqd/
@ 2019-06-12 13:39 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-06-12 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     102c49261ea364da544b03d3c57e960f9a3c99fa
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 19 12:49:01 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 13:34:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102c4926

app-admin/sysrqd: fix HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12050
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/sysrqd/sysrqd-14.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-admin/sysrqd/sysrqd-14.ebuild b/app-admin/sysrqd/sysrqd-14.ebuild
index 249bbce77e1..c53bc209cd1 100644
--- a/app-admin/sysrqd/sysrqd-14.ebuild
+++ b/app-admin/sysrqd/sysrqd-14.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit toolchain-funcs
 
-DESCRIPTION="daemon providing access to the kernel sysrq functions via network"
-HOMEPAGE="http://julien.danjou.info/projects/sysrqd"
-#SRC_URI="http://julien.danjou.info/${PN}/${P}.tar.gz"
+DESCRIPTION="Daemon providing access to the kernel sysrq functions via network"
+HOMEPAGE="https://github.com/jd/sysrqd"
 SRC_URI="https://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/sysrqd/
@ 2020-03-24 18:06 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2020-03-24 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a5b19c475d147161fb15136ecf411c12c1a6eb0f
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 18:05:03 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 18:05:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b19c47

app-admin/sysrqd: remove unneeded dodir

Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-admin/sysrqd/sysrqd-17-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-admin/sysrqd/sysrqd-17-r1.ebuild b/app-admin/sysrqd/sysrqd-17-r1.ebuild
index 27c197001dd..337bac7f13d 100644
--- a/app-admin/sysrqd/sysrqd-17-r1.ebuild
+++ b/app-admin/sysrqd/sysrqd-17-r1.ebuild
@@ -34,7 +34,6 @@ src_install() {
 	echo "${secret}" > sysrqd.secret || die
 
 	diropts -m 0700 -o root -g root
-	dodir /etc/sysrqd
 	insinto /etc/sysrqd
 	insopts -m 0600 -o root -g root
 	doins sysrqd.bind


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/sysrqd/
@ 2021-02-11  2:44 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-11  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f6eb56e0ea4bb72d9fd3137c71271d9912591bbf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 02:15:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 02:15:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6eb56e0

app-admin/sysrqd: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/sysrqd/sysrqd-17.ebuild | 53 ---------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/app-admin/sysrqd/sysrqd-17.ebuild b/app-admin/sysrqd/sysrqd-17.ebuild
deleted file mode 100644
index 541c67095fc..00000000000
--- a/app-admin/sysrqd/sysrqd-17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Daemon providing access to the kernel sysrq functions via network"
-HOMEPAGE="https://github.com/jd/sysrqd"
-SRC_URI="https://github.com/jd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-config.patch
-	"${FILESDIR}"/${P}-fix-build-system.patch
-)
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dosbin sysrqd
-	newinitd "${FILESDIR}/sysrqd.init" sysrqd
-
-	local bindip='127.0.0.1' secret
-	declare -i secret
-	let secret="${RANDOM}*${RANDOM}*${RANDOM}*${RANDOM}"
-	echo "${bindip}" > sysrqd.bind || die
-	echo "${secret}" > sysrqd.secret || die
-
-	diropts -m 0700 -o root -g root
-	dodir /etc/sysrqd
-	insinto /etc/sysrqd
-	insopts -m 0600 -o root -g root
-	doins sysrqd.bind
-	doins sysrqd.secret
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog
-	elog "Be sure to change the initial secret in /etc/sysrqd/sysrqd.secret !"
-	elog "As a security precaution, sysrqd is configured to only listen on"
-	elog "127.0.0.1 by default. Change the content of /etc/sysrqd/sysrqd.bind"
-	elog "to an IPv4 address you want it to listen on or remove the file"
-	elog "to make it listen on any IP address (0.0.0.0)."
-	elog
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/sysrqd/
@ 2021-02-11  2:44 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-11  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9049a2484c7a663d8393380f98c3323420d3cba0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 02:14:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 02:14:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9049a248

app-admin/sysrqd: add github remote-id

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/sysrqd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/sysrqd/metadata.xml b/app-admin/sysrqd/metadata.xml
index ff003efefc8..4df0c950f77 100644
--- a/app-admin/sysrqd/metadata.xml
+++ b/app-admin/sysrqd/metadata.xml
@@ -7,5 +7,8 @@
 		Its philosophy is to be very responsive under heavy load and try to
 		be somehow reliable. Authentication is made by clear password.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">jd/sysrqd</remote-id>
+	</upstream>
 </pkgmetadata>
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-11  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 18:06 [gentoo-commits] repo/gentoo:master commit in: app-admin/sysrqd/ Ben Kohler
  -- strict thread matches above, loose matches on Subject: below --
2021-02-11  2:44 Sam James
2021-02-11  2:44 Sam James
2019-06-12 13:39 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox