* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.12.3-r2.ebuild
@ 2008-11-02 15:35 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-11-02 15:35 UTC (permalink / raw
To: gentoo-commits
loki_val 08/11/02 15:35:55
Modified: ChangeLog
Added: libtorrent-0.12.3-r2.ebuild
Log:
Fix 'Handshake buffer overflows', upstream ticket 1337: http://libtorrent.rakshasa.no/ticket/1337
(Portage version: 2.2_rc13/cvs/Linux 2.6.27 x86_64)
Revision Changes Path
1.131 net-libs/libtorrent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 22 Oct 2008 15:43:20 -0000 1.130
+++ ChangeLog 2 Nov 2008 15:35:55 -0000 1.131
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/libtorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.130 2008/10/22 15:43:20 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.131 2008/11/02 15:35:55 loki_val Exp $
+
+*libtorrent-0.12.3-r2 (02 Nov 2008)
+
+ 02 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+ +files/libtorrent-0.12.3-fix-fill_read_buffer-overflow.patch,
+ +libtorrent-0.12.3-r2.ebuild:
+ Fix 'Handshake buffer overflows', upstream ticket 1337:
+ http://libtorrent.rakshasa.no/ticket/1337
*libtorrent-0.12.3-r1 (22 Oct 2008)
1.1 net-libs/libtorrent/libtorrent-0.12.3-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.3-r2.ebuild?rev=1.1&content-type=text/plain
Index: libtorrent-0.12.3-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.3-r2.ebuild,v 1.1 2008/11/02 15:35:55 loki_val Exp $
inherit base eutils toolchain-funcs flag-o-matic libtool
DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix."
HOMEPAGE="http://libtorrent.rakshasa.no/"
SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug ipv6"
RDEPEND=">=dev-libs/libsigc++-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
PATCHES=( "${FILESDIR}/${P}-fix-epoll-crash.patch"
"${FILESDIR}/${P}-fix-poll_fd.patch"
"${FILESDIR}/${P}-fix-fill_read_buffer-overflow.patch" )
src_unpack() {
base_src_unpack
cd "${S}"
elibtoolize #Don't remove. Needed for *bsd.
}
src_compile() {
replace-flags -Os -O2
if [[ $(tc-arch) = "x86" ]]; then
filter-flags -fomit-frame-pointer -fforce-addr
fi
econf \
$(use_enable debug) \
$(use_enable ipv6) \
--enable-aligned \
--enable-static \
--enable-shared \
--disable-dependency-tracking \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-02 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 15:35 [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.12.3-r2.ebuild Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox