diff mbox series

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

Message ID 20231027122551.1856719-1-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/aufs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Oct. 28, 2023, 7:31 p.m. UTC | #1
Petr, 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/aufs.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/aufs/aufs.mk b/package/aufs/aufs.mk
> index 4e95a350a0..d00e7a1a21 100644
> --- a/package/aufs/aufs.mk
> +++ b/package/aufs/aufs.mk
> @@ -9,7 +9,7 @@ AUFS_LICENSE = GPL-2.0
>  AUFS_LICENSE_FILES = COPYING
>  
>  ifeq ($(BR2_PACKAGE_AUFS_SERIES),3)
> -AUFS_SITE = http://git.code.sf.net/p/aufs/aufs3-standalone
> +AUFS_SITE = https://git.code.sf.net/p/aufs/aufs3-standalone
>  AUFS_SITE_METHOD = git
>  else ifeq ($(BR2_PACKAGE_AUFS_SERIES),4)
>  AUFS_SITE = $(call github,sfjro,aufs4-standalone,$(AUFS_VERSION))
> -- 
> 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/aufs.mk b/package/aufs/aufs.mk
index 4e95a350a0..d00e7a1a21 100644
--- a/package/aufs/aufs.mk
+++ b/package/aufs/aufs.mk
@@ -9,7 +9,7 @@  AUFS_LICENSE = GPL-2.0
 AUFS_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_AUFS_SERIES),3)
-AUFS_SITE = http://git.code.sf.net/p/aufs/aufs3-standalone
+AUFS_SITE = https://git.code.sf.net/p/aufs/aufs3-standalone
 AUFS_SITE_METHOD = git
 else ifeq ($(BR2_PACKAGE_AUFS_SERIES),4)
 AUFS_SITE = $(call github,sfjro,aufs4-standalone,$(AUFS_VERSION))