This commit is contained in:
root
2025-11-07 11:31:06 +00:00
commit 2859f93882
407 changed files with 99769 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
smokeping (2.9.0+linuxiarz.pl-1) unstable; urgency=medium
[ linuxiarz.pl ]
* Bump to 2.9.0
smokeping (2.8.2+ds-1) unstable; urgency=medium
[ Gabriel Filion ]
* New upstream version (Closes: #1004308, #740852)
* All patches that were merged upstream were removed
* Add an example lighttpd configuration file for smokeping (Closes: #961950)
* Import upstream patch to fix curl probes (Closes: #986068)
* Avoid errors with ucf/ucfr during postrm (Closes: #1005807)
* New required library libobject-result-perl for influxdb
* Remove obsolete dependency on lsb-base
* fix lintian warning about unmatched news entry
* lintian-overrides are now obsolete
* Clear out copyright details for files removed in repack
* Patch out building of 3rd-party js libs
* Revert "fix lintian warning about unmatched news entry"
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
-- Gabriel Filion <gabster@lelutin.ca> Sun, 04 Feb 2024 14:54:09 -0500
smokeping (2.7.3-4) unstable; urgency=low
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Drop unnecessary dependency on dh-autoreconf.
* Update standards version to 4.5.0, no changes needed.
[ Gabriel Filion ]
* Import patch that disables refresh while zooming (Closes:#981348)
* Import patch disabling rsa1 and enabling ecdsa for ssh probe (Closes:
#962225)
-- Gabriel Filion <gabriel@koumbit.org> Sun, 24 Apr 2022 14:44:58 -0400
smokeping (2.7.3-3) unstable; urgency=medium
[ Gabriel Filion ]
* start generating smokeinfo manpage
* postrm: purge, removal of apache2/conf.d/smokeping not needed anymore
* make css and js load from the /smokeping alias (closes: #929515)
* change fix-conf-paths patch to point the daemon to /run/smokeping for its
pid indead of /var/run/smokeping
[ Matteo F. Vescovi ]
* debian/patches/: fix-alert-edgetriggers added (Closes: #934170)
-- Gabriel Filion <gabriel@koumbit.org> Sat, 11 Jul 2020 00:00:19 +0200
smokeping (2.7.3-2) unstable; urgency=medium
[ Gabriel Filion ]
* systemd: run service as smokeping user
The systemd service unit file that was introduced in 2.7.3-1 didn't setup
user and group properly for the service, and the daemon was running as root.
This is now corrected, but it might mean that some files were created by and
are owned by root. To fix this, you can use the following command:
.
find /var/lib/smokeping/ -mindepth 1 -name '__cgi' -prune -o \
-exec chown smokeping:smokeping {} \;
* missing-VERSION forwarded and merged upstream
* patch "fix-400d-graph" forwarded and merged upstream
* rename patch path_changes to make its name more meaningful
* reduce javascript_path_changes to the strict minimum
* fix-perl-lib: indicate that the patch shouldn't be forwarded
* proper-samle-conf: indicate that it shouldn't be forwarded
* make commands invoked in rules more verbose as per policy version 4.2.0
* use https for the homepage
* Bump Standards-Version to 4.3.0
* merge both patches that hardcode config path
* init.d: match on pidfile only prevents service stop (closes: #922395)
* systemd: move example for slave mode in the examples dir
* control: erroneous and duplicated mention of default mta
[ Sven Hartge ]
* Change group of secrets file for slaves to www-data (Closes: #760945)
-- Gabriel Filion <gabriel@koumbit.org> Sat, 23 Feb 2019 19:54:18 -0500
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog smokeping`.

View File

@@ -0,0 +1 @@
./README.md

View File

@@ -0,0 +1,9 @@
./doc/examples/config.echoping
./doc/examples/config.fping-instances
./doc/examples/config.multiple-probes
./doc/examples/config.simple
./doc/examples/config.targetvars-with-Curl
./doc/examples/config.template
./etc/smokeping_secrets.dist
./debian/systemd
./debian/lighttpd_45-smokeping.conf

View File

@@ -0,0 +1,43 @@
# Automatically added by dh_installinit/13.24.2
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
if [ -z "$DPKG_ROOT" ] && [ -x "/etc/init.d/smokeping" ]; then
update-rc.d smokeping defaults >/dev/null
if [ -n "$2" ]; then
_dh_action=restart
else
_dh_action=start
fi
invoke-rc.d --skip-systemd-native smokeping $_dh_action || exit 1
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
# The following line should be removed in trixie or trixie+1
deb-systemd-helper unmask 'smokeping.service' >/dev/null || true
# was-enabled defaults to true, so new installations run enable.
if deb-systemd-helper --quiet was-enabled 'smokeping.service'; then
# Enables the unit on first installation, creates new
# symlinks on upgrades if the unit file has changed.
deb-systemd-helper enable 'smokeping.service' >/dev/null || true
else
# Update the statefile to add new symlinks (if any), which need to be
# cleaned up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'smokeping.service' >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
_dh_action=restart
else
_dh_action=start
fi
deb-systemd-invoke $_dh_action 'smokeping.service' >/dev/null || true
fi
fi
# End automatically added section

View File

@@ -0,0 +1,8 @@
# Automatically added by dh_installinit/13.24.2
if [ "$1" = "remove" ] && [ -x "/etc/init.d/smokeping" ] ; then
chmod -x "/etc/init.d/smokeping" >/dev/null || true
fi
if [ -z "$DPKG_ROOT" ] && [ "$1" = "purge" ] ; then
update-rc.d smokeping remove >/dev/null
fi
# End automatically added section

View File

@@ -0,0 +1,5 @@
# Automatically added by dh_installinit/13.24.2
if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/smokeping" ] ; then
chmod +x "/etc/init.d/smokeping" >/dev/null || true
fi
# End automatically added section

View File

@@ -0,0 +1,10 @@
# Automatically added by dh_installsystemd/13.24.2
if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
deb-systemd-invoke stop 'smokeping.service' >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installinit/13.24.2
if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -x "/etc/init.d/smokeping" ] ; then
invoke-rc.d --skip-systemd-native smokeping stop || exit 1
fi
# End automatically added section