* [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
@ 2026-04-12 18:20 Shubham Chakraborty
2026-05-30 22:10 ` Thomas Petazzoni via buildroot
2026-08-10 16:10 ` [Buildroot] [PATCH v2] " Shubham Chakraborty
0 siblings, 2 replies; 5+ messages in thread
From: Shubham Chakraborty @ 2026-04-12 18:20 UTC (permalink / raw)
To: buildroot; +Cc: Shubham Chakraborty
- Enhanced smartctl completion support
- Added recursive directory handling improvements
- Fixed rsync/scp/ssh file type handling
- Improved BSD compatibility for rsync
- Fixed chgrp completion typo
Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
---
DEVELOPERS | 1 +
package/bash-completion/bash-completion.hash | 4 ++--
package/bash-completion/bash-completion.mk | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/DEVELOPERS b/DEVELOPERS
index 9e9c8a5a0f..9b123af415 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3062,6 +3062,7 @@ F: package/wolfssl/
N: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
F: package/ccache/
F: package/hyperfine/
+F: package/bash-completion/
N: Simon Dawson <spdawson@gmail.com>
F: boot/at91bootstrap3/
diff --git a/package/bash-completion/bash-completion.hash b/package/bash-completion/bash-completion.hash
index 7e952e5b02..294ab65a2b 100644
--- a/package/bash-completion/bash-completion.hash
+++ b/package/bash-completion/bash-completion.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac bash-completion-2.11.tar.xz
-sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
+sha256 dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58 bash-completion-2.17.0.tar.xz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/bash-completion/bash-completion.mk b/package/bash-completion/bash-completion.mk
index 8b0e949416..fd046de8ae 100644
--- a/package/bash-completion/bash-completion.mk
+++ b/package/bash-completion/bash-completion.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BASH_COMPLETION_VERSION = 2.11
+BASH_COMPLETION_VERSION = 2.17.0
BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
BASH_COMPLETION_LICENSE = GPL-2.0
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
2026-04-12 18:20 [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0 Shubham Chakraborty
@ 2026-05-30 22:10 ` Thomas Petazzoni via buildroot
2026-05-31 7:02 ` Shubham Chakraborty
2026-08-10 16:10 ` [Buildroot] [PATCH v2] " Shubham Chakraborty
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-05-30 22:10 UTC (permalink / raw)
To: Shubham Chakraborty; +Cc: buildroot
On Sun, Apr 12, 2026 at 11:50:22PM +0530, Shubham Chakraborty wrote:
> - Enhanced smartctl completion support
> - Added recursive directory handling improvements
> - Fixed rsync/scp/ssh file type handling
> - Improved BSD compatibility for rsync
> - Fixed chgrp completion typo
Where does this invented changelog comes from? Seems like a vague
summary generated by AI. Stop using AI to generate Buildroot
patches. We will reject all your patches if you continue to spam us
with contributions generated by AI.
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 9e9c8a5a0f..9b123af415 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -3062,6 +3062,7 @@ F: package/wolfssl/
> N: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
> F: package/ccache/
> F: package/hyperfine/
> +F: package/bash-completion/
Alphabetic ordering is not correct.
> diff --git a/package/bash-completion/bash-completion.hash b/package/bash-completion/bash-completion.hash
> index 7e952e5b02..294ab65a2b 100644
> --- a/package/bash-completion/bash-completion.hash
> +++ b/package/bash-completion/bash-completion.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac bash-completion-2.11.tar.xz
> -sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
> +sha256 dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58 bash-completion-2.17.0.tar.xz
> +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
Changes to license files must be explained in the commit message.
But again: stop using AI. Focus on quality instead of quantity. You
are burning limited and precious maintainer review time.
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0
2026-05-30 22:10 ` Thomas Petazzoni via buildroot
@ 2026-05-31 7:02 ` Shubham Chakraborty
0 siblings, 0 replies; 5+ messages in thread
From: Shubham Chakraborty @ 2026-05-31 7:02 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: Buildroot List
[-- Attachment #1.1: Type: text/plain, Size: 2513 bytes --]
Hi Thomas,
The changelog summary in the commit message was AI-generated and did not
accurately reflect the upstream changes. I understand that this makes
review more difficult and wastes maintainer time.
I also missed the incorrect alphabetical ordering in DEVELOPERS and did
not explain the license file hash change in the commit message.
I will send a corrected version and will not use AI for drafting commit
messages.
Best regards,
Shubham Chakraborty
On Sun, 31 May, 2026, 3:40 am Thomas Petazzoni, <
thomas.petazzoni@bootlin.com> wrote:
> On Sun, Apr 12, 2026 at 11:50:22PM +0530, Shubham Chakraborty wrote:
> > - Enhanced smartctl completion support
> > - Added recursive directory handling improvements
> > - Fixed rsync/scp/ssh file type handling
> > - Improved BSD compatibility for rsync
> > - Fixed chgrp completion typo
>
> Where does this invented changelog comes from? Seems like a vague
> summary generated by AI. Stop using AI to generate Buildroot
> patches. We will reject all your patches if you continue to spam us
> with contributions generated by AI.
>
> > diff --git a/DEVELOPERS b/DEVELOPERS
> > index 9e9c8a5a0f..9b123af415 100644
> > --- a/DEVELOPERS
> > +++ b/DEVELOPERS
> > @@ -3062,6 +3062,7 @@ F: package/wolfssl/
> > N: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
> > F: package/ccache/
> > F: package/hyperfine/
> > +F: package/bash-completion/
>
> Alphabetic ordering is not correct.
>
> > diff --git a/package/bash-completion/bash-completion.hash
> b/package/bash-completion/bash-completion.hash
> > index 7e952e5b02..294ab65a2b 100644
> > --- a/package/bash-completion/bash-completion.hash
> > +++ b/package/bash-completion/bash-completion.hash
> > @@ -1,3 +1,3 @@
> > # Locally calculated
> > -sha256
> 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac
> bash-completion-2.11.tar.xz
> > -sha256
> ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
> > +sha256
> dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58
> bash-completion-2.17.0.tar.xz
> > +sha256
> 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
>
> Changes to license files must be explained in the commit message.
>
> But again: stop using AI. Focus on quality instead of quantity. You
> are burning limited and precious maintainer review time.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>
[-- Attachment #1.2: Type: text/html, Size: 3426 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH v2] package/bash-completion: bump to version 2.17.0
2026-04-12 18:20 [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0 Shubham Chakraborty
2026-05-30 22:10 ` Thomas Petazzoni via buildroot
@ 2026-08-10 16:10 ` Shubham Chakraborty
2026-08-15 15:49 ` Julien Olivain via buildroot
1 sibling, 1 reply; 5+ messages in thread
From: Shubham Chakraborty @ 2026-08-10 16:10 UTC (permalink / raw)
To: buildroot; +Cc: Shubham Chakraborty
Release notes:
https://github.com/scop/bash-completion/blob/master/CHANGELOG.md
The hash of COPYING changed due to whitespace (tab to space) formatting
changes.
Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
---
Changes v1 -> v2:
- Remove AI-generated changelog descriptions from the commit message.
- Explain the license file hash change (whitespace adjustments).
- Fix alphabetic ordering for bash-completion in DEVELOPERS.
DEVELOPERS | 1 +
package/bash-completion/bash-completion.hash | 4 ++--
package/bash-completion/bash-completion.mk | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/DEVELOPERS b/DEVELOPERS
index b7749df319..b4a6adc17a 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3053,6 +3053,7 @@ F: package/ubus/
F: package/wolfssl/
N: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
+F: package/bash-completion/
F: package/ccache/
F: package/dos2unix/
F: package/font-awesome/
diff --git a/package/bash-completion/bash-completion.hash b/package/bash-completion/bash-completion.hash
index 7e952e5b02..294ab65a2b 100644
--- a/package/bash-completion/bash-completion.hash
+++ b/package/bash-completion/bash-completion.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac bash-completion-2.11.tar.xz
-sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
+sha256 dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58 bash-completion-2.17.0.tar.xz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/bash-completion/bash-completion.mk b/package/bash-completion/bash-completion.mk
index 8b0e949416..fd046de8ae 100644
--- a/package/bash-completion/bash-completion.mk
+++ b/package/bash-completion/bash-completion.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BASH_COMPLETION_VERSION = 2.11
+BASH_COMPLETION_VERSION = 2.17.0
BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
BASH_COMPLETION_LICENSE = GPL-2.0
--
2.55.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH v2] package/bash-completion: bump to version 2.17.0
2026-08-10 16:10 ` [Buildroot] [PATCH v2] " Shubham Chakraborty
@ 2026-08-15 15:49 ` Julien Olivain via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2026-08-15 15:49 UTC (permalink / raw)
To: Shubham Chakraborty; +Cc: buildroot
On 10/08/2026 18:10, Shubham Chakraborty wrote:
> Release notes:
> https://github.com/scop/bash-completion/blob/master/CHANGELOG.md
>
> The hash of COPYING changed due to whitespace (tab to space) formatting
> changes.
>
> Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-08-15 15:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 18:20 [Buildroot] [PATCH] package/bash-completion: bump to version 2.17.0 Shubham Chakraborty
2026-05-30 22:10 ` Thomas Petazzoni via buildroot
2026-05-31 7:02 ` Shubham Chakraborty
2026-08-10 16:10 ` [Buildroot] [PATCH v2] " Shubham Chakraborty
2026-08-15 15:49 ` Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.