public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/openbsd-netcat: openbsd-netcat-1.84.ebuild ChangeLog
@ 2012-11-01  7:40 Benda XU (heroxbd)
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU (heroxbd) @ 2012-11-01  7:40 UTC (permalink / raw
  To: gentoo-commits

heroxbd     12/11/01 07:40:52

  Modified:             openbsd-netcat-1.84.ebuild ChangeLog
  Log:
  fix indentations
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?r1=1.1&r2=1.2

Index: openbsd-netcat-1.84.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbsd-netcat-1.84.ebuild	1 Nov 2012 07:35:04 -0000	1.1
+++ openbsd-netcat-1.84.ebuild	1 Nov 2012 07:40:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.1 2012/11/01 07:35:04 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.2 2012/11/01 07:40:52 heroxbd Exp $
 
 EAPI=4
 
@@ -45,16 +45,16 @@
 }
 
 src_compile() {
-        use static && export STATIC="-static"
-        COMPILER=$(tc-getCC)
-        ${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \
-        atomicio.c socks.c -o nc.openbsd || die
+	use static && export STATIC="-static"
+	COMPILER=$(tc-getCC)
+	${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \
+	atomicio.c socks.c -o nc.openbsd || die
 }
 
 src_install() {
-        dobin nc.openbsd
-        dodoc README*
-        doman nc.openbsd.1
-        docinto scripts
-        dodoc scripts/*
+	dobin nc.openbsd
+	dodoc README*
+	doman nc.openbsd.1
+	docinto scripts
+	dodoc scripts/*
 }



1.3                  net-analyzer/openbsd-netcat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	1 Nov 2012 07:38:14 -0000	1.2
+++ ChangeLog	1 Nov 2012 07:40:52 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/netcat-openbsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.2 2012/11/01 07:38:14 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.3 2012/11/01 07:40:52 heroxbd Exp $
+
+  01 Nov 2012; Benda Xu <heroxbd@gentoo.org> openbsd-netcat-1.84.ebuild:
+  fix indentations
 
   01 Nov 2012; Benda Xu <heroxbd@gentoo.org> ChangeLog:
   include in tree. closing bug 333253 and replies to bug 237277. credits to





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/openbsd-netcat: openbsd-netcat-1.84.ebuild ChangeLog
@ 2014-02-01  8:47 Benda XU (heroxbd)
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU (heroxbd) @ 2014-02-01  8:47 UTC (permalink / raw
  To: gentoo-commits

heroxbd     14/02/01 08:47:17

  Modified:             openbsd-netcat-1.84.ebuild ChangeLog
  Log:
  respect LDFLAGS, bug 441680, credits Diego; warn against FO_REUSEPORT mismatch, bug 493074, credits Josh.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?r1=1.2&r2=1.3

Index: openbsd-netcat-1.84.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openbsd-netcat-1.84.ebuild	1 Nov 2012 07:40:52 -0000	1.2
+++ openbsd-netcat-1.84.ebuild	1 Feb 2014 08:47:17 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.2 2012/11/01 07:40:52 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.3 2014/02/01 08:47:17 heroxbd Exp $
 
 EAPI=4
 
@@ -47,8 +47,9 @@
 src_compile() {
 	use static && export STATIC="-static"
 	COMPILER=$(tc-getCC)
-	${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \
-	atomicio.c socks.c -o nc.openbsd || die
+	${COMPILER} ${CFLAGS} netcat.c atomicio.c socks.c \
+		$(pkg-config --cflags --libs glib-2.0) \
+		${LDFLAGS} -o nc.openbsd || die
 }
 
 src_install() {
@@ -58,3 +59,11 @@
 	docinto scripts
 	dodoc scripts/*
 }
+
+pkg_postinst() {
+	if [[ ${KERNEL} = "linux" ]]; then
+		ewarn "FO_REUSEPORT is introduced in linux 3.9. If your running kernel is older"
+		ewarn "and kernel header is newer, nc will not listen correctly. Matching the header"
+		ewarn "to the running kernel will do. See bug #490246 for details."
+	fi
+}



1.4                  net-analyzer/openbsd-netcat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Nov 2012 07:40:52 -0000	1.3
+++ ChangeLog	1 Feb 2014 08:47:17 -0000	1.4
@@ -1,6 +1,10 @@
-# ChangeLog for net-analyzer/netcat-openbsd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.3 2012/11/01 07:40:52 heroxbd Exp $
+# ChangeLog for net-analyzer/openbsd-netcat
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.4 2014/02/01 08:47:17 heroxbd Exp $
+
+  01 Feb 2014; Benda Xu <heroxbd@gentoo.org> openbsd-netcat-1.84.ebuild:
+  respect LDFLAGS, bug 441680, credits Diego; warn against FO_REUSEPORT
+  mismatch, bug 493074, credits Josh.
 
   01 Nov 2012; Benda Xu <heroxbd@gentoo.org> openbsd-netcat-1.84.ebuild:
   fix indentations





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-01  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01  7:40 [gentoo-commits] gentoo-x86 commit in net-analyzer/openbsd-netcat: openbsd-netcat-1.84.ebuild ChangeLog Benda XU (heroxbd)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-01  8:47 Benda XU (heroxbd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox