OTPClient: update to 2.4.4

This commit is contained in:
FollieHiyuki 2021-04-27 06:32:03 +03:00 committed by Érico Nogueira Rolim
parent d6f8168a6b
commit bd61d9eea0
2 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
Index: OTPClient-2.4.2/CMakeLists.txt
Index: OTPClient-2.4.4/CMakeLists.txt
===================================================================
--- OTPClient-2.4.2.orig/CMakeLists.txt
+++ OTPClient-2.4.2/CMakeLists.txt
--- OTPClient-2.4.4.orig/CMakeLists.txt
+++ OTPClient-2.4.4/CMakeLists.txt
@@ -11,11 +11,10 @@ option(BUILD_GUI "Build the GUI" ON)
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()

View file

@ -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,5 @@ maintainer="Ulf <void@uw.anonaddy.com>"
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
checksum=5b976782906f15e2a4e001d73909a05f6146010cea83d78e3ad5c850f4049da4
patch_args=-Np1