Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] inadyn: bump to version 1.99.6
@ 2013-12-26 12:16 Gustavo Zacarias
  2013-12-26 17:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-12-26 12:16 UTC (permalink / raw)
  To: buildroot

Also switch to github helper and install sample configuration file mode
600 - o+r is really bad for password-bearing configuration files.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/inadyn/inadyn.mk | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/inadyn/inadyn.mk b/package/inadyn/inadyn.mk
index 12f8acc..dc443f9 100644
--- a/package/inadyn/inadyn.mk
+++ b/package/inadyn/inadyn.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-INADYN_VERSION = 1.98.1
-INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.bz2
-INADYN_SITE = https://github.com/downloads/troglobit/inadyn
+INADYN_VERSION = 1.99.6
+INADYN_SITE = $(call github,troglobit,inadyn,$(INADYN_VERSION))
 INADYN_LICENSE = GPLv2+
 INADYN_LICENSE_FILES = COPYING LICENSE
 
@@ -16,7 +15,7 @@ endef
 
 define INADYN_INSTALL_TARGET_CMDS
 	$(INSTALL) -D -m 0755 $(@D)/src/inadyn $(TARGET_DIR)/usr/sbin/inadyn
-	$(INSTALL) -D -m 0644 package/inadyn/inadyn.conf \
+	$(INSTALL) -D -m 0600 package/inadyn/inadyn.conf \
 		$(TARGET_DIR)/etc/inadyn.conf
 	$(INSTALL) -D -m 0755 package/inadyn/S70inadyn \
 		$(TARGET_DIR)/etc/init.d/S70inadyn
-- 
1.8.3.2

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

* [Buildroot] [PATCH] inadyn: bump to version 1.99.6
  2013-12-26 12:16 [Buildroot] [PATCH] inadyn: bump to version 1.99.6 Gustavo Zacarias
@ 2013-12-26 17:46 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-12-26 17:46 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Thu, 26 Dec 2013 09:16:35 -0300, Gustavo Zacarias wrote:
> Also switch to github helper and install sample configuration file mode
> 600 - o+r is really bad for password-bearing configuration files.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/inadyn/inadyn.mk | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Applied, 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:[~2013-12-26 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 12:16 [Buildroot] [PATCH] inadyn: bump to version 1.99.6 Gustavo Zacarias
2013-12-26 17:46 ` Thomas Petazzoni

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