diff mbox series

[2/2] package/aufs-util: use HTTPS for git.code.sf.net

Message ID 20231027122551.1856719-2-peter@korsgaard.com
State Accepted
Headers show
Series [1/2] package/aufs: use HTTPS for git.code.sf.net | expand

Commit Message

Peter Korsgaard Oct. 27, 2023, 12:25 p.m. UTC
git.code.sf.net is available over HTTPS, so use that for security and
consistency with the other packages.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/aufs-util/aufs-util.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Oct. 28, 2023, 7:32 p.m. UTC | #1
Peter, All,

On 2023-10-27 14:25 +0200, Peter Korsgaard spake thusly:
> git.code.sf.net is available over HTTPS, so use that for security and
> consistency with the other packages.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/aufs-util/aufs-util.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/aufs-util/aufs-util.mk b/package/aufs-util/aufs-util.mk
> index d954f02958..32f3bca151 100644
> --- a/package/aufs-util/aufs-util.mk
> +++ b/package/aufs-util/aufs-util.mk
> @@ -6,7 +6,7 @@
>  
>  # linux-headers
>  AUFS_UTIL_VERSION = $(call qstrip,$(BR2_PACKAGE_AUFS_UTIL_VERSION))
> -AUFS_UTIL_SITE = http://git.code.sf.net/p/aufs/aufs-util
> +AUFS_UTIL_SITE = https://git.code.sf.net/p/aufs/aufs-util
>  AUFS_UTIL_SITE_METHOD = git
>  AUFS_UTIL_LICENSE = GPL-2.0
>  AUFS_UTIL_LICENSE_FILES = COPYING
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Oct. 30, 2023, 5:18 p.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > git.code.sf.net is available over HTTPS, so use that for security and
 > consistency with the other packages.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2023.02.x and 2023.08.x, thanks.
diff mbox series

Patch

diff --git a/package/aufs-util/aufs-util.mk b/package/aufs-util/aufs-util.mk
index d954f02958..32f3bca151 100644
--- a/package/aufs-util/aufs-util.mk
+++ b/package/aufs-util/aufs-util.mk
@@ -6,7 +6,7 @@ 
 
 # linux-headers
 AUFS_UTIL_VERSION = $(call qstrip,$(BR2_PACKAGE_AUFS_UTIL_VERSION))
-AUFS_UTIL_SITE = http://git.code.sf.net/p/aufs/aufs-util
+AUFS_UTIL_SITE = https://git.code.sf.net/p/aufs/aufs-util
 AUFS_UTIL_SITE_METHOD = git
 AUFS_UTIL_LICENSE = GPL-2.0
 AUFS_UTIL_LICENSE_FILES = COPYING