Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2016-11-29 12:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes        2016-10-13 
11:30:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk.changes   2016-11-29 
12:49:04.000000000 +0100
@@ -1,0 +2,22 @@
+Thu Nov 24 15:31:27 UTC 2016 - mchand...@suse.de
+
+- Update to version 16.07.1. Some of the fixes are listed below:
+  * contigmem: zero all pages during mmap
+  * crypto/null: fix key size increment value
+  * hash: fix false zero signature key hit lookup
+  * mem: fix crash on hugepage mapping error
+  * mbuf: fix error handling on pool creation
+  * net/e1000: fix returned number of available Rx descriptors
+  * net/enic: fix freeing memory for descriptor ring
+  * net/i40e: fix dropping packets with ethertype 0x88A8
+  * net/i40e: fix mbuf leak during Rx queue release
+  * net/i40e: fix null pointer dereferences when using VMDq+RSS
+  * net/ixgbe/base: fix possible corruption of shadow RAM
+  * net/ixgbe: fix VF reset to apply to correct VF
+  * net/virtio_user: fix error management during init
+  * [The list of changes is rather long so please consult the following
+    resources for the complete list of new features, bugfixes and other
+    changes in this release:
+    - 
http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html#fixes-in-16-07-01-stable-release]
+
+-------------------------------------------------------------------
@@ -15 +36,0 @@
-  
@@ -45 +66 @@
-       tarball]a
+       tarball.]

Old:
----
  dpdk-16.07.tar.gz

New:
----
  dpdk-16.07.1.tar.xz

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

Other differences:
------------------
++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.TgkSGR/_old  2016-11-29 12:49:06.000000000 +0100
+++ /var/tmp/diff_new_pack.TgkSGR/_new  2016-11-29 12:49:06.000000000 +0100
@@ -41,13 +41,13 @@
 # Add option to build without tools
 %bcond_without tools
 Name:           dpdk
-Version:        16.07
+Version:        16.07.1
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing
 License:        BSD-3-Clause and GPL-2.0 and LGPL-2.1
 Group:          System/Libraries
 Url:            http://dpdk.org
-Source:         http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.gz
+Source:         http://fast.dpdk.org/rel/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE 
0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch
 # This patch was originally taken from the fedora package but they have
 # removed it since then because of
@@ -114,7 +114,7 @@
 %define pmddir %{_libdir}/%{name}-pmds
 
 %prep
-%setup -q
+%setup -q -n %{name}-stable-%{version}
 %patch1 -p1 -z .enic
 
 %build



Reply via email to