| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: syslog-ng | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 4.6.0 | Vendor: openSUSE |
| Release: bp156.1.4 | Build date: Wed May 15 07:41:09 2024 |
| Group: System/Daemons | Build host: i01-armsrv1 |
| Size: 5828044 | Source RPM: syslog-ng-4.6.0-bp156.1.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://syslog-ng.org/ | |
| Summary: Enhanced system logging daemon | |
syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. Key features: * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), ...) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB).
GPL-2.0-only
* Thu Feb 08 2024 peter czanik <peter@czanik.hu>
- fix syslog-ng-devel dependencies (boo#1219672)
* Tue Feb 06 2024 peter czanik <peter@czanik.hu>
- add python3-setuptools as a build requiriement
* Thu Feb 01 2024 peter czanik <peter@czanik.hu>
- update to version 4.6.0
* BigQuery support
* CloudAuth support
* Loki support
* PubSub support
* parsers for pgsql, pihole, qbittorrent logs
- move grpc support into separate sub-package
* Mon Sep 18 2023 peter czanik <peter@czanik.hu>
- fix boo#1215386 by removing dependency on var-run.service
(service is removed in Tumbleweed)
* Mon Jul 31 2023 peter czanik <peter@czanik.hu>
- update to version 4.3.1
* fixes a crash bug in Python support
* opensearch destination (SCL)
* Tue Jul 25 2023 peter czanik <peter@czanik.hu>
- update to version 4.3.0
* OpenTelemetry support
* BPF support to accelerate UDP source
* logscale destination
* scl.conf moved from /etc/syslog-ng
* use pcre2 instead of pcre
- change BuildRequires from pcre-devel to pcre2-devel
- add BuildRrequires for OpenTelemetry and BPF
* Fri Jul 14 2023 peter czanik <peter@czanik.hu>
- fix Python packaging
* Tue Jun 06 2023 peter czanik <peter@czanik.hu>
- oops, forgot to update the config version string again...
- while there, fixed a config warning about statistics
* Thu Jun 01 2023 peter czanik <peter@czanik.hu>
- update to version 4.2.0
- add Splunk destination to SCL
- plugin rename: dbparser is now called correlation
- new plugin: libmetrics-probe.so
- split Python-based drivers from the Python plugin
* Wed May 24 2023 Jan Engelhardt <jengelh@inai.de>
- Exclude plugins from being turned into RPM dependencies.
* Wed Jan 11 2023 peter czanik <peter@czanik.hu>
- update to 4.0.1
- remove obsolate syslog-ng-nojavah.patch together with
autotools dependencies
- add dependencies for Python modules
- remove obsolate Obsolates line
- remove Kubernetes config (became a Python module)
* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Tue Aug 16 2022 peter czanik <peter@czanik.hu>
- update to 3.37.1
- add new modules to file lists
- enable MQTT support only for Tumbleweed
* Mon Apr 25 2022 Marcus Meissner <meissner@suse.com>
- URL -> https
* Tue Mar 08 2022 Fridrich Strba <fstrba@suse.com>
- Added patch:
* syslog-ng-nojavah.patch
+ Do not use the removed javah tool, but the javac's -h option
+ Allows to build with any java-devel >= 1.8
- Require java-devel >= 1.8 for build
- Add build dependency on autoconf and automake since we need them
to regenerate the build system after we patch it
* Fri Feb 18 2022 peter czanik <peter@czanik.hu>
- disable Java support for ARMv7 (compilation crashes)
* Mon Dec 06 2021 peter czanik <peter@czanik.hu>
- update to 3.35.1
- remove "news" user creation, as it is no more referenced
from the configuration file
- packaging fixes to remove a few warnings
* Wed Jul 28 2021 peter czanik <peter@czanik.hu>
- update to 3.33.2
- added support for parsing CEE and Fortigate logs
- added Discord destination
- added MQTT destination support
- python3 workdaround removed (commented out for now, fixed upstream)
* Fri Jul 16 2021 Steve Kowalik <steven.kowalik@suse.com>
- Set shebang for merge-grammar.py to be /usr/bin/python3.
* Tue Dec 08 2020 peter czanik <peter@czanik.hu> 3.30.1-0
- update to 3.30.1
- follow up snmp support changes
- add secure logging
- add PAN-OS parser
- add SumoLogic destination
* Thu Nov 26 2020 Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
* Mon May 11 2020 peter czanik <peter@czanik.hu>
- fix bnc#1169385 by removing creating news log files from post,
adding syslog-ng.conf options to create files/directories
automatically, and commenting the relevant part out.
* Wed Apr 15 2020 peter czanik <peter@czanik.hu>
- fix libevtlog package name
* Tue Mar 10 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.26.1
* added a new option to multi-line file sources
* python-http-header: added this new plugin, which makes it possible
for users to implement HTTP header plugins in Python language
* azure-auth-header: Added this new plugin, which generates
authorization header for applications connecting to Azure
* set-severity(): Added this new rewrite rule for changing message severity.
* $(list-search): Added a new template function, which returns
the first index of a pattern in a list.
* other minor improvements
* many bug fixes
* Fri Feb 28 2020 Matej Cepl <mcepl@suse.com>
- Fix fixing Python shebang
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
allow OBS to shortcut through -mini flavors.
* Thu Dec 12 2019 peter czanik <peter@czanik.hu>
- update to 3.25.1
- many bug fixes, improved Redis destination performance
* Wed Nov 27 2019 peter czanik <peter@czanik.hu>
- remove ExcludeArch as bison workaround no more needed
- remove dependency on libgeoip to fix bnc#1156203
(of course libmaxminddb is still supported)
* Tue Sep 03 2019 peter czanik <peter@czanik.hu>
- updated to 3.23.1 to resolve bnc#1143190
- removed 2482.patch as it was merged upstream
- add wensense & netskope parsers
- add collectd support
- update syslog-ng.conf due to an undocumented include
syntax used in the config was removed by uspstream
- add SCL to support Elasticsearch destination using
the http() destination driver
- add SCL to parse junos and checkpoint logs
- changed the location of debuggercli files
- disabled native connector (Rust support)
- "ExcludeArch: i586 s390x" as workaround until bison is fixed
* Fri Apr 12 2019 root <peter@czanik.hu>
- oops, forgot to update version in syslog-ng.conf again...
- moved slack SCL to curl sub-package to silence warning
on startup
* Wed Jan 30 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Dynamically detect used python3 version.
* Tue Jan 08 2019 peter@czanik.hu
- added 2482.patch to resolve GPL-2.0 vs. BSD-4-Clause
compatibility problem.
* Fri Dec 21 2018 schwab@suse.de
- Allow building with java 1.8.0.
- Use %license
* Mon Dec 17 2018 peter@czanik.hu
- updated to 3.19.1
- changed summary again
* Tue Nov 27 2018 Jan Engelhardt <jengelh@inai.de>
- Replace time-sensitive wording of summary.
- Drop %if..%endif guards that are idempotent.
- Replace %__-type macro indirections.
* Mon Nov 12 2018 peter@czanik.hu
- update to 3.18.1
- remove support for SLES11 (sysvinit)
- add support to compile on SLES12+ and Leap 42+
- tons of clean-up
* Thu May 31 2018 peter@czanik.hu
- added network.target to syslog-ng.service
to resolve bnc#1077975
* Fri Apr 06 2018 peter@czanik.hu
- update to syslog-ng 3.14.1
- remove patch, as merged upstream:
0001-modules-json-Adaptions-for-json-c-v0.13.patch
- remove patch and revert to jdk 1.7 as 1.9 is problematic:
syslog-ng-3.10.1-sourcetarget.patch
- add secret-storage, appmodell and SCL files
* Wed Jan 10 2018 Thomas.Blume@suse.com
- fix build error with json-c v0.13 with patch
0001-modules-json-Adaptions-for-json-c-v0.13.patch
* Tue Jan 09 2018 peter@czanik.hu
- disable Java destination temporarily (it does not build)
* Tue Dec 05 2017 peter@czanik.hu
- fix %post and mongodb as requested by @idonmez
* Wed Nov 29 2017 peter@czanik.hu
- update to syslog-ng 3.12.1
- add tags parser
- add xml parser
- add Windows eventlog parser
- add syslog-ng-debun + man
- handle evtlog merge (add obsolates, new files, etc.)
- use Python version of merge-grammar
- add libmaxminddb-devel BuildRequires for the geoip2 parser
- add geoip2 parser
- add osquery parser (scl)
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468) (by @RBrownSUSE)
- WARNING:
disable RabbitMQ and AMQP support as they fail
to compile with openssl 1.1
Will be most likely re-enabled in 3.14.1
* Wed Oct 11 2017 jengelh@inai.de
- Update package summaries and RPM group classifications.
Drop author lists from descriptions. Remove redundant %clean
section. Replace old $RPM_ shell vars and make consistent use
of macros instead.
* Tue Oct 10 2017 fstrba@suse.com
- Do not hardcode dependency on java-1_7_0-openjdk, depend on
java-devel >= 1.7 instead
- Added patch:
* syslog-ng-3.10.1-sourcetarget.patch
+ Build Java classes with the lowest required source and target
levels.
* Wed Jun 21 2017 peter@czanik.hu
- update to version 3.10.1
- update config version
- libcurl.so renamed to libhttp.so
- added module libtfgetent.so
- added module libmap-value-pairs.so
- added module libstardate.so
- added cisco parser (scl)
- added snmptrapd parser files
- add pkgconfig for add-contextual-data
- don't compile curl dest on SLES 11
* Sun Apr 02 2017 meissner@suse.com
- require group and user "news" in new system model.
* Fri Sep 09 2016 peter@czanik.hu
- really update config version to 3.8 (thanks Per for the report)
- move curl (HTTP) support into a subpackage
to reduce the number of dependencies in the base package
* Tue Aug 23 2016 peter@czanik.hu
- update to 3.8.1
for a complete list of changes see:
https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.8.1
- add Java support. NOTE:
no modules due to missing gradle and JAR dependencies
- add curl HTTP support
- disable mongodb for SLES11 (fails to compile)
- update configuration to 3.8
- change datadir parameter (default now includes 'syslog-ng')
- add cef & date modules, apache, loggly, logmatic scl-s
- add disk buffer support
- update java module list
- uncomment Alias=syslog.service in syslog-ng.service
- rename system-expand to system-expand.sh
- add missing: Obsolates: syslog-ng-json (JSON is now in core)
* Wed Jun 01 2016 peter@czanik.hu
- fix bnc#965191 by adding back "Alias=syslog.service" to
"syslog.service"
- update to 3.7.3, which fixes many small bugs
https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.3
- remove obsolate e30fe7c3717a7bda4036448c7777747df1a4e0f9.patch
- using self generated dist tgz, as official tgz is missing
generated man pages
- fix bnc#982487 by copying config.h manually
* Mon Sep 07 2015 czanik@balabit.hu
- update to syslog-ng 3.7.1
- for a detailed changelog, see upstream at:
https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.1
and
https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.6.1
- FYI: no java support due to lack of gradle
- follow geoip modul name change (tfgeoip -> geoip-plugin)
- add libkvformat.so
- remove notls workaround (openssl is now a hard dependency)
- add python support
- update version in syslog-ng.conf
- move json support to core
- tmp patch to fix compilation on SLES11:
e30fe7c3717a7bda4036448c7777747df1a4e0f9.patch
- SLES notes: some core dependencies are missing, so you need to
build in your home repo and have json, libevtlog from Factory
* Wed Mar 25 2015 Led <ledest@gmail.com>
- fix shebang in syslog-ng-service-prepare script that contains
bash-specific constructions
* Tue Mar 03 2015 dimstar@opensuse.org
- Do not BuildRequire libhiredis0_10: It's responsibility of the
respective -devel package to pull in the library. On openSUSE <
13.2.1 (Current Tumbleweed) we keep it to workaround a bug in
the hiredis-devel package of those releases.
/etc/syslog-ng /etc/syslog-ng/conf.d /etc/syslog-ng/syslog-ng.conf /run/syslog-ng /run/syslog-ng/additional-log-sockets.conf /sbin/syslog-ng /usr/bin/dqtool /usr/bin/loggen /usr/bin/pdbtool /usr/bin/persist-tool /usr/bin/slogencrypt /usr/bin/slogkey /usr/bin/slogverify /usr/bin/syslog-ng-update-virtualenv /usr/lib/systemd/system/syslog-ng.service /usr/lib64/libloggen_helper-4.6.so.0 /usr/lib64/libloggen_helper-4.6.so.0.0.0 /usr/lib64/libloggen_plugin-4.6.so.0 /usr/lib64/libloggen_plugin-4.6.so.0.0.0 /usr/lib64/libsecret-storage.so.0 /usr/lib64/libsecret-storage.so.0.0.0 /usr/lib64/libsyslog-ng-4.6.so.0 /usr/lib64/libsyslog-ng-4.6.so.0.0.0 /usr/lib64/syslog-ng /usr/lib64/syslog-ng/libadd-contextual-data.so /usr/lib64/syslog-ng/libaffile.so /usr/lib64/syslog-ng/libafprog.so /usr/lib64/syslog-ng/libafsocket.so /usr/lib64/syslog-ng/libafstomp.so /usr/lib64/syslog-ng/libafuser.so /usr/lib64/syslog-ng/libappmodel.so /usr/lib64/syslog-ng/libazure-auth-header.so /usr/lib64/syslog-ng/libbasicfuncs.so /usr/lib64/syslog-ng/libcef.so /usr/lib64/syslog-ng/libconfgen.so /usr/lib64/syslog-ng/libcorrelation.so /usr/lib64/syslog-ng/libcryptofuncs.so /usr/lib64/syslog-ng/libcsvparser.so /usr/lib64/syslog-ng/libdisk-buffer.so /usr/lib64/syslog-ng/libexamples.so /usr/lib64/syslog-ng/libgraphite.so /usr/lib64/syslog-ng/libhook-commands.so /usr/lib64/syslog-ng/libjson-plugin.so /usr/lib64/syslog-ng/libkvformat.so /usr/lib64/syslog-ng/liblinux-kmsg-format.so /usr/lib64/syslog-ng/libmap-value-pairs.so /usr/lib64/syslog-ng/libmetrics-probe.so /usr/lib64/syslog-ng/libpseudofile.so /usr/lib64/syslog-ng/librate-limit-filter.so /usr/lib64/syslog-ng/libregexp-parser.so /usr/lib64/syslog-ng/libsdjournal.so /usr/lib64/syslog-ng/libsecure-logging.so /usr/lib64/syslog-ng/libstardate.so /usr/lib64/syslog-ng/libsyslogformat.so /usr/lib64/syslog-ng/libsystem-source.so /usr/lib64/syslog-ng/libtags-parser.so /usr/lib64/syslog-ng/libtfgetent.so /usr/lib64/syslog-ng/libtimestamp.so /usr/lib64/syslog-ng/libxml.so /usr/lib64/syslog-ng/loggen /usr/lib64/syslog-ng/loggen/libloggen_socket_plugin.so /usr/lib64/syslog-ng/loggen/libloggen_ssl_plugin.so /usr/sbin/syslog-ng /usr/sbin/syslog-ng-ctl /usr/sbin/syslog-ng-debun /usr/sbin/syslog-ng-service-prepare /usr/share/doc/packages/syslog-ng /usr/share/doc/packages/syslog-ng/AUTHORS /usr/share/doc/packages/syslog-ng/NEWS.md /usr/share/doc/packages/syslog-ng/syslog-ng.conf.default /usr/share/fillup-templates/sysconfig.syslog-ng /usr/share/licenses/syslog-ng /usr/share/licenses/syslog-ng/COPYING /usr/share/man/man1/dqtool.1.gz /usr/share/man/man1/loggen.1.gz /usr/share/man/man1/pdbtool.1.gz /usr/share/man/man1/persist-tool.1.gz /usr/share/man/man1/slogencrypt.1.gz /usr/share/man/man1/slogkey.1.gz /usr/share/man/man1/slogverify.1.gz /usr/share/man/man1/syslog-ng-ctl.1.gz /usr/share/man/man1/syslog-ng-debun.1.gz /usr/share/man/man5/syslog-ng.conf.5.gz /usr/share/man/man7/secure-logging.7.gz /usr/share/man/man8/syslog-ng.8.gz /usr/share/syslog-ng /usr/share/syslog-ng/include /usr/share/syslog-ng/include/scl /usr/share/syslog-ng/include/scl.conf /usr/share/syslog-ng/include/scl/apache /usr/share/syslog-ng/include/scl/apache/apache.conf /usr/share/syslog-ng/include/scl/cee /usr/share/syslog-ng/include/scl/cee/adapter.conf /usr/share/syslog-ng/include/scl/checkpoint /usr/share/syslog-ng/include/scl/checkpoint/plugin.conf /usr/share/syslog-ng/include/scl/cim /usr/share/syslog-ng/include/scl/cim/adapter.conf /usr/share/syslog-ng/include/scl/cim/template.conf /usr/share/syslog-ng/include/scl/cisco /usr/share/syslog-ng/include/scl/cisco/plugin.conf /usr/share/syslog-ng/include/scl/collectd /usr/share/syslog-ng/include/scl/collectd/plugin.conf /usr/share/syslog-ng/include/scl/darwinosl /usr/share/syslog-ng/include/scl/darwinosl/darwinosl-metadata-db.csv /usr/share/syslog-ng/include/scl/darwinosl/plugin.conf /usr/share/syslog-ng/include/scl/default-network-drivers /usr/share/syslog-ng/include/scl/default-network-drivers/plugin.conf /usr/share/syslog-ng/include/scl/discord /usr/share/syslog-ng/include/scl/discord/discord.conf /usr/share/syslog-ng/include/scl/ewmm /usr/share/syslog-ng/include/scl/ewmm/ewmm.conf /usr/share/syslog-ng/include/scl/fortigate /usr/share/syslog-ng/include/scl/fortigate/fortigate.conf /usr/share/syslog-ng/include/scl/google /usr/share/syslog-ng/include/scl/google/google-pubsub.conf /usr/share/syslog-ng/include/scl/graphite /usr/share/syslog-ng/include/scl/graphite/README /usr/share/syslog-ng/include/scl/graphite/plugin.conf /usr/share/syslog-ng/include/scl/graylog2 /usr/share/syslog-ng/include/scl/graylog2/plugin.conf /usr/share/syslog-ng/include/scl/iptables /usr/share/syslog-ng/include/scl/iptables/iptables.conf /usr/share/syslog-ng/include/scl/junos /usr/share/syslog-ng/include/scl/junos/plugin.conf /usr/share/syslog-ng/include/scl/linux-audit /usr/share/syslog-ng/include/scl/linux-audit/linux-audit.conf /usr/share/syslog-ng/include/scl/loadbalancer /usr/share/syslog-ng/include/scl/loadbalancer/gen-loadbalancer.sh /usr/share/syslog-ng/include/scl/loadbalancer/plugin.conf /usr/share/syslog-ng/include/scl/loggly /usr/share/syslog-ng/include/scl/loggly/loggly.conf /usr/share/syslog-ng/include/scl/logmatic /usr/share/syslog-ng/include/scl/logmatic/logmatic.conf /usr/share/syslog-ng/include/scl/logscale /usr/share/syslog-ng/include/scl/logscale/logscale.conf /usr/share/syslog-ng/include/scl/mariadb /usr/share/syslog-ng/include/scl/mariadb/audit.conf /usr/share/syslog-ng/include/scl/mbox /usr/share/syslog-ng/include/scl/mbox/mbox.conf /usr/share/syslog-ng/include/scl/netskope /usr/share/syslog-ng/include/scl/netskope/plugin.conf /usr/share/syslog-ng/include/scl/nodejs /usr/share/syslog-ng/include/scl/nodejs/plugin.conf /usr/share/syslog-ng/include/scl/openobserve /usr/share/syslog-ng/include/scl/openobserve/openobserve.conf /usr/share/syslog-ng/include/scl/opensearch /usr/share/syslog-ng/include/scl/opensearch/opensearch.conf /usr/share/syslog-ng/include/scl/osquery /usr/share/syslog-ng/include/scl/osquery/plugin.conf /usr/share/syslog-ng/include/scl/pacct /usr/share/syslog-ng/include/scl/pacct/plugin.conf /usr/share/syslog-ng/include/scl/paloalto /usr/share/syslog-ng/include/scl/paloalto/panos.conf /usr/share/syslog-ng/include/scl/pgsql /usr/share/syslog-ng/include/scl/pgsql/pgsql.conf /usr/share/syslog-ng/include/scl/pihole /usr/share/syslog-ng/include/scl/pihole/pihole.conf /usr/share/syslog-ng/include/scl/python /usr/share/syslog-ng/include/scl/python/python-modules.conf /usr/share/syslog-ng/include/scl/qbittorrent /usr/share/syslog-ng/include/scl/qbittorrent/qbittorrent.conf /usr/share/syslog-ng/include/scl/rewrite /usr/share/syslog-ng/include/scl/rewrite/cc-mask.conf /usr/share/syslog-ng/include/scl/snmptrap /usr/share/syslog-ng/include/scl/snmptrap/snmptrapd-source.conf /usr/share/syslog-ng/include/scl/solaris /usr/share/syslog-ng/include/scl/solaris/plugin.conf /usr/share/syslog-ng/include/scl/splunk /usr/share/syslog-ng/include/scl/splunk/splunk.conf /usr/share/syslog-ng/include/scl/sudo /usr/share/syslog-ng/include/scl/sudo/sudo.conf /usr/share/syslog-ng/include/scl/sumologic /usr/share/syslog-ng/include/scl/sumologic/sumologic.conf /usr/share/syslog-ng/include/scl/syslogconf /usr/share/syslog-ng/include/scl/syslogconf/README /usr/share/syslog-ng/include/scl/syslogconf/convert-syslogconf.awk /usr/share/syslog-ng/include/scl/syslogconf/plugin.conf /usr/share/syslog-ng/include/scl/system /usr/share/syslog-ng/include/scl/system/plugin.conf /usr/share/syslog-ng/include/scl/websense /usr/share/syslog-ng/include/scl/websense/plugin.conf /usr/share/syslog-ng/include/scl/windowseventlog /usr/share/syslog-ng/include/scl/windowseventlog/plugin.conf /usr/share/syslog-ng/include/scl/windowseventlog/windowseventlog.xml /usr/share/syslog-ng/smart-multi-line.fsm /usr/share/syslog-ng/xsd /usr/share/syslog-ng/xsd/patterndb-1.xsd /usr/share/syslog-ng/xsd/patterndb-2.xsd /usr/share/syslog-ng/xsd/patterndb-3.xsd /usr/share/syslog-ng/xsd/patterndb-4.xsd /usr/share/syslog-ng/xsd/patterndb-5.xsd /usr/share/syslog-ng/xsd/patterndb-6.xsd /var/lib/syslog-ng
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:46:23 2026