mbox

acpid: Update to 2.0.25

Message ID 1454247154-1165-1-git-send-email-matthias.fischer@ipfire.org
State Superseded
Headers

Message

Matthias Fischer Feb. 1, 2016, 12:32 a.m. UTC
  Fixes since 2.0.23 (short version):

Remove release process from README.

Fix missing libc_compat.h in release tarball.

Avoid using SW_VIDEOOUT_INSERT if it isn't available.

Add support for Copy and Restart keys.

Add support for non-glibc libc's.  (acpi_listen.c acpid.c event.c
input_layer.c kacpimon/libnetlink.h libc_compat.h libnetlink.c netlink.c
proc.c ud_socket.c) (Brendan Heading <brendanheading@gmail.com>)

Fix compiler warnings.  (acpi_listen.c event.c sock.c)

Add systemd info to documentation.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/acpid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Michael Tremer Feb. 1, 2016, 9:15 a.m. UTC | #1
Hi,

you didn't upload the sources it seems. So I couldn't build this.

Same for grep and sed.

-Michael

On Sun, 2016-01-31 at 14:32 +0100, Matthias Fischer wrote:
> Fixes since 2.0.23 (short version):
> 
> Remove release process from README.
> 
> Fix missing libc_compat.h in release tarball.
> 
> Avoid using SW_VIDEOOUT_INSERT if it isn't available.
> 
> Add support for Copy and Restart keys.
> 
> Add support for non-glibc libc's.  (acpi_listen.c acpid.c event.c
> input_layer.c kacpimon/libnetlink.h libc_compat.h libnetlink.c
> netlink.c
> proc.c ud_socket.c) (Brendan Heading <brendanheading@gmail.com>)
> 
> Fix compiler warnings.  (acpi_listen.c event.c sock.c)
> 
> Add systemd info to documentation.
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  lfs/acpid | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/acpid b/lfs/acpid
> index 476c9a8..963dfb5 100644
> --- a/lfs/acpid
> +++ b/lfs/acpid
> @@ -1,7 +1,7 @@
>  ####################################################################
> ###########
>  #                                                                   
>           #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2015  Michael Tremer & Christian
> Schmidt                      #
> +# Copyright (C) 2016  Michael Tremer & Christian
> Schmidt                      #
>  #                                                                   
>           #
>  # 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.23
> +VER        = 2.0.25
>  
>  THISAPP    = acpid-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -41,7 +41,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = d7bcdcdefcd53b03730e50ba842554ea
> +$(DL_FILE)_MD5 = 69bb0cc4a0a89eb2dfecc4851087f568
>  
>  install : $(TARGET)
>
  
Matthias Fischer Feb. 2, 2016, 4:18 a.m. UTC | #2
Hi,

On 31.01.2016 23:15, Michael Tremer wrote:
> Hi,
> 
> you didn't upload the sources it seems. So I couldn't build this.
> 
> Same for grep and sed.
> 
> -Michael

[!!!!!!!] <--- Insert harsh word here.

Sorry. Fixed.

Best,
Matthias