* [gentoo-commits] repo/gentoo:master commit in: net-misc/iodine/
@ 2016-08-07 6:31 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-07 6:31 UTC (permalink / raw
To: gentoo-commits
commit: f4768f6fd390984dd397632c4f494de5fd3fd8d7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 06:25:30 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 06:31:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4768f6f
net-misc/iodine: Cleanup per bug #267342
Package-Manager: portage-2.3.0
net-misc/iodine/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/iodine/metadata.xml b/net-misc/iodine/metadata.xml
index e8b8983..073848f 100644
--- a/net-misc/iodine/metadata.xml
+++ b/net-misc/iodine/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>vostorga@gentoo.org</email>
- <name>Víctor Ostorga</name>
- </maintainer>
- <maintainer type="person">
<email>root@kryo.se</email>
<name>Erik Ekman</name>
</maintainer>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/iodine/
@ 2016-11-25 12:49 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2016-11-25 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 82d62d66c8eef722a36e6136398521d92d07c644
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 12:48:22 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 12:48:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d62d66
net-misc/iodine: cleanup wrt security bug #477102
net-misc/iodine/iodine-0.7.0.ebuild | 51 -------------------------------------
1 file changed, 51 deletions(-)
diff --git a/net-misc/iodine/iodine-0.7.0.ebuild b/net-misc/iodine/iodine-0.7.0.ebuild
deleted file mode 100644
index 37870ef..00000000
--- a/net-misc/iodine/iodine-0.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info eutils toolchain-funcs
-
-DESCRIPTION="IP over DNS tunnel"
-HOMEPAGE="http://code.kryo.se/iodine/"
-SRC_URI="http://code.kryo.se/${PN}/${P}.tar.gz"
-
-CONFIG_CHECK="~TUN"
-
-LICENSE="ISC GPL-2" #GPL-2 for init script bug #426060
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- test? ( dev-libs/check )"
-
-src_prepare(){
- epatch "${FILESDIR}"/${P}-TestMessage.patch
- epatch "${FILESDIR}"/${P}-new-systemd.patch
-
- sed -e '/^\s@echo \(CC\|LD\)/d' \
- -e 's:^\(\s\)@:\1:' \
- -i {,src/}Makefile || die
-
- tc-export CC
-}
-
-src_compile() {
- #shipped ./Makefiles doesn't pass -j<n> to submake
- emake -C src TARGETOS=Linux all
-}
-
-src_install() {
- #don't re-run submake
- sed -e '/^install:/s: all: :' \
- -i Makefile || die
- emake prefix="${EPREFIX}"usr DESTDIR="${D}" install
-
- dodoc CHANGELOG README TODO
-
- newinitd "${FILESDIR}"/iodined-1.init iodined
- newconfd "${FILESDIR}"/iodined.conf iodined
- keepdir /var/empty
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/iodine/
@ 2016-11-25 12:49 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2016-11-25 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 508426be9fae3be1f70cfb9e642b40d2e258a040
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 12:47:26 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 12:48:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508426be
net-misc/iodine: revbump wrt security bug #477102
net-misc/iodine/{iodine-0.7.0.ebuild => iodine-0.7.0-r1.ebuild} | 4 +++-
net-misc/iodine/iodine-0.7.0.ebuild | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-misc/iodine/iodine-0.7.0.ebuild b/net-misc/iodine/iodine-0.7.0-r1.ebuild
similarity index 90%
copy from net-misc/iodine/iodine-0.7.0.ebuild
copy to net-misc/iodine/iodine-0.7.0-r1.ebuild
index ec2d1dd..00beaa1 100644
--- a/net-misc/iodine/iodine-0.7.0.ebuild
+++ b/net-misc/iodine/iodine-0.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,4 +48,6 @@ src_install() {
newinitd "${FILESDIR}"/iodined-1.init iodined
newconfd "${FILESDIR}"/iodined.conf iodined
keepdir /var/empty
+ fowners root:nogroup /etc/conf.d/iodined
+ fperms 640 /etc/conf.d/iodined
}
diff --git a/net-misc/iodine/iodine-0.7.0.ebuild b/net-misc/iodine/iodine-0.7.0.ebuild
index ec2d1dd..37870ef 100644
--- a/net-misc/iodine/iodine-0.7.0.ebuild
+++ b/net-misc/iodine/iodine-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-25 12:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 12:49 [gentoo-commits] repo/gentoo:master commit in: net-misc/iodine/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2016-11-25 12:49 Aaron Bauman
2016-08-07 6:31 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox