From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AF037138330 for ; Thu, 11 Jan 2018 17:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21761E08F0; Thu, 11 Jan 2018 17:42:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00B15E08F0 for ; Thu, 11 Jan 2018 17:42:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F2EAD335C3C for ; Thu, 11 Jan 2018 17:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 522F2193 for ; Thu, 11 Jan 2018 17:42:35 +0000 (UTC) From: "Thomas Deutschmann" 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" Message-ID: <1515692541.4465542779449c4f6a7cdcff384b7f65b60eabfb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/files/8-stable/, app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild app-admin/rsyslog/rsyslog-8.32.0.ebuild X-VCS-Directories: app-admin/rsyslog/files/8-stable/ app-admin/rsyslog/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4465542779449c4f6a7cdcff384b7f65b60eabfb X-VCS-Branch: master Date: Thu, 11 Jan 2018 17:42:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41f9073b-6467-4df6-a363-ce0f61816628 X-Archives-Hash: f4c068e64be18a9bdda5687179b96c35 commit: 4465542779449c4f6a7cdcff384b7f65b60eabfb Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jan 11 17:42:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jan 11 17:42:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44655427 app-admin/rsyslog: Rev bump patch Package-Manager: Portage-2.3.19, Repoman-2.3.6 ...out-curl.patch => rsyslog-8.32.0-fix-building-without-curl-r1.patch} | 2 +- app-admin/rsyslog/{rsyslog-8.32.0.ebuild => rsyslog-8.32.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch b/app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch similarity index 98% rename from app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch rename to app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch index fa2f71939cc..2706b4b581a 100644 --- a/app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch +++ b/app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch @@ -41,7 +41,7 @@ https://github.com/rsyslog/rsyslog/pull/2378 varFreeMembers(&r[0]); +#else + LogError(0, RS_RET_INTERNAL_ERROR, -+ "rainerscript: internal error: HTTP_Fetch not supported, not built with libcurl support\n"); ++ "rainerscript: internal error: HTTP_Fetch not supported, not built with libcurl support"); +#endif break; default: diff --git a/app-admin/rsyslog/rsyslog-8.32.0.ebuild b/app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild similarity index 99% rename from app-admin/rsyslog/rsyslog-8.32.0.ebuild rename to app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild index 41822ad7cfa..3dc7a42ded1 100644 --- a/app-admin/rsyslog/rsyslog-8.32.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild @@ -48,7 +48,7 @@ else 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.32.0-fix-building-without-curl.patch ) + PATCHES=( "${FILESDIR}"/8-stable/${PN}-8.32.0-fix-building-without-curl-r1.patch ) fi LICENSE="GPL-3 LGPL-3 Apache-2.0"