Package: debian-security-support
Version: 1:13+2026.01.04
Severity: wishlist

Hi,

we're monitoring installed packages with ended security-support on our
machines via Xymon and this tiny shell script under
/etc/xymon/misc.d/debian-security-support:

  #!/bin/sh
 
  SUPPORT="$(check-support-status --type ended --no-heading)"
 
  if [ -n "$SUPPORT" ]; then
     echo "$SUPPORT"
     exit 1;
  fi
 
  exit 0

But we also use some 3rd party packages like e.g. those from
Mattermost. As their 11.x release were quite buggy in the beginning, I
pinned them to 10.x versions which got continued, too.

But what I didn't notice in time was that we were running a 10.12.x
server which was EoL as only 10.11.x is a Mattermost ESR release.

Now I would like to create a file at e.g.
/etc/debian-security-support/mattermost where I can add all the dates
and versions from
https://docs.mattermost.com/product-overview/mattermost-server-releases.html
so that the above script warns me via our monitoring system if we
again run an outdated Mattermost server version.

-- System Information:
Debian Release: 13.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable-debug'), (500, 'stable'), (400, 'proposed-updates-debug'), (400, 
'proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.63+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages debian-security-support depends on:
ii  adduser                3.152
ii  debconf [debconf-2.0]  1.5.91
ii  gettext-base           0.23.1-2

debian-security-support recommends no packages.

debian-security-support suggests no packages.

-- debconf information:
  debian-security-support/limited:
  debian-security-support/earlyend:
* debian-security-support/ended:

Reply via email to