[ubuntu/eoan-proposed] rsyslog 8.1901.0-1ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Fri May 3 22:22:12 UTC 2019
rsyslog (8.1901.0-1ubuntu1) eoan; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/00rsyslog.conf Install tmpfiles.d snippet to ensure that the
syslog group can write into /var/log/.
- debian/50-default.conf: set of default rules for syslog
- debian/rsyslog.conf:
+ enable $RepeatedMsgReduction to avoid bloating the syslog file.
+ enable $KLogPermitNonKernelFacility for non-kernel klog messages
+ Run as rsyslog:rsyslog, set $FileOwner to syslog
+ Remove rules moved to 50-default.conf
- Add disabled by default AppArmor profile, debian/usr.sbin.rsyslogd
- debian/rules:
+ use dh_apparmor to install profile before rsyslog is started
+ Fix LDFLAGS to avoid segfault on receipt of first message
+ Build with --disable-silent-rules to get useful build logs.
- debian/control:
+ suggests apparmor (>= 2.3)
+ Build-Depends on dh-apparmor
+ Drop Build-Depends for Universe Packages [only liblognorm-dev now]
+ Add Depends for adduser and ucf.
- debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
/etc/apparmor.d/disable and /etc/apparmor.d/local
- debian/rsyslog.preinst: disable profile on clean installs.
- debian/rsyslog.postinst:
+ Adapt script to use ucf for Ubuntu's config files
+ fix ownership of /var/spool/rsyslog.
+ Create syslog user and add it to adm group
+ Adapt privileges for /var/log
- debian/rsyslog.postrm:
+ Remove file in postrm on purge. manage with ucf.
- Drop mmnormalize module, which depends on liblognorm from universe.
- debian/clean: Delete some files left over by the test suite
- debian/dmesg.service: provide /var/log/dmesg.log as non log-rotated
log for boot-time kernel messages.
* Dropped changes, included in Debian:
- Disable liblogging-stdlog
- Add versioned dependency on lsb-base for the use of init_is_upstart.
* Dropped changes:
- debian/rsyslog.logcheck.ignore.server: don't suppress warnings about
duplicate tmpfiles.d lines, the duplication has now been properly
fixed.
- drop pre-bionic maintainer script handling of dropped upstart units.
rsyslog (8.1901.0-1) unstable; urgency=medium
* New upstream version 8.1901.0
* Use debhelper-compat (= 12) Build-Depends and drop debian/compat
* Rebase patches
* Fix reference to HTML documentation in rsyslog.conf (Closes: #920922)
* Bump Standards-Version to 4.3.0
rsyslog (8.40.0-1) unstable; urgency=medium
* New upstream version 8.40.0
* Rebase patches
rsyslog (8.39.0-3) unstable; urgency=medium
* Don't fail test-suite on flaky tests.
The tests daqueue-dirty-shutdown.sh and imfile-truncate.sh don't seem to
work reliably. We still want to execute them, but if they fail, return 77.
This way the test-runner considers them as skipped.
rsyslog (8.39.0-2) unstable; urgency=medium
* Mark lsof Build-Depends as linux-any
* Switch to debhelper compat level 12 and dh_installsystemd
rsyslog (8.39.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
[ Michael Biebl ]
* New upstream version 8.39.0
* Add Build-Depends on lsof.
Required by omprog-restart-terminated.sh and
omprog-restart-terminated-outfile.sh which are otherwise skipped when
running the test-suite.
* Drop lmstrmsrv.so module.
The module was removed upstream as it was no longer needed.
* Run queue-encryption-* tests only if gcrypt support is enabled
rsyslog (8.38.0-1) unstable; urgency=medium
* New upstream version 8.38.0
* Bump Standards-Version to 4.2.1
rsyslog (8.37.0-2) unstable; urgency=medium
* Bump Build-Depends on librelp to (>= 1.2.16)
* Simplify dh_auto_test override a bit
rsyslog (8.37.0-1) unstable; urgency=medium
* New upstream version 8.37.0
* Rebase patches
* Enable mmrm1stspace module
* Enable fmhash module
rsyslog (8.36.0-1) unstable; urgency=medium
* New upstream version 8.36.0
* Rebase patches
* Disable liblogging-stdlog support.
This functionality is scheduled to be removed upstream in one of the
upcoming releases.
rsyslog (8.35.0-1) unstable; urgency=medium
* New upstream version 8.35.0
* Rebase patches
* Drop obsolete --disable-libcurl configure switch
* rsyslog.service: move LimitNOFILE to correct section
* Drop versioned init-system-helpers dependency.
The version in stable is recent enough and init-system-helpers is
Essential, so the dependency is no longer needed.
rsyslog (8.34.0-1) unstable; urgency=medium
* New upstream version 8.34.0
* Fix configure switch for atomic operations
* Disable fmhttp function module.
http_requrest is now implemented as a loadable function module, but
since we disable libcurl support, disable fmhttp as well.
rsyslog (8.33.1-1) unstable; urgency=medium
* New upstream version 8.33.1
* Rebase patches
* Drop old upgrade code from pre-jessie
Date: Fri, 03 May 2019 14:50:33 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/rsyslog/8.1901.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 03 May 2019 14:50:33 -0700
Source: rsyslog
Architecture: source
Version: 8.1901.0-1ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 920922
Changes:
rsyslog (8.1901.0-1ubuntu1) eoan; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/00rsyslog.conf Install tmpfiles.d snippet to ensure that the
syslog group can write into /var/log/.
- debian/50-default.conf: set of default rules for syslog
- debian/rsyslog.conf:
+ enable $RepeatedMsgReduction to avoid bloating the syslog file.
+ enable $KLogPermitNonKernelFacility for non-kernel klog messages
+ Run as rsyslog:rsyslog, set $FileOwner to syslog
+ Remove rules moved to 50-default.conf
- Add disabled by default AppArmor profile, debian/usr.sbin.rsyslogd
- debian/rules:
+ use dh_apparmor to install profile before rsyslog is started
+ Fix LDFLAGS to avoid segfault on receipt of first message
+ Build with --disable-silent-rules to get useful build logs.
- debian/control:
+ suggests apparmor (>= 2.3)
+ Build-Depends on dh-apparmor
+ Drop Build-Depends for Universe Packages [only liblognorm-dev now]
+ Add Depends for adduser and ucf.
- debian/rsyslog.dirs: install /etc/apparmor.d/force-complain,
/etc/apparmor.d/disable and /etc/apparmor.d/local
- debian/rsyslog.preinst: disable profile on clean installs.
- debian/rsyslog.postinst:
+ Adapt script to use ucf for Ubuntu's config files
+ fix ownership of /var/spool/rsyslog.
+ Create syslog user and add it to adm group
+ Adapt privileges for /var/log
- debian/rsyslog.postrm:
+ Remove file in postrm on purge. manage with ucf.
- Drop mmnormalize module, which depends on liblognorm from universe.
- debian/clean: Delete some files left over by the test suite
- debian/dmesg.service: provide /var/log/dmesg.log as non log-rotated
log for boot-time kernel messages.
* Dropped changes, included in Debian:
- Disable liblogging-stdlog
- Add versioned dependency on lsb-base for the use of init_is_upstart.
* Dropped changes:
- debian/rsyslog.logcheck.ignore.server: don't suppress warnings about
duplicate tmpfiles.d lines, the duplication has now been properly
fixed.
- drop pre-bionic maintainer script handling of dropped upstart units.
.
rsyslog (8.1901.0-1) unstable; urgency=medium
.
* New upstream version 8.1901.0
* Use debhelper-compat (= 12) Build-Depends and drop debian/compat
* Rebase patches
* Fix reference to HTML documentation in rsyslog.conf (Closes: #920922)
* Bump Standards-Version to 4.3.0
.
rsyslog (8.40.0-1) unstable; urgency=medium
.
* New upstream version 8.40.0
* Rebase patches
.
rsyslog (8.39.0-3) unstable; urgency=medium
.
* Don't fail test-suite on flaky tests.
The tests daqueue-dirty-shutdown.sh and imfile-truncate.sh don't seem to
work reliably. We still want to execute them, but if they fail, return 77.
This way the test-runner considers them as skipped.
.
rsyslog (8.39.0-2) unstable; urgency=medium
.
* Mark lsof Build-Depends as linux-any
* Switch to debhelper compat level 12 and dh_installsystemd
.
rsyslog (8.39.0-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
.
[ Michael Biebl ]
* New upstream version 8.39.0
* Add Build-Depends on lsof.
Required by omprog-restart-terminated.sh and
omprog-restart-terminated-outfile.sh which are otherwise skipped when
running the test-suite.
* Drop lmstrmsrv.so module.
The module was removed upstream as it was no longer needed.
* Run queue-encryption-* tests only if gcrypt support is enabled
.
rsyslog (8.38.0-1) unstable; urgency=medium
.
* New upstream version 8.38.0
* Bump Standards-Version to 4.2.1
.
rsyslog (8.37.0-2) unstable; urgency=medium
.
* Bump Build-Depends on librelp to (>= 1.2.16)
* Simplify dh_auto_test override a bit
.
rsyslog (8.37.0-1) unstable; urgency=medium
.
* New upstream version 8.37.0
* Rebase patches
* Enable mmrm1stspace module
* Enable fmhash module
.
rsyslog (8.36.0-1) unstable; urgency=medium
.
* New upstream version 8.36.0
* Rebase patches
* Disable liblogging-stdlog support.
This functionality is scheduled to be removed upstream in one of the
upcoming releases.
.
rsyslog (8.35.0-1) unstable; urgency=medium
.
* New upstream version 8.35.0
* Rebase patches
* Drop obsolete --disable-libcurl configure switch
* rsyslog.service: move LimitNOFILE to correct section
* Drop versioned init-system-helpers dependency.
The version in stable is recent enough and init-system-helpers is
Essential, so the dependency is no longer needed.
.
rsyslog (8.34.0-1) unstable; urgency=medium
.
* New upstream version 8.34.0
* Fix configure switch for atomic operations
* Disable fmhttp function module.
http_requrest is now implemented as a loadable function module, but
since we disable libcurl support, disable fmhttp as well.
.
rsyslog (8.33.1-1) unstable; urgency=medium
.
* New upstream version 8.33.1
* Rebase patches
* Drop old upgrade code from pre-jessie
Checksums-Sha1:
c99aad2e1be591e1fd83e157ec7aae9049e44ab8 3072 rsyslog_8.1901.0-1ubuntu1.dsc
7223f77a4ea75a7740130cc04ea3df052e82bdfd 2750872 rsyslog_8.1901.0.orig.tar.gz
e195cfa559b573f86861fb801107e0a138a192db 35496 rsyslog_8.1901.0-1ubuntu1.debian.tar.xz
69f9d5ee6103b4dd24847007b3dd5b99b23bb1a8 7891 rsyslog_8.1901.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
ac79d5f1e8b21a86ddb40ecec8588d99d8cfbd24220f615b17e0f3262cec36f9 3072 rsyslog_8.1901.0-1ubuntu1.dsc
ab02c1f11e21b54cfaa68797f083d6f73d9d72ce7a1c04037fbe0d4cee6f27c4 2750872 rsyslog_8.1901.0.orig.tar.gz
f315afb050d047d46a7037deb10aefa203736cefc765c3ae39182f738ebc7d24 35496 rsyslog_8.1901.0-1ubuntu1.debian.tar.xz
e6de069850952cdfa2e2ad93decd7c878f59ce628d272591c5da929ce749123d 7891 rsyslog_8.1901.0-1ubuntu1_source.buildinfo
Files:
ed3e6fcd03e0a1909e787d77fc6b51d8 3072 admin important rsyslog_8.1901.0-1ubuntu1.dsc
f068dadcf81a559db3be760abda0aaf8 2750872 admin important rsyslog_8.1901.0.orig.tar.gz
862ae3d63671607079716f3c12f99a2a 35496 admin important rsyslog_8.1901.0-1ubuntu1.debian.tar.xz
be64477fb713db95d632ee7cd57da045 7891 admin important rsyslog_8.1901.0-1ubuntu1_source.buildinfo
Original-Maintainer: Michael Biebl <biebl at debian.org>
-----BEGIN PGP SIGNATURE-----
iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlzMvngaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz10zBAAnPtLYnbdLH3/M0SMGyeh
JG8d878BK0XcaeZto5ipxin5i8mPZANpUUAbaVaua1e69hbWsZJv7oYTxJ5wGGbf
EDPw8ZUAXKttJxEzRO+hlPNgUwkQ5+ITAaVuN3N3WoUT2D396KOMr9G7MHerssX8
pP03k8cRPqKVQU1t3HDl+ScereADGcbV46zm8sXpgG+6ckPBb2vjiss9EcC02Qv+
aAd1swzefImVajF2Tqh7uLJ/SUBOPUB0fBrsicxgp8+01GzjR1pTIa728OzYTMgK
LxMGLmKNnYBfo0giZrsJ58Gj1y+NdOUJYsBjx3Wprv7f9p807SJfjwKvM5L8BinB
2vsIxVrLIGVT1ohBOc/p8XFgVp9NiQZHIMt/lX+FPa1Sb/z+B3bTw/glDugZFl/c
eIEtWUN1bCwL0EhUE/nmxUAPh8kgn+FpqSQKGGSqf3ZSv8IX2dISI3pIAT+TKAwm
JSWMndli8CpDZzGmMAY9eE50GD4Dm+HcdRQMMIa0nx9iq34kqpkOQbilWoURwpid
WQQNhvO6aL75uysuYUgAdE9MjP7e+HeJy69U8ZuloHu3R54t83jpP/UqM1HBP+or
+pSzvnIWEXXx9VWhVZS3m60EvgOXEjRS+r9DM5pX0rTVmlv1cX0ivPXWwaMYTt4k
j64lYjZ4KcLUph9+p5TJ8Io=
=HKsy
-----END PGP SIGNATURE-----
More information about the Eoan-changes
mailing list