mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 01/10] libmemcache: update URL
@ 2026-04-23 19:44 Bruno Thomsen
  2026-04-23 19:44 ` [ptxdist] [PATCH 02/10] libmemcached: " Bruno Thomsen
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://people.freebsd.org/~seanc/libmemcache/libmemcache-1.4.0.rc2.tar.bz2]
Enqueue https://people.freebsd.org/~seanc/libmemcache/libmemcache-1.4.0.rc2.tar.bz2

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libmemcache.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libmemcache.make b/rules/libmemcache.make
index dc4680e24..a7e667b30 100644
--- a/rules/libmemcache.make
+++ b/rules/libmemcache.make
@@ -18,7 +18,7 @@ LIBMEMCACHE_VERSION	:= 1.4.0.rc2
 LIBMEMCACHE_MD5		:= 402c957cd71538c07a263542eeb513d1
 LIBMEMCACHE		:= libmemcache-$(LIBMEMCACHE_VERSION)
 LIBMEMCACHE_SUFFIX	:= tar.bz2
-LIBMEMCACHE_URL		:= http://people.freebsd.org/~seanc/libmemcache/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
+LIBMEMCACHE_URL		:= https://people.freebsd.org/~seanc/libmemcache/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
 LIBMEMCACHE_SOURCE	:= $(SRCDIR)/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
 LIBMEMCACHE_DIR		:= $(BUILDDIR)/$(LIBMEMCACHE)
 

base-commit: 9e28c99dd6a5b30c578b75deb71bd82d41fda429
-- 
2.53.0




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

* [ptxdist] [PATCH 02/10] libmemcached: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 03/10] lldpd: " Bruno Thomsen
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz]
Enqueue https://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/libmemcached.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libmemcached.make b/rules/libmemcached.make
index f6584d9e7..8509405ec 100644
--- a/rules/libmemcached.make
+++ b/rules/libmemcached.make
@@ -18,7 +18,7 @@ LIBMEMCACHED_VERSION		:= 0.44
 LIBMEMCACHED_MD5		:= e6bd825c46fa080b550f90f9001cba8c
 LIBMEMCACHED			:= libmemcached-$(LIBMEMCACHED_VERSION)
 LIBMEMCACHED_SUFFIX		:= tar.gz
-LIBMEMCACHED_URL		:= http://launchpad.net/libmemcached/1.0/$(LIBMEMCACHED_VERSION)/+download/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
+LIBMEMCACHED_URL		:= https://launchpad.net/libmemcached/1.0/$(LIBMEMCACHED_VERSION)/+download/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
 LIBMEMCACHED_SOURCE		:= $(SRCDIR)/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
 LIBMEMCACHED_DIR		:= $(BUILDDIR)/$(LIBMEMCACHED)
 LIBMEMCACHED_LICENSE		:= BSD-3-Clause
-- 
2.53.0




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

* [ptxdist] [PATCH 03/10] lldpd: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
  2026-04-23 19:44 ` [ptxdist] [PATCH 02/10] libmemcached: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 04/10] ltt-control: " Bruno Thomsen
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://media.luffy.cx/files/lldpd//lldpd-1.0.19.tar.gz]
Enqueue https://media.luffy.cx/files/lldpd/lldpd-1.0.19.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/lldpd.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/lldpd.make b/rules/lldpd.make
index b419ebe4b..2986c16a9 100644
--- a/rules/lldpd.make
+++ b/rules/lldpd.make
@@ -19,7 +19,7 @@ LLDPD_VERSION	:= 1.0.19
 LLDPD_MD5	:= c05268312d4bf19bad995406c3c30418
 LLDPD		:= lldpd-$(LLDPD_VERSION)
 LLDPD_SUFFIX	:= tar.gz
-LLDPD_URL	:= http://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
+LLDPD_URL	:= https://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
 LLDPD_SOURCE	:= $(SRCDIR)/$(LLDPD).$(LLDPD_SUFFIX)
 LLDPD_DIR	:= $(BUILDDIR)/$(LLDPD)
 LLDPD_LICENSE	:= ISC
-- 
2.53.0




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

* [ptxdist] [PATCH 04/10] ltt-control: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
  2026-04-23 19:44 ` [ptxdist] [PATCH 02/10] libmemcached: " Bruno Thomsen
  2026-04-23 19:44 ` [ptxdist] [PATCH 03/10] lldpd: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 05/10] lua: " Bruno Thomsen
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://lttng.org/files/lttng/ltt-control-0.87-09062010.tar.gz]
Enqueue https://lttng.org/files/lttng/ltt-control-0.87-09062010.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/ltt-control.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/ltt-control.make b/rules/ltt-control.make
index 2b51ecab5..c1019f722 100644
--- a/rules/ltt-control.make
+++ b/rules/ltt-control.make
@@ -19,7 +19,7 @@ LTT_CONTROL_VERSION	:= 0.87-09062010
 LTT_CONTROL_MD5		:= 8054b5dabebdc524ac747efd1d9c5b88
 LTT_CONTROL		:= ltt-control-$(LTT_CONTROL_VERSION)
 LTT_CONTROL_SUFFIX	:= tar.gz
-LTT_CONTROL_URL		:= http://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
+LTT_CONTROL_URL		:= https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
 LTT_CONTROL_SOURCE	:= $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
 LTT_CONTROL_DIR		:= $(BUILDDIR)/$(LTT_CONTROL)
 
-- 
2.53.0




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

* [ptxdist] [PATCH 05/10] lua: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (2 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 04/10] ltt-control: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 06/10] pureftpd: " Bruno Thomsen
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.lua.org/ftp/lua-5.4.8.tar.gz]
Enqueue https://www.lua.org/ftp/lua-5.4.8.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/lua.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/lua.make b/rules/lua.make
index ff2056e66..b423de688 100644
--- a/rules/lua.make
+++ b/rules/lua.make
@@ -19,7 +19,7 @@ LUA_VERSION	:= 5.4.8
 LUA_MD5		:= 81cf5265b8634967d8a7480d238168ce
 LUA		:= lua-$(LUA_VERSION)
 LUA_SUFFIX	:= tar.gz
-LUA_URL		:= http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
+LUA_URL		:= https://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
 LUA_SOURCE	:= $(SRCDIR)/$(LUA).$(LUA_SUFFIX)
 LUA_DIR		:= $(BUILDDIR)/$(LUA)
 LUA_LICENSE	:= MIT
-- 
2.53.0




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

* [ptxdist] [PATCH 06/10] pureftpd: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (3 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 05/10] lua: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 07/10] sdl: " Bruno Thomsen
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.52.tar.bz2]
Enqueue https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.52.tar.bz2

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/pureftpd.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/pureftpd.make b/rules/pureftpd.make
index a1ea8004b..c19a24797 100644
--- a/rules/pureftpd.make
+++ b/rules/pureftpd.make
@@ -18,8 +18,8 @@ PUREFTPD_MD5		:= 6fdd75053b7aaa0f45089a7bf7fcd0b4
 PUREFTPD		:= pure-ftpd-$(PUREFTPD_VERSION)
 PUREFTPD_SUFFIX		:= tar.bz2
 PUREFTPD_URL		:= \
-	http://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX) \
-	http://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
+	https://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX) \
+	https://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
 PUREFTPD_SOURCE		:= $(SRCDIR)/$(PUREFTPD).$(PUREFTPD_SUFFIX)
 PUREFTPD_DIR		:= $(BUILDDIR)/$(PUREFTPD)
 PUREFTPD_LICENSE	:= ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause
-- 
2.53.0




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

* [ptxdist] [PATCH 07/10] sdl: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (4 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 06/10] pureftpd: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 08/10] sdl_image: " Bruno Thomsen
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.libsdl.org/release/SDL-1.2.15.tar.gz]
Enqueue https://www.libsdl.org/release/SDL-1.2.15.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/sdl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/sdl.make b/rules/sdl.make
index 7eaf4d43c..5cbef7037 100644
--- a/rules/sdl.make
+++ b/rules/sdl.make
@@ -19,7 +19,7 @@ SDL_VERSION	:= 1.2.15
 SDL_MD5		:= 9d96df8417572a2afb781a7c4c811a85
 SDL		:= SDL-$(SDL_VERSION)
 SDL_SUFFIX	:= tar.gz
-SDL_URL		:= http://www.libsdl.org/release/$(SDL).$(SDL_SUFFIX)
+SDL_URL		:= https://www.libsdl.org/release/$(SDL).$(SDL_SUFFIX)
 SDL_SOURCE	:= $(SRCDIR)/$(SDL).$(SDL_SUFFIX)
 SDL_DIR		:= $(BUILDDIR)/$(SDL)
 SDL_LICENSE	:= LGPL-2.1-only
-- 
2.53.0




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

* [ptxdist] [PATCH 08/10] sdl_image: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (5 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 07/10] sdl: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 09/10] sdl_mixer: " Bruno Thomsen
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz]
Enqueue https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/sdl_image.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/sdl_image.make b/rules/sdl_image.make
index 48ad7f056..5c980c8d6 100644
--- a/rules/sdl_image.make
+++ b/rules/sdl_image.make
@@ -18,7 +18,7 @@ SDL_IMAGE_VERSION	:= 1.2.12
 SDL_IMAGE_MD5		:= a0f9098ebe5400f0bdc9b62e60797ecb
 SDL_IMAGE		:= SDL_image-$(SDL_IMAGE_VERSION)
 SDL_IMAGE_SUFFIX	:= tar.gz
-SDL_IMAGE_URL		:= http://www.libsdl.org/projects/SDL_image/release/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
+SDL_IMAGE_URL		:= https://www.libsdl.org/projects/SDL_image/release/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
 SDL_IMAGE_SOURCE	:= $(SRCDIR)/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
 SDL_IMAGE_DIR		:= $(BUILDDIR)/$(SDL_IMAGE)
 SDL_IMAGE_LICENSE	:= LGPL-2.1-only
-- 
2.53.0




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

* [ptxdist] [PATCH 09/10] sdl_mixer: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (6 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 08/10] sdl_image: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-23 19:44 ` [ptxdist] [PATCH 10/10] sdl-ttf: " Bruno Thomsen
  2026-04-27  7:46 ` [ptxdist] [APPLIED] libmemcache: " Michael Olbrich
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz]
Enqueue https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/sdl_mixer.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/sdl_mixer.make b/rules/sdl_mixer.make
index 8fb754ded..cf5f9742b 100644
--- a/rules/sdl_mixer.make
+++ b/rules/sdl_mixer.make
@@ -19,7 +19,7 @@ SDL_MIXER_VERSION	:= 1.2.11
 SDL_MIXER_MD5		:= 65ada3d997fe85109191a5fb083f248c
 SDL_MIXER		:= SDL_mixer-$(SDL_MIXER_VERSION)
 SDL_MIXER_SUFFIX	:= tar.gz
-SDL_MIXER_URL		:= http://www.libsdl.org/projects/SDL_mixer/release/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
+SDL_MIXER_URL		:= https://www.libsdl.org/projects/SDL_mixer/release/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
 SDL_MIXER_SOURCE	:= $(SRCDIR)/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
 SDL_MIXER_DIR		:= $(BUILDDIR)/$(SDL_MIXER)
 SDL_MIXER_LICENSE	:= LGPL-2.1-only
-- 
2.53.0




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

* [ptxdist] [PATCH 10/10] sdl-ttf: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (7 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 09/10] sdl_mixer: " Bruno Thomsen
@ 2026-04-23 19:44 ` Bruno Thomsen
  2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
  2026-04-27  7:46 ` [ptxdist] [APPLIED] libmemcache: " Michael Olbrich
  9 siblings, 1 reply; 20+ messages in thread
From: Bruno Thomsen @ 2026-04-23 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz]
Enqueue https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/sdl-ttf.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/sdl-ttf.make b/rules/sdl-ttf.make
index eeb4ca19b..08d8285a3 100644
--- a/rules/sdl-ttf.make
+++ b/rules/sdl-ttf.make
@@ -18,7 +18,7 @@ SDL_TTF_VERSION	:= 2.0.11
 SDL_TTF_MD5	:= 61e29bd9da8d245bc2471d1b2ce591aa
 SDL_TTF		:= SDL_ttf-$(SDL_TTF_VERSION)
 SDL_TTF_SUFFIX	:= tar.gz
-SDL_TTF_URL	:= http://www.libsdl.org/projects/SDL_ttf/release/$(SDL_TTF).$(SDL_TTF_SUFFIX)
+SDL_TTF_URL	:= https://www.libsdl.org/projects/SDL_ttf/release/$(SDL_TTF).$(SDL_TTF_SUFFIX)
 SDL_TTF_SOURCE	:= $(SRCDIR)/$(SDL_TTF).$(SDL_TTF_SUFFIX)
 SDL_TTF_DIR	:= $(BUILDDIR)/$(SDL_TTF)
 SDL_TTF_LICENSE := Zlib
-- 
2.53.0




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

* Re: [ptxdist] [APPLIED] libmemcache: update URL
  2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
                   ` (8 preceding siblings ...)
  2026-04-23 19:44 ` [ptxdist] [PATCH 10/10] sdl-ttf: " Bruno Thomsen
