smokeping (2.8.2+ds-1)
[PTS] [DDPO]
COMMITS: VCS has seen 12 commits since the debian/2.8.2+ds-1 tag
- Git: https://salsa.debian.org/debian/smokeping.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 565248
- Browser: https://salsa.debian.org/debian/smokeping
- Last scan: 2024-09-17 06:34:01+00
- Next scan: 2024-09-24 08:24:00+00
- Debian changelog in Git:
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
- This branch is 12 commits ahead of tag debian/2.8.2+ds-1
- Git log:
commit b95998be37f67197617545b05c2d02081a6c1d15
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Jun 4 09:22:34 2024 -0400
Also order after network-online.target
I've taken a further look at how other services manage their ordering
and from what I could see in postfix and nginx, they both order
themselves after network-online.target (also with Wants= as documented
by freedesktop for how to wait for the network to be online) and
nss-lookup.target.
commit cec26e7198b05c0450eb6fce52752503075c76bf
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Sun Jun 2 13:35:12 2024 -0400
Delay smokeping startup until hostname lookup is available [Closes: #996824]
Michael Deegan reported that in some cases, smokeping tries to resolve
hostnames for all targets at startup, and it can currently happen before
DNS is actually available.
SystemD's documentation mentions that one should use the
nss-lookup.target target instead to wait until hostname lookup is
available. That should make the above problem go away.
commit 82eae1db40407db248a0b39b8f7861ecee72e7f3
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Fri May 31 11:41:07 2024 -0400
echoping is no longer in debian archives [Closes: #1042953]
Christoph Biedl <debian.axhn@manchmal.in-ulm.de> responded to the bug
report saying that smokeping is working great without this dependency
and pointed out the actual bug report for removal of echoping.
We can simply drop the dependency.
commit 4b7d494306848ae6500af881ac64fd84d066156e
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Mar 12 19:06:20 2024 -0400
Add mention of authorship for nginx example config file
The author was OK with either MIT or GPL-2+ for the file license but
preferred MIT since that's the license used in the repository where the
example config file was originally taken from.
commit 7dc8ce2ef017c33abdfd9cc773d82ed047045323
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Mar 12 18:04:46 2024 -0400
Deploy example nginx configuration file to doc/examples/
commit 7112a64bbfa1cdbb46c6f7422bdeea4924c30458
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Mar 12 18:02:42 2024 -0400
displace example config file for nginx inside the debian dir
everything outside of the debian directory is the code from upstream so
we shouldn't add things there -- that'll make us diverge from the
upstream tar ball.
commit 8c861c53f11f7dc18eadc7be03c66d27c7be7133
Author: Alexey Vazhnov <vazhnov@boot-keys.org>
Date: Fri Sep 30 00:02:34 2022 +0200
Add nginx_example.conf
Copy from https://gitlab.com/vazhnov/smokeping_nginx/-/blob/main/best.conf
commit 46682525a0fb1a256914008228c5f6457ec5748c
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Mar 12 17:40:43 2024 -0400
Update README wrt fcgi
With the recent merger of Sebastian Badia's suggested change for using
fcgid by default, the readme doesn't need the extra mention anymore.
We currently already have an example config file for lighttpd so we
should mention its existence in the README file. Another example config
file is also being worked on for nginx (in MR 5 on salsa)
commit 71008fe13592af0fec1796029f9ec71947e25c6b
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Tue Mar 12 17:05:58 2024 -0400
Import change proposed by Janitor
This is the only change that's currently not applied in
https://salsa.debian.org/debian/smokeping/-/merge_requests/4
The version limit is old and seems arbitrary nowadays so we can just get
rid of it.
commit fbf371b7de1096cd8fbbda2dddc48776b5a04f06
Merge: f9e7519 a71aff9
Author: LeLutin <gabster@lelutin.ca>
Date: Tue Mar 12 20:55:47 2024 +0000
Merge branch 'handler-fcgid' into 'master'
d/control: Use apache2 fcgid handler by default
See merge request debian/smokeping!6
commit a71aff9df1c5c01cd17f6d9049ac8aa8a623c9ec
Author: Sebastien Badia <sbadia@debian.org>
Date: Fri Mar 1 17:57:38 2024 +0100
d/control: Use apache2 fcgid handler by default
commit f9e7519f482714e920d77044a3fe45b09b8c2ed1
Author: Gabriel Filion <gabster@lelutin.ca>
Date: Sun Feb 4 15:37:32 2024 -0500
Add libinfluxdb-http-perl in suggests
This is not a core feature, but for using smokeping with influxdb, this
new library may be needed by users.