Version in base suite: 2.9.15.1-5

Base version: snort_2.9.15.1-5

Target version: snort_2.9.20-0+deb11u1

Base files: snort-common_2.9.15.1-5_all.deb snort-doc_2.9.15.1-5_all.deb snort-rules-default_2.9.15.1-5_all.deb

Target files: snort-common_2.9.20-0+deb11u1_all.deb snort-doc_2.9.20-0+deb11u1_all.deb snort-rules-default_2.9.20-0+deb11u1_all.deb

Files only in first set of .debs, found in package snort-common

-rwxr-xr-x root/root /etc/cron.daily/snort-common

New files in second set of .debs, found in package snort-common

-rwxr-xr-x root/root /etc/cron.daily/0snort-common

Conffiles files of package snort-common: lines which differ

/etc/cron.daily/snort-common/etc/cron.daily/0snort-common

Postinst files of package snort-common: lines which differ

dpkg-maintscript-helper mv_conffile /etc/cron.daily/snort-common /etc/cron.daily/0snort-common 2.9.15.1-6~ snort-common -- "$@"

Postrm files of package snort-common: lines which differ

# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
# for details, see /usr/doc/packaging-manual/
abort-install|abort-upgrade)
esac
dpkg-maintscript-helper mv_conffile \
/etc/cron.daily/snort-common /etc/cron.daily/0snort-common 2.9.15.1-6~ snort-common -- "$@"
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
# nothing
;;
esac

Preinst files of package snort-common: lines which differ

# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
case "$1" in
install)
# Do nothing
;;
upgrade)
if [ "$1" = "upgrade" ]; then
fi
dpkg-maintscript-helper mv_conffile /etc/cron.daily/snort-common /etc/cron.daily/0snort-common 2.9.15.1-6~ snort-common -- "$@"
if [ "$1" = "upgrade" ]; then
;;
configure)
# Do nothing
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 0
;;
esac
if [ -e /etc/cron.daily/snort-common ]; then
if [ "$1" = "upgrade" ]; then
mv /etc/cron.daily/snort-common /etc/cron.daily/0snort-common
fi
fi
fi