X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id A59BFDC1729 for ; Sat, 11 Jul 2015 19:42:08 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6D6DDDC00D7 for ; Sat, 11 Jul 2015 19:42:08 +0000 (UTC) Received: from [81.4.121.188] (port=53413 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZE0ez-002W8W-Jv; Sat, 11 Jul 2015 20:42:05 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/inetutils-syslogd: fix post message Date: Sat, 11 Jul 2015 19:42:02 +0000 Message-Id: <1436643722-47997-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: this is just a rebuild so the post message is included --- testing/inetutils-syslogd/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/inetutils-syslogd/APKBUILD b/testing/inetutils-syslogd/APKBUILD index 1dfe2e1..1e09e31 100644 --- a/testing/inetutils-syslogd/APKBUILD +++ b/testing/inetutils-syslogd/APKBUILD @@ -3,7 +3,7 @@ pkgname=inetutils-syslogd _pkgname=inetutils pkgver=1.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="A small syslogd for logging to multiple files" url="http://www.gnu.org/software/inetutils/" arch="all" -- 2.4.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---