diff --git a/memcached-1.4.33.tar.gz b/memcached-1.4.33.tar.gz deleted file mode 100644 index e3d3969..0000000 --- a/memcached-1.4.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d -size 389813 diff --git a/memcached-1.4.39.tar.gz b/memcached-1.4.39.tar.gz new file mode 100644 index 0000000..2fd4f40 --- /dev/null +++ b/memcached-1.4.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c4bf7c787e4fd9a7b0a7b61b3ffcb374ee86f9cc00ba892ce53eec40afd735 +size 403751 diff --git a/memcached-use-endian_h.patch b/memcached-use-endian_h.patch index c8c20fd..b790a5b 100644 --- a/memcached-use-endian_h.patch +++ b/memcached-use-endian_h.patch @@ -2,7 +2,7 @@ Index: util.c =================================================================== --- util.c.orig +++ util.c -@@ -150,30 +150,3 @@ void vperror(const char *fmt, ...) { +@@ -167,30 +167,3 @@ void vperror(const char *fmt, ...) { perror(buf); } @@ -37,7 +37,7 @@ Index: util.h =================================================================== --- util.h.orig +++ util.h -@@ -11,15 +11,16 @@ bool uriencode(const char *src, char *ds +@@ -11,16 +11,17 @@ bool uriencode(const char *src, char *ds * * returns true if conversion succeeded. */ @@ -48,6 +48,7 @@ Index: util.h bool safe_strtoll(const char *str, int64_t *out); bool safe_strtoul(const char *str, uint32_t *out); bool safe_strtol(const char *str, int32_t *out); + bool safe_strtod(const char *str, double *out); -#ifndef HAVE_HTONLL -extern uint64_t htonll(uint64_t); diff --git a/memcached.changes b/memcached.changes index 404d9e8..5e7dfe2 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 1 13:54:33 UTC 2017 - tbechtold@suse.com + +- update to 1.4.39: + https://github.com/memcached/memcached/wiki/ReleaseNotes1439 + (CVE-2017-9951) + https://github.com/memcached/memcached/wiki/ReleaseNotes1438 + https://github.com/memcached/memcached/wiki/ReleaseNotes1437 + https://github.com/memcached/memcached/wiki/ReleaseNotes1436 + https://github.com/memcached/memcached/wiki/ReleaseNotes1435 + https://github.com/memcached/memcached/wiki/ReleaseNotes1434 + ------------------------------------------------------------------- Thu Mar 23 13:49:44 UTC 2017 - mchandras@suse.de diff --git a/memcached.spec b/memcached.spec index 812271e..13a0114 100644 --- a/memcached.spec +++ b/memcached.spec @@ -17,7 +17,7 @@ Name: memcached -Version: 1.4.33 +Version: 1.4.39 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause