Skip to content

Commit e06d375

Browse files
committed
bump version to 1.9-2
Signed-off-by: Gao Xiang <xiang@kernel.org>
1 parent 4d7eb2b commit e06d375

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

dpkg/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
erofs-utils (1.9-2) unstable; urgency=medium
2+
3+
* Enable S3 storage and OCI registry support.
4+
5+
-- Gao Xiang <xiang@kernel.org> Wed, 18 Feb 2026 22:50:00 +0800
6+
17
erofs-utils (1.9-1) unstable; urgency=medium
28

39
* New upstream release 1.9.

dpkg/debian/control

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Priority: optional
33
Maintainer: Gao Xiang <xiang@kernel.org>
44
Build-Depends:
55
debhelper-compat (= 10),
6+
libcurl4-openssl-dev,
67
libdeflate-dev,
8+
libjson-c-dev,
79
liblz4-dev,
810
liblzma-dev,
911
libselinux1-dev [linux-any],
12+
libssl-dev,
13+
libxml2-dev,
1014
libxxhash-dev,
1115
libzstd-dev,
1216
pkgconf,

dpkg/debian/patches/0001-erofs-utils-manpage-fix-installation-of-erofsfuse.1.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Subject: [PATCH] erofs-utils: manpage: fix installation of `erofsfuse.1`
55

66
`erofsfuse.1` may be missing if `man_MANS` is assigned twice.
77

8-
Link: https://lore.kernel.org/r/20260218131351.46839-1-xiang@kernel.org
8+
Forwarded: https://lore.kernel.org/r/20260218131351.46839-1-xiang@kernel.org
9+
Origin: upstream, https://git.kernel.org/xiang/erofs-utils/p/bb4d44033725
910
Signed-off-by: Gao Xiang <xiang@kernel.org>
1011
---
1112
man/Makefile.am | 6 ++++--

dpkg/debian/rules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ ifneq ($(filter pkg.erofs-utils.no-erofsfuse,$(DEB_BUILD_PROFILES)),)
1313
SKIP_FUSE2FS=yes
1414
endif
1515

16-
COMMON_CONF_FLAGS = --enable-lzma --enable-multithreading --with-uuid \
17-
--with-zlib --with-libdeflate --with-libzstd \
16+
COMMON_CONF_FLAGS = --enable-lzma --enable-multithreading \
17+
--enable-oci --enable-s3 \
18+
--with-uuid --with-zlib --with-libdeflate --with-libzstd \
1819
--with-xxhash ${EXTRA_CONF_FLAGS}
1920

2021
ifneq ($(SKIP_FUSE2FS),)

0 commit comments

Comments
 (0)