public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/
Date: Sun, 29 Jan 2017 09:34:32 +0000 (UTC)	[thread overview]
Message-ID: <1485682467.a2e998fabab3f46a0e608e8d5c37ecbde9353731.jer@gentoo> (raw)

commit:     a2e998fabab3f46a0e608e8d5c37ecbde9353731
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 09:33:17 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:34:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e998fa

net-misc/socat: Version bump by Marek Behun (bug #607478).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/socat/Manifest             |  1 +
 net-misc/socat/socat-1.7.3.2.ebuild | 71 +++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/net-misc/socat/Manifest b/net-misc/socat/Manifest
index 7622d70..3a32dc6 100644
--- a/net-misc/socat/Manifest
+++ b/net-misc/socat/Manifest
@@ -1,2 +1,3 @@
 DIST socat-1.7.3.1.tar.bz2 488467 SHA256 d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa SHA512 463340f578d4d1d54458b8ef9573ad3eff51dbcc736205e1b62e9a4782770d4bb76e6a07506350fd35405b130660559aaa79dfa2664c53ea268d7d64231f9b32 WHIRLPOOL 09f0fc537eaad194cac97cce73971c9f69047c648f03788fa69ac3444673ff73f143b2657d0ed28d082e2cfc36829304ed7bf0ff79c7ed75e96c991292f94dd4
+DIST socat-1.7.3.2.tar.bz2 493324 SHA256 e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 SHA512 9ed4911deb09c36955b62a2efbcdfdff0e9d963fa30110e32396e49133d395afd7e61a19ca6a1a23e6e98ded4f603bcbb68c8eb3da4ce870f1450b8b6f7dd293 WHIRLPOOL d5b25ee77fd9ac77fd2a0dd33c39ae636cfe380608b8cee0d14f4d2e042bd53f9269edb466ae6c5403ccd5f5e2bff48b5f1ab15504957419f5ec759fc84a84f4
 DIST socat-2.0.0-b9.tar.bz2 516673 SHA256 49efb0a5c66b94b279014addc2851faf8ebbd1ec4b7e31c1de7e912d7b4983d2 SHA512 f728bd634feeeacd2f0e4020c1c6aafdadaef3ba9da818d9ae1195e9f48fb693b2bea8dbbb208af8daddd8d6405217113d5ce31d05c2e9b27f5d2fba6b1cc834 WHIRLPOOL e293f9da0fed9573a02658b79ae87c24e2d88c57f6d8b1ddaeecd52e035b5012eaebbfa82da80f8442da666114d14e1c2767cf929e57b634f762e198ed4e3b50

diff --git a/net-misc/socat/socat-1.7.3.2.ebuild b/net-misc/socat/socat-1.7.3.2.ebuild
new file mode 100644
index 00000000..8c61f2e
--- /dev/null
+++ b/net-misc/socat/socat-1.7.3.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="Multipurpose relay (SOcket CAT)"
+HOMEPAGE="http://www.dest-unreach.org/socat/"
+MY_P=${P/_beta/-b}
+S="${WORKDIR}/${MY_P}"
+SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="bindist libressl ssl readline ipv6 tcpd"
+
+DEPEND="
+	ssl? (
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	readline? ( sys-libs/readline:= )
+	tcpd? ( sys-apps/tcp-wrappers )
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT="test
+	ssl? ( readline? ( bindist ) )"
+
+DOCS=(
+	BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY
+)
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch
+)
+
+pkg_setup() {
+	# bug #587740
+	if use readline && use ssl; then
+		elog "You are enabling both readline and openssl USE flags, the licenses"
+		elog "for these packages conflict. You may not be able to legally"
+		elog "redistribute the resulting binary."
+	fi
+}
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	filter-flags '-Wno-error*' #293324
+	tc-export AR
+	econf \
+		$(use_enable ssl openssl) \
+		$(use_enable readline) \
+		$(use_enable ipv6 ip6) \
+		$(use_enable tcpd libwrap)
+}
+
+src_install() {
+	default
+
+	docinto html
+	dodoc doc/*.html doc/*.css
+}


             reply	other threads:[~2017-01-29  9:34 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29  9:34 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22 18:06 [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/ Arthur Zamarin
2025-01-22 18:06 Arthur Zamarin
2025-01-22 18:06 Arthur Zamarin
2024-12-30 14:04 Sam James
2024-12-30 14:04 Sam James
2024-12-13 15:35 Sam James
2024-12-13 15:34 Sam James
2024-10-23 19:33 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-09  7:57 Arthur Zamarin
2024-10-04  1:57 Sam James
2024-10-04  1:57 Sam James
2023-12-28  3:43 Sam James
2023-11-15 17:13 Sam James
2023-08-06 10:17 Andreas K. Hüttel
2023-08-06 10:14 Andreas K. Hüttel
2023-08-06  1:36 Sam James
2023-03-04 11:13 Arthur Zamarin
2023-03-04 11:09 Arthur Zamarin
2023-03-04  9:00 Arthur Zamarin
2023-03-04  8:09 Arthur Zamarin
2023-03-04  7:45 Arthur Zamarin
2023-03-04  6:01 Arthur Zamarin
2023-03-04  5:49 Arthur Zamarin
2022-11-23  1:45 Sam James
2022-10-31  0:44 Sam James
2022-05-14  6:21 WANG Xuerui
2022-04-17 16:44 Sam James
2022-02-20 19:34 Arthur Zamarin
2022-02-19  0:37 Sam James
2022-02-15 15:57 Agostino Sarubbo
2022-02-15  7:12 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:09 Agostino Sarubbo
2022-02-10  7:50 Sam James
2022-01-09  7:09 Sam James
2022-01-01  9:38 Sam James
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-05 20:12 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05  5:18 Sam James
2021-11-02 23:50 Sam James
2021-09-24 17:45 Sam James
2021-03-23  4:53 Sam James
2021-02-16 12:30 Sam James
2021-02-15 10:48 Sam James
2021-02-14 14:53 Sam James
2021-02-12 13:48 Sam James
2021-02-12  9:57 Sam James
2021-02-10 16:59 Sam James
2021-02-10  2:45 Sam James
2021-01-10 21:56 Sam James
2021-01-07  3:19 Sam James
2021-01-07  3:16 Sam James
2021-01-07  3:07 Sam James
2021-01-06 15:06 Fabian Groffen
2020-11-04  0:44 Sam James
2020-07-25  9:20 Jeroen Roovers
2020-07-25  9:14 Jeroen Roovers
2020-07-22  9:02 Agostino Sarubbo
2020-07-22  9:01 Agostino Sarubbo
2020-07-22  7:31 Sergei Trofimovich
2020-07-22  7:30 Sergei Trofimovich
2020-07-22  7:29 Sergei Trofimovich
2020-07-21  0:23 Sam James
2020-07-20 18:25 Sam James
2020-06-03  9:10 Jeroen Roovers
2020-01-07 10:43 Jeroen Roovers
2019-04-10  9:53 Jeroen Roovers
2019-04-04  8:41 Jeroen Roovers
2018-03-15 15:49 Jeroen Roovers
2018-03-15 15:07 Mikle Kolyada
2018-03-05 14:29 Mart Raudsepp
2017-11-05 18:06 Sergei Trofimovich
2017-08-29 21:39 Thomas Deutschmann
2017-08-26  8:40 Mikle Kolyada
2017-06-17 16:32 Sergei Trofimovich
2017-05-22 18:41 Tobias Klausmann
2017-05-18 15:20 Michael Weber
2017-04-18  6:36 Jeroen Roovers
2017-03-21 18:11 Matt Turner
2016-03-02  8:05 Jeroen Roovers
2016-03-02  5:57 Mike Frysinger
2016-02-14 17:20 Markus Meier
2016-02-03 16:54 Agostino Sarubbo
2016-02-03 16:53 Agostino Sarubbo
2016-02-02 11:58 Tobias Klausmann
2016-02-02  4:52 Jeroen Roovers
2016-02-01 16:14 Jeroen Roovers
2016-02-01 16:14 Jeroen Roovers
2016-02-01 16:14 Jeroen Roovers
2016-02-01 16:14 Jeroen Roovers
2015-11-10  7:10 Jeroen Roovers
2015-11-10  6:32 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485682467.a2e998fabab3f46a0e608e8d5c37ecbde9353731.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox