[debian-edu-commits] [Git][debian-edu/debian-edu-config][personal/gber/nullmailer-logging] 3 commits: release as 2.12.36
Guido Berhörster (@gber)
gitlab at salsa.debian.org
Mon Sep 11 06:37:10 BST 2023
Guido Berhörster pushed to branch personal/gber/nullmailer-logging at Debian Edu / debian-edu-config
Commits:
88a0b8b1 by Mike Gabriel at 2023-09-09T23:07:59+02:00
release as 2.12.36
- - - - -
d3574525 by Mike Gabriel at 2023-09-09T23:09:10+02:00
Start 2.12.37 development.
d/changelog entries will be written on release using the git commit
messages.
Use 'gbp dch --since 2.12.36' to write d/changelog entries since that
last release.
Gbp-Dch: ignore
- - - - -
5561b91a by Guido Berhoerster at 2023-09-11T05:37:00+00:00
Discard excessive nullmailer logging
Filter out log messages coming from a client running nullmailer since it is
very verbose and can easily fill up the filesystem under /var/log
(Closes: #1003728).
- - - - -
4 changed files:
- Makefile
- cf3/cf.syslog
- debian/changelog
- + share/debian-edu-config/rsyslog-filters
Changes:
=====================================
Makefile
=====================================
@@ -362,6 +362,7 @@ install: install-testsuite
set -e ; for f in \
share/debian-edu-config/avahi.smb.service \
share/debian-edu-config/rsyslog-collector \
+ share/debian-edu-config/rsyslog-filters \
share/debian-edu-config/smb.conf.edu-site \
share/debian-edu-config/firefox-networked-prefs.js \
share/debian-edu-config/squid.conf \
=====================================
cf3/cf.syslog
=====================================
@@ -20,6 +20,10 @@ files:
"/etc/rsyslog.d/debian-edu-collector.conf"
link_from => ln_s("/usr/share/debian-edu-config/rsyslog-collector"),
move_obstructions => "true";
+
+ "/etc/rsyslog.d/debian-edu-filters.conf"
+ link_from => ln_s("/usr/share/debian-edu-config/rsyslog-filters"),
+ move_obstructions => "true";
}
bundle agent editline_syslog
=====================================
debian/changelog
=====================================
@@ -1,9 +1,45 @@
-debian-edu-config (2.12.36) UNRELEASED; urgency=medium
+debian-edu-config (2.12.37) UNRELEASED; urgency=medium
- * Start 2.12.36 development. d/changelog entries will be written on
+ * Start 2.12.37 development. d/changelog entries will be written on
release using the git commit messages.
- -- Mike Gabriel <sunweaver at debian.org> Sat, 19 Aug 2023 17:23:42 +0200
+ -- Mike Gabriel <sunweaver at debian.org> Sat, 09 Sep 2023 23:08:48 +0200
+
+debian-edu-config (2.12.36) unstable; urgency=medium
+
+ [ Mike Gabriel ]
+ * ldap-bootstrap/gosa.ldif:
+ + Provide ou=incoming potentially used by GOsa²'s class 'newArpDevice'.
+ This is esp. to silence GOsa² error messages but might be useful at a
+ later point of time.
+
+ [ Guido Berhoerster ]
+ * Update proxy settings in dconf.
+ This adds support in update-proxy-from-wpad for setting the proxy default
+ values in dconf (used by e.g. GNOME components). The values are added to
+ a site database, it also packages an empty local database in order to
+ obviate the need to modify the user profile. (Closes: #955702)
+ * Remove use of obsolete grep aliases. These have been obsolete forever and
+ have been removed from GNU grep upstream.
+ * Use command -v builtin over external which command
+ * Do not solely rely on the presence of init scripts in maintainer scripts.
+ Check also for systemd service files.
+ * Remove direct invocation of wlan init script. This no longer exists in
+ Debian.
+ * Replace invocation of fetch-ldap-cert init script in DHCP hooks and rename.
+ dhclient hook in Makefile.
+ This has been replaced by fetch-rootca-cert (see #971780).
+ * Silence exim4 warnings in logfile.
+ The lack of keep_environment in the exim4 configuration for clients leads to
+ continuous warnings in the logfile:
+ 'Warning: purging the environment. Suggested action: use keep_environment.'
+ Setting it to an empty value (which is the default) silences that.
+ * Ship PAM group.conf for workstations. LDAP users should be members of
+ several system groups on networked (roaming) workstations.
+ * Add missing dependency on iptables
+ This is required by debian-edu-update-netblock (Closes: #1051446).
+
+ -- Mike Gabriel <sunweaver at debian.org> Sat, 09 Sep 2023 23:04:46 +0200
debian-edu-config (2.12.35) unstable; urgency=medium
=====================================
share/debian-edu-config/rsyslog-filters
=====================================
@@ -0,0 +1,2 @@
+# discard excessive nullmailer logging (#1003728)
+:programname, isequal, "nullmailer-send" stop
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/3d108a04ecb118b76609b15aeeda3be4838bf9d9...5561b91a51da5b24bc914167604448e9686aa61c
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/3d108a04ecb118b76609b15aeeda3be4838bf9d9...5561b91a51da5b24bc914167604448e9686aa61c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230911/8c56f374/attachment-0001.htm>
More information about the debian-edu-commits
mailing list