From 56ac3b38ee2b7ce925c9b125d121cf3e6f939c1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 16 Aug 2024 19:08:45 +0200 Subject: [PATCH] udpxy: update to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes uninitialized address. Switch to local tarballs for APK compatibility. Signed-off-by: Álvaro Fernández Rojas --- net/udpxy/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 76b11db959..15b10598c9 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -1,19 +1,13 @@ -# -# Copyright (C) 2006-2016 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - include $(TOPDIR)/rules.mk PKG_NAME:=udpxy -PKG_VERSION:=1.0-25.1 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/pcherenkov/udpxy/tar.gz/$(PKG_VERSION)? -PKG_HASH:=a1a16e60895c6b2fd151321db47f5d5373843116f1b98ed9749e6c25a6c44497 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/pcherenkov/udpxy +PKG_SOURCE_DATE:=2024-03-03 +PKG_SOURCE_VERSION:=23b434374d76e5de74138d44cbb8bda1b32dcfe0 +PKG_MIRROR_HASH:=719dd6f667f2f92e2b0d911e6bc5dd191e4ee719dd199f648e89832de960f16a PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-3.0-or-later -- 2.30.2