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:
commit
d2755b22d0
@ -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
3
memcached-1.4.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23c4bf7c787e4fd9a7b0a7b61b3ffcb374ee86f9cc00ba892ce53eec40afd735
|
||||||
|
size 403751
|
@ -2,7 +2,7 @@ Index: util.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- util.c.orig
|
--- util.c.orig
|
||||||
+++ util.c
|
+++ util.c
|
||||||
@@ -150,30 +150,3 @@ void vperror(const char *fmt, ...) {
|
@@ -167,30 +167,3 @@ void vperror(const char *fmt, ...) {
|
||||||
perror(buf);
|
perror(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Index: util.h
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- util.h.orig
|
--- util.h.orig
|
||||||
+++ util.h
|
+++ 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.
|
* returns true if conversion succeeded.
|
||||||
*/
|
*/
|
||||||
@ -48,6 +48,7 @@ Index: util.h
|
|||||||
bool safe_strtoll(const char *str, int64_t *out);
|
bool safe_strtoll(const char *str, int64_t *out);
|
||||||
bool safe_strtoul(const char *str, uint32_t *out);
|
bool safe_strtoul(const char *str, uint32_t *out);
|
||||||
bool safe_strtol(const char *str, int32_t *out);
|
bool safe_strtol(const char *str, int32_t *out);
|
||||||
|
bool safe_strtod(const char *str, double *out);
|
||||||
|
|
||||||
-#ifndef HAVE_HTONLL
|
-#ifndef HAVE_HTONLL
|
||||||
-extern uint64_t htonll(uint64_t);
|
-extern uint64_t htonll(uint64_t);
|
||||||
|
@ -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
|
Thu Mar 23 13:49:44 UTC 2017 - mchandras@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.4.33
|
Version: 1.4.39
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high-performance, distributed memory object caching system
|
Summary: A high-performance, distributed memory object caching system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user