[arch-commits] Commit in docker/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Apr 8 17:51:20 UTC 2017


    Date: Saturday, April 8, 2017 @ 17:51:20
  Author: seblu
Revision: 221376

upgpkg: docker 1:17.04.0-1

Modified:
  docker/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-08 15:25:07 UTC (rev 221375)
+++ PKGBUILD	2017-04-08 17:51:20 UTC (rev 221376)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.03.1
+pkgver=17.04.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -9,7 +9,8 @@
 arch=('x86_64' 'i686')
 url='https://www.docker.com/'
 license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 'libseccomp')
+depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'libsystemd'
+         'libseccomp')
 makedepends=('git' 'go' 'btrfs-progs' 'go-md2man' 'cmake')
 optdepends=('btrfs-progs: btrfs backend support'
             'lxc: lxc backend support')
@@ -18,9 +19,9 @@
 # Use exact commit version from Dockerfile for runc and containerd until 1.0.0
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
 # see commit in hack/dockerfile/binaries-commits
-_RUNC_COMMIT=54296cf40ad8143b62dbcaa1d90e520a2136ddfe
-_CONTAINERD_COMMIT=4ab9917febca54791c5f071a9d1f404867857fcc
-_LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
+_RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
+_CONTAINERD_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73
+_LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
 _TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver-ce"
         "git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT"
@@ -87,7 +88,7 @@
   cd "$srcdir"
   ln -rsf libnetwork src/github.com/docker
   cd src/github.com/docker/libnetwork
-  go build github.com/docker/libnetwork/cmd/proxy
+  go build -ldflags='-linkmode=external' github.com/docker/libnetwork/cmd/proxy
 
   # docker-init
   msg2 'Building docker-init'



More information about the arch-commits mailing list