commit golang-github-docker-libnetwork for openSUSE:Factory

2020-06-29 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2020-06-29 21:15:34

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.3060 
(New)


Package is "golang-github-docker-libnetwork"

Mon Jun 29 21:15:34 2020 rev:22 rq:817377 version:0.7.0.1+gitr2906_026aabaa6598

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2020-06-05 20:09:27.313591715 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.3060/golang-github-docker-libnetwork.changes
2020-06-29 21:15:47.093304932 +0200
@@ -1,0 +2,5 @@
+Thu Jun 25 22:29:28 UTC 2020 - Aleksa Sarai 
+
+- Update to libnetwork 026aabaa6598, which is required for Docker 19.03.12-ce.
+
+---

Old:

  libnetwork-git.153d0769a118.tar.xz

New:

  libnetwork-git.026aabaa6598.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.HsYyTQ/_old  2020-06-29 21:15:48.313308708 +0200
+++ /var/tmp/diff_new_pack.HsYyTQ/_new  2020-06-29 21:15:48.313308708 +0200
@@ -29,10 +29,10 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 153d0769a1181bf591a9637fd487a541ec7db1e6
-%define git_short   153d0769a118
+%define git_version 026aabaa659832804b01754aaadd2c0f420c68b6
+%define git_short   026aabaa6598
 # git_revision=r$(git rev-list $COMMIT_ID | wc -l)
-%define git_revision r2902
+%define git_revision r2906
 
 %global providergithub
 %global provider_tldcom
@@ -59,7 +59,9 @@
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) >= 1.10
+# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
+# for 'golang(API) >= 1.13' here, so just require 1.13 exactly. bsc#1172608
+BuildRequires:  go1.13
 ExcludeArch:s390
 # KUBIC-SPECIFIC: This was required when upgrading from the original kubic
 # packaging, when everything was renamed to -kubic. It also is

++ _service ++
--- /var/tmp/diff_new_pack.HsYyTQ/_old  2020-06-29 21:15:48.401308980 +0200
+++ /var/tmp/diff_new_pack.HsYyTQ/_new  2020-06-29 21:15:48.401308980 +0200
@@ -4,7 +4,7 @@
 git
 .git
 git.%h
-153d0769a1181bf591a9637fd487a541ec7db1e6
+026aabaa659832804b01754aaadd2c0f420c68b6
   
   
 libnetwork-*.tar

++ libnetwork-git.153d0769a118.tar.xz -> libnetwork-git.026aabaa6598.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetwork-git.153d0769a118/drivers/bridge/setup_device.go 
new/libnetwork-git.026aabaa6598/drivers/bridge/setup_device.go
--- old/libnetwork-git.153d0769a118/drivers/bridge/setup_device.go  
2020-06-01 01:13:02.0 +0200
+++ new/libnetwork-git.026aabaa6598/drivers/bridge/setup_device.go  
2020-06-17 10:45:41.0 +0200
@@ -63,7 +63,7 @@
return nil
}
if err := ioutil.WriteFile(sysPath, []byte{'0', '\n'}, 0644); err != 
nil {
-   return fmt.Errorf("libnetwork: Unable to disable IPv6 router 
advertisement: %v", err)
+   logrus.WithError(err).Warn("unable to disable IPv6 router 
advertisement")
}
return nil
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetwork-git.153d0769a118/network.go 
new/libnetwork-git.026aabaa6598/network.go
--- old/libnetwork-git.153d0769a118/network.go  2020-06-01 01:13:02.0 
+0200
+++ new/libnetwork-git.026aabaa6598/network.go  2020-06-17 10:45:41.0 
+0200
@@ -1181,7 +1181,8 @@
ep.locator = n.getController().clusterHostID()
ep.network, err = ep.getNetworkFromStore()
if err != nil {
-   return nil, fmt.Errorf("failed to get network during 
CreateEndpoint: %v", err)
+   logrus.Errorf("failed to get network during CreateEndpoint: 
%v", err)
+   return nil, err
}
n = ep.network
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetwork-git.153d0769a118/store.go 
new/libnetwork-git.026aabaa6598/store.go
--- old/libnetwork-git.153d0769a118/store.go2020-06-01 01:13:02.0 
+0200
+++ new/libnetwork-git.026aabaa6598/store.go2020-06-17 10:45:41.0 
+0200
@@ -103,8 +103,7 @@
}
return n, nil
}
-
-   return nil, fmt.Errorf("network %s not found", nid)
+   return nil, ErrNoSuchNetwork(nid)
 }
 
 func (c 

commit golang-github-docker-libnetwork for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2020-06-05 20:06:20

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.3606 
(New)


Package is "golang-github-docker-libnetwork"

Fri Jun  5 20:06:20 2020 rev:21 rq:811120 version:0.7.0.1+gitr2902_153d0769a118

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-12-11 12:03:30.992780952 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.3606/golang-github-docker-libnetwork.changes
2020-06-05 20:09:27.313591715 +0200
@@ -1,0 +2,6 @@
+Tue Jun  2 11:26:38 UTC 2020 - Aleksa Sarai 
+
+- Update to libnetwork 153d0769a118, which is required for Docker 19.03.11-ce.
+  bsc#1172377
+
+---

Old:

  libnetwork-git.3eb39382bfa6.tar.xz

New:

  libnetwork-git.153d0769a118.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.jEleSk/_old  2020-06-05 20:09:29.965600271 +0200
+++ /var/tmp/diff_new_pack.jEleSk/_new  2020-06-05 20:09:29.969600284 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,14 +29,10 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d
-%define git_short   3eb39382bfa6
-# How to get the git_revision
-# git clone https://github.com/docker/libnetwork.git libnetwork
-# cd libnetwork
-# git checkout $git_version
-# git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2877
+%define git_version 153d0769a1181bf591a9637fd487a541ec7db1e6
+%define git_short   153d0769a118
+# git_revision=r$(git rev-list $COMMIT_ID | wc -l)
+%define git_revision r2902
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.jEleSk/_old  2020-06-05 20:09:30.009600413 +0200
+++ /var/tmp/diff_new_pack.jEleSk/_new  2020-06-05 20:09:30.009600413 +0200
@@ -4,7 +4,7 @@
 git
 .git
 git.%h
-3eb39382bfa6a3c42f83674ab080ae13b0e34e5d
+153d0769a1181bf591a9637fd487a541ec7db1e6
   
   
 libnetwork-*.tar

++ libnetwork-git.3eb39382bfa6.tar.xz -> libnetwork-git.153d0769a118.tar.xz 
++
 17779 lines of diff (skipped)




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-12-11 12:02:59

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4691 
(New)


Package is "golang-github-docker-libnetwork"

Wed Dec 11 12:02:59 2019 rev:20 rq:754553 version:0.7.0.1+gitr2877_3eb39382bfa6

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-11-12 11:54:28.087282336 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4691/golang-github-docker-libnetwork.changes
2019-12-11 12:03:30.992780952 +0100
@@ -4,0 +5 @@
+  bsc#1158590



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.HQFjxu/_old  2019-12-11 12:03:32.912780144 +0100
+++ /var/tmp/diff_new_pack.HQFjxu/_new  2019-12-11 12:03:32.912780144 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -57,7 +57,7 @@
 Summary:Docker Networking
 License:Apache-2.0
 Group:  Development/Languages/Golang
-Url:http://github.com/docker/libnetwork
+URL:http://github.com/docker/libnetwork
 Source0:%{repo}-git.%{git_short}.tar.xz
 Source1:%{realname}-rpmlintrc
 BuildRequires:  fdupes




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-11-12 11:54:18

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.2990 
(New)


Package is "golang-github-docker-libnetwork"

Tue Nov 12 11:54:18 2019 rev:19 rq:742816 version:0.7.0.1+gitr2877_3eb39382bfa6

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-10-23 15:47:25.862472841 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.2990/golang-github-docker-libnetwork.changes
2019-11-12 11:54:28.087282336 +0100
@@ -1,0 +2,5 @@
+Fri Oct 25 05:13:00 UTC 2019 - Aleksa Sarai 
+
+- Update to libnetwork 3eb39382bfa6, which is required for Docker 19.03.4-ce.
+
+---

Old:

  libnetwork-git.45c710223c5f.tar.xz

New:

  libnetwork-git.3eb39382bfa6.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.jyqp9P/_old  2019-11-12 11:54:29.539283883 +0100
+++ /var/tmp/diff_new_pack.jyqp9P/_new  2019-11-12 11:54:29.543283887 +0100
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 45c710223c5fbf04dc3028b9a90b51892e36ca7f
-%define git_short   45c710223c5f
+%define git_version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d
+%define git_short   3eb39382bfa6
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2874
+%define git_revision r2877
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.jyqp9P/_old  2019-11-12 11:54:29.579283925 +0100
+++ /var/tmp/diff_new_pack.jyqp9P/_new  2019-11-12 11:54:29.579283925 +0100
@@ -4,7 +4,7 @@
 git
 .git
 git.%h
-45c710223c5fbf04dc3028b9a90b51892e36ca7f
+3eb39382bfa6a3c42f83674ab080ae13b0e34e5d
   
   
 libnetwork-*.tar

++ libnetwork-git.45c710223c5f.tar.xz -> libnetwork-git.3eb39382bfa6.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetwork-git.45c710223c5f/firewall_linux.go 
new/libnetwork-git.3eb39382bfa6/firewall_linux.go
--- old/libnetwork-git.45c710223c5f/firewall_linux.go   2019-09-13 
17:19:09.0 +0200
+++ new/libnetwork-git.3eb39382bfa6/firewall_linux.go   2019-10-11 
21:00:26.0 +0200
@@ -2,7 +2,6 @@
 
 import (
"github.com/docker/libnetwork/iptables"
-   "github.com/docker/libnetwork/netlabel"
"github.com/sirupsen/logrus"
 )
 
@@ -10,44 +9,15 @@
 
 func (c *controller) arrangeUserFilterRule() {
c.Lock()
-
-   if c.hasIPTablesEnabled() {
-   arrangeUserFilterRule()
-   }
-
+   arrangeUserFilterRule()
c.Unlock()
-
iptables.OnReloaded(func() {
c.Lock()
-
-   if c.hasIPTablesEnabled() {
-   arrangeUserFilterRule()
-   }
-
+   arrangeUserFilterRule()
c.Unlock()
})
 }
 
-func (c *controller) hasIPTablesEnabled() bool {
-   // Locking c should be handled in the calling method.
-   if c.cfg == nil || c.cfg.Daemon.DriverCfg[netlabel.GenericData] == nil {
-   return false
-   }
-
-   genericData, ok := c.cfg.Daemon.DriverCfg[netlabel.GenericData]
-   if !ok {
-   return false
-   }
-
-   optMap := genericData.(map[string]interface{})
-   enabled, ok := optMap["EnableIPTables"].(bool)
-   if !ok {
-   return false
-   }
-
-   return enabled
-}
-
 // This chain allow users to configure firewall policies in a way that persists
 // docker operations/restarts. Docker will not delete or modify any 
pre-existing
 // rules from the DOCKER-USER filter chain.




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-10-23 15:47:20

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.2352 
(New)


Package is "golang-github-docker-libnetwork"

Wed Oct 23 15:47:20 2019 rev:18 rq:736408 version:0.7.0.1+gitr2874_45c710223c5f

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-07-28 10:17:04.960598841 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.2352/golang-github-docker-libnetwork.changes
2019-10-23 15:47:25.862472841 +0200
@@ -1,0 +2,6 @@
+Tue Oct  8 23:43:49 UTC 2019 - Aleksa Sarai 
+
+- Update to libnetwork 45c710223c5f, which is required for Docker 19.03.3-ce.
+  bsc#1153367
+
+---

Old:

  libnetwork-git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c.tar.xz

New:

  libnetwork-git.45c710223c5f.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.EwPPiJ/_old  2019-10-23 15:47:28.994476226 +0200
+++ /var/tmp/diff_new_pack.EwPPiJ/_new  2019-10-23 15:47:28.998476231 +0200
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version fc5a7d91d54cc98f64fc28f9e288b46a0bee756c
-%define git_short   fc5a7d91d54c
+%define git_version 45c710223c5fbf04dc3028b9a90b51892e36ca7f
+%define git_short   45c710223c5f
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2800
+%define git_revision r2874
 
 %global providergithub
 %global provider_tldcom
@@ -58,7 +58,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Golang
 Url:http://github.com/docker/libnetwork
-Source0:%{repo}-git.%{git_version}.tar.xz
+Source0:%{repo}-git.%{git_short}.tar.xz
 Source1:%{realname}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
@@ -111,7 +111,7 @@
 
 
 %prep
-%setup -q -n %{repo}-git.%{git_version}
+%setup -q -n %{repo}-git.%{git_short}
 
 %build
 %goprep %{import_path}

++ _service ++
--- /var/tmp/diff_new_pack.EwPPiJ/_old  2019-10-23 15:47:29.030476265 +0200
+++ /var/tmp/diff_new_pack.EwPPiJ/_new  2019-10-23 15:47:29.030476265 +0200
@@ -3,8 +3,8 @@
 https://github.com/docker/libnetwork.git
 git
 .git
-git.%H
-fc5a7d91d54cc98f64fc28f9e288b46a0bee756c
+git.%h
+45c710223c5fbf04dc3028b9a90b51892e36ca7f
   
   
 libnetwork-*.tar

++ libnetwork-git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c.tar.xz -> 
libnetwork-git.45c710223c5f.tar.xz ++
 261030 lines of diff (skipped)




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-07-28 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-07-28 10:17:01

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4126 
(New)


Package is "golang-github-docker-libnetwork"

Sun Jul 28 10:17:01 2019 rev:17 rq:717728 version:0.7.0.1+gitr2800_fc5a7d91d54c

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-06-30 10:19:35.603442352 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4126/golang-github-docker-libnetwork.changes
2019-07-28 10:17:04.960598841 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 23:16:08 UTC 2019 - Aleksa Sarai 
+
+- Update to version git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c, which is
+  required for Docker v19.03.0-ce. bsc#1142413
+
+---

Old:

  libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742.tar.xz

New:

  libnetwork-git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.cLX88x/_old  2019-07-28 10:17:08.864598994 +0200
+++ /var/tmp/diff_new_pack.cLX88x/_new  2019-07-28 10:17:08.864598994 +0200
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version e7933d41e7b206756115aa9df5e0599fc5169742
-%define git_short   e7933d41e7b2
+%define git_version fc5a7d91d54cc98f64fc28f9e288b46a0bee756c
+%define git_short   fc5a7d91d54c
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2728
+%define git_revision r2800
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.cLX88x/_old  2019-07-28 10:17:08.908598996 +0200
+++ /var/tmp/diff_new_pack.cLX88x/_new  2019-07-28 10:17:08.908598996 +0200
@@ -4,7 +4,7 @@
 git
 .git
 git.%H
-e7933d41e7b206756115aa9df5e0599fc5169742
+fc5a7d91d54cc98f64fc28f9e288b46a0bee756c
   
   
 libnetwork-*.tar

++ libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742.tar.xz -> 
libnetwork-git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c.tar.xz ++
 26821 lines of diff (skipped)




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-06-30 10:19:33

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4615 
(New)


Package is "golang-github-docker-libnetwork"

Sun Jun 30 10:19:33 2019 rev:16 rq:712300 version:0.7.0.1+gitr2728_e7933d41e7b2

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-05-06 21:14:42.236664308 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.4615/golang-github-docker-libnetwork.changes
2019-06-30 10:19:35.603442352 +0200
@@ -1,0 +2,6 @@
+Fri Jun 28 01:49:23 UTC 2019 - Aleksa Sarai 
+
+- Update to version git.e7933d41e7b206756115aa9df5e0599fc5169742, which is
+  required for Docker v18.09.7-ce. bsc#1139649
+
+---

Old:

  libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039.tar.xz

New:

  libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.J2XEnb/_old  2019-06-30 10:19:37.171444788 +0200
+++ /var/tmp/diff_new_pack.J2XEnb/_new  2019-06-30 10:19:37.175444795 +0200
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 872f0a83c98add6cae255c8859e29532febc0039
-%define git_short   872f0a83c98a
+%define git_version e7933d41e7b206756115aa9df5e0599fc5169742
+%define git_short   e7933d41e7b2
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2726
+%define git_revision r2728
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.J2XEnb/_old  2019-06-30 10:19:37.227444875 +0200
+++ /var/tmp/diff_new_pack.J2XEnb/_new  2019-06-30 10:19:37.227444875 +0200
@@ -4,8 +4,7 @@
 git
 .git
 git.%H
-872f0a83c98add6cae255c8859e29532febc0039
-enable
+e7933d41e7b206756115aa9df5e0599fc5169742
   
   
 libnetwork-*.tar

++ libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039.tar.xz -> 
libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/drivers/windows/port_mapping.go
 
new/libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742/drivers/windows/port_mapping.go
--- 
old/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/drivers/windows/port_mapping.go
 2019-04-23 18:19:33.0 +0200
+++ 
new/libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742/drivers/windows/port_mapping.go
 2019-05-15 00:33:05.0 +0200
@@ -48,6 +48,12 @@
err  error
)
 
+   // Windows does not support a host ip for port bindings (this is 
validated in ConvertPortBindings()).
+   // If the HostIP is nil, force it to be 0.0.0.0 for use as the key in 
portMapper.
+   if bnd.HostIP == nil {
+   bnd.HostIP = net.IPv4zero
+   }
+
// Store the container interface address in the operational binding
bnd.IP = containerIP
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/drivers/windows/windows.go
 
