diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-11 18:42:04 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-11 18:42:21 +0100 |
commit | 4465542779449c4f6a7cdcff384b7f65b60eabfb (patch) | |
tree | 5f6772b3883a85a9bf601739d0d839a0474e341a /app-admin/rsyslog | |
parent | kde-apps: Drop KDE Applications 17.12.0 (diff) | |
download | gentoo-4465542779449c4f6a7cdcff384b7f65b60eabfb.tar.gz gentoo-4465542779449c4f6a7cdcff384b7f65b60eabfb.tar.bz2 gentoo-4465542779449c4f6a7cdcff384b7f65b60eabfb.zip |
app-admin/rsyslog: Rev bump patch
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/rsyslog')
-rw-r--r-- | app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl-r1.patch (renamed from app-admin/rsyslog/files/8-stable/rsyslog-8.32.0-fix-building-without-curl.patch) | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.32.0-r1.ebuild (renamed from app-admin/rsyslog/rsyslog-8.32.0.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 index fa2f71939cc8..2706b4b581a0 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 index 41822ad7cfa1..3dc7a42ded17 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" |