From: Ammar Faizi <ammarfaizi2@openresty.com>
To: Jens Axboe <axboe@kernel.dk>,
io-uring Mailing List <io-uring@vger.kernel.org>
Cc: Ammar Faizi <ammarfaizi2@openresty.com>,
Yichun Zhang <yichun@openresty.com>,
Christian Mazakas <christian.mazakas@gmail.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Guillem Jover <guillem@hadrons.org>,
Changcheng Liu <changcheng.liu@aliyun.com>
Subject: [PATCH liburing 4/4] liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one
Date: Sat, 25 Jul 2026 05:59:05 +0700 [thread overview]
Message-ID: <20260724225905.747718-5-ammarfaizi2@openresty.com> (raw)
In-Reply-To: <20260724225905.747718-1-ammarfaizi2@openresty.com>
The old git tree link:
https://git.kernel.dk/cgit/liburing/
is dead. Replace it with the new kernel.org git tree:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Guillem Jover <guillem@hadrons.org>
Cc: Changcheng Liu <changcheng.liu@aliyun.com>
Signed-off-by: Ammar Faizi <ammarfaizi2@openresty.com>
---
debian/control | 6 +++---
debian/copyright | 2 +-
liburing-ffi.pc.in | 2 +-
liburing.pc.in | 2 +-
liburing.spec | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index e79ff11cd187..14ca43b4e399 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Liu Changcheng <changcheng.liu@intel.com>
Build-Depends:
debhelper-compat (= 13)
Standards-Version: 4.1.4
-Homepage: https://git.kernel.dk/cgit/liburing/tree/README
-Vcs-Git: https://git.kernel.dk/liburing
-Vcs-Browser: https://git.kernel.dk/cgit/liburing/
+Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/tree/README
+Vcs-Git: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
+Vcs-Browser: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
Package: liburing2
Architecture: linux-any
diff --git a/debian/copyright b/debian/copyright
index 0b3f3eb04db4..25d39e79b9ec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: liburing
-Source: https://git.kernel.dk/cgit/liburing/
+Source: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
Files: *
Copyright: 2019 Jens Axboe <axboe@kernel.dk>
diff --git a/liburing-ffi.pc.in b/liburing-ffi.pc.in
index 71943acca14a..400d43fa783b 100644
--- a/liburing-ffi.pc.in
+++ b/liburing-ffi.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: @NAME@
Version: @VERSION@
Description: io_uring FFI library
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
Libs: -L${libdir} -luring-ffi
Cflags: -I${includedir}
diff --git a/liburing.pc.in b/liburing.pc.in
index 2c879b2cdc90..7ada05167f35 100644
--- a/liburing.pc.in
+++ b/liburing.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: @NAME@
Version: @VERSION@
Description: io_uring library
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
Libs: -L${libdir} -luring
Cflags: -I${includedir}
diff --git a/liburing.spec b/liburing.spec
index 1d0a72fbd31e..2c396813d434 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -5,7 +5,7 @@ Summary: Linux-native io_uring I/O access library
License: (GPLv2 with exceptions and LGPLv2+) or MIT
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
BuildRequires: gcc
BuildRequires: make
--
Ammar Faizi
next prev parent reply other threads:[~2026-07-24 22:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-24 22:59 [PATCH liburing 0/4] Upgrade to Clang 23 and git tree link update Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 1/4] test: Remove unused global variables found by clang-23 Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 2/4] ci: Fix the wrong `cc_pkg` comparison Ammar Faizi
2026-07-24 22:59 ` [PATCH liburing 3/4] ci: Upgrade clang version to 23 Ammar Faizi
2026-07-24 22:59 ` Ammar Faizi [this message]
2026-07-25 10:57 ` [PATCH liburing 0/4] Upgrade to Clang 23 and git tree link update Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260724225905.747718-5-ammarfaizi2@openresty.com \
--to=ammarfaizi2@openresty.com \
--cc=axboe@kernel.dk \
--cc=changcheng.liu@aliyun.com \
--cc=christian.mazakas@gmail.com \
--cc=guillem@hadrons.org \
--cc=io-uring@vger.kernel.org \
--cc=stefanha@redhat.com \
--cc=yichun@openresty.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox