memcached: bump to version 1.4.28
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 2 Jul 2016 11:50:23 +0000 (08:50 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 13:07:22 +0000 (15:07 +0200)
Removes the 64-bit atomic intrinsics constraint previously introduced.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/memcached/Config.in
package/memcached/memcached.hash
package/memcached/memcached.mk

index 901ecf22f7db5fa33a2d619f8fbe3f698f0dc25a..e011d0890a1d64d419a2982f00132249e19795c1 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_MEMCACHED
        bool "memcached"
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
-       depends on BR2_TOOLCHAIN_HAS_SYNC_8
        select BR2_PACKAGE_LIBEVENT
        help
          Memcached is an in-memory key-value store for small chunks
@@ -14,4 +13,3 @@ config BR2_PACKAGE_MEMCACHED
 comment "memcached needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU
-       depends on BR2_TOOLCHAIN_HAS_SYNC_8
index 99ee9ac4606898df72020d4211a3b9df5d5493ba..e774a611ecd4e73f1a73c4187a19462d6c3469d8 100644 (file)
@@ -1,4 +1,4 @@
-# From http://www.memcached.org/files/memcached-1.4.27.tar.gz.sha1
-sha1   b5869038dc5f2dce24f3a62806eadfd64d58662e        memcached-1.4.27.tar.gz
+# From http://www.memcached.org/files/memcached-1.4.28.tar.gz.sha1
+sha1   c27662ca84933f5ebd837a86dde9378d05c1f200        memcached-1.4.28.tar.gz
 # Calculated based on the hash above
-sha256 96a90e7abec041a3c03258b6ce01ab21be16a9c594b7891a55567428392e8fe7        memcached-1.4.27.tar.gz
+sha256 ef847bba60301cc600f06a8c64bf91c6c3f65ca507462951f918963297bcb816        memcached-1.4.28.tar.gz
index 37e52ad24fd93e3ae75a3ebca6faefb7f240144f..6490271862a7c9fc058bc4e6f4565302b938fdfc 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MEMCACHED_VERSION = 1.4.27
+MEMCACHED_VERSION = 1.4.28
 MEMCACHED_SITE = http://www.memcached.org/files
 MEMCACHED_DEPENDENCIES = libevent
 MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'