* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.24.ebuild ChangeLog
@ 2010-03-15 9:08 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-03-15 9:08 UTC (permalink / raw
To: gentoo-commits
tove 10/03/15 09:08:43
Modified: ChangeLog
Added: chrony-1.24.ebuild
Log:
Version bump (#307757)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.48 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 16 Nov 2009 14:28:14 -0000 1.47
+++ ChangeLog 15 Mar 2010 09:08:42 -0000 1.48
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/chrony
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.47 2009/11/16 14:28:14 cla Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.48 2010/03/15 09:08:42 tove Exp $
+
+*chrony-1.24 (15 Mar 2010)
+
+ 15 Mar 2010; Torsten Veller <tove@gentoo.org> +chrony-1.24.ebuild:
+ Version bump (#307757)
16 Nov 2009; Dawid Węgliński <cla@gentoo.org> files/chronyd.conf,
files/chronyd.rc:
1.1 net-misc/chrony/chrony-1.24.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild?rev=1.1&content-type=text/plain
Index: chrony-1.24.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v 1.1 2010/03/15 09:08:42 tove Exp $
EAPI=2
inherit eutils toolchain-funcs
DESCRIPTION="NTP client and server programs"
HOMEPAGE="http://chrony.tuxfamily.org/"
SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="caps readline"
RDEPEND="readline? ( >=sys-libs/readline-4.1-r4 )
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.21-hppa.patch
sed -i "s:/etc/chrony\.:/etc/chrony/chrony.:g" \
examples/* chrony*.{1,5,8} faq.txt chrony.texi || die "sed failed"
}
src_configure() {
tc-export CC
local myconf
use readline || myconf+=" --disable-readline"
#use ipv6 || myconf+=" --disable-ipv6"
use caps || myconf+=" --disable-linuxcaps"
# selfwritten configure
./configure \
--prefix=/usr \
--sysconfdir=/etc/chrony \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--docdir=/usr/share/doc/${PF} \
${myconf} ${EXTRA_ECONF} || die "configure failed"
}
src_compile() {
emake all || die "make failed"
emake docs || die "make docs failed"
}
src_install() {
emake DESTDIR="${D}" install || die
rm "${D}"/usr/share/doc/${PF}/COPYING || die
dodoc examples/chrony.{conf,keys}.example || die
doinfo chrony.info* || die
newinitd "${FILESDIR}"/chronyd.rc chronyd || die
dosed "s:the documentation directory:/usr/share/doc/${PF}/:" \
/etc/init.d/chronyd || die "doc sed failed"
newconfd "${FILESDIR}"/chronyd.conf chronyd || die
keepdir /var/{lib,log}/chrony /etc/chrony
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.24.ebuild ChangeLog
@ 2010-03-15 18:42 Christian Faulhammer (fauli)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-15 18:42 UTC (permalink / raw
To: gentoo-commits
fauli 10/03/15 18:42:50
Modified: chrony-1.24.ebuild ChangeLog
Log:
stable x86, security bug 307757
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.2 net-misc/chrony/chrony-1.24.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild?r1=1.1&r2=1.2
Index: chrony-1.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrony-1.24.ebuild 15 Mar 2010 09:08:42 -0000 1.1
+++ chrony-1.24.ebuild 15 Mar 2010 18:42:49 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v 1.1 2010/03/15 09:08:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v 1.2 2010/03/15 18:42:49 fauli Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc x86"
IUSE="caps readline"
RDEPEND="readline? ( >=sys-libs/readline-4.1-r4 )
1.49 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 15 Mar 2010 09:08:42 -0000 1.48
+++ ChangeLog 15 Mar 2010 18:42:49 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.48 2010/03/15 09:08:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.49 2010/03/15 18:42:49 fauli Exp $
+
+ 15 Mar 2010; Christian Faulhammer <fauli@gentoo.org> chrony-1.24.ebuild:
+ stable x86, security bug 307757
*chrony-1.24 (15 Mar 2010)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-15 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 9:08 [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.24.ebuild ChangeLog Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2010-03-15 18:42 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox