Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2017-09-04 12:35:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memcached (Old)
 and      /work/SRC/openSUSE:Factory/.memcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memcached"

Mon Sep  4 12:35:03 2017 rev:34 rq:520202 version:1.4.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/memcached/memcached.changes      2017-04-11 
09:37:05.629475205 +0200
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2017-09-04 
12:35:14.212672004 +0200
@@ -1,0 +2,12 @@
+Fri Sep  1 13:54:33 UTC 2017 - tbecht...@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
+
+-------------------------------------------------------------------

Old:
----
  memcached-1.4.33.tar.gz

New:
----
  memcached-1.4.39.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ memcached.spec ++++++
--- /var/tmp/diff_new_pack.KeCaag/_old  2017-09-04 12:35:15.508489805 +0200
+++ /var/tmp/diff_new_pack.KeCaag/_new  2017-09-04 12:35:15.520488119 +0200
@@ -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

++++++ memcached-1.4.33.tar.gz -> memcached-1.4.39.tar.gz ++++++
++++ 5960 lines of diff (skipped)

++++++ memcached-use-endian_h.patch ++++++
--- /var/tmp/diff_new_pack.KeCaag/_old  2017-09-04 12:35:15.924431322 +0200
+++ /var/tmp/diff_new_pack.KeCaag/_new  2017-09-04 12:35:15.936429635 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- 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 @@
 ===================================================================
 --- 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 @@
  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);


Reply via email to