new/libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742/drivers/windows/windows.go
--- 
old/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/drivers/windows/windows.go
  2019-04-23 18:19:33.0 +0200
+++ 
new/libnetwork-git.e7933d41e7b206756115aa9df5e0599fc5169742/drivers/windows/windows.go
  2019-05-15 00:33:05.0 +0200
@@ -462,7 +462,7 @@
return nil, fmt.Errorf("Windows does not support more 
than one host port in NAT settings")
}
 
-   if len(elem.HostIP) != 0 {
+   if len(elem.HostIP) != 0 && !elem.HostIP.IsUnspecified() {
return nil, fmt.Errorf("Windows does not support host 
IP addresses in NAT settings")
}
 




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-05-06 21:14:40

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.5148 
(New)


Package is "golang-github-docker-libnetwork"

Mon May  6 21:14:40 2019 rev:15 rq:701148 version:0.7.0.1+gitr2726_872f0a83c98a

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-02-13 09:57:32.257677080 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.5148/golang-github-docker-libnetwork.changes
2019-05-06 21:14:42.236664308 +0200
@@ -1,0 +2,31 @@
+Mon May 06 18:21:12 UTC 2019 - asa...@suse.com
+
+- Update to version git.872f0a83c98add6cae255c8859e29532febc0039 which is
+  required for Docker v18.09.6-ce.
+  * Pick a random host port if the user does not specify a host port.
+  * Cleanup the cluster provider when the agent is closed
+  * Adding error log if peerAdd fails
+  * Adding synchronization to endpoint addition/deletion to prevent network 
connectivity issue
+  * Revert "Merge pull request #2286 from 
thaJeztah/18.09_backport_iptables_legacy"
+  * Bump Go to 1.10.7
+  * Fix possible nil pointer exception
+  * Fix gosimple
+  * account for removal of configs.HookState
+
+---
+Fri May 03 13:16:44 UTC 2019 - Aleksa Sarai 
+
+- Update to version git.4725f2163fb214a6312f3beae5991f838ec36326 which is
+  required for Docker v18.09.5-ce: bsc#1128376 boo#1134068
+  * Revert "Merge pull request #2286 from 
thaJeztah/18.09_backport_iptables_legacy"
+  * Bump Go to 1.10.7
+  * Fix possible nil pointer exception
+  * Fix gosimple
+  * account for removal of configs.HookState
+  * vndr runc 96ec217
+  * Update golint tool
+  * debian has iptables-legacy and iptables-nft now
+  * Make DSR an overlay-specific driver "option"
+  * Set east-west load balancing to use direct routing
+
+---

Old:

  libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382.tar.xz

New:

  libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.2aO24r/_old  2019-05-06 21:14:42.888666078 +0200
+++ /var/tmp/diff_new_pack.2aO24r/_new  2019-05-06 21:14:42.892666088 +0200
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 2cfbf9b1f98162a55829a21cc603c76072a75382
-%define git_short   2cfbf9b1f981
+%define git_version 872f0a83c98add6cae255c8859e29532febc0039
+%define git_short   872f0a83c98a
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2711
+%define git_revision r2726
 
 %global providergithub
 %global provider_tldcom
@@ -63,7 +63,7 @@
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.10
+BuildRequires:  golang(API) >= 1.10
 ExcludeArch:s390
 # KUBIC-SPECIFIC: This was required when upgrading from the original kubic
 # packaging, when everything was renamed to -kubic. It also is

++ _service ++
--- /var/tmp/diff_new_pack.2aO24r/_old  2019-05-06 21:14:42.928666186 +0200
+++ /var/tmp/diff_new_pack.2aO24r/_new  2019-05-06 21:14:42.928666186 +0200
@@ -4,7 +4,7 @@
 git
 .git
 git.%H
-2cfbf9b1f98162a55829a21cc603c76072a75382
+872f0a83c98add6cae255c8859e29532febc0039
 enable
   
   

++ libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382.tar.xz -> 
libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382/Dockerfile 
new/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/Dockerfile
--- old/libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382/Dockerfile  
2018-12-07 16:40:35.0 +0100
+++ new/libnetwork-git.872f0a83c98add6cae255c8859e29532febc0039/Dockerfile  
2019-04-23 18:19:33.0 +0200
@@ -1,4 +1,4 @@
-FROM golang:1.10.2 as dev
+FROM golang:1.10.7 as dev
 RUN apt-get update && apt-get -y install iptables \
protobuf-compiler
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382/agent.go 

commit golang-github-docker-libnetwork for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-02-13 09:57:28

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833 
(New)


Package is "golang-github-docker-libnetwork"

Wed Feb 13 09:57:28 2019 rev:14 rq:672081 version:0.7.0.1+gitr2711_2cfbf9b1f981

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2019-01-21 10:07:23.650858704 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833/golang-github-docker-libnetwork.changes
   2019-02-13 09:57:32.257677080 +0100
@@ -1,0 +2,14 @@
+Tue Feb 05 12:51:08 UTC 2019 - Aleksa Sarai 
+
+- Update to version git.2cfbf9b1f98162a55829a21cc603c76072a75382 which is
+  required for Docker v18.09.1-ce bsc#1124308:
+  * account for removal of configs.HookState
+  * vndr runc 96ec217
+  * Update golint tool
+  * debian has iptables-legacy and iptables-nft now
+  * Make DSR an overlay-specific driver "option"
+  * Set east-west load balancing to use direct routing
+  * Add getter function for Default Address Pools
+  * Global Default Address Pool support
+
+---

Old:

  libnetwork-git.6da50d1978302f04c3e2089e29112ea24812f05b.tar.xz

New:

  libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.roHINI/_old  2019-02-13 09:57:33.245676842 +0100
+++ /var/tmp/diff_new_pack.roHINI/_new  2019-02-13 09:57:33.245676842 +0100
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 6da50d1978302f04c3e2089e29112ea24812f05b
-%define git_short   6da50d197830
+%define git_version 2cfbf9b1f98162a55829a21cc603c76072a75382
+%define git_short   2cfbf9b1f981
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2704
+%define git_revision r2711
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.roHINI/_old  2019-02-13 09:57:33.281676833 +0100
+++ /var/tmp/diff_new_pack.roHINI/_new  2019-02-13 09:57:33.285676832 +0100
@@ -4,7 +4,7 @@
 git
 .git
 git.%H
-6da50d1978302f04c3e2089e29112ea24812f05b
+2cfbf9b1f98162a55829a21cc603c76072a75382
 enable
   
   

++ libnetwork-git.6da50d1978302f04c3e2089e29112ea24812f05b.tar.xz -> 
libnetwork-git.2cfbf9b1f98162a55829a21cc603c76072a75382.tar.xz ++
 1770 lines of diff (skipped)




commit golang-github-docker-libnetwork for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2019-01-21 10:07:19

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833 
(New)


Package is "golang-github-docker-libnetwork"

Mon Jan 21 10:07:19 2019 rev:13 rq:664603 version:0.7.0.1+gitr2704_6da50d197830

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-12-24 11:35:41.673755563 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833/golang-github-docker-libnetwork.changes
   2019-01-21 10:07:23.650858704 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert 
+
+- Disable leap based builds for kubic flavor. bsc#1121412
+
+---
@@ -256 +260,0 @@
-



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.1hOhdV/_old  2019-01-21 10:07:25.374856960 +0100
+++ /var/tmp/diff_new_pack.1hOhdV/_new  2019-01-21 10:07:25.374856960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 # nodebuginfo
 
@@ -73,6 +73,10 @@
 # Conflict with the non-Kubic package, and provide equivalent
 Conflicts:  golang-%{provider}-%{project}-%{repo}
 Provides:   golang-%{provider}-%{project}-%{repo} = %{version}
+# Disable leap based builds for kubic flavor (bsc#1121412)
+%if 0%{?suse_version} == 1500 && 0%{?is_opensuse}
+ExclusiveArch:  do_not_build
+%endif
 %endif
 %{go_provides}
 




commit golang-github-docker-libnetwork for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-12-24 11:35:40

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833 
(New)


Package is "golang-github-docker-libnetwork"

Mon Dec 24 11:35:40 2018 rev:12 rq:660264 version:0.7.0.1+gitr2704_6da50d197830

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-12-05 09:38:13.969043980 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.28833/golang-github-docker-libnetwork.changes
   2018-12-24 11:35:41.673755563 +0100
@@ -1,0 +2,9 @@
+Wed Dec 19 21:14:46 UTC 2018 - c...@suse.com
+
+- Update go requirements to >= go1.10 to fix
+  * bsc#1118897 CVE-2018-16873
+go#29230 cmd/go: remote command execution during "go get -u"
+  * bsc#1118898 CVE-2018-16874
+go#29231 cmd/go: directory traversal in "go get" via curly braces in 
import paths
+  * bsc#1118899 CVE-2018-16875
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.MppAgr/_old  2018-12-24 11:35:42.197755097 +0100
+++ /var/tmp/diff_new_pack.MppAgr/_new  2018-12-24 11:35:42.201755094 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 # nodebuginfo
 




commit golang-github-docker-libnetwork for openSUSE:Factory

2018-12-05 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-12-05 09:38:04

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.19453 
(New)


Package is "golang-github-docker-libnetwork"

Wed Dec  5 09:38:04 2018 rev:11 rq:652837 version:0.7.0.1+gitr2704_6da50d197830

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-11-12 09:49:42.000439791 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new.19453/golang-github-docker-libnetwork.changes
   2018-12-05 09:38:13.969043980 +0100
@@ -1,0 +2,14 @@
+Thu Nov 29 09:48:40 UTC 2018 - Aleksa Sarai 
+
+- Update to version git.6da50d1978302f04c3e2089e29112ea24812f05b which is
+  required for Docker v18.09.0-ce.
+  * Make DSR an overlay-specific driver "option"
+  * Set east-west load balancing to use direct routing
+  * Add getter function for Default Address Pools
+  * Global Default Address Pool support
+  * Move SSD image to docker
+  * Give LB sandboxes predictable names
+  * Fix handling of the resolv.conf
+  * Create internal directory
+
+---

Old:

  libnetwork-git.3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b.tar.xz

New:

  libnetwork-git.6da50d1978302f04c3e2089e29112ea24812f05b.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.Hzeqk8/_old  2018-12-05 09:38:17.157040490 +0100
+++ /var/tmp/diff_new_pack.Hzeqk8/_new  2018-12-05 09:38:17.157040490 +0100
@@ -29,14 +29,14 @@
 %endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b
-%define git_short   3ac297bc7fd0
+%define git_version 6da50d1978302f04c3e2089e29112ea24812f05b
+%define git_short   6da50d197830
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2664
+%define git_revision r2704
 
 %global providergithub
 %global provider_tldcom

++ _service ++
--- /var/tmp/diff_new_pack.Hzeqk8/_old  2018-12-05 09:38:17.197040446 +0100
+++ /var/tmp/diff_new_pack.Hzeqk8/_new  2018-12-05 09:38:17.197040446 +0100
@@ -4,7 +4,7 @@
 git
 .git
 git.%H
-3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b
+6da50d1978302f04c3e2089e29112ea24812f05b
 enable
   
   

++ libnetwork-git.3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b.tar.xz -> 
libnetwork-git.6da50d1978302f04c3e2089e29112ea24812f05b.tar.xz ++
 18553 lines of diff (skipped)




commit golang-github-docker-libnetwork for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-11-12 09:49:41

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Mon Nov 12 09:49:41 2018 rev:10 rq:646386 version:0.7.0.1+gitr2664_3ac297bc7fd0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-09-05 13:45:58.545998048 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2018-11-12 09:49:42.000439791 +0100
@@ -14 +14 @@
-  by the Docker v18.06.0-ce upgrade. bsc#1102522
+  by the Docker v18.06.0-ce upgrade. bsc#1102522 bsc#1113313



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.d2lp4u/_old  2018-11-12 09:49:42.620438858 +0100
+++ /var/tmp/diff_new_pack.d2lp4u/_new  2018-11-12 09:49:42.620438858 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 # nodebuginfo
 




commit golang-github-docker-libnetwork for openSUSE:Factory

2018-09-05 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-09-05 13:45:56

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Wed Sep  5 13:45:56 2018 rev:9 rq:630777 version:0.7.0.1+gitr2664_3ac297bc7fd0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-06-22 13:15:26.346913421 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2018-09-05 13:45:58.545998048 +0200
@@ -1,0 +2,23 @@
+Thu Aug 16 02:00:31 UTC 2018 - asa...@suse.com
+
+- Merge -kubic packages back into the main Virtualization:containers packages.
+  This is done using _multibuild to add a "kubic" flavour, which is then used
+  to conditionally compile patches and other kubic-specific features.
+  bsc#1105000
+
+---
+Wed Jul 25 08:57:03 UTC 2018 - asa...@suse.com
+
+- Switch to Go 1.10 for build.
+- Upgrade to version 3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b which is requried
+  by the Docker v18.06.0-ce upgrade. bsc#1102522
+  * Use fmt precision to limit string length
+  * Fix error handling about bridgeSetup
+  * ipam: Test rejection of overlapping pool requests
+  * ipam, types: Expand documentation
+  * CircleCI use latest image
+  * Optimize networkDB queue
+  * Enhance testing infra
+  * Allows to set generic knobs on the Sandbox
+
+---
@@ -6,0 +30,10 @@
+Mon Feb 12 10:46:57 UTC 2018 - rbr...@suse.com
+
+- Add ${version} to equivalent non-kubic package provides
+
+---
+Thu Feb  8 12:35:15 UTC 2018 - rbr...@suse.com
+
+- Add Provides for equivalent non-kubic packages
+
+---
@@ -9,0 +43,12 @@
+
+---
+Wed Jan 31 09:10:23 UTC 2018 - vrothb...@suse.com
+
+- Make it conflict with the non-Kubic package to avoid a file conflict in
+  Factory.
+
+---
+Mon Jan 29 12:58:54 UTC 2018 - vrothb...@suse.com
+
+- Correct conflict with docker < 17.09.0_ce to avoid a file conflict on
+  docker-proxy.

Old:

  libnetwork-git.7b2b1feb1de4817d522cc372af149ff48d25028e.tar.xz

New:

  _multibuild
  libnetwork-git.3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.ZXYTZa/_old  2018-09-05 13:46:00.726001703 +0200
+++ /var/tmp/diff_new_pack.ZXYTZa/_new  2018-09-05 13:46:00.726001703 +0200
@@ -17,15 +17,26 @@
 # nodebuginfo
 
 
+# Handle _multibuild magic.
+%define flavour @BUILD_FLAVOR@%{nil}
+
+# We split the Name: into "realname" and "name_suffix".
+%define realname golang-%{provider}-%{project}-%{repo}
+%if "%flavour" == ""
+%define name_suffix %{nil}
+%else
+%define name_suffix -%{flavour}
+%endif
+
 # MANUAL: Update the git_version and git_revision
-%define git_version 7b2b1feb1de4817d522cc372af149ff48d25028e
-%define git_short   7b2b1feb1de4
+%define git_version 3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b
+%define git_short   3ac297bc7fd0
 # How to get the git_revision
 # git clone https://github.com/docker/libnetwork.git libnetwork
 # cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2066
+%define git_revision r2664
 
 %global providergithub
 %global provider_tldcom
@@ -34,12 +45,13 @@
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path %{provider_prefix}
 
-Name:   golang-%{provider}-%{project}-%{repo}
-# FIX-UPSTREAM: It looks like Docker _downgraded_ their version of libnetwork
-#   in the bump from v17.07.0_ce (0.7.0+gitr2322_4a242dba7739) to
-#   v17.10.0_ce (0.7.0+gitr2066_7b2b1feb1de4). This means that we
-#   have to fake the version here to be different from the upstream
-#   version. Please keep this in mind next time you do an update.
+Name:   %{realname}%{name_suffix}
+# NOTE: A while ago, Docker downgraded this dependency on an upgrade, which
+#   caused lots of issues when trying to upgrade the RPMs. To fix this, we
+#   bumped the version to v0.7.0.1+... which RPM saw as an upgrade.
+#   Unfortunately subsequent upgrades have yet to bump the other version
+#   components, 

commit golang-github-docker-libnetwork for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-06-22 13:15:26

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Fri Jun 22 13:15:26 2018 rev:8 rq:616518 version:0.7.0.1+gitr2066_7b2b1feb1de4

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2018-02-05 10:45:47.676575214 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2018-06-22 13:15:26.346913421 +0200
@@ -1,0 +2,5 @@
+Wed Jun 13 10:40:20 UTC 2018 - dcass...@suse.com
+
+- Make use of %license macro
+
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.lLZcOC/_old  2018-06-22 13:15:27.114884943 +0200
+++ /var/tmp/diff_new_pack.lLZcOC/_new  2018-06-22 13:15:27.114884943 +0200
@@ -95,7 +95,8 @@
 
 %files -f file.lst
 %defattr(-,root,root,-)
-%doc README.md LICENSE MAINTAINERS
+%doc README.md MAINTAINERS
+%license LICENSE
 
 %files -n docker-libnetwork
 %defattr(-,root,root,-)




commit golang-github-docker-libnetwork for openSUSE:Factory

2018-02-05 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2018-02-05 10:45:46

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Mon Feb  5 10:45:46 2018 rev:7 rq:571974 version:0.7.0.1+gitr2066_7b2b1feb1de4

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-12-21 11:25:40.410286380 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2018-02-05 10:45:47.676575214 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 16:57:49 CET 2018 - r...@suse.de
+
+- do not build on s390, only on s390x (no go on s390)
+
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.rhUxEH/_old  2018-02-05 10:45:48.344543940 +0100
+++ /var/tmp/diff_new_pack.rhUxEH/_new  2018-02-05 10:45:48.344543940 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -53,7 +53,7 @@
 BuildRequires:  golang-packaging
 BuildRequires:  xz
 BuildRequires:  golang(API) = 1.8
-
+ExcludeArch:s390
 %{go_provides}
 
 %description




commit golang-github-docker-libnetwork for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-12-21 11:25:33

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Thu Dec 21 11:25:33 2017 rev:6 rq:558284 version:0.7.0.1+gitr2066_7b2b1feb1de4

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-10-20 14:39:49.993187827 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-12-21 11:25:40.410286380 +0100
@@ -1,0 +2,15 @@
+Mon Dec 11 12:32:43 UTC 2017 - asa...@suse.com
+
+- Update to version git.7b2b1feb1de4817d522cc372af149ff48d25028e (required by
+  Docker v17.09.1_ce):
+  * proxy: clean up code (addendum to #1598)
+  * Use vndr for managing libnetwork dependencies
+  * carry docker/docker #29564
+  * Godep update for docker plugingetter pkg
+  * return an error on overlay subnet is overlapped with hosts
+  * Prioritize nw endpoint which can provide both v4 and v6 connectivity
+  * proxy: fix an issue about half-closing net.TCPConn after io.Copy()
+  * Add embedded DNS server support for host loopback resolver
+  * Fix fqdn hostnames not added to /etc/hosts
+
+---
@@ -4 +19 @@
-- Update to version 0.7.0+git4a242dba7739:
+- Update to version 0.7.0+git4a242dba7739 (required by Docker v17.07_ce):

Old:

  libnetwork-git.4a242dba7739.tar.xz

New:

  libnetwork-git.7b2b1feb1de4817d522cc372af149ff48d25028e.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.6KIy6O/_old  2017-12-21 11:25:45.518037330 +0100
+++ /var/tmp/diff_new_pack.6KIy6O/_new  2017-12-21 11:25:45.522037135 +0100
@@ -18,14 +18,14 @@
 
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 4a242dba7739
+%define git_version 7b2b1feb1de4817d522cc372af149ff48d25028e
+%define git_short   7b2b1feb1de4
 # How to get the git_revision
-# git clone https://github.com/containerd/containerd.git containerd-upstream
-# cd containerd
+# git clone https://github.com/docker/libnetwork.git libnetwork
+# cd libnetwork
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2322
-%define version_unconverted 0.7.0+git4a242dba7739
+%define git_revision r2066
 
 %global providergithub
 %global provider_tldcom
@@ -35,7 +35,12 @@
 %global import_path %{provider_prefix}
 
 Name:   golang-%{provider}-%{project}-%{repo}
-Version:0.7.0+git%{git_revision}_%{git_version}
+# FIX-UPSTREAM: It looks like Docker _downgraded_ their version of libnetwork
+#   in the bump from v17.07.0_ce (0.7.0+gitr2322_4a242dba7739) to
+#   v17.10.0_ce (0.7.0+gitr2066_7b2b1feb1de4). This means that we
+#   have to fake the version here to be different from the upstream
+#   version. Please keep this in mind next time you do an update.
+Version:0.7.0.1+git%{git_revision}_%{git_short}
 Release:0
 Summary:Docker Networking
 License:Apache-2.0
@@ -44,7 +49,6 @@
 Source0:%{repo}-git.%{git_version}.tar.xz
 Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  xz
@@ -55,17 +59,22 @@
 %description
 Libnetwork provides a native Go implementation for connecting containers
 
-The goal of libnetwork is to deliver a robust Container Network Model that 
provides a consistent programming interface and the required network 
abstractions for applications.
+The goal of libnetwork is to deliver a robust Container Network Model that
+provides a consistent programming interface and the required network
+abstractions for applications.
 
 %package -n docker-libnetwork
 Summary:Docker Networking
 Group:  System/Management
 AutoReqProv:Off
-Conflicts:  docker < 17.07.0_ce
+Conflicts:  docker < 17.09.0_ce
 Provides:   fix_bsc_1057743
+# We provide a git revision so that Docker can require it properly.
+Provides:   docker-libnetwork-git = %{git_version}
 
 %description -n docker-libnetwork
-docker-proxy binary
+The docker-proxy binary used by Docker that provides Docker with libnetwork
+support.
 
 
 %prep

++ _service ++
--- /var/tmp/diff_new_pack.6KIy6O/_old  2017-12-21 11:25:45.546035964 +0100
+++ /var/tmp/diff_new_pack.6KIy6O/_new  2017-12-21 11:25:45.546035964 +0100
@@ -3,8 +3,8 @@
 

commit golang-github-docker-libnetwork for openSUSE:Factory

2017-10-20 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-10-20 14:39:46

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Fri Oct 20 14:39:46 2017 rev:5 rq:535049 version:0.7.0+gitr2322_4a242dba7739

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-10-07 17:46:47.601517066 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-10-20 14:39:49.993187827 +0200
@@ -1,0 +2,16 @@
+Wed Oct 18 05:35:48 UTC 2017 - asa...@suse.com
+
+- Update to version 0.7.0+git4a242dba7739:
+  * optimize the rebroadcast for failure case
+  * Revert "Fixes bug that mistook gw6 for gw."
+  * Revert "Funnel peerAdd and peerDelete in a channel"
+  * Avoid peerUpdate logic in swarm mode
+  * Fixes bug which makes restoring endpoint mess
+  * Revert "Avoid peerUpdate logic in swarm mode"
+  * Funnel peerAdd and peerDelete in a channel
+  * PeerInit for the sandbox init
+  * PeerDbDelete was passing the wrong field
+  * Lock goroutine to OS thread while changing NS
+- Fix up _service file and versioning to actually be somewhat sane.
+
+---

Old:

  libnetwork-0.0.0+git20170119.7b2b1fe.tar.xz

New:

  libnetwork-git.4a242dba7739.tar.xz



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.5TNM25/_old  2017-10-20 14:39:53.133040901 +0200
+++ /var/tmp/diff_new_pack.5TNM25/_new  2017-10-20 14:39:53.133040901 +0200
@@ -14,8 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# nodebuginfo
 
 
+# MANUAL: Update the git_version and git_revision
+%define git_version 4a242dba7739
+# How to get the git_revision
+# git clone https://github.com/containerd/containerd.git containerd-upstream
+# cd containerd
+# git checkout $git_version
+# git_revision=r$(git rev-list HEAD | wc -l)
+%define git_revision r2322
+%define version_unconverted 0.7.0+git4a242dba7739
+
 %global providergithub
 %global provider_tldcom
 %global project docker
@@ -24,20 +35,20 @@
 %global import_path %{provider_prefix}
 
 Name:   golang-%{provider}-%{project}-%{repo}
-Version:0.0.0+git20170119.7b2b1fe
+Version:0.7.0+git%{git_revision}_%{git_version}
 Release:0
 Summary:Docker Networking
 License:Apache-2.0
 Group:  Development/Languages/Golang
 Url:http://github.com/docker/libnetwork
-Source0:%{repo}-%{version}.tar.xz
+Source0:%{repo}-git.%{git_version}.tar.xz
 Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.7
+BuildRequires:  golang(API) = 1.8
 
 %{go_provides}
 
@@ -50,7 +61,7 @@
 Summary:Docker Networking
 Group:  System/Management
 AutoReqProv:Off
-Conflicts:  docker < 17.04.0_ce
+Conflicts:  docker < 17.07.0_ce
 Provides:   fix_bsc_1057743
 
 %description -n docker-libnetwork
@@ -58,7 +69,7 @@
 
 
 %prep
-%setup -q -n %{repo}-%{version}
+%setup -q -n %{repo}-git.%{git_version}
 
 %build
 %goprep %{import_path}

++ _service ++
--- /var/tmp/diff_new_pack.5TNM25/_old  2017-10-20 14:39:53.169039216 +0200
+++ /var/tmp/diff_new_pack.5TNM25/_new  2017-10-20 14:39:53.169039216 +0200
@@ -3,15 +3,12 @@
 https://github.com/docker/libnetwork.git
 git
 .git
-0.0.0+git%cd.%h
-7b2b1fe
+git.%h
+4a242dba7739bb7d4351b260863b5e8789ea5abe
 enable
   
   
 libnetwork-*.tar
 xz
   
-  
-libnetwork
-  
 




commit golang-github-docker-libnetwork for openSUSE:Factory

2017-10-07 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-10-07 17:46:42

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Sat Oct  7 17:46:42 2017 rev:4 rq:530417 version:0.0.0+git20170119.7b2b1fe

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-09-29 11:53:37.497705152 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-10-07 17:46:47.601517066 +0200
@@ -6,0 +7,9 @@
+Wed Sep 27 15:04:19 UTC 2017 - jmassaguer...@suse.com
+
+- fix bsc#1057743: this package provides the fix for this issue.
+  I could not change the version of the libnetwork because that is
+  attached to the upstream commits, and I can't control the release
+  number, so I added this "symbol", fix_bsc_1057743 which is required
+  by the latest docker package.
+
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.wjKlnh/_old  2017-10-07 17:46:48.393482253 +0200
+++ /var/tmp/diff_new_pack.wjKlnh/_new  2017-10-07 17:46:48.393482253 +0200
@@ -50,6 +50,8 @@
 Summary:Docker Networking
 Group:  System/Management
 AutoReqProv:Off
+Conflicts:  docker < 17.04.0_ce
+Provides:   fix_bsc_1057743
 
 %description -n docker-libnetwork
 docker-proxy binary




commit golang-github-docker-libnetwork for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-09-29 11:53:32

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Fri Sep 29 11:53:32 2017 rev:3 rq:529123 version:0.0.0+git20170119.7b2b1fe

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-05-23 12:04:40.400693845 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-09-29 11:53:37.497705152 +0200
@@ -1,0 +2,5 @@
+Thu Sep 28 09:29:01 UTC 2017 - th...@suse.de
+
+- always use -buildmode=default
+
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.Cc6Xct/_old  2017-09-29 11:53:38.197606459 +0200
+++ /var/tmp/diff_new_pack.Cc6Xct/_new  2017-09-29 11:53:38.201605894 +0200
@@ -61,7 +61,7 @@
 %build
 %goprep %{import_path}
 export CGO_ENABLED=0
-%gobuild cmd/proxy
+%gobuild -buildmode=default cmd/proxy
 
 %install
 %{goinstall}




commit golang-github-docker-libnetwork for openSUSE:Factory

2017-05-23 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-05-23 12:04:39

Comparing /work/SRC/openSUSE:Factory/golang-github-docker-libnetwork (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new (New)


Package is "golang-github-docker-libnetwork"

Tue May 23 12:04:39 2017 rev:2 rq:497506 version:0.0.0+git20170119.7b2b1fe

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-03-22 23:18:11.888475793 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-05-23 12:04:40.400693845 +0200
@@ -1,0 +2,113 @@
+Tue May  2 15:52:39 UTC 2017 - jmassaguer...@suse.com
+
+- fix golang requirements 
+
+---
+Thu Apr 13 15:43:09 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 0.0.0+git20170119.7b2b1fe:
+  * Separate pool parsing from pool auto-allocation
+  * Handle containers with different network drivers
+  * Remove driver endpoints on network deleting
+  * Update loadDriver to use pluginv2.
+  * validate network and endpoint name more strictly
+  * overlay driver support for Solaris Signed-off-by: Puneet Pruthi 

+  * Updated vagrant box, ubuntu/vivid64 was remove from atlas.hasicorp.com
+  * Use monotonic clock for reaping networkDB entries
+  * Reap failed nodes after 24 hours
+  * Do not update hosts file with internal networks endpoint IP
+  * Fix issue for `--fixed-cidr` when bridge has multiple addresses
+  * Add sandbox API for task insertion to service LB and service discovery
+  * Enable ping for service vip address
+  * Block non exposed port traffic on ingress nw interfaces
+  * Fix some typos
+  * Respect icc option for internal networks
+  * fix nits in comments and log
+  * Modify the serial number from 1 to 9
+  * Allow concurrent calls to agentClose
+  * Fixing incorrect resovler error message shown on daemon startup
+  * Add NetworkDB API to fetch the per network peer (gossip cluster) list
+  * Vendoring hcsshim to pick overlay changes
+  * Windows overlay driver support
+  * Change vxlan-id start-idx to 4096
+  * If enabling ip forwarding set the default forward policy to drop
+  * Register remote network driver on Windows.
+  * update reapNode interval
+  * remove unused mConfig
+  * Check subnet overlap when programming of sandbox interface
+  * Refactoring logrus import and formatting This fix tries to fix logrus 
formatting by removing `f` from `logrus.[Error|Warn|Debug|Fatal|Panic|Info]f` 
when formatting string is not present. Also fix import name to use original 
project name 'logrus' instead of 'log'
+  * Default GW support for overlay networks
+  * Support attachable in network.
+  * Update libkv @1d84310
+  * Respect auto allocation for --ipv6
+  * Increase timeout for local store client
+  * Add GetIDInRange API in idm package
+  * IDM need not be bound by default vxlan-id start index
+  * fix unsafe acces on arm
+  * Fix new golint reported errors
+  * Fix bug in DeleteNeighbor
+  * Add a nil check for sandbox.osSbox
+  * Update netlink @17ea11b
+  * Set a timeout on the netlink handle sockets
+  * Allow spaces in network names
+  * Separate service LB & SD from network plumbing
+  * Fix bug in needDefaultGW()
+  * Revert "Enable ping for service vip address"
+  * Add a ICMP reply rule for service VIP
+  * Fix bug in link-local unmarshalling
+  * Refactoring logrus import and formatting Fix import name to use original 
project name 'logrus' instead of 'log' Removing `f` from `logrus.Debugf` when 
formatting string is not present.
+  * Serialize embedded resolver Start and Stop
+  * Remove unnecessary string formats
+  * Fix xtables_lock message probe
+  * Control IPv6 on container's interface
+  * Create vxlan-id space from 0 instead of starting from 1
+  * Fixed misspelling
+  * Fix a bug in idm.GetIDInRange()
+  * Fix incorrect debug message
+  * Add missing locks in agent and service code
+  * networkdb: Properly format memberlist logs
+  * fix review comments
+  * Check for node's presence in networkDB's node map before accessing.
+  * Correct regexp to match v6 addresses with zone ID
+  * Fix fqdn hostnames not added to /etc/hosts
+  * Handling the new experimental daemon flag
+  * Handle the case of registering active plugins during remote init
+  * Internal interface to differentiate built-in drivers from remote
+  * drvregistry to allow overriding plugin
+  * Defer PTR queries to external servers based on A/ response
+  * Add embedded DNS server support for host loopback resolver
+  * proxy: fix an issue about half-closing net.TCPConn after io.Copy()
+  * make network connect error