From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WBK5y-0005Su-6D for ptxdist@pengutronix.de; Thu, 06 Feb 2014 09:14:02 +0100 Received: by mail-ea0-f182.google.com with SMTP id r15so701482ead.41 for ; Thu, 06 Feb 2014 00:13:56 -0800 (PST) From: Alexander Aring Date: Thu, 6 Feb 2014 09:13:46 +0100 Message-Id: <1391674428-15470-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH 0/2] netcat: replace with openbsd netcat Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring This patch series replace the current version of netcat with the netcat openbsd version. I already sent some patches one week ago. Now I remove the choice selection and depends GLOBAL_IPV6. There is no way to disable ipv6 support in openbsd netcat during compile time, but it should return some kind of -ENOTSUPP. Alexander Aring (2): netcat: remove current version netcat: add new package patches/netcat-0.7.1/fix-signed-unsigned.diff | 32 -- patches/netcat-0.7.1/series | 1 - .../0001-port-to-linux-with-libsd.patch | 475 +++++++++++++++++++++ .../0002-connect-timeout.patch | 121 ++++++ .../0003-get-sev-by-name.patch | 34 ++ patches/netcat-openbsd-1.105/0004-poll-hup.patch | 59 +++ patches/netcat-openbsd-1.105/0005-send-crlf.patch | 108 +++++ patches/netcat-openbsd-1.105/0006-quit-timer.patch | 133 ++++++ .../0007-udp-scan-timeout.patch | 60 +++ .../0008-verbose-numeric-port.patch | 106 +++++ .../netcat-openbsd-1.105/0009-dccp-support.patch | 304 +++++++++++++ ...0010-serialized-handling-multiple-clients.patch | 75 ++++ .../0011-misc-failures-and-features.patch | 457 ++++++++++++++++++++ patches/netcat-openbsd-1.105/series | 11 + rules/netcat.in | 57 +-- rules/netcat.make | 48 +-- 16 files changed, 1973 insertions(+), 108 deletions(-) delete mode 100644 patches/netcat-0.7.1/fix-signed-unsigned.diff delete mode 100644 patches/netcat-0.7.1/series create mode 100644 patches/netcat-openbsd-1.105/0001-port-to-linux-with-libsd.patch create mode 100644 patches/netcat-openbsd-1.105/0002-connect-timeout.patch create mode 100644 patches/netcat-openbsd-1.105/0003-get-sev-by-name.patch create mode 100644 patches/netcat-openbsd-1.105/0004-poll-hup.patch create mode 100644 patches/netcat-openbsd-1.105/0005-send-crlf.patch create mode 100644 patches/netcat-openbsd-1.105/0006-quit-timer.patch create mode 100644 patches/netcat-openbsd-1.105/0007-udp-scan-timeout.patch create mode 100644 patches/netcat-openbsd-1.105/0008-verbose-numeric-port.patch create mode 100644 patches/netcat-openbsd-1.105/0009-dccp-support.patch create mode 100644 patches/netcat-openbsd-1.105/0010-serialized-handling-multiple-clients.patch create mode 100644 patches/netcat-openbsd-1.105/0011-misc-failures-and-features.patch create mode 100644 patches/netcat-openbsd-1.105/series -- 1.8.5.3 -- ptxdist mailing list ptxdist@pengutronix.de