* [Buildroot] [PATCH] sshpass: new package
@ 2014-05-31 22:32 Gary Bisson
2014-06-08 15:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gary Bisson @ 2014-05-31 22:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
package/Config.in | 1 +
package/sshpass/Config.in | 8 ++++++++
package/sshpass/sshpass.mk | 12 ++++++++++++
3 files changed, 21 insertions(+)
create mode 100644 package/sshpass/Config.in
create mode 100644 package/sshpass/sshpass.mk
diff --git a/package/Config.in b/package/Config.in
index a5a328e..67c094f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1008,6 +1008,7 @@ source "package/spawn-fcgi/Config.in"
source "package/spice/Config.in"
source "package/spice-protocol/Config.in"
source "package/squid/Config.in"
+source "package/sshpass/Config.in"
source "package/strongswan/Config.in"
source "package/stunnel/Config.in"
source "package/tcpdump/Config.in"
diff --git a/package/sshpass/Config.in b/package/sshpass/Config.in
new file mode 100644
index 0000000..aa5a16b
--- /dev/null
+++ b/package/sshpass/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_SSHPASS
+ bool "sshpass"
+ help
+ Sshpass is a tool for non-interactivly performing
+ password authentication with SSH's so called
+ "interactive keyboard password authentication".
+
+ http://sshpass.sourceforge.net
diff --git a/package/sshpass/sshpass.mk b/package/sshpass/sshpass.mk
new file mode 100644
index 0000000..e851f41
--- /dev/null
+++ b/package/sshpass/sshpass.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# sshpass
+#
+################################################################################
+
+SSHPASS_VERSION = 1.05
+SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
+SSHPASS_LICENSE = GPLv2
+SSHPASS_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
--
2.0.0.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] sshpass: new package
2014-05-31 22:32 [Buildroot] [PATCH] sshpass: new package Gary Bisson
@ 2014-06-08 15:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-06-08 15:55 UTC (permalink / raw)
To: buildroot
Dear Gary Bisson,
On Sat, 31 May 2014 15:32:16 -0700, Gary Bisson wrote:
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
> ---
> package/Config.in | 1 +
> package/sshpass/Config.in | 8 ++++++++
> package/sshpass/sshpass.mk | 12 ++++++++++++
> 3 files changed, 21 insertions(+)
> create mode 100644 package/sshpass/Config.in
> create mode 100644 package/sshpass/sshpass.mk
I've applied your patch, after making some minor changes, see below.
> +config BR2_PACKAGE_SSHPASS
> + bool "sshpass"
Since sshpass uses fork(), I had to add a dependency on BR2_USE_MMU
here.
> diff --git a/package/sshpass/sshpass.mk b/package/sshpass/sshpass.mk
> new file mode 100644
> index 0000000..e851f41
> --- /dev/null
> +++ b/package/sshpass/sshpass.mk
> @@ -0,0 +1,12 @@
> +################################################################################
> +#
> +# sshpass
> +#
> +################################################################################
> +
> +SSHPASS_VERSION = 1.05
> +SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
> +SSHPASS_LICENSE = GPLv2
> +SSHPASS_LICENSE_FILES = COPYING
The license was in fact GPLv2+.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-08 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-31 22:32 [Buildroot] [PATCH] sshpass: new package Gary Bisson
2014-06-08 15:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox