Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] common: use HTTPS where working.
@ 2023-02-25 20:08 mhmdanas
  2023-03-07  0:44 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-02-25 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages common-use-https
https://github.com/void-linux/void-packages/pull/42448

common: use HTTPS where working.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42448.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-common-use-https-42448.patch --]
[-- Type: text/x-diff, Size: 1812 bytes --]

From 89914a8ca57f1f7754fbaa4affa413c0539a03dd Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 24 Feb 2023 21:42:23 +0000
Subject: [PATCH] common: use HTTPS where working.

---
 common/environment/setup/misc.sh        | 2 +-
 common/xbps-src/shutils/update_check.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 9b39bb1038a6..3f2cc09461de 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -8,7 +8,7 @@ SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge"
 NONGNU_SITE="https://download.savannah.nongnu.org/releases"
 UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
 XORG_SITE="https://www.x.org/releases/individual"
-DEBIAN_SITE="http://ftp.debian.org/debian/pool"
+DEBIAN_SITE="https://ftp.debian.org/debian/pool"
 GNOME_SITE="https://download.gnome.org/sources"
 KERNEL_SITE="https://www.kernel.org/pub/linux"
 CPAN_SITE="https://www.cpan.org/modules/by-module"
diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh
index c5a9f745ba42..3e5a8c5852a0 100644
--- a/common/xbps-src/shutils/update_check.sh
+++ b/common/xbps-src/shutils/update_check.sh
@@ -116,7 +116,7 @@ update_check() {
                 pkgurlname="$(printf %s "$url" | cut -d/ -f5)"
                 url="https://sourceforge.net/projects/$pkgurlname/rss?limit=200";;
             *code.google.com*|*googlecode*)
-                url="http://code.google.com/p/$pkgname/downloads/list";;
+                url="https://code.google.com/p/$pkgname/downloads/list";;
             *launchpad.net*)
                 pkgurlname="$(printf %s "$url" | cut -d/ -f4)"
                 url="https://launchpad.net/$pkgurlname/+download";;

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

* Re: [PR PATCH] [Merged]: common: use HTTPS where working.
  2023-02-25 20:08 [PR PATCH] common: use HTTPS where working mhmdanas
@ 2023-03-07  0:44 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2023-03-07  0:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

There's a merged pull request on the void-packages repository

common: use HTTPS where working.
https://github.com/void-linux/void-packages/pull/42448

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-03-07  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 20:08 [PR PATCH] common: use HTTPS where working mhmdanas
2023-03-07  0:44 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).