mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
zlog: update to 1.2.18
Changelog: - Fix CVE-2024-22857 security vulnerability Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
f184b9c9ec
commit
76f50a0b80
+3
-3
@@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zlog
|
||||
PKG_VERSION:=1.2.17
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=1.2.18
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/HardySimpson/zlog
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=501d89c6883de14e8e6c53e1597f425814b3b467b31da04c50390d4924efecf3
|
||||
PKG_MIRROR_HASH:=947645c75a07cdf0228c6b8aed34d2e3e95ef0d6feaa524625b59f4711b066fc
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -25,7 +25,6 @@ SET(zlog_so_ver ${CPACK_PACKAGE_VERSION_
|
||||
message(STATUS "plateform : ${CMAKE_SYSTEM}")
|
||||
@@ -33,7 +33,6 @@ SET(ZLOG_SO_VERSION ${CPACK_PACKAGE_VERS
|
||||
message(STATUS "platform : ${CMAKE_SYSTEM}")
|
||||
|
||||
add_definitions("-g -Wall -Wstrict-prototypes")
|
||||
-set(CMAKE_C_FLAGS "-std=c99 -pedantic -D_DEFAULT_SOURCE")
|
||||
|
||||
@@ -1,17 +1,8 @@
|
||||
From 3715879775f725260aeda14f94887bbc7a007e29 Mon Sep 17 00:00:00 2001
|
||||
From: haydenZhou <mfkhao2009@outlook.com>
|
||||
Date: Sun, 8 Jun 2025 10:45:05 +0800
|
||||
Subject: [PATCH] upgrade cmake minimum version
|
||||
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,7 +1,7 @@
|
||||
# create by lsm <lsm@skybility.com>
|
||||
# cmake
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#/
|
||||
|
||||
-cmake_minimum_required(VERSION 2.8.5)
|
||||
+cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
Reference in New Issue
Block a user