Compare commits

...

No commits in common. "c8s" and "c9" have entirely different histories.
c8s ... c9

5 changed files with 38 additions and 9 deletions

View File

@ -1 +1 @@
680bbb3fa9cdabb78fb19c6d24bb57224fbbbaed SOURCES/acpid-2.0.30.tar.xz a194e99c5b596186c7865e7ddfec55dea6d7fc73 SOURCES/acpid-2.0.32.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/acpid-2.0.30.tar.xz SOURCES/acpid-2.0.32.tar.xz

View File

@ -14,7 +14,7 @@ index 9b0b0a8..f228186 100644
/*---------------------------------------------------------------*/ /*---------------------------------------------------------------*/
/* private objects */ /* private objects */
-#define MAX_CONNECTIONS 20 -#define MAX_CONNECTIONS 100
+static int capacity = 0; +static int capacity = 0;
-static struct connection connection_list[MAX_CONNECTIONS]; -static struct connection connection_list[MAX_CONNECTIONS];

View File

@ -3,7 +3,7 @@ Description=ACPID Listen Socket
Documentation=man:acpid(8) Documentation=man:acpid(8)
[Socket] [Socket]
ListenStream=/var/run/acpid.socket ListenStream=/run/acpid.socket
[Install] [Install]
WantedBy=sockets.target WantedBy=sockets.target

View File

@ -7,10 +7,9 @@
Summary: ACPI Event Daemon Summary: ACPI Event Daemon
Name: acpid Name: acpid
Version: 2.0.30 Version: 2.0.32
Release: 2%{?dist} Release: 7%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
Source2: acpid.video.conf Source2: acpid.video.conf
Source3: acpid.power.conf Source3: acpid.power.conf
@ -19,10 +18,11 @@ Source5: acpid.service
Source6: acpid.sysconfig Source6: acpid.sysconfig
Source7: acpid.socket Source7: acpid.socket
# https://sourceforge.net/p/acpid2/tickets/14/ # https://sourceforge.net/p/acpid2/tickets/14/
Patch0: acpid-2.0.28-kacpimon-dynamic-connections.patch Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch
ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64
URL: http://sourceforge.net/projects/acpid2/ URL: http://sourceforge.net/projects/acpid2/
BuildRequires: systemd, gcc BuildRequires: systemd, gcc
BuildRequires: make
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
Requires(postun): systemd Requires(postun): systemd
@ -100,9 +100,38 @@ fi
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
%changelog %changelog
* Thu Jul 13 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.32-7
- Updated socket path from /var/run => /run in acpid.socket
Resolves: rhbz#2159568
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.32-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.32-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Aug 20 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.32-1
- New version
Resolves: rhbz#1742776
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.30-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Nov 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-2 * Thu Nov 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-2
- Dropped sysvinit support - Dropped sysvinit support
Resolves: rhbz#1610275
* Thu Jul 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-1 * Thu Jul 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-1
- New version - New version