Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org
@ 2024-10-27 12:13 lethedata
  2024-10-27 12:14 ` lethedata
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lethedata @ 2024-10-27 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lethedata/void-packages miniupnp-link
https://github.com/void-linux/void-packages/pull/52798

Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org
Replace HTTP miniupnp.free.fr with HTTPS miniupnp.tuxfamily.org mirror

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-miniupnp-link-52798.patch --]
[-- Type: text/x-diff, Size: 3871 bytes --]

From 8eaf887f14531932c8af9e854cbfb4f80eae7f68 Mon Sep 17 00:00:00 2001
From: Echo Nar <echo@lethedata.com>
Date: Sun, 27 Oct 2024 06:43:58 -0500
Subject: [PATCH] Replace miniupnp.free.fr with miniupnp.tuxfamily.org

Replace HTTP miniupnp.free.fr with HTTPS miniupnp.tuxfamily.org mirror
---
 srcpkgs/libnatpmp/template | 6 +++---
 srcpkgs/minissdpd/template | 4 ++--
 srcpkgs/miniupnpc/template | 6 +++---
 srcpkgs/miniupnpd/template | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/libnatpmp/template b/srcpkgs/libnatpmp/template
index 385c534809ead0..3e73cf2789dc33 100644
--- a/srcpkgs/libnatpmp/template
+++ b/srcpkgs/libnatpmp/template
@@ -7,9 +7,9 @@ make_use_env=y
 short_desc="Libraries for client side of NAT-PMP"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr/libnatpmp.html"
-changelog="http://miniupnp.free.fr/files/changelog.php?file=libnatpmp-${version}.tar.gz"
-distfiles="http://miniupnp.free.fr/files/libnatpmp-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org/libnatpmp.html"
+changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=libnatpmp-${version}.tar.gz"
+distfiles="https://miniupnp.tuxfamily.org/files/libnatpmp-${version}.tar.gz"
 checksum=0684ed2c8406437e7519a1bd20ea83780db871b3a3a5d752311ba3e889dbfc70
 
 post_patch() {
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index 8abcbc4c0e6e02..1f9ec9112b1961 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -7,8 +7,8 @@ makedepends="libnfnetlink-devel"
 short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr/minissdpd.html"
-distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org/minissdpd.html"
+distfiles="https://miniupnp.tuxfamily.org/files/minissdpd-${version}.tar.gz"
 checksum=f4c2dea6a472e0a5cc9dca2dc4c1fc36ba5538eacf8d793825293251725546bd
 
 CFLAGS="-D_GNU_SOURCE"
diff --git a/srcpkgs/miniupnpc/template b/srcpkgs/miniupnpc/template
index 327ab6f982af6d..868fc53da59045 100644
--- a/srcpkgs/miniupnpc/template
+++ b/srcpkgs/miniupnpc/template
@@ -9,9 +9,9 @@ checkdepends="inetutils-ifconfig"
 short_desc="Small UPnP client library/tool to access Internet Gateway Devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-#changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-${version}.tar.gz"
-homepage="http://miniupnp.free.fr"
-distfiles="http://miniupnp.free.fr/files/${pkgname}-${version}.tar.gz"
+#changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpc-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org"
+distfiles="https://miniupnp.tuxfamily.org/files/${pkgname}-${version}.tar.gz"
 checksum=b0c3a27056840fd0ec9328a5a9bac3dc5e0ec6d2e8733349cf577b0aa1e70ac1
 
 post_install() {
diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template
index aed8b309471986..6bd8f4da6518d7 100644
--- a/srcpkgs/miniupnpd/template
+++ b/srcpkgs/miniupnpd/template
@@ -20,9 +20,9 @@ checkdepends="iproute2 which"
 short_desc="Lightweight UPnP IGD daemon"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr"
-changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz"
-distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org"
+changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpd-${version}.tar.gz"
+distfiles="https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz"
 checksum=fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org
  2024-10-27 12:13 [PR PATCH] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org lethedata
@ 2024-10-27 12:14 ` lethedata
  2024-10-28 10:03 ` [PR PATCH] [Updated] " sgn
  2024-11-01  0:46 ` [PR PATCH] [Merged]: miniupnp: Update homepage and distfiles classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: lethedata @ 2024-10-27 12:14 UTC (permalink / raw)
  To: ml

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

New comment by lethedata on void-packages repository

https://github.com/void-linux/void-packages/pull/52798#issuecomment-2439991044

Comment:
With checksums embedded in the templates this probably isn't necessary but it never hurts to have https if it's available.

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

