jer         15/01/06 19:43:48

  Modified:             ChangeLog
  Added:                nttcp-1.47-r3.ebuild
  Removed:              nttcp-1.47-r2.ebuild
  Log:
  Fix more format security warnings.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.22                 net-analyzer/nttcp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Jul 2014 15:26:31 -0000      1.21
+++ ChangeLog   6 Jan 2015 19:43:48 -0000       1.22
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nttcp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.21 
2014/07/21 15:26:31 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.22 
2015/01/06 19:43:48 jer Exp $
+
+*nttcp-1.47-r3 (06 Jan 2015)
+
+  06 Jan 2015; Jeroen Roovers <j...@gentoo.org> -nttcp-1.47-r2.ebuild,
+  +nttcp-1.47-r3.ebuild, files/nttcp-1.47-format-security.patch:
+  Fix more format security warnings.
 
   21 Jul 2014; Jeroen Roovers <j...@gentoo.org>
   files/nttcp-1.47-format-security.patch:



1.1                  net-analyzer/nttcp/nttcp-1.47-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r3.ebuild?rev=1.1&content-type=text/plain

Index: nttcp-1.47-r3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r3.ebuild,v 
1.1 2015/01/06 19:43:48 jer Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="tool to test TCP and UDP throughput"
HOMEPAGE="http://www.leo.org/~elmar/nttcp/";
SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz";
LICENSE="public-domain"

SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~x86"

src_prepare() {
        epatch "${FILESDIR}"/${P}-format-security.patch
}

src_compile() {
        emake \
                ARCH= \
                CC="$(tc-getCC)" \
                LFLAGS="${LDFLAGS}" \
                OPT="${CFLAGS}"
}

src_install() {
        dobin ${PN}
        doman ${PN}.1
}




Reply via email to