Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(24.10): add slice for libnginx-mod-http-headers-more-filter #438

Conversation

norrisjeremy
Copy link

Proposed changes

feat(24.10): add slice for libnginx-mod-http-headers-more-filter

Related issues/PRs

Forward porting

#437

Checklist

Additional Context

$ chisel cut --release chisel-releases/ --root foo base-files_var base-passwd_data libnginx-mod-http-headers-more-filter_modules
2024/12/17 03:41:20 Processing chisel-releases/ release...
2024/12/17 03:41:26 Selecting slices...
2024/12/17 03:41:26 Fetching ubuntu 24.10 oracular suite details...
2024/12/17 03:41:27 Release date: Fri, 11 Oct 2024 10:20:59 UTC
2024/12/17 03:41:27 Fetching index for ubuntu 24.10 oracular main component...
2024/12/17 03:41:27 Fetching index for ubuntu 24.10 oracular universe component...
2024/12/17 03:41:27 Fetching ubuntu 24.10 oracular-security suite details...
2024/12/17 03:41:27 Release date: Tue, 17 Dec 2024  5:04:44 UTC
2024/12/17 03:41:27 Fetching index for ubuntu 24.10 oracular-security main component...
2024/12/17 03:41:27 Fetching index for ubuntu 24.10 oracular-security universe component...
2024/12/17 03:41:28 Fetching ubuntu 24.10 oracular-updates suite details...
2024/12/17 03:41:28 Release date: Tue, 17 Dec 2024  5:04:50 UTC
2024/12/17 03:41:28 Fetching index for ubuntu 24.10 oracular-updates main component...
2024/12/17 03:41:28 Fetching index for ubuntu 24.10 oracular-updates universe component...
2024/12/17 03:41:28 Fetching pool/main/b/base-files/base-files_13.3ubuntu6_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/b/base-passwd/base-passwd_3.6.4_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/g/glibc/libc6_2.40-1ubuntu3_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb...
2024/12/17 03:41:28 Fetching pool/universe/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter_0.37-2build2_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/n/nginx/nginx_1.26.0-2ubuntu3_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu3_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/o/openssl/libssl3t64_3.3.1-2ubuntu2_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/libz/libzstd/libzstd1_1.5.6+dfsg-1_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb...
2024/12/17 03:41:28 Fetching pool/main/n/nginx/nginx-common_1.26.0-2ubuntu3_all.deb...
2024/12/17 03:41:28 Extracting files from package "base-files"...
2024/12/17 03:41:28 Extracting files from package "base-passwd"...
2024/12/17 03:41:28 Extracting files from package "libc6"...
2024/12/17 03:41:28 Extracting files from package "libcrypt1"...
2024/12/17 03:41:28 Extracting files from package "libnginx-mod-http-headers-more-filter"...
2024/12/17 03:41:28 Extracting files from package "nginx"...
2024/12/17 03:41:28 Extracting files from package "libpcre2-8-0"...
2024/12/17 03:41:28 Extracting files from package "libssl3t64"...
2024/12/17 03:41:28 Extracting files from package "libzstd1"...
2024/12/17 03:41:28 Extracting files from package "zlib1g"...
2024/12/17 03:41:28 Extracting files from package "nginx-common"...
$ sudo chroot foo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Copy link

Diff of dependencies:

slices/libnginx-mod-http-headers-more-filter.yaml
@@ -1,2 +1,2 @@
 libc6
-nginx-abi-1.26.0-1
+nginx
slices/nginx.yaml
@@ -1,4 +1,3 @@
-iproute2
 libc6
 libcrypt1
 libpcre2-8-0

@norrisjeremy norrisjeremy force-pushed the libnginx-mod-http-headers-more-filter_oracular branch from 652e578 to 95ffb95 Compare December 17, 2024 12:44
Copy link
Collaborator

@cjdcordeiro cjdcordeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as #437 . LGTM, thanks

@cjdcordeiro cjdcordeiro requested a review from a team December 17, 2024 14:53
Copy link

@clay-lake clay-lake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for the addition!

@cjdcordeiro cjdcordeiro merged commit c88c891 into canonical:ubuntu-24.10 Dec 18, 2024
14 checks passed
@norrisjeremy norrisjeremy deleted the libnginx-mod-http-headers-more-filter_oracular branch December 18, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants