Skip to content

Commit

Permalink
udpxy: update to latest version
Browse files Browse the repository at this point in the history
Fixes uninitialized address.
Also makes PKG_VERSION compatible with APK.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Aug 16, 2024
1 parent 5a33fe0 commit f0a4d81
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions net/udpxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
#
# 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_REV:=23b434374d76e5de74138d44cbb8bda1b32dcfe0
PKG_VERSION:=2024.03.03
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_URL:=https://codeload.github.com/pcherenkov/udpxy/tar.gz/$(PKG_REV)?
PKG_HASH:=b5b8c12da32c0a6c71e63a4f5eabc095fe2cfd6629a8f4f3ad26db0786b05915
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REV)

PKG_MAINTAINER:=Álvaro Fernández Rojas <[email protected]>
PKG_LICENSE:=GPL-3.0-or-later
Expand Down

0 comments on commit f0a4d81

Please sign in to comment.