Skip to content

Commit

Permalink
Version 32 ('Gematria')
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jan 25, 2024
1 parent 8fcffc2 commit 13424c7
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
52 changes: 52 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
## Version 32 ("Gematria")
### Jan 25th, 2024

#### FIXES

##### Build

* configure: do not silently ignore missing libcurl and libvarlink.

##### Libraries

* lib/netinfo-private: don't enforce nl_pid.
Thanks to [Yuri Konotopov (nE0sIghT)](https://github.com/nE0sIghT) for reporting and solving this problem in containerised environments.
* lib/netinfo-private: fix a Clang 17 warning.

##### Plugin check_users

* check_users: fix an issue related to the Y2038 Unix bug.
* check_cpufreq: wrong factor in check_cpufreq for -G.
Thanks to [Grischa Zengel (ggzengel)](https://github.com/ggzengel) for the bug report.

#### ENHANCEMENTS / CHANGES

##### Package creation

* Add Fedora 39 and drop support for Fedora 36.
* Add Linux Alpine 3.18 and 3.19 and drop support for Linux Alpine 3.14-3.16.
* Add Rocky Linux distribution.
* Fix build of debian packages.

##### Test framework

* Enable systemd library requirement in the GitHub workflow.
* Update Linux releases for tests execution in the GitHub workflows.

### GIT DIFF
```
.github/workflows/build-checks.yml | 17 +++++++----------
AUTHORS | 5 +++++
README.md | 37 +++++++++++++++++++++----------------
configure.ac | 22 ++++++++++++++++++++--
debian/rules | 2 +-
lib/netinfo-private.c | 4 ++--
packages/Makefile.am | 35 +++++++++++++++++++++++------------
packages/docker-shell-helpers | 2 +-
packages/multibuild.sh | 20 +++++++++++++++-----
packages/specs/nagios-plugins-linux.spec.in | 8 ++++++--
plugins/check_cpufreq.c | 2 +-
plugins/check_users.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++----------------------
12 files changed, 150 insertions(+), 74 deletions(-)
```

## Version 31 ("Counter-intuitive")
### Aug 28th, 2022

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![Release Status](https://img.shields.io/badge/status-stable-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](https://spdx.org/licenses/GPL-3.0-only.html)
[![Download Latest Release](https://img.shields.io/badge/download-latest--tarball-blue.svg)](https://github.com/madrisan/nagios-plugins-linux/releases/download/v31/nagios-plugins-linux-31.tar.xz)
[![Download Latest Release](https://img.shields.io/badge/download-latest--tarball-blue.svg)](https://github.com/madrisan/nagios-plugins-linux/releases/download/v32/nagios-plugins-linux-32.tar.xz)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/madrisan)
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/3779.svg)](https://scan.coverity.com/projects/madrisan-nagios-plugins-linux)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31
32

0 comments on commit 13424c7

Please sign in to comment.