[ubuntu/oracular-proposed] docker.io 26.1.4+dfsg2-1ubuntu1 (Accepted)

Shengjing Zhu shengjing.zhu at canonical.com
Wed Aug 14 13:26:14 UTC 2024


docker.io (26.1.4+dfsg2-1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/tests/control: remove since all tests are related to the docker application
      provided by docker.io binary package.
    - d/golang-github-docker-docker-dev.docs: install NOTICE files to comply
      with Apache license.
  * Dropped changes (replaced by non default Build-Profiles):
    - d/control: remove binary paragraghs for docker.io and docker-doc.
    - d/docker-doc.docs: removed together with the docker-doc binary package.
    - d/docker.io.*: remove all packaging related files associated to the
      docker.io binary package.
    - d/p/engine-allow-exclude-unit-test.patch: add patch to allow excluding
      extra directories when running engine unit tests. (engine test failure
      is ignored in new version)
    - d/rules:
      + Do not run aufs related unit tests in the engine component. (engine
        test failure is ignored in new version)
      + Do not install apparmor profile for docker.io.
      + remove override_dh_gencontrol, since docker.io binary package was also
        removed.
    - d/p/test--skip-daemon-oci-linux-pbuilder-tests.patch: always skip engine
      test TestGetSourceMount which is failing in LP. The Debian maintainer
      already skipped this test when the package is built with pbuilder, now
      this condition has been removed and the test is always skipped. (engine
      test failure is ignored in new version)
  * New changes:
    - d/control: add non default pkg.docker.with-bin Build-Profiles
      to disable building docker.io, docker-cli, and docker.io-doc binary package
      by default.
      And change Architecture to amd64 to avoid Launchpad reporting build
      failures on other architecture.

docker.io (26.1.4+dfsg2-1) unstable; urgency=medium

  * Use packaged golang-github-moby-docker-image-spec (Closes: #1078280)
  * Copy relative grpc-middleware v1 function (Closes: #1078280)
    grpc-middleware has been updated to v2.

docker.io (26.1.4+dfsg1-9) unstable; urgency=medium

  * Team upload
  * Upload changes from experimental to unstable

docker.io (26.1.4+dfsg1-8) experimental; urgency=medium

  * Declare Proper conflicts/replaces/breaks, Closes: #1076373
  * Fix FTBFS on mips64el

docker.io (26.1.4+dfsg1-7) experimental; urgency=medium

  [ Tianon Gravi ]
  * Add "docker-cli" binary package, Closes: #1035338

  [ Reinhard Tartler ]
  * Install docker/{plugin,volume} golang packages, Closes: #1001918

docker.io (26.1.4+dfsg1-6) experimental; urgency=medium

  * Depend on golang-github-containerd-typeurl-dev, it is an other indirect
    build dependency of buildkit

docker.io (26.1.4+dfsg1-5) experimental; urgency=medium

  * Add back golang-github-mitchellh-hashstructure-dev, it is an indirect
    build dependency of buildkit

docker.io (26.1.4+dfsg1-4) experimental; urgency=medium

  * drop golang-github-mitchellh-hashstructure-dev
  * docker-docker-dev: Add depends on moby/{locker,patternmatcher,pubsub,sys}

docker.io (26.1.4+dfsg1-3) experimental; urgency=medium

  * golang-github-docker-docker-dev: add opentelemetry deps
  * install vendored dependencies, specifically:
    - docker/internal
    - moby/docker-image-spec
    - distribution/reference

docker.io (26.1.4+dfsg1-2) experimental; urgency=medium

  * Add myself to uploaders
  * Restore setting GOCACHE, fixes FTBFS

docker.io (26.1.4+dfsg1-1) experimental; urgency=medium

  * Team upload
  * New upstream release [24.0.9]
  * New upstream release [26.1.4], closes: #1051202, #1051202, #1033839
    - libnetwork: Add docker interfaces to firewalld docker zone,
      closes: #913664
    - engine: CVE-2024-29018, closes: #1068460
    - engine: CVE-2024-24557, closes: #1071745
    - engine: CVE-2024-32473, closes: #1070378
    - engine: reportedly no longer randomly kills containers, cf.
      https://github.com/moby/moby/issues/38768#issuecomment-688518332,
      closes: #979316
  * Recommend dbus-user-session, closes: #992486
  * Make failing unit tests not fail the package build
    Closes: #1070821, #1038902
    rationale: Unit tests are written to be run in well-controlled
    containers, which are hard to replicate in a package build. Instead,
    run a smoke test that ensures the executables are linked correctly.
  * Skip Failing test Can't find mount point of /, Closes: #1072145

docker.io (20.10.25+dfsg1-4) experimental; urgency=medium

  * Team Upload
  * Compile against golang/protobuf at 1.5

Date: Tue, 13 Aug 2024 13:25:46 +0800
Changed-By: Shengjing Zhu <shengjing.zhu at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Graham Inggs <graham.inggs+ubuntu at gmail.com>
https://launchpad.net/ubuntu/+source/docker.io/26.1.4+dfsg2-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 13 Aug 2024 13:25:46 +0800
Source: docker.io
Built-For-Profiles: noudeb
Architecture: source
Version: 26.1.4+dfsg2-1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Shengjing Zhu <shengjing.zhu at canonical.com>
Closes: 913664 979316 992486 1001918 1033839 1035338 1038902 1051202 1068460 1070378 1070821 1071745 1072145 1076373 1078280
Changes:
 docker.io (26.1.4+dfsg2-1ubuntu1) oracular; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - d/tests/control: remove since all tests are related to the docker application
       provided by docker.io binary package.
     - d/golang-github-docker-docker-dev.docs: install NOTICE files to comply
       with Apache license.
   * Dropped changes (replaced by non default Build-Profiles):
     - d/control: remove binary paragraghs for docker.io and docker-doc.
     - d/docker-doc.docs: removed together with the docker-doc binary package.
     - d/docker.io.*: remove all packaging related files associated to the
       docker.io binary package.
     - d/p/engine-allow-exclude-unit-test.patch: add patch to allow excluding
       extra directories when running engine unit tests. (engine test failure
       is ignored in new version)
     - d/rules:
       + Do not run aufs related unit tests in the engine component. (engine
         test failure is ignored in new version)
       + Do not install apparmor profile for docker.io.
       + remove override_dh_gencontrol, since docker.io binary package was also
         removed.
     - d/p/test--skip-daemon-oci-linux-pbuilder-tests.patch: always skip engine
       test TestGetSourceMount which is failing in LP. The Debian maintainer
       already skipped this test when the package is built with pbuilder, now
       this condition has been removed and the test is always skipped. (engine
       test failure is ignored in new version)
   * New changes:
     - d/control: add non default pkg.docker.with-bin Build-Profiles
       to disable building docker.io, docker-cli, and docker.io-doc binary package
       by default.
       And change Architecture to amd64 to avoid Launchpad reporting build
       failures on other architecture.
 .
 docker.io (26.1.4+dfsg2-1) unstable; urgency=medium
 .
   * Use packaged golang-github-moby-docker-image-spec (Closes: #1078280)
   * Copy relative grpc-middleware v1 function (Closes: #1078280)
     grpc-middleware has been updated to v2.
 .
 docker.io (26.1.4+dfsg1-9) unstable; urgency=medium
 .
   * Team upload
   * Upload changes from experimental to unstable
 .
 docker.io (26.1.4+dfsg1-8) experimental; urgency=medium
 .
   * Declare Proper conflicts/replaces/breaks, Closes: #1076373
   * Fix FTBFS on mips64el
 .
 docker.io (26.1.4+dfsg1-7) experimental; urgency=medium
 .
   [ Tianon Gravi ]
   * Add "docker-cli" binary package, Closes: #1035338
 .
   [ Reinhard Tartler ]
   * Install docker/{plugin,volume} golang packages, Closes: #1001918
 .
 docker.io (26.1.4+dfsg1-6) experimental; urgency=medium
 .
   * Depend on golang-github-containerd-typeurl-dev, it is an other indirect
     build dependency of buildkit
 .
 docker.io (26.1.4+dfsg1-5) experimental; urgency=medium
 .
   * Add back golang-github-mitchellh-hashstructure-dev, it is an indirect
     build dependency of buildkit
 .
 docker.io (26.1.4+dfsg1-4) experimental; urgency=medium
 .
   * drop golang-github-mitchellh-hashstructure-dev
   * docker-docker-dev: Add depends on moby/{locker,patternmatcher,pubsub,sys}
 .
 docker.io (26.1.4+dfsg1-3) experimental; urgency=medium
 .
   * golang-github-docker-docker-dev: add opentelemetry deps
   * install vendored dependencies, specifically:
     - docker/internal
     - moby/docker-image-spec
     - distribution/reference
 .
 docker.io (26.1.4+dfsg1-2) experimental; urgency=medium
 .
   * Add myself to uploaders
   * Restore setting GOCACHE, fixes FTBFS
 .
 docker.io (26.1.4+dfsg1-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release [24.0.9]
   * New upstream release [26.1.4], closes: #1051202, #1051202, #1033839
     - libnetwork: Add docker interfaces to firewalld docker zone,
       closes: #913664
     - engine: CVE-2024-29018, closes: #1068460
     - engine: CVE-2024-24557, closes: #1071745
     - engine: CVE-2024-32473, closes: #1070378
     - engine: reportedly no longer randomly kills containers, cf.
       https://github.com/moby/moby/issues/38768#issuecomment-688518332,
       closes: #979316
   * Recommend dbus-user-session, closes: #992486
   * Make failing unit tests not fail the package build
     Closes: #1070821, #1038902
     rationale: Unit tests are written to be run in well-controlled
     containers, which are hard to replicate in a package build. Instead,
     run a smoke test that ensures the executables are linked correctly.
   * Skip Failing test Can't find mount point of /, Closes: #1072145
 .
 docker.io (20.10.25+dfsg1-4) experimental; urgency=medium
 .
   * Team Upload
   * Compile against golang/protobuf at 1.5
Checksums-Sha1:
 7a2f2afb9c3feacdee47a7301c2d666282e2f75a 7972 docker.io_26.1.4+dfsg2-1ubuntu1.dsc
 3bdefe64749cd03bc53afa32c3e25b750b24aa58 1202344 docker.io_26.1.4+dfsg2.orig-cli.tar.xz
 867052816be0010e7ad9e8c42aeb76790ebb757f 4466776 docker.io_26.1.4+dfsg2.orig.tar.xz
 b913141e66705d7f90e71bac2bdc54f47627fb9e 50276 docker.io_26.1.4+dfsg2-1ubuntu1.debian.tar.xz
 266959bbe4c2dea6f2a325b62542bf9e1e8d5723 8213 docker.io_26.1.4+dfsg2-1ubuntu1_source.buildinfo
Checksums-Sha256:
 06d635d15bfcc0abbb0ed57712c886c6167127ba631111447039880b51152aba 7972 docker.io_26.1.4+dfsg2-1ubuntu1.dsc
 04ed879bf3cbe55ee35ac777827c2dbc9c225d23ff697f733d323f546f5f1e03 1202344 docker.io_26.1.4+dfsg2.orig-cli.tar.xz
 d34dd88aa67d87b2cc7609f813b613a592a0d4feb7c80da332b0dc97d7d6e515 4466776 docker.io_26.1.4+dfsg2.orig.tar.xz
 1b5fa3b2c61c4a369e6ddbfa27ae847cdfea47d204b2c4b5c778a72dd2ad35aa 50276 docker.io_26.1.4+dfsg2-1ubuntu1.debian.tar.xz
 b6a1f8983a61f7a7383d54ae12be8892f4c6e1f249b53690a868027d6ff393fe 8213 docker.io_26.1.4+dfsg2-1ubuntu1_source.buildinfo
Files:
 1a33d0c8ee206ee64be11639da5e5af0 7972 admin optional docker.io_26.1.4+dfsg2-1ubuntu1.dsc
 588a10beaf9cc769a63ea7e478edbc19 1202344 admin optional docker.io_26.1.4+dfsg2.orig-cli.tar.xz
 00a92b1a3ccadc0a83862398d5be9d3b 4466776 admin optional docker.io_26.1.4+dfsg2.orig.tar.xz
 b0dc3b7a094e1ac5de581b03236f4e95 50276 admin optional docker.io_26.1.4+dfsg2-1ubuntu1.debian.tar.xz
 304bc9319cef6923942f114477c9ec65 8213 admin optional docker.io_26.1.4+dfsg2-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Go Packaging Team <team+pkg-go at tracker.debian.org>
Vcs-Git: https://git.launchpad.net/~zhsj/ubuntu/+source/docker.io
Vcs-Git-Commit: cc0670b212d64be71ee98b4175c2e595cc5e7c28
Vcs-Git-Ref: refs/heads/merge-26


More information about the oracular-changes mailing list