@ 2026-04-27  7:46 ` Michael Olbrich
  9 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 127754a5fcf9c3415b90fa2c86adefb78dfd1afa.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:32 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://people.freebsd.org/~seanc/libmemcache/libmemcache-1.4.0.rc2.tar.bz2]
> Enqueue https://people.freebsd.org/~seanc/libmemcache/libmemcache-1.4.0.rc2.tar.bz2
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmemcache.make b/rules/libmemcache.make
> index dc4680e24be7..a7e667b30ac8 100644
> --- a/rules/libmemcache.make
> +++ b/rules/libmemcache.make
> @@ -18,7 +18,7 @@ LIBMEMCACHE_VERSION	:= 1.4.0.rc2
>  LIBMEMCACHE_MD5		:= 402c957cd71538c07a263542eeb513d1
>  LIBMEMCACHE		:= libmemcache-$(LIBMEMCACHE_VERSION)
>  LIBMEMCACHE_SUFFIX	:= tar.bz2
> -LIBMEMCACHE_URL		:= http://people.freebsd.org/~seanc/libmemcache/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
> +LIBMEMCACHE_URL		:= https://people.freebsd.org/~seanc/libmemcache/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
>  LIBMEMCACHE_SOURCE	:= $(SRCDIR)/$(LIBMEMCACHE).$(LIBMEMCACHE_SUFFIX)
>  LIBMEMCACHE_DIR		:= $(BUILDDIR)/$(LIBMEMCACHE)
>  



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

* Re: [ptxdist] [APPLIED] libmemcached: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 02/10] libmemcached: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as b9b8bf6c14427b2a4a7a66ca291f8f7b85aa5986.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:33 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz]
> Enqueue https://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmemcached.make b/rules/libmemcached.make
> index f6584d9e7214..8509405ec4b4 100644
> --- a/rules/libmemcached.make
> +++ b/rules/libmemcached.make
> @@ -18,7 +18,7 @@ LIBMEMCACHED_VERSION		:= 0.44
>  LIBMEMCACHED_MD5		:= e6bd825c46fa080b550f90f9001cba8c
>  LIBMEMCACHED			:= libmemcached-$(LIBMEMCACHED_VERSION)
>  LIBMEMCACHED_SUFFIX		:= tar.gz
> -LIBMEMCACHED_URL		:= http://launchpad.net/libmemcached/1.0/$(LIBMEMCACHED_VERSION)/+download/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
> +LIBMEMCACHED_URL		:= https://launchpad.net/libmemcached/1.0/$(LIBMEMCACHED_VERSION)/+download/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
>  LIBMEMCACHED_SOURCE		:= $(SRCDIR)/$(LIBMEMCACHED).$(LIBMEMCACHED_SUFFIX)
>  LIBMEMCACHED_DIR		:= $(BUILDDIR)/$(LIBMEMCACHED)
>  LIBMEMCACHED_LICENSE		:= BSD-3-Clause



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

* Re: [ptxdist] [APPLIED] lldpd: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 03/10] lldpd: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as df7defbf0af3ffe644af40f89bad2ae0fa5545b6.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:33 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://media.luffy.cx/files/lldpd//lldpd-1.0.19.tar.gz]
> Enqueue https://media.luffy.cx/files/lldpd/lldpd-1.0.19.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/lldpd.make b/rules/lldpd.make
> index b419ebe4bbb1..2986c16a964c 100644
> --- a/rules/lldpd.make
> +++ b/rules/lldpd.make
> @@ -19,7 +19,7 @@ LLDPD_VERSION	:= 1.0.19
>  LLDPD_MD5	:= c05268312d4bf19bad995406c3c30418
>  LLDPD		:= lldpd-$(LLDPD_VERSION)
>  LLDPD_SUFFIX	:= tar.gz
> -LLDPD_URL	:= http://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
> +LLDPD_URL	:= https://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
>  LLDPD_SOURCE	:= $(SRCDIR)/$(LLDPD).$(LLDPD_SUFFIX)
>  LLDPD_DIR	:= $(BUILDDIR)/$(LLDPD)
>  LLDPD_LICENSE	:= ISC



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

* Re: [ptxdist] [APPLIED] ltt-control: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 04/10] ltt-control: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as f0c547e24d51f7163371709ea7061cb3ebbff214.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:34 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://lttng.org/files/lttng/ltt-control-0.87-09062010.tar.gz]
> Enqueue https://lttng.org/files/lttng/ltt-control-0.87-09062010.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-4-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ltt-control.make b/rules/ltt-control.make
> index 2b51ecab547a..c1019f722e41 100644
> --- a/rules/ltt-control.make
> +++ b/rules/ltt-control.make
> @@ -19,7 +19,7 @@ LTT_CONTROL_VERSION	:= 0.87-09062010
>  LTT_CONTROL_MD5		:= 8054b5dabebdc524ac747efd1d9c5b88
>  LTT_CONTROL		:= ltt-control-$(LTT_CONTROL_VERSION)
>  LTT_CONTROL_SUFFIX	:= tar.gz
> -LTT_CONTROL_URL		:= http://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
> +LTT_CONTROL_URL		:= https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
>  LTT_CONTROL_SOURCE	:= $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
>  LTT_CONTROL_DIR		:= $(BUILDDIR)/$(LTT_CONTROL)
>  



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

* Re: [ptxdist] [APPLIED] lua: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 05/10] lua: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 5842fa481026eeb3b5dcc34bc5088341d3dc57ec.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:35 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://www.lua.org/ftp/lua-5.4.8.tar.gz]
> Enqueue https://www.lua.org/ftp/lua-5.4.8.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-5-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/lua.make b/rules/lua.make
> index ff2056e663af..b423de688bbf 100644
> --- a/rules/lua.make
> +++ b/rules/lua.make
> @@ -19,7 +19,7 @@ LUA_VERSION	:= 5.4.8
>  LUA_MD5		:= 81cf5265b8634967d8a7480d238168ce
>  LUA		:= lua-$(LUA_VERSION)
>  LUA_SUFFIX	:= tar.gz
> -LUA_URL		:= http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
> +LUA_URL		:= https://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
>  LUA_SOURCE	:= $(SRCDIR)/$(LUA).$(LUA_SUFFIX)
>  LUA_DIR		:= $(BUILDDIR)/$(LUA)
>  LUA_LICENSE	:= MIT



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

* Re: [ptxdist] [APPLIED] pureftpd: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 06/10] pureftpd: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 71dc0c67904b11061be13b56309f0ad26d9387c0.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:36 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.52.tar.bz2]
> Enqueue https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.52.tar.bz2
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-6-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pureftpd.make b/rules/pureftpd.make
> index a1ea8004b35a..c19a247975cc 100644
> --- a/rules/pureftpd.make
> +++ b/rules/pureftpd.make
> @@ -18,8 +18,8 @@ PUREFTPD_MD5		:= 6fdd75053b7aaa0f45089a7bf7fcd0b4
>  PUREFTPD		:= pure-ftpd-$(PUREFTPD_VERSION)
>  PUREFTPD_SUFFIX		:= tar.bz2
>  PUREFTPD_URL		:= \
> -	http://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX) \
> -	http://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
> +	https://download.pureftpd.org/pub/pure-ftpd/releases/$(PUREFTPD).$(PUREFTPD_SUFFIX) \
> +	https://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/$(PUREFTPD).$(PUREFTPD_SUFFIX)
>  PUREFTPD_SOURCE		:= $(SRCDIR)/$(PUREFTPD).$(PUREFTPD_SUFFIX)
>  PUREFTPD_DIR		:= $(BUILDDIR)/$(PUREFTPD)
>  PUREFTPD_LICENSE	:= ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause



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

* Re: [ptxdist] [APPLIED] sdl: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 07/10] sdl: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 812579616e60e3ab69d739f60d327193e01b359a.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:36 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://www.libsdl.org/release/SDL-1.2.15.tar.gz]
> Enqueue https://www.libsdl.org/release/SDL-1.2.15.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-7-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl.make b/rules/sdl.make
> index 7eaf4d43cde8..5cbef70370f7 100644
> --- a/rules/sdl.make
> +++ b/rules/sdl.make
> @@ -19,7 +19,7 @@ SDL_VERSION	:= 1.2.15
>  SDL_MD5		:= 9d96df8417572a2afb781a7c4c811a85
>  SDL		:= SDL-$(SDL_VERSION)
>  SDL_SUFFIX	:= tar.gz
> -SDL_URL		:= http://www.libsdl.org/release/$(SDL).$(SDL_SUFFIX)
> +SDL_URL		:= https://www.libsdl.org/release/$(SDL).$(SDL_SUFFIX)
>  SDL_SOURCE	:= $(SRCDIR)/$(SDL).$(SDL_SUFFIX)
>  SDL_DIR		:= $(BUILDDIR)/$(SDL)
>  SDL_LICENSE	:= LGPL-2.1-only



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

* Re: [ptxdist] [APPLIED] sdl_image: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 08/10] sdl_image: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as ea1779ef9c0bbb57cce2247cbc32965af7768dd3.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:37 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz]
> Enqueue https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-8-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl_image.make b/rules/sdl_image.make
> index 48ad7f056714..5c980c8d6df8 100644
> --- a/rules/sdl_image.make
> +++ b/rules/sdl_image.make
> @@ -18,7 +18,7 @@ SDL_IMAGE_VERSION	:= 1.2.12
>  SDL_IMAGE_MD5		:= a0f9098ebe5400f0bdc9b62e60797ecb
>  SDL_IMAGE		:= SDL_image-$(SDL_IMAGE_VERSION)
>  SDL_IMAGE_SUFFIX	:= tar.gz
> -SDL_IMAGE_URL		:= http://www.libsdl.org/projects/SDL_image/release/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
> +SDL_IMAGE_URL		:= https://www.libsdl.org/projects/SDL_image/release/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
>  SDL_IMAGE_SOURCE	:= $(SRCDIR)/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX)
>  SDL_IMAGE_DIR		:= $(BUILDDIR)/$(SDL_IMAGE)
>  SDL_IMAGE_LICENSE	:= LGPL-2.1-only



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

* Re: [ptxdist] [APPLIED] sdl_mixer: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 09/10] sdl_mixer: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 4ba091f4314522208b0e31d40e03660cd53a31fe.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:38 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz]
> Enqueue https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-9-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl_mixer.make b/rules/sdl_mixer.make
> index 8fb754deddcd..cf5f9742b914 100644
> --- a/rules/sdl_mixer.make
> +++ b/rules/sdl_mixer.make
> @@ -19,7 +19,7 @@ SDL_MIXER_VERSION	:= 1.2.11
>  SDL_MIXER_MD5		:= 65ada3d997fe85109191a5fb083f248c
>  SDL_MIXER		:= SDL_mixer-$(SDL_MIXER_VERSION)
>  SDL_MIXER_SUFFIX	:= tar.gz
> -SDL_MIXER_URL		:= http://www.libsdl.org/projects/SDL_mixer/release/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
> +SDL_MIXER_URL		:= https://www.libsdl.org/projects/SDL_mixer/release/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
>  SDL_MIXER_SOURCE	:= $(SRCDIR)/$(SDL_MIXER).$(SDL_MIXER_SUFFIX)
>  SDL_MIXER_DIR		:= $(BUILDDIR)/$(SDL_MIXER)
>  SDL_MIXER_LICENSE	:= LGPL-2.1-only



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

* Re: [ptxdist] [APPLIED] sdl-ttf: update URL
  2026-04-23 19:44 ` [ptxdist] [PATCH 10/10] sdl-ttf: " Bruno Thomsen
@ 2026-04-27  7:46   ` Michael Olbrich
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as e4a4203f6b6884fa5ce9fee35776ae026195ef01.

Michael

[sent from post-receive hook]

On Mon, 27 Apr 2026 09:46:39 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> HTTP response 301 Moved Permanently [http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz]
> Enqueue https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20260423194411.20660-10-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl-ttf.make b/rules/sdl-ttf.make
> index eeb4ca19babd..08d8285a30bc 100644
> --- a/rules/sdl-ttf.make
> +++ b/rules/sdl-ttf.make
> @@ -18,7 +18,7 @@ SDL_TTF_VERSION	:= 2.0.11
>  SDL_TTF_MD5	:= 61e29bd9da8d245bc2471d1b2ce591aa
>  SDL_TTF		:= SDL_ttf-$(SDL_TTF_VERSION)
>  SDL_TTF_SUFFIX	:= tar.gz
> -SDL_TTF_URL	:= http://www.libsdl.org/projects/SDL_ttf/release/$(SDL_TTF).$(SDL_TTF_SUFFIX)
> +SDL_TTF_URL	:= https://www.libsdl.org/projects/SDL_ttf/release/$(SDL_TTF).$(SDL_TTF_SUFFIX)
>  SDL_TTF_SOURCE	:= $(SRCDIR)/$(SDL_TTF).$(SDL_TTF_SUFFIX)
>  SDL_TTF_DIR	:= $(BUILDDIR)/$(SDL_TTF)
>  SDL_TTF_LICENSE := Zlib



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

end of thread, other threads:[~2026-04-27  7:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-23 19:44 [ptxdist] [PATCH 01/10] libmemcache: update URL Bruno Thomsen
2026-04-23 19:44 ` [ptxdist] [PATCH 02/10] libmemcached: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 03/10] lldpd: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 04/10] ltt-control: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 05/10] lua: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 06/10] pureftpd: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 07/10] sdl: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 08/10] sdl_image: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 09/10] sdl_mixer: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-23 19:44 ` [ptxdist] [PATCH 10/10] sdl-ttf: " Bruno Thomsen
2026-04-27  7:46   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-27  7:46 ` [ptxdist] [APPLIED] libmemcache: " Michael Olbrich

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