memcached: update to 1.4.26.

This commit is contained in:
Juan RP 2016-06-21 07:59:03 +02:00
parent a03526efd9
commit 0114c439bb
2 changed files with 2 additions and 42 deletions

View File

@ -1,40 +0,0 @@
diff --git assoc.c assoc.c
index e6cf09b..cc29611 100644
--- assoc.c
+++ assoc.c
@@ -14,7 +14,7 @@
#include "memcached.h"
#include <sys/stat.h>
#include <sys/socket.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/resource.h>
#include <fcntl.h>
#include <netinet/in.h>
diff --git items.c items.c
index 4a22af9..53847be 100644
--- items.c
+++ items.c
@@ -2,7 +2,7 @@
#include "memcached.h"
#include <sys/stat.h>
#include <sys/socket.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/resource.h>
#include <fcntl.h>
#include <netinet/in.h>
diff --git slabs.c slabs.c
index c9e29ac..92dffe2 100644
--- slabs.c
+++ slabs.c
@@ -10,7 +10,7 @@
#include "memcached.h"
#include <sys/stat.h>
#include <sys/socket.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/resource.h>
#include <fcntl.h>
#include <netinet/in.h>

View File

@ -1,6 +1,6 @@
# Template file for 'memcached'
pkgname=memcached
version=1.4.25
version=1.4.26
revision=1
build_style=gnu-configure
makedepends="libevent-devel"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.memcached.org"
distfiles="http://${pkgname}.org/files/${pkgname}-${version}.tar.gz"
checksum=f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda
checksum=4a67800277eec2e523c51d5f620c416e7d0acfde90beacaa26d8e4f6976b43f6
memcached-devel_package() {
short_desc+=" - development files"