Hello community, here is the log from the commit of package memcached for openSUSE:Factory checked in at 2016-11-11 14:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/memcached (Old) and /work/SRC/openSUSE:Factory/.memcached.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "memcached" Changes: -------- --- /work/SRC/openSUSE:Factory/memcached/memcached.changes 2015-12-09 22:24:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2016-11-11 14:35:27.000000000 +0100 @@ -1,0 +2,21 @@ +Mon Nov 7 17:18:21 UTC 2016 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- memcached-1.4.25.tar.gz New: ---- memcached-1.4.33.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ memcached.spec ++++++ --- /var/tmp/diff_new_pack.Kajv37/_old 2016-11-11 14:35:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Kajv37/_new 2016-11-11 14:35:28.000000000 +0100 @@ -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 ++++++ memcached-1.4.25.tar.gz -> memcached-1.4.33.tar.gz ++++++ ++++ 9284 lines of diff (skipped) ++++++ memcached-1.4.5.dif ++++++ --- /var/tmp/diff_new_pack.Kajv37/_old 2016-11-11 14:35:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Kajv37/_new 2016-11-11 14:35:28.000000000 +0100 @@ -2,7 +2,7 @@ =================================================================== --- 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); ++++++ memcached-autofoo.patch ++++++ --- /var/tmp/diff_new_pack.Kajv37/_old 2016-11-11 14:35:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Kajv37/_new 2016-11-11 14:35:28.000000000 +0100 @@ -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], [[email protected]]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([memcached.c]) @@ -260,8 +260,8 @@ + 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 @@ 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 @@ 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) ++++++ memcached-use-endian_h.patch ++++++ --- /var/tmp/diff_new_pack.Kajv37/_old 2016-11-11 14:35:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Kajv37/_new 2016-11-11 14:35:28.000000000 +0100 @@ -2,7 +2,7 @@ =================================================================== --- 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 @@ =================================================================== --- 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. */
