public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] acpid: Update to version 2.0.34
Date: Tue, 28 Mar 2023 13:48:48 +0200	[thread overview]
Message-ID: <20230328114852.2492895-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230328114852.2492895-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4090 bytes --]

- Update from version 2.0.32 to 2.0.34
- Update of rootfile
- Changelog
2.0.34  2022-09-15  Ted Felix <ted(a)tedfelix.com>
  - 2.0.34 release
    (configure.ac)  (Ted Felix)
  - Add MSG_CMSG_CLOEXEC for systems that are missing it.
    (libnetlink.h libnetlink.c kacpimon/libnetlink.h
    kacpimon/libnetlink.c)
    (Fabrice Fontaine <fontaine.fabrice(a)gmail.com>)
  - Fix a bug with input layer event table not working on 32-bit builds
    with 64-bit time types.  (input_layer.c)  (Ted Felix)
  - Use binary search to find input layer events in the table.
    (input_layer.c)  (Ted Felix)
  - Use AC_PROG_CC instead of the obsolete AC_PROG_CC_STDC.
    (configure.ac)  (Ted Felix)
  - Add support for more input layer events.  (input_layer.c)
    (Ted Felix)
2.0.33  2021-09-15  Ted Felix <ted(a)tedfelix.com>
  - 2.0.33 release
    (configure.ac)  (Ted Felix)
  - Detect newer GNOME power manager.
    (powerbtn.sh)  (Andrey Utkin <andrey_utkin(a)gentoo.org>)
  - openrc-shutdown: Set shutdown time to 'now'.
    (powerbtn.sh)  (Jonathan Davies <jpds(a)protonmail.com>)
  - Attempt to open input layer devices whose permissions have changed.
    (inotify_handler.c)  (Torsten Hilbrich <torsten.hilbrich(a)secunet.com>)
  - Comments added.
    (TESTPLAN inotify_handler.c)  (Ted Felix)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/acpid | 12 ++++++------
 lfs/acpid                     |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/config/rootfiles/common/acpid b/config/rootfiles/common/acpid
index 85a110de8..e81a8d6ae 100644
--- a/config/rootfiles/common/acpid
+++ b/config/rootfiles/common/acpid
@@ -6,12 +6,12 @@ etc/acpi/events/power
 usr/bin/acpi_listen
 usr/sbin/acpid
 #usr/sbin/kacpimon
-#usr/share/doc/acpid-2.0.26
-#usr/share/doc/acpid-2.0.26/COPYING
-#usr/share/doc/acpid-2.0.26/Changelog
-#usr/share/doc/acpid-2.0.26/README
-#usr/share/doc/acpid-2.0.26/TESTPLAN
-#usr/share/doc/acpid-2.0.26/TODO
+#usr/share/doc/acpid-2.0.34
+#usr/share/doc/acpid-2.0.34/COPYING
+#usr/share/doc/acpid-2.0.34/Changelog
+#usr/share/doc/acpid-2.0.34/README
+#usr/share/doc/acpid-2.0.34/TESTPLAN
+#usr/share/doc/acpid-2.0.34/TODO
 #usr/share/man/man8/acpi_listen.8
 #usr/share/man/man8/acpid.8
 #usr/share/man/man8/kacpimon.8
diff --git a/lfs/acpid b/lfs/acpid
index 77f3dd012..e8a5bd660 100644
--- a/lfs/acpid
+++ b/lfs/acpid
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.32
+VER        = 2.0.34
 
 THISAPP    = acpid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 829b2f78f497d9c0bbd90d952cadad96beece3070240bee69f2a5cf28903e9e5f969a3bf9000552c63a52c17f8b94285a181f4301449a9b64c573032d9a4d255
+$(DL_FILE)_BLAKE2 = 1379978f8c5816febcde2d3bb641f8a51736ae0caed97a45caa990576d314608a455307df11f6abafa2ef8bbaa47554f581605aa9c1af150ee64b9eb684fee15
 
 install : $(TARGET)
 
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr \
-		--docdir=/usr/share/doc/acpid-2.0.26
+		--docdir=/usr/share/doc/acpid-2.0.34
 	cd $(DIR_APP) && make $(MAKETUNING) OPT="$(CFLAGS)"
 	cd $(DIR_APP) && make install
 
-- 
2.40.0


  reply	other threads:[~2023-03-28 11:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28 11:48 [PATCH] 7zip: Update to version 17.05 Adolf Belka
2023-03-28 11:48 ` Adolf Belka [this message]
2023-03-28 11:48 ` [PATCH] amazon-ssm-agent: Update to version 3.2.582.0 Adolf Belka
2023-03-28 11:48 ` [PATCH] aprutil: Update to version 1.6.3 Adolf Belka
2023-03-28 11:48 ` [PATCH] arping: Update to version 2.23 Adolf Belka
2023-03-28 11:48 ` [PATCH] ghostscript: Update to version 10.01.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230328114852.2492895-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox