mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] Add support for stunnel
Date: Mon, 2 Jun 2014 09:49:45 +0200	[thread overview]
Message-ID: <20140602074945.GI26228@pengutronix.de> (raw)
In-Reply-To: <CABDcavZm_p_MJW+MNtzSduU+fu1JMsjCQzNQRbRytUQg6H7xQw@mail.gmail.com>

On Mon, May 19, 2014 at 10:46:47AM +0200, Guillermo Rodriguez Garcia wrote:
> Add support for stunnel.
> 

Did you copy/paste the patch? Somehow all tabs got lost and there are some
extra linebreaks, so the patch fails to apply.

> Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
> ---
>  rules/stunnel.in   |   16 +++++++++++++
>  rules/stunnel.make |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 76 insertions(+), 0 deletions(-)
>  create mode 100644 rules/stunnel.in
>  create mode 100644 rules/stunnel.make
> 
> diff --git a/rules/stunnel.in b/rules/stunnel.in
> new file mode 100644
> index 0000000..8eedc56
> --- /dev/null
> +++ b/rules/stunnel.in
> @@ -0,0 +1,16 @@
> +## SECTION=networking
> +
> +config STUNNEL
> + tristate
> + select OPENSSL
> + prompt "stunnel                       "
> + help
> +      The stunnel program is designed to work as an SSL encryption
> +      wrapper between remote client and local (inetd-startable) or
> +      remote servers. The goal is to facilitate SSL encryption and
> +      authentication for non-SSL-aware programs.
> +
> +      stunnel can be used to add  SSL  functionality  to  commonly
> +      used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
> +      without any changes in the programs' code.
> +
> diff --git a/rules/stunnel.make b/rules/stunnel.make
> new file mode 100644
> index 0000000..9e6af6f
> --- /dev/null
> +++ b/rules/stunnel.make
> @@ -0,0 +1,60 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2014 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_STUNNEL) += stunnel
> +
> +#
> +# Paths and names
> +#
> +STUNNEL_VERSION := 5.01
> +STUNNEL_MD5 := 7b63266b6fa05da696729e245100da65
> +STUNNEL := stunnel-$(STUNNEL_VERSION)
> +STUNNEL_SUFFIX := tar.gz
> +STUNNEL_URL :=
> http://ftp.nluug.nl/pub/networking/stunnel/$(STUNNEL).$(STUNNEL_SUFFIX)
> +STUNNEL_SOURCE := $(SRCDIR)/$(STUNNEL).$(STUNNEL_SUFFIX)
> +STUNNEL_DIR := $(BUILDDIR)/$(STUNNEL)
> +STUNNEL_LICENSE := stunnel (GPL2 or later with openssl exception)
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +STUNNEL_CONF_ENV := $(CROSS_ENV)

remove.

> +
> +#
> +# autoconf
> +#
> +STUNNEL_CONF_TOOL := autoconf

break like this:

STUNNEL_AUTOCONF := \
	$(CROSS_AUTOCONF_USR) \
	--with-ssl=$(PTXDIST_SYSROOT_TARGET)/usr

looks good otherwise.

Michael

> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/stunnel.targetinstall:
> + @$(call targetinfo)
> +
> + @$(call install_init, stunnel)
> + @$(call install_fixup, stunnel,PRIORITY,optional)
> + @$(call install_fixup, stunnel,SECTION,base)
> + @$(call install_fixup, stunnel,AUTHOR,"Guillermo Rodriguez
> <guille.rodriguez@gmail.com>")
> + @$(call install_fixup, stunnel,DESCRIPTION,missing)
> +
> + @$(call install_copy, stunnel, 0, 0, 0755,
> $(STUNNEL_DIR)/src/stunnel, /usr/bin/stunnel)
> +
> + @$(call install_finish, stunnel)
> +
> + @$(call touch)
> +
> +# vim: syntax=make
> -- 
> 1.7.0.4
> 
> -- 
> Guillermo Rodriguez Garcia
> guille.rodriguez@gmail.com
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2014-06-02  7:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-19  8:46 Guillermo Rodriguez Garcia
2014-06-02  7:49 ` Michael Olbrich [this message]
2014-06-03  9:24   ` Guillermo Rodriguez Garcia

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=20140602074945.GI26228@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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