Debian Package Tracker
Register | Log in
Subscribe

ngtcp2

Choose email to subscribe with

general
  • source: ngtcp2 (main)
  • version: 1.16.0-1
  • maintainer: Debian Curl Maintainers (DMD)
  • uploaders: Sakirnth Nagarasa [DMD]
  • arch: any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 0.12.1+dfsg-1
  • old-bpo: 1.11.0-1~bpo12+1
  • stable: 1.11.0-1
  • testing: 1.15.1-1
  • unstable: 1.16.0-1
versioned links
  • 0.12.1+dfsg-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.11.0-1~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.11.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.15.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.16.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libngtcp2-16
  • libngtcp2-crypto-gnutls-dev
  • libngtcp2-crypto-gnutls8
  • libngtcp2-crypto-ossl-dev
  • libngtcp2-crypto-ossl0
  • libngtcp2-dev
action needed
17 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 1e5d521f03cd072025ea628139bde54954cfbb98
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Thu Oct 2 17:00:52 2025 +0200

    Adding debian version 1.16.0-1.

commit de84440fb244c957911717b660fbb4c774bac2a3
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Thu Oct 2 16:59:55 2025 +0200

    d/NEWS: Correcting typo.

commit 3b55180f45f9305aef67f3a8b8e1d955346e8576
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Thu Oct 2 16:11:00 2025 +0200

    d/control: Make conflicts/replaces bpo-friendly (Closes: #1116529).

commit 87ea5dbabc80babb611df0b05c1dd5da3fa39c05
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 22:50:56 2025 +0200

    Adding debian version 1.16.0-1~exp1.

commit b95628891ad821b773242433821bd45fff51483d
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 21:23:10 2025 +0200

    d/libngtcp2-16.symbols: New symbol ngtcp2_conn_get_timestamp@Base.

commit 7a5a473bacd33c063c2e70f53d607b219153bddc
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 21:22:07 2025 +0200

    d/rules: Not installing README.rst yet.

commit 64fa869369c47977f55a76aa9ad249a6e8c7e22d
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 17:38:59 2025 +0200

    Update maintainer contact information.

commit e0c814ab5bfe0dea74c59e25c397c69f6d246e25
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 17:32:44 2025 +0200

    d/copyright: Updating authors and years.

commit dcafd903386cd0922947e9b58d16c3c389ff7655
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 14:53:26 2025 +0200

    Reformat d/ files with wrap-and-sort -bast.

commit ef38c0f8364dfe4ca54364f3d66d7c016d775dac
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 14:48:14 2025 +0200

    d/libngtcp2-crypto-ossl0.symbols: Add new symbol file.

commit ec6a9811aac7238237d1b908be5f1229e19ad09a
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 14:43:49 2025 +0200

    d/control: Update short and long descriptions.

commit 518d042d5aa0a81adfab35a28fdae514a509275c
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Mon Sep 22 22:18:24 2025 +0200

    Provide additional crypto helper library with OpenSSL (Closes: #1115606).
    
    - d/rules: Add OpenSSL configure option.
    - d/control: Update Build-Depends for OpenSSL crypto helper library.
    - d/control: Adding binary package libngtcp2-crypto-ossl0.
    - d/control: Adding binary package libngtcp2-crypto-ossl-dev.
    - d/libngtcp2-crypto-gnutls8.install: Select files more accurate
      to support other crypto helper libraries.
    - d/libngtcp2-crypto-gnutls-dev.install: Select files more accurate
      to support other crypto helper development packages.
    - Adding: d/libngtcp2-crypto-ossl0.install.
    - Adding: d/libngtcp2-crypto-ossl-dev.install.
    - Move header file to the correct -dev package.
      ~ d/control: Add Breaks/Replaces to libngtcp2-dev for
      libngtcp2-crypto-gnutls-dev.
      ~ d/libngtcp2-dev.install: Include header file in this package.
    
    Gbp-Dch: Full

commit 91aa54384e3a27842296350874996fbd011ebced
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Mon Sep 22 21:46:40 2025 +0200

    Removing ngtcp2-server and ngtcp2-client example binary packages.
    
    - Maintaining example binaries with additional TLS backend does
      not scale anymore.
    - d/control:
      ~ Removing ngtcp2-server and ngtcp2-client sections.
      ~ Updating Build-Depends.
    - d/ngtcp2-client.install: Removing file.
    - d/ngtcp2-server.install: Removing file.
    - d/ngtcp2-server.ngtcp2d.service: Removing systemd service file.
    - d/rules: Removing entries regarding example binary packages.
    - d/NEWS: Add to inform users about this change.
    
    Gbp-Dch: Full

commit d0f1806b5c3061b0c167ee116181d4b95f45a129
Merge: 88c4aca 7a92ad3
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 13:57:37 2025 +0200

    Update upstream source from tag 'upstream/1.16.0'
    
    Update to upstream version '1.16.0'
    with Debian dir 3e8d6fb090f0e44543b0f5742583430b70e2b335

commit 7a92ad3d4c9f8be3d96d2b483c5506beeaf4e72a
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 13:57:26 2025 +0200

    New upstream version 1.16.0

commit 88c4acac2cf90b9871ed5044525d419493889ba6
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 13:49:31 2025 +0200

    d/gbp.conf: upstream-branch.

commit 6dfbcc038b3cd559992997c8d33aad26b13ba8f1
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Date:   Wed Sep 24 13:47:41 2025 +0200

    d/gbp.conf: Configure pristine-tar defaults.
Created: 2025-09-24 Last update: 2025-10-02 21:33
testing migrations
  • This package is part of the ongoing testing transition known as auto-ngtcp2. Please avoid uploads unrelated to this transition, they would likely delay it and require supplementary work from the release managers. On the other hand, if your package has problems preventing it to migrate to testing, please fix them as soon as possible. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migration status for ngtcp2 (1.15.1-1 to 1.16.0-1): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Too young, only 3 of 5 days old
    • Additional info:
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/n/ngtcp2.html
    • ∙ ∙ Reproducible on amd64 - info ♻
    • ∙ ∙ Waiting for reproducibility test results on arm64 - info ♻
    • Not considered
news
[rss feed]
  • [2025-10-02] Accepted ngtcp2 1.16.0-1 (source) into unstable (Sakirnth Nagarasa)
  • [2025-09-27] Accepted ngtcp2 1.16.0-1~exp1 (source amd64) into experimental (Debian FTP Masters) (signed by: Sakirnth Nagarasa)
  • [2025-09-16] ngtcp2 1.15.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-10] Accepted ngtcp2 1.15.1-1 (source) into unstable (Samuel Henrique)
  • [2025-04-16] Accepted ngtcp2 1.12.0-1~exp1 (source) into experimental (Samuel Henrique)
  • [2025-03-08] ngtcp2 1.11.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-03-07] Accepted ngtcp2 1.11.0-1~bpo12+1 (source) into stable-backports (Samuel Henrique)
  • [2025-03-01] Accepted ngtcp2 1.11.0-1 (source) into unstable (Sakirnth Nagarasa)
  • [2024-12-15] Accepted ngtcp2 1.9.1-1~bpo12+1 (source) into stable-backports (Matheus Polkorny) (signed by: Samuel Henrique)
  • [2024-12-02] ngtcp2 1.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-26] Accepted ngtcp2 1.9.1-1 (source) into unstable (Sakirnth Nagarasa)
  • [2024-08-25] Accepted ngtcp2 1.6.0-1~bpo12+1 (source amd64) into stable-backports (Debian FTP Masters) (signed by: Samuel Henrique)
  • [2024-07-30] ngtcp2 1.6.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-25] Accepted ngtcp2 1.6.0-1 (source) into unstable (Sakirnth Nagarasa)
  • [2024-07-05] ngtcp2 1.5.0-2 MIGRATED to testing (Debian testing watch)
  • [2024-06-29] Accepted ngtcp2 1.5.0-2 (source) into unstable (Sakirnth Nagarasa)
  • [2024-05-12] Accepted ngtcp2 1.5.0-1 (source) into experimental (Sakirnth Nagarasa)
  • [2024-01-08] Accepted ngtcp2 1.1.0-1 (source amd64) into experimental (Debian FTP Masters) (signed by: Sakirnth Nagarasa)
  • [2023-09-09] Accepted ngtcp2 0.19.1-1 (source amd64) into experimental (Debian FTP Masters) (signed by: Sakirnth Nagarasa)
  • [2023-01-12] ngtcp2 0.12.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-06] Accepted ngtcp2 0.12.1+dfsg-1 (source) into unstable (Sakirnth Nagarasa)
  • [2023-01-05] Accepted ngtcp2 0.12.0+dfsg-1 (source amd64) into experimental (Debian FTP Masters) (signed by: Sakirnth Nagarasa)
  • [2022-09-21] ngtcp2 0.8.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2022-09-14] Accepted ngtcp2 0.8.0+dfsg-2 (source) into unstable (Sakirnth Nagarasa)
  • [2022-06-26] ngtcp2 0.2.1+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2022-06-21] Accepted ngtcp2 0.2.1+dfsg-3 (source) into unstable (Sakirnth Nagarasa)
  • [2022-05-22] ngtcp2 0.2.1+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2022-05-17] Accepted ngtcp2 0.2.1+dfsg-2 (source) into unstable (Sakirnth Nagarasa)
  • [2022-04-06] Accepted ngtcp2 0.2.1+dfsg-1 (source amd64) into experimental, experimental (Debian FTP Masters) (signed by: Daniel Baumann)
  • [2022-02-15] ngtcp2 0.1.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.11.0-1
  • 1 bug

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing