* [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1
@ 2024-02-21 23:01 Fabrice Fontaine
2024-05-11 7:09 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-02-21 23:01 UTC (permalink / raw)
To: buildroot; +Cc: David Bachelart, Fabrice Fontaine
- Switch site to get latest release
- Set ALL_CFLAGS to drop -Werror
- Update hash of README (changes not related to license)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/udpxy/Config.in | 2 +-
package/udpxy/udpxy.hash | 4 ++--
package/udpxy/udpxy.mk | 12 ++++++------
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package/udpxy/Config.in b/package/udpxy/Config.in
index f442a2f2fe..84a754bed4 100644
--- a/package/udpxy/Config.in
+++ b/package/udpxy/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_UDPXY
forwards UDP traffic from a given multicast subscription to
the requesting HTTP client.
- http://www.udpxy.com/
+ https://github.com/pcherenkov/udpxy/
diff --git a/package/udpxy/udpxy.hash b/package/udpxy/udpxy.hash
index 8455fcdb1a..e0dbd06a35 100644
--- a/package/udpxy/udpxy.hash
+++ b/package/udpxy/udpxy.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd udpxy.1.0.23-9-prod.tar.gz
-sha256 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750 README
+sha256 a1a16e60895c6b2fd151321db47f5d5373843116f1b98ed9749e6c25a6c44497 udpxy-1.0-25.1.tar.gz
+sha256 aac36b21c5afa931fd0e5d796814e29102a3b1f2742fb8694a26ef135aebf943 README
diff --git a/package/udpxy/udpxy.mk b/package/udpxy/udpxy.mk
index 22467948a5..787f6e58ed 100644
--- a/package/udpxy/udpxy.mk
+++ b/package/udpxy/udpxy.mk
@@ -4,19 +4,19 @@
#
################################################################################
-UDPXY_VERSION = 1.0.23-9-prod
-UDPXY_SOURCE = udpxy.$(UDPXY_VERSION).tar.gz
-UDPXY_SITE = http://www.udpxy.com/download/1_23
+UDPXY_VERSION = 1.0-25.1
+UDPXY_SITE = $(call github,pcherenkov,udpxy,$(UDPXY_VERSION))
UDPXY_LICENSE = GPL-3.0+
UDPXY_LICENSE_FILES = README
define UDPXY_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
+ $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
+ ALL_CFLAGS="$(TARGET_CFLAGS)" -C $(@D)/chipmunk
endef
define UDPXY_INSTALL_TARGET_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) PREFIX=/usr \
- -C $(@D) install
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/chipmunk DESTDIR=$(TARGET_DIR) \
+ PREFIX=/usr -C $(@D)/chipmunk install
endef
$(eval $(generic-package))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1
2024-02-21 23:01 [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1 Fabrice Fontaine
@ 2024-05-11 7:09 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-11 7:09 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: David Bachelart, buildroot
Hello Fabrice,
On Thu, 22 Feb 2024 00:01:17 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> - Switch site to get latest release
> - Set ALL_CFLAGS to drop -Werror
> - Update hash of README (changes not related to license)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/udpxy/Config.in | 2 +-
> package/udpxy/udpxy.hash | 4 ++--
> package/udpxy/udpxy.mk | 12 ++++++------
> 3 files changed, 9 insertions(+), 9 deletions(-)
I've applied to master, but to be honest, this project looks "weird".
The previous home page at http://www.udpxy.com/ doesn't look like the
home page of a project. The Github README says:
udpxy has not been extended or supported for 4+ years, having been
replaced by Gigapxy - a superior enterprise-oriented product.
Please see more info at <http://gigapxy.com>, thank you.
There's a page at http://gigapxy.com/udpxy-en.html, which also says:
udpxy has been around since 2008, it is included in the firmware of
many IPTV-enabled routers. However, its development has been on hold
since 2012, with most of the effort routed toward enterprise-grade
products, such as Gigapxy, RoWAN, GigA+ and GigaTools.
And http://gigapxy.com/ itself indeed promotes Gigapxy, which is not
open-source.
Also, everything under a chipmunk/ subdir in the Github repo looks
"odd" as well.
We also have no entry in the DEVELOPERS file for this package. It was
added in 2017 by David Bachelart.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-11 7:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 23:01 [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1 Fabrice Fontaine
2024-05-11 7:09 ` Thomas Petazzoni via buildroot
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.