From 424600c90782f4c194b43cdbea9ff95baf91f33f Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 27 Apr 2021 06:32:03 +0300 Subject: [PATCH] OTPClient: update to 2.4.4 --- srcpkgs/OTPClient/patches/fix-cflags.patch | 12 +++++------- srcpkgs/OTPClient/template | 5 ++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/OTPClient/patches/fix-cflags.patch b/srcpkgs/OTPClient/patches/fix-cflags.patch index ae70f441538f..e6ea2b0442b1 100644 --- a/srcpkgs/OTPClient/patches/fix-cflags.patch +++ b/srcpkgs/OTPClient/patches/fix-cflags.patch @@ -1,17 +1,15 @@ -Index: OTPClient-2.4.2/CMakeLists.txt -=================================================================== ---- OTPClient-2.4.2.orig/CMakeLists.txt -+++ OTPClient-2.4.2/CMakeLists.txt -@@ -11,11 +11,10 @@ option(BUILD_GUI "Build the GUI" ON) +--- CMakeLists.txt 2021-04-27 06:27:11.708380752 +0300 ++++ CMakeLists.txt 2021-04-27 06:28:14.020048767 +0300 +@@ -11,11 +11,10 @@ option(BUILD_CLI "Build the CLI" ON) set(CMAKE_C_STANDARD 11) --set(CMAKE_C_FLAGS "-Wall -Wextra -O3 -Wformat=2 -Wmissing-format-attribute -fstack-protector-strong -Wundef -Wmissing-format-attribute") +-set(CMAKE_C_FLAGS "-Wall -Wextra -O2 -Wformat=2 -Wmissing-format-attribute -fstack-protector-strong -Wundef -Wmissing-format-attribute") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wformat=2 -Wmissing-format-attribute -fstack-protector-strong -Wundef -Wmissing-format-attribute") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fdiagnostics-color=always -Wstrict-prototypes -Wunreachable-code") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wchar-subscripts -Wwrite-strings -Wpointer-arith -Wbad-function-cast -Wcast-align") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror=format-security -Werror=implicit-function-declaration -Wno-sign-compare") --set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3") +-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2") if(CMAKE_COMPILER_IS_GNUCC) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pie -fPIE") endif() diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template index f5af76e655a6..28de82117c9a 100644 --- a/srcpkgs/OTPClient/template +++ b/srcpkgs/OTPClient/template @@ -1,6 +1,6 @@ # Template file for 'OTPClient' pkgname=OTPClient -version=2.4.2 +version=2.4.4 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -11,5 +11,4 @@ maintainer="Ulf " license="GPL-3.0-or-later" homepage="https://github.com/paolostivanin/OTPClient" distfiles="https://github.com/paolostivanin/OTPClient/archive/v${version}.tar.gz" -checksum=74bc4312aa1cd336ca983434e3bed951c5ead327091e7708e3beb08508813495 -patch_args=-Np1 +checksum=5b976782906f15e2a4e001d73909a05f6146010cea83d78e3ad5c850f4049da4