Age | Commit message (Collapse) | Author | Files | Lines |
|
* Package for Dyson
* Use dh-smf on illumos-any
|
|
Conflicts:
debian/changelog
debian/patches/series
debian/rules
|
|
to avoid a build dependency on python-docutils. We don't ship the
generated man pages anyway.
|
|
package.
|
|
which provides support for logging to an Elasticsearch server.
Split that module into a separate package called rsyslog-elasticsearch.
Closes: #744951
|
|
modification modules.
|
|
Instead of shipping the symlinks from "systemctl enable rsyslog.service"
in the package we rely on dh-systemd to setup the service properly.
|
|
* Package for Dyson
* Added SMF service
* Build and install imsolaris module for illumos only
* Patched imsolaris not to link with libdoor which is filter on both illumos
libc and glibc
* Disable imklog modules on illumos
* Make rsyslog.conf universal for linux and illumos:
imklog or imsolaris are loaded from corresponding /etc/rsyslog.d/*.conf
* Patched imuxsock to use -D_XPG4_2 to make CMSG_DATA & Ko available
from sys/socket.h on illumos/solaris libc
* Pre-Depends: smf-tools (>= 2.10-5) [illumos-any]
* Depends: initscripts (>= 2.88dsf-13.3) [!illumos-any !kopensolaris-any]
* Make debian/rsyslog.logrotate SMF aware
|
|
|
|
|
|
|
|
Those are no longer tested and we rely on the dependency information in
the LSB header now to get a correct ordering when being run under sysvinit.
|
|
|
|
Making it available everywhere would require more extensive porting
work.
|
|
|
|
which provides support for logging to a MongoDB
database. Split that module into a separate package called
rsyslog-mongodb.
|
|
which provide functionality related to structured logging/lumberjack/CEE.
This requires liblognorm.
|
|
bit faster.
|
|
|
|
messages.
|
|
Upstream doesn't consider it viable for production use but mainly
for the internal testbench.
|
|
|
|
- Use buildflags.mk snippet in debian/rules.
- Add Build-Depends on dpkg-dev (>= 1.6.1).
|
|
|
|
|
|
|
|
which allow to run rsyslog in socket activation mode when systemd is used.
|
|
- Bump Build-Depends on debhelper to (>= 7.0.50).
- Bump Build-Depends on autotools-dev to (>= 20100122.1) for the
autotools_dev dh addon.
- Convert debian/rules to dh.
|
|
* Switch to source format 3.0 (quilt)
- Add debian/source/format.
- Drop Build-Depends on quilt.
- Remove debian/README.source.
- Remove /usr/share/quilt/quilt.make include from debian/rules.
|
|
|
|
|
|
Patch by Kim Holviala. Closes: #522164
|
|
* debian/rules
- Add --enable-relp to configure flags
* debian/control
- Add librelp-dev and pkg-config to Build-Depends
- Add binary package rsyslog-relp
* debian/rsyslog-relp
- Install the relp input/output plugins.
|
|
|
|
* debian/rules
- Use new dh_installinit "-R" (restart-after-upgrade) option.
* debian/rsyslog.postinst
- Remove our custom code to stop/start rsyslog on upgrades. This is done
now automatically by dh_installinit.
|
|
Let rsyslog collect messages as long as possible during shutdown or
reboot. As /usr may be mounted via NFS, the latest possible point is just
before umountnfs. Closes: #474498
- Update the stop priorities for runlevel 0 and 6 from K90 to S30 for
sysv-rc and migrate existing symlinks.
- Update LSB header to stop after sendsigs and before umountnfs.
- Use the sendsigs process omission interface to avoid being killed by
killall5.
|
|
- Add libgnutls-dev to Build-Depends.
- Split files into a separate package named rsyslog-gnutls.
- Add --enable-gnutls to configure flags.
|
|
Patch by Ben Poliakoff. Closes: #493044
|
|
- Depend on $(QUILT_STAMPFN) instead of patch; patch is a phony target and
thus always out of date.
- Move $(QUILT_STAMPFN) dependency to config.status to avoid potential
issues with parallel make.
|
|
Exclude sample conf file from being compressed as it is referenced in
the html documentation with the non-compressed file name.
|
|
Make sure all directories are created properly by calling dh_installdirs
for both targets. Closes: #491459
|
|
|
|
|
|
* debian/rules
- Use dh_installinit "-r" (no-restart-on-upgrade) option.
* debian/rsyslog.postinst
- Minimize downtime by restarting rsyslog in postinst instead of stop in
prerm and start in postinst. Closes: #471051
|
|
The imfile plugin provides the ability to monitor arbitrary files for
input.
|
|
rsyslog provides a --enable-rfc3195 configure switch now, which defaults
to off. So we no longer have to rm the dummy binary.
|
|
|
|
|
|
|
|
|