SHA256
1
0
forked from pool/memcached
Andreas Stieger 2017-09-01 14:49:09 +00:00 committed by Git OBS Bridge
parent 0b6bafc7e9
commit 057fc128ba
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
(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