All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/libxkbcommon: change homepage/download url to https
@ 2021-09-18 20:34 Peter Seiderer
  2021-09-18 20:37 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2021-09-18 20:34 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni

- change homepage url to https (and remove trailing slash)
- change download url to https

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/libxkbcommon/Config.in       | 2 +-
 package/libxkbcommon/libxkbcommon.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libxkbcommon/Config.in b/package/libxkbcommon/Config.in
index 4da12897f2..4e73a24abb 100644
--- a/package/libxkbcommon/Config.in
+++ b/package/libxkbcommon/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBXKBCOMMON
 	  processes a reduced subset of keymaps as defined by the XKB
 	  specification.
 
-	  http://xkbcommon.org/
+	  https://xkbcommon.org
diff --git a/package/libxkbcommon/libxkbcommon.mk b/package/libxkbcommon/libxkbcommon.mk
index 790083614f..ee2bc1ee99 100644
--- a/package/libxkbcommon/libxkbcommon.mk
+++ b/package/libxkbcommon/libxkbcommon.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBXKBCOMMON_VERSION = 1.3.1
-LIBXKBCOMMON_SITE = http://xkbcommon.org/download
+LIBXKBCOMMON_SITE = https://xkbcommon.org/download
 LIBXKBCOMMON_SOURCE = libxkbcommon-$(LIBXKBCOMMON_VERSION).tar.xz
 LIBXKBCOMMON_LICENSE = MIT/X11
 LIBXKBCOMMON_LICENSE_FILES = LICENSE
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1] package/libxkbcommon: change homepage/download url to https
  2021-09-18 20:34 [Buildroot] [PATCH v1] package/libxkbcommon: change homepage/download url to https Peter Seiderer
@ 2021-09-18 20:37 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-09-18 20:37 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Thomas Petazzoni, buildroot

Peter, All,

On 2021-09-18 22:34 +0200, Peter Seiderer spake thusly:
> - change homepage url to https (and remove trailing slash)
> - change download url to https
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libxkbcommon/Config.in       | 2 +-
>  package/libxkbcommon/libxkbcommon.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libxkbcommon/Config.in b/package/libxkbcommon/Config.in
> index 4da12897f2..4e73a24abb 100644
> --- a/package/libxkbcommon/Config.in
> +++ b/package/libxkbcommon/Config.in
> @@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBXKBCOMMON
>  	  processes a reduced subset of keymaps as defined by the XKB
>  	  specification.
>  
> -	  http://xkbcommon.org/
> +	  https://xkbcommon.org
> diff --git a/package/libxkbcommon/libxkbcommon.mk b/package/libxkbcommon/libxkbcommon.mk
> index 790083614f..ee2bc1ee99 100644
> --- a/package/libxkbcommon/libxkbcommon.mk
> +++ b/package/libxkbcommon/libxkbcommon.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  LIBXKBCOMMON_VERSION = 1.3.1
> -LIBXKBCOMMON_SITE = http://xkbcommon.org/download
> +LIBXKBCOMMON_SITE = https://xkbcommon.org/download
>  LIBXKBCOMMON_SOURCE = libxkbcommon-$(LIBXKBCOMMON_VERSION).tar.xz
>  LIBXKBCOMMON_LICENSE = MIT/X11
>  LIBXKBCOMMON_LICENSE_FILES = LICENSE
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.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@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-18 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 20:34 [Buildroot] [PATCH v1] package/libxkbcommon: change homepage/download url to https Peter Seiderer
2021-09-18 20:37 ` Yann E. MORIN

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.