All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] memcached: bump to version 1.4.21
@ 2014-10-26 13:04 Gustavo Zacarias
  2014-10-26 13:04 ` [Buildroot] [PATCH 2/2] libmemcached: add hash file Gustavo Zacarias
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-10-26 13:04 UTC (permalink / raw)
  To: buildroot

And add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/memcached/memcached.hash | 2 ++
 package/memcached/memcached.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/memcached/memcached.hash

diff --git a/package/memcached/memcached.hash b/package/memcached/memcached.hash
new file mode 100644
index 0000000..7acbaf4
--- /dev/null
+++ b/package/memcached/memcached.hash
@@ -0,0 +1,2 @@
+# From http://www.memcached.org/files/memcached-1.4.21.tar.gz.sha1
+sha1	ab10c46dd9f5d4401872d9670e575afa5bc7d66f	memcached-1.4.21.tar.gz
diff --git a/package/memcached/memcached.mk b/package/memcached/memcached.mk
index 4efe093..c057d57 100644
--- a/package/memcached/memcached.mk
+++ b/package/memcached/memcached.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MEMCACHED_VERSION = 1.4.20
+MEMCACHED_VERSION = 1.4.21
 MEMCACHED_SITE = http://www.memcached.org/files
 MEMCACHED_DEPENDENCIES = libevent
 MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 2/2] libmemcached: add hash file
  2014-10-26 13:04 [Buildroot] [PATCH 1/2] memcached: bump to version 1.4.21 Gustavo Zacarias
@ 2014-10-26 13:04 ` Gustavo Zacarias
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Zacarias @ 2014-10-26 13:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libmemcached/libmemcached.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/libmemcached/libmemcached.hash

diff --git a/package/libmemcached/libmemcached.hash b/package/libmemcached/libmemcached.hash
new file mode 100644
index 0000000..85df58f
--- /dev/null
+++ b/package/libmemcached/libmemcached.hash
@@ -0,0 +1,2 @@
+# From https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz/+md5
+md5	b3958716b4e53ddc5992e6c49d97e819	libmemcached-1.0.18.tar.gz
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-26 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 13:04 [Buildroot] [PATCH 1/2] memcached: bump to version 1.4.21 Gustavo Zacarias
2014-10-26 13:04 ` [Buildroot] [PATCH 2/2] libmemcached: add hash file Gustavo Zacarias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.