docker-libnetwork-0.7.0.1+gitr2902_153d0769a118-lp151.2.12.1<>,:؉^s"ɀ<77uKy{yoFԞP{'eE15إJR'13M$tTW[?wNg&%ck^b?XpD*CfHņ[JoȘTm,7ey(~d*F>qXWMH%ι5  |_9y#…|o5-r IPn@ԭҋՠW>>2d?2Td2 ? Q 6<DH J L P  P`(89|:>F/BG/\H/`I/dX/hY/x\/]/^0 b0c0d1ke1pf1sl1uu1v1z12222PCdocker-libnetwork0.7.0.1+gitr2902_153d0769a118lp151.2.12.1Docker NetworkingThe docker-proxy binary used by Docker that provides Docker with libnetwork support.^Aleksa Sarai Aleksa Sarai Aleksa Sarai Aleksa Sarai asarai@suse.comAleksa Sarai Aleksa Sarai Sascha Grunert clee@suse.comAleksa Sarai asarai@suse.comasarai@suse.comdcassany@suse.comrbrown@suse.comrbrown@suse.comro@suse.devrothberg@suse.comvrothberg@suse.comasarai@suse.comasarai@suse.comthipp@suse.dejmassaguerpla@suse.comjmassaguerpla@suse.comopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comthipp@suse.dejmassaguerpla@suse.com- Update to libnetwork 153d0769a118, which is required for Docker 19.03.11-ce. bsc#1172377- Update to libnetwork 3eb39382bfa6, which is required for Docker 19.03.4-ce. bsc#1158590- Update to libnetwork 45c710223c5f, which is required for Docker 19.03.3-ce. bsc#1153367- Update to version git.fc5a7d91d54cc98f64fc28f9e288b46a0bee756c, which is required for Docker v19.03.0-ce. bsc#1142413- Update to version git.e7933d41e7b206756115aa9df5e0599fc5169742, which is required for Docker v18.09.7-ce. bsc#1139649- 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- 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- 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- Disable leap based builds for kubic flavor. bsc#1121412- 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- 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- 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- Switch to Go 1.10 for build. - Upgrade to version 3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b which is requried by the Docker v18.06.0-ce upgrade. bsc#1102522 bsc#1113313 * 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- Make use of %license macro- Add ${version} to equivalent non-kubic package provides- Add Provides for equivalent non-kubic packages- do not build on s390, only on s390x (no go on s390)- Make it conflict with the non-Kubic package to avoid a file conflict in Factory.- Correct conflict with docker < 17.09.0_ce to avoid a file conflict on docker-proxy.- 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- Update to version 0.7.0+git4a242dba7739 (required by Docker v17.07_ce): * 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.- always use -buildmode=default- 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.- fix golang requirements- 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/AAAA 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 message readable * fix nits in comments * fix typos * docs/remote.md: Remove unnecessary backquote * ResolveName should return copy of IPs * Prioritize nw endpoint which can provide both v4 and v6 connectivity * fix json * Updating Godeps to pull in plugingetter dependancy * Make use of GetAllManagedPluginsForCap to avoid loading v1-plugins * return an error on overlay subnet is overlapped with hosts * Godep update for docker plugingetter pkg * carry docker/docker #29564 * Use vndr for managing libnetwork dependencies * proxy: clean up code (addendum to #1598)- Update to version 0.0.0+git20161019.0f53435: * fix race in serializing sandbox to string * Run API check to assert xfrm modules * Check for presence before installing forward rules * add Created to NetworkInfo * Avoid controller/service lock AB/BA situation * libnetwork support for Solaris Signed-off-by: Puneet Pruthi * Fix map access race in populatedEndpoints * Do not use logrus for proxy- make sure we use go 1.7- rename lintrc to %{name}-lintrc- add the docker-libnetwork package which installs docker-proxy- Fix build- initial importobs-power9-07 15924747680.7.0.1+gitr2902_153d0769a118-lp151.2.12.10.7.0.1+gitr2902_153d0769a118-lp151.2.12.1153d0769a1181bf591a9637fd487a541ec7db1e6docker-proxy/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:12908/openSUSE_Leap_15.1_Update_ports/9e9ce8058bfe8f62afd096da5097f9da-golang-github-docker-libnetwork.openSUSE_Leap_15.1_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), statically linked, stripped/ڗ,CEi둁utf-8479d06047623ceffba142454a3826576f6cbcfd2c87c6273e48239a2f46c22b6? 7zXZ !t/g*]"k&fK}gյw \7(GnA:Ləz04OqT"Dl@%9fP^ť\aojM3FE&hb ዋ2nuH8x4kϯm _UlJ2vfx̀pOdzBSq ]jtNNwyl7O=*! +n) 8B܆Bb ۔/[5 4\PszY PDTM nbfHb8!GU ~$ӆreas0_+͔lJ)bTޒ$ц|F(nVwUrЫA1j6j 40"hGC!FihDf ɰs;+矱 ^؅]2UL(ȃ -لz U=WpaұHM5aru> Я|Z]5j  5{O0aw(ڶ4t>eEYZ'b]LV6yK~>6DXm6eF\ʹsL&"zW}ܡ'|U~3wH"#!w%6 <*u*1a>!0 .niJrgP9m8xZ4-4 b!Qҿ럖 _;@5[uzs{FɴY﯈UblPnQȾ_ÉM<5E#*={L!KnD71E+Bxs1]8؛dIE$wqcM!QAxmyAzTW"hTP L yrPCQ?稘*_?Zpg@W8ґt SccTtAiOh# s`) [7lߕ2Umlz}%4ʻG-'AP^G^=[Kҡ2-#9.~  YZ