prometheanfire    15/02/16 19:45:45

  Modified:             ChangeLog
  Added:                radvd-2.10.ebuild
  Log:
  bup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.127                net-misc/radvd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/ChangeLog?rev=1.127&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/ChangeLog?rev=1.127&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   2 Nov 2014 09:16:28 -0000       1.126
+++ ChangeLog   16 Feb 2015 19:45:45 -0000      1.127
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/radvd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.126 2014/11/02 
09:16:28 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.127 2015/02/16 
19:45:45 prometheanfire Exp $
+
+*radvd-2.10 (16 Feb 2015)
+
+  16 Feb 2015; Matthew Thode <[email protected]> +radvd-2.10.ebuild:
+  bup
 
   02 Nov 2014; Sven Vermeulen <[email protected]> radvd-1.15.ebuild,
   radvd-1.9.8.ebuild, radvd-2.5.ebuild, radvd-2.8.ebuild:



1.1                  net-misc/radvd/radvd-2.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/radvd-2.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/radvd-2.10.ebuild?rev=1.1&content-type=text/plain

Index: radvd-2.10.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-2.10.ebuild,v 1.1 
2015/02/16 19:45:45 prometheanfire Exp $

EAPI=4

inherit systemd user eutils readme.gentoo

DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
HOMEPAGE="http://v6web.litech.org/radvd/";
SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="kernel_FreeBSD selinux"

CDEPEND="dev-libs/libdaemon"
DEPEND="${CDEPEND}
        dev-libs/check
        sys-devel/bison
        sys-devel/flex
        virtual/pkgconfig"
RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-radvd )
"
DOCS=( CHANGES README TODO radvd.conf.example )

pkg_setup() {
        enewgroup radvd
        enewuser radvd -1 -1 /dev/null radvd

        # force ownership of radvd user and group (bug #19647)
        [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd 
"${ROOT}"/var/run/radvd
}

src_configure() {
        econf --with-pidfile=/var/run/radvd/radvd.pid \
                --disable-silent-rules
}

src_install() {
        default

        dohtml INTRO.html

        newinitd "${FILESDIR}"/${PN}-1.9.1.init ${PN}
        newconfd "${FILESDIR}"/${PN}.conf ${PN}

        systemd_dounit "${FILESDIR}"/${PN}.service
        systemd_newtmpfilesd  "${FILESDIR}"/${PN}.tmpfilesd ${PN}.conf

        if use kernel_FreeBSD ; then
                sed -i -e \
                        
's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
                        "${D}"/etc/init.d/${PN} || die
        fi

        readme.gentoo_create_doc
}

DISABLE_AUTOFORMATTING=1
DOC_CONTENTS="Please create a configuratoion ${ROOT}etc/radvd.conf.
See ${ROOT}usr/share/doc/${PF} for an example.

grsecurity users should allow a specific group to read /proc
and add the radvd user to that group, otherwise radvd may
segfault on startup."




Reply via email to