From 607c0916e579d16165313f2b25466cf00c149b31 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 14 May 2024 13:04:50 +0200 Subject: [PATCH] 1.27 --- .gitignore | 1 + chkconfig.spec | 35 ++++++++++++++++++++++++++++------- sources | 2 +- 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a820e27..59cd93a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /chkconfig-1.24.tar.gz /chkconfig-1.25.tar.gz /chkconfig-1.26.tar.gz +/chkconfig-1.27.tar.gz diff --git a/chkconfig.spec b/chkconfig.spec index 1c3238d..053867b 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.26 -Release: 3%{?dist} +Version: 1.27 +Release: 1%{?dist} License: GPL-2.0-only URL: https://github.com/fedora-sysv/chkconfig Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -97,11 +97,32 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d %dir /var/lib/alternatives %changelog -* Tue Jan 23 2024 Fedora Release Engineering - 1.26-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 1.26-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild +* Tue May 14 2024 Jan Macku - 1.27-1 +- alternatives: properly handle chars with const in normalize_path +- alternatives: use exit in main instead of return for critical failures +- alternatives: fix leak +- alternatives: fix leak +- alternatives: fix possible overrun +- alternatives: fix all the leaks of groups in readConfig +- alternatives: fix all the leaks of read line in readConfig +- alternatives: fix leak +- alternatives: fix memory leak +- alternatives: fix memory leak +- alternatives: initialize parameters in main to NULL +- alternatives: fix memory leak +- Translated using Weblate (Korean) +- Translated using Weblate (English (United Kingdom)) +- Translated using Weblate (Finnish) +- Translated using Weblate (Finnish) +- Translated using Weblate (Japanese) +- Translated using Weblate (Swedish) +- Translated using Weblate (Japanese) +- Translated using Weblate (Polish) +- Translated using Weblate (Korean) +- Translated using Weblate (Georgian) +- Update translation files +- Translated using Weblate (Japanese) +- Fix systemd dependency * Wed Jan 17 2024 Jan Macku - 1.26-1 - fix(test): dot't call `basename` with empty string diff --git a/sources b/sources index 4cd5cd8..738c719 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (chkconfig-1.26.tar.gz) = e4e4ca07c93f571b93290bf010d86ab2f5bc74a2a76e6b18843b24c1212653a6e204eb4657aa0f9b7c738ba23653b456be8cd4393a04a5651ef1669ee95cbe80 +SHA512 (chkconfig-1.27.tar.gz) = e88a2bc58c06bba3abab1ed97959b1a3c13f55d6741506828035aa2ed99a21fc55a369ebb88d11dfe0038b0410a8c033902f8acbf7ce3215e6c13379d88e0ca1