acpid: update to 2.0.25.
This commit is contained in:
parent
7742111fdf
commit
19cc676a7a
|
@ -43,14 +43,6 @@ Portability fixes:
|
|||
void rtnl_close(struct rtnl_handle *rth)
|
||||
--- sock.c 2013-08-15 01:30:44.655673004 +0200
|
||||
+++ sock.c 2014-12-28 07:11:31.198737890 +0100
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
|
||||
@@ -53,7 +54,12 @@ int non_root_clients;
|
||||
int
|
||||
is_socket(int fd)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'acpid'
|
||||
pkgname=acpid
|
||||
version=2.0.23
|
||||
revision=15
|
||||
version=2.0.25
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://sourceforge.net/projects/acpid2/"
|
||||
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
|
||||
checksum=4396aaec13510c3a1faa941a15a4b5335b6ae4fbec8438b9249b88c3b66187ee
|
||||
checksum=0b700a8072bec162c512f72cbe419195601ab3e0ffd2138f9bd95ed3097a5c68
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
||||
|
|
Loading…
Reference in New Issue