From e25f57b60273a6fa4515367e82b379c09c483e55 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 27 Jul 2023 10:39:44 +0900 Subject: [PATCH] mg: bump to 7.3 Description: Sync to OpenBSD 7.3 Signed-off-by: Hirokazu MORIKAWA --- utils/mg/Makefile | 4 ++-- utils/mg/patches/001-cross_compile_openwrt.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mg/Makefile b/utils/mg/Makefile index ba6d9310c2..d310acff85 100644 --- a/utils/mg/Makefile +++ b/utils/mg/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mg -PKG_VERSION:=7.0 +PKG_VERSION:=7.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ibara/mg/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? -PKG_HASH:=c9251d3313663568ac0a571018bc142ef8a533c079e9e9e29bf8088fc0a7d181 +PKG_HASH:=60d3de8e989d8827c81aadb6e161e2b8544778e4470149f4e48efef32a18afdc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Hirokazu MORIKAWA diff --git a/utils/mg/patches/001-cross_compile_openwrt.patch b/utils/mg/patches/001-cross_compile_openwrt.patch index a32ce2e93b..4216294a4c 100644 --- a/utils/mg/patches/001-cross_compile_openwrt.patch +++ b/utils/mg/patches/001-cross_compile_openwrt.patch @@ -89,7 +89,7 @@ # Option variables if [ ! -z "$PREFIX" ] ; then prefix="$PREFIX" -@@ -327,80 +254,9 @@ if [ $static -ne 0 ] ; then +@@ -337,80 +264,9 @@ if [ $static -ne 0 ] ; then ldflags="${ldflags}-static" fi