* Re: [PR PATCH] [Updated] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org
  2024-10-27 12:13 [PR PATCH] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org lethedata
  2024-10-27 12:14 ` lethedata
@ 2024-10-28 10:03 ` sgn
  2024-11-01  0:46 ` [PR PATCH] [Merged]: miniupnp: Update homepage and distfiles classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2024-10-28 10:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/lethedata/void-packages miniupnp-link
https://github.com/void-linux/void-packages/pull/52798

Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org
Replace HTTP miniupnp.free.fr with HTTPS miniupnp.tuxfamily.org mirror

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-miniupnp-link-52798.patch --]
[-- Type: text/x-diff, Size: 3858 bytes --]

From 4ceb4f3428743c946273142b7c69806a524f51c4 Mon Sep 17 00:00:00 2001
From: Echo Nar <echo@lethedata.com>
Date: Sun, 27 Oct 2024 06:43:58 -0500
Subject: [PATCH] miniupnp: Update homepage and distfiles

Replace HTTP miniupnp.free.fr with HTTPS miniupnp.tuxfamily.org mirror
---
 srcpkgs/libnatpmp/template | 6 +++---
 srcpkgs/minissdpd/template | 4 ++--
 srcpkgs/miniupnpc/template | 6 +++---
 srcpkgs/miniupnpd/template | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/libnatpmp/template b/srcpkgs/libnatpmp/template
index 385c534809ead0..3e73cf2789dc33 100644
--- a/srcpkgs/libnatpmp/template
+++ b/srcpkgs/libnatpmp/template
@@ -7,9 +7,9 @@ make_use_env=y
 short_desc="Libraries for client side of NAT-PMP"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr/libnatpmp.html"
-changelog="http://miniupnp.free.fr/files/changelog.php?file=libnatpmp-${version}.tar.gz"
-distfiles="http://miniupnp.free.fr/files/libnatpmp-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org/libnatpmp.html"
+changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=libnatpmp-${version}.tar.gz"
+distfiles="https://miniupnp.tuxfamily.org/files/libnatpmp-${version}.tar.gz"
 checksum=0684ed2c8406437e7519a1bd20ea83780db871b3a3a5d752311ba3e889dbfc70
 
 post_patch() {
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index 8abcbc4c0e6e02..1f9ec9112b1961 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -7,8 +7,8 @@ makedepends="libnfnetlink-devel"
 short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr/minissdpd.html"
-distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org/minissdpd.html"
+distfiles="https://miniupnp.tuxfamily.org/files/minissdpd-${version}.tar.gz"
 checksum=f4c2dea6a472e0a5cc9dca2dc4c1fc36ba5538eacf8d793825293251725546bd
 
 CFLAGS="-D_GNU_SOURCE"
diff --git a/srcpkgs/miniupnpc/template b/srcpkgs/miniupnpc/template
index 327ab6f982af6d..868fc53da59045 100644
--- a/srcpkgs/miniupnpc/template
+++ b/srcpkgs/miniupnpc/template
@@ -9,9 +9,9 @@ checkdepends="inetutils-ifconfig"
 short_desc="Small UPnP client library/tool to access Internet Gateway Devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-#changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-${version}.tar.gz"
-homepage="http://miniupnp.free.fr"
-distfiles="http://miniupnp.free.fr/files/${pkgname}-${version}.tar.gz"
+#changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpc-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org"
+distfiles="https://miniupnp.tuxfamily.org/files/${pkgname}-${version}.tar.gz"
 checksum=b0c3a27056840fd0ec9328a5a9bac3dc5e0ec6d2e8733349cf577b0aa1e70ac1
 
 post_install() {
diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template
index aed8b309471986..6bd8f4da6518d7 100644
--- a/srcpkgs/miniupnpd/template
+++ b/srcpkgs/miniupnpd/template
@@ -20,9 +20,9 @@ checkdepends="iproute2 which"
 short_desc="Lightweight UPnP IGD daemon"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://miniupnp.free.fr"
-changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz"
-distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz"
+homepage="https://miniupnp.tuxfamily.org"
+changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpd-${version}.tar.gz"
+distfiles="https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz"
 checksum=fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

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

* Re: [PR PATCH] [Merged]: miniupnp: Update homepage and distfiles
  2024-10-27 12:13 [PR PATCH] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org lethedata
  2024-10-27 12:14 ` lethedata
  2024-10-28 10:03 ` [PR PATCH] [Updated] " sgn
@ 2024-11-01  0:46 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01  0:46 UTC (permalink / raw)
  To: ml

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

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

miniupnp: Update homepage and distfiles
https://github.com/void-linux/void-packages/pull/52798

Description:
Replace HTTP miniupnp.free.fr with HTTPS miniupnp.tuxfamily.org mirror

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2024-11-01  0:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-27 12:13 [PR PATCH] Update Links: Replace miniupnp.free.fr with miniupnp.tuxfamily.org lethedata
2024-10-27 12:14 ` lethedata
2024-10-28 10:03 ` [PR PATCH] [Updated] " sgn
2024-11-01  0:46 ` [PR PATCH] [Merged]: miniupnp: Update homepage and distfiles classabbyamp

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