Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [PATCH 1/2] package/aufs: use HTTPS for git.code.sf.net
       [not found] <20231027122551.1856719-1-peter@korsgaard.com>
@ 2023-10-28 19:31 ` Yann E. MORIN
       [not found] ` <20231027122551.1856719-2-peter@korsgaard.com>
  2023-10-30 17:18 ` [Buildroot] [PATCH 1/2] package/aufs: " Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-10-28 19:31 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/aufs-util: use HTTPS for git.code.sf.net
       [not found] ` <20231027122551.1856719-2-peter@korsgaard.com>
@ 2023-10-28 19:32   ` Yann E. MORIN
  2023-10-30 17:18   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-10-28 19:32 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/aufs: use HTTPS for git.code.sf.net
       [not found] <20231027122551.1856719-1-peter@korsgaard.com>
  2023-10-28 19:31 ` [Buildroot] [PATCH 1/2] package/aufs: use HTTPS for git.code.sf.net Yann E. MORIN
       [not found] ` <20231027122551.1856719-2-peter@korsgaard.com>
@ 2023-10-30 17:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-30 17:18 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/aufs-util: use HTTPS for git.code.sf.net
       [not found] ` <20231027122551.1856719-2-peter@korsgaard.com>
  2023-10-28 19:32   ` [Buildroot] [PATCH 2/2] package/aufs-util: " Yann E. MORIN
@ 2023-10-30 17:18   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-30 17:18 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-30 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231027122551.1856719-1-peter@korsgaard.com>
2023-10-28 19:31 ` [Buildroot] [PATCH 1/2] package/aufs: use HTTPS for git.code.sf.net Yann E. MORIN
     [not found] ` <20231027122551.1856719-2-peter@korsgaard.com>
2023-10-28 19:32   ` [Buildroot] [PATCH 2/2] package/aufs-util: " Yann E. MORIN
2023-10-30 17:18   ` Peter Korsgaard
2023-10-30 17:18 ` [Buildroot] [PATCH 1/2] package/aufs: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox