Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546822 - app-admin/rsyslog-8.9.0 version bump
Summary: app-admin/rsyslog-8.9.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 15:16 UTC by Thomas Deutschmann (RETIRED)
Modified: 2015-04-20 13:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2015-04-16 15:16:25 UTC
Hi,

please bump app-admin/rsyslog to v8.9.0.


Version 8.9.0 [v8-stable] 2015-04-07

  - omprog: add option "hup.forward" to forwards HUP to external plugins
    This was suggested by David Lang so that external plugins (and other
    programs) can also do HUP-specific processing. The default is not
    to forward HUP, so no change of behavior by default.

  - imuxsock: added capability to use regular parser chain
    Previously, this was a fixed format, that was known to be spoken on
    the system log socket. This also adds new parameters:

      - sysSock.useSpecialParser module parameter
      - sysSock.parseHostname module parameter
      - useSpecialParser input parameter
      - parseHostname input parameter

  - 0mq: improvements in input and output modules
    See module READMEs, part is to be considered experimental.
    Thanks to Brian Knox for the contribution.

  - imtcp: add support for ip based bind for imtcp -> param "address"
    Thanks to github user crackytsi for the patch.

  - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData
    This lead to failure of disk queue processing when structured data was
    present. Thanks to github user adrush for the fix.

  - bugfix imfile: partial data loss, especially in readMode != 0
    closes https://github.com/rsyslog/rsyslog/issues/144

  - bugfix: potential large memory consumption with failed actions
    see also https://github.com/rsyslog/rsyslog/issues/253

  - bugfix: omudpspoof: invalid default send template in RainerScript format
    The file format template was used, which obviously does not work for
    forwarding. Thanks to Christopher Racky for alerting us.
    closes https://github.com/rsyslog/rsyslog/issues/268

  - bugfix: size-based legacy config statements did not work properly
    on some platforms, they were incorrectly handled, resulting in all
    sorts of "interesting" effects (up to segfault on startup)

  - build system: added option –without-valgrind-testbench
    ... which provides the capability to either enforce or turn off
    valgrind use inside the testbench. Thanks to whissi for the patch.

  - rsyslogd: fix misleading typos in error messages
    Thanks to Ansgar Püster for the fixes.
    
(From: http://www.rsyslog.com/changelog-for-8-9-0-v8-stable/)


Required ebuild changes:

--- old/app-admin/rsyslog/rsyslog-8.7.0-r2.ebuild       2015-03-30 19:01:04.000000000 +0200
+++ new/app-admin/rsyslog/rsyslog-8.9.0.ebuild       2015-04-16 17:06:29.940604712 +0200
@@ -33,11 +33,7 @@ else
                http://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
                doc? ( http://www.rsyslog.com/files/download/${PN}/${PN}-doc-${PV}.tar.gz )
        "
-       KEYWORDS="amd64 ~arm hppa ~x86"
-
-       PATCHES+=( "${FILESDIR}"/${BRANCH}/50-rsyslog-run-queue-persist-test-only-once.patch )
-       PATCHES+=( "${FILESDIR}"/${BRANCH}/50-rsyslog-fix-size-based-legacy-config-statements.patch )
-       PATCHES+=( "${FILESDIR}"/${BRANCH}/50-rsyslog-add-option-to-disable-valgrind-usage-in-testbench.patch )
+       KEYWORDS="~amd64 ~arm ~hppa ~x86"
 fi

 LICENSE="GPL-3 LGPL-3 Apache-2.0"


Reproducible: Always
Comment 1 Ultrabug gentoo-dev 2015-04-20 13:07:33 UTC
Thx Thomas, it's in tree !

+*rsyslog-8.9.0 (20 Apr 2015)
+
+  20 Apr 2015; Ultrabug <ultrabug@gentoo.org> -rsyslog-8.4.2.ebuild,
+  +rsyslog-8.9.0.ebuild, metadata.xml:
+  version bump fix #546822 thx to Thomas D., drop old
+