Accepting request 520202 from network:utilities

memcached 1.4.39 bsc#1056865 CVE-2017-9951

OBS-URL: https://build.opensuse.org/request/show/520202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2017-09-04 10:35:03 +00:00 committed by Git OBS Bridge
commit d2755b22d0
5 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d
size 389813

3
memcached-1.4.39.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23c4bf7c787e4fd9a7b0a7b61b3ffcb374ee86f9cc00ba892ce53eec40afd735
size 403751

View File

@ -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);

View File

@ -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
(bsc#1056865) (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

View File

@ -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