Accepting request 439548 from network:utilities
memcached 1.4.33 bsc#1007871) (CVE-2016-8704) bsc#1007870) (CVE-2016-8705) bsc#1007869) (CVE-2016-8706) OBS-URL: https://build.opensuse.org/request/show/439548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=32
This commit is contained in:
commit
0166d59c20
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda
|
||||
size 359709
|
3
memcached-1.4.33.tar.gz
Normal file
3
memcached-1.4.33.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d
|
||||
size 389813
|
@ -2,7 +2,7 @@ Index: memcached.c
|
||||
===================================================================
|
||||
--- memcached.c.orig
|
||||
+++ memcached.c
|
||||
@@ -2498,15 +2498,19 @@ void append_stat(const char *name, ADD_S
|
||||
@@ -2807,15 +2807,19 @@ void append_stat(const char *name, ADD_S
|
||||
inline static void process_stats_detail(conn *c, const char *command) {
|
||||
assert(c != NULL);
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: configure.ac
|
||||
===================================================================
|
||||
--- configure.ac.orig 2014-06-16 18:19:32.036988018 +0200
|
||||
+++ configure.ac 2014-06-16 18:20:40.767987896 +0200
|
||||
@@ -4,10 +4,13 @@
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -4,10 +4,13 @@ m4_include([m4/c99-backport.m4])
|
||||
AC_INIT([memcached], [VERSION_NUMBER], [memcached@googlegroups.com])
|
||||
AC_CANONICAL_HOST
|
||||
AC_CONFIG_SRCDIR([memcached.c])
|
||||
@ -260,8 +260,8 @@ Index: configure.ac
|
||||
+ AC_DEFINE(HAVE_GCC_ATOMICS, 1, [GCC Atomics available])],[])
|
||||
AC_MSG_RESULT($have_gcc_atomics)
|
||||
|
||||
dnl Check for the requirements for running memcached with less privileges
|
||||
@@ -569,29 +436,5 @@ AM_CONDITIONAL([BUILD_SPECIFICATIONS],
|
||||
dnl Check for usage of 64bit atomics
|
||||
@@ -582,29 +449,5 @@ AM_CONDITIONAL([BUILD_SPECIFICATIONS],
|
||||
[test "x$enable_docs" != "xno" -a "x$XML2RFC" != "xno" -a "x$XSLTPROC" != "xno"])
|
||||
|
||||
|
||||
@ -293,8 +293,8 @@ Index: configure.ac
|
||||
AC_OUTPUT
|
||||
Index: Makefile.am
|
||||
===================================================================
|
||||
--- Makefile.am.orig 2014-06-16 18:19:32.036988018 +0200
|
||||
+++ Makefile.am 2014-06-16 18:19:56.080987975 +0200
|
||||
--- Makefile.am.orig
|
||||
+++ Makefile.am
|
||||
@@ -1,3 +1,6 @@
|
||||
+AM_CFLAGS = -pthread -Wall -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
|
||||
+AM_CPPFLAGS = -include $(top_builddir)/config.h
|
||||
@ -302,7 +302,7 @@ Index: Makefile.am
|
||||
bin_PROGRAMS = memcached
|
||||
pkginclude_HEADERS = protocol_binary.h
|
||||
noinst_PROGRAMS = memcached-debug sizes testapp timedrun
|
||||
@@ -34,11 +37,12 @@ memcached_SOURCES += sasl_defs.c
|
||||
@@ -37,11 +40,12 @@ memcached_SOURCES += sasl_defs.c
|
||||
endif
|
||||
|
||||
memcached_debug_SOURCES = $(memcached_SOURCES)
|
||||
|
@ -2,7 +2,7 @@ Index: util.c
|
||||
===================================================================
|
||||
--- util.c.orig
|
||||
+++ util.c
|
||||
@@ -115,30 +115,3 @@ void vperror(const char *fmt, ...) {
|
||||
@@ -150,30 +150,3 @@ void vperror(const char *fmt, ...) {
|
||||
perror(buf);
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ Index: util.h
|
||||
===================================================================
|
||||
--- util.h.orig
|
||||
+++ util.h
|
||||
@@ -7,15 +7,16 @@
|
||||
@@ -11,15 +11,16 @@ bool uriencode(const char *src, char *ds
|
||||
*
|
||||
* returns true if conversion succeeded.
|
||||
*/
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 17:18:21 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- update to 1.4.33
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1433
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1432
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1431
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1430
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1429
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1428
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1427
|
||||
https://github.com/memcached/memcached/wiki/ReleaseNotes1426
|
||||
|
||||
(bsc #1007871) (CVE-2016-8704)
|
||||
(bsc #1007870) (CVE-2016-8705)
|
||||
(bsc #1007869) (CVE-2016-8706)
|
||||
- refreshed patches to apply cleanly again:
|
||||
memcached-1.4.5.dif
|
||||
memcached-autofoo.patch
|
||||
memcached-use-endian_h.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 16:52:51 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package memcached
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: memcached
|
||||
Version: 1.4.25
|
||||
Version: 1.4.33
|
||||
Release: 0
|
||||
Summary: A high-performance, distributed memory object caching system
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user