From patchwork Thu Dec 26 12:16:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 305255 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3F67E2C00A7 for ; Thu, 26 Dec 2013 23:16:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1101A3126F; Thu, 26 Dec 2013 12:16:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o3NDDcXoXiMb; Thu, 26 Dec 2013 12:16:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 60221255EF; Thu, 26 Dec 2013 12:16:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 46A8E1BFA3B for ; Thu, 26 Dec 2013 12:16:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 416478B22C for ; Thu, 26 Dec 2013 12:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DdAaQxN0f1Kc for ; Thu, 26 Dec 2013 12:16:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id BEDC08B21D for ; Thu, 26 Dec 2013 12:16:48 +0000 (UTC) Received: from asgard (host119.190-226-78.telecom.net.ar [190.226.78.119]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id rBQCGfxW029846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 26 Dec 2013 12:16:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1388060206; bh=98batCjw5awOcbl6JXV2oYR+HEpz8oviRo855M8nsD0=; h=From:To:Cc:Subject:Date; b=szv65DvlaiZeoVJeDi74/1PAim41n3p0EkD1zPSHdAoCvEwrNl/T6Qv9p0Zsh/2Vv MQPIve1G01CwKxK1zecIyzqhijUZypw/bInNKDdM587St/UKn49CbIyWQwIRkEguZQ 239Q86Yo8QAKcGgfH8bWj4xUOvePnZPhl5m824gU= Received: by asgard (sSMTP sendmail emulation); Thu, 26 Dec 2013 09:16:35 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 26 Dec 2013 09:16:35 -0300 Message-Id: <1388060195-12033-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] inadyn: bump to version 1.99.6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 --- 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