From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-950469-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3CB45139694
	for <garchives@archives.gentoo.org>; Wed, 17 May 2017 22:28:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 979D7E0BCB;
	Wed, 17 May 2017 22:28:34 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 767C6E0BCB
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 22:28:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7600C3416A6
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 22:28:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CCB57459
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 May 2017 22:28:32 +0000 (UTC)
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org>
Message-ID: <1495060106.56373a28a0dff4cb79263b1db8ca3a2930227a15.whissi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild app-admin/rsyslog/rsyslog-8.26.0.ebuild
X-VCS-Directories: app-admin/rsyslog/
X-VCS-Committer: whissi
X-VCS-Committer-Name: Thomas Deutschmann
X-VCS-Revision: 56373a28a0dff4cb79263b1db8ca3a2930227a15
X-VCS-Branch: master
Date: Wed, 17 May 2017 22:28:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 93233c49-789e-42bd-8396-1348cd2dd3ef
X-Archives-Hash: db0d40579bda1054af7590dfe4931631

commit:     56373a28a0dff4cb79263b1db8ca3a2930227a15
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 22:21:17 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed May 17 22:28:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56373a28

app-admin/rsyslog: Rev bump to fix building with -Werror=format-security

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/rsyslog/{rsyslog-8.26.0.ebuild => rsyslog-8.26.0-r1.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-admin/rsyslog/rsyslog-8.26.0.ebuild b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
similarity index 99%
rename from app-admin/rsyslog/rsyslog-8.26.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
index 2508bab5283..c87c4477ef4 100644
--- a/app-admin/rsyslog/rsyslog-8.26.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
@@ -52,6 +52,10 @@ else
 		http://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-${MY_PV}.tar.gz -> ${MY_FILENAME}
 		doc? ( http://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-doc-${MY_PV}.tar.gz -> ${MY_FILENAME_DOCS} )
 	"
+
+	PATCHES=(
+		"${FILESDIR}"/8-stable/${PN}-8.26.0-fix-zmq3-format-security.patch
+	)
 fi
 
 LICENSE="GPL-3 LGPL-3 Apache-2.0"