Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88f3172cb33b
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1b511074801
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 9, 2021

  1. 10
    Copy the full SHA
    e1b5110 View commit details
Showing with 24 additions and 1 deletion.
  1. +23 −0 net-im/telegram-desktop/patches/telegram_desktop-3.1.8.patchset
  2. +1 −1 net-im/telegram-desktop/telegram_desktop-3.1.8.recipe
23 changes: 23 additions & 0 deletions net-im/telegram-desktop/patches/telegram_desktop-3.1.8.patchset
Original file line number Diff line number Diff line change
@@ -838,3 +838,26 @@ index 24f0e0e..d746f55 100644
--
2.30.2


From b672a5764c952d2a28c05b78e87d0076abfc60d7 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 9 Oct 2021 15:01:57 +1000
Subject: Disable stack protector


diff --git a/cmake/options_linux.cmake b/cmake/options_linux.cmake
index d746f55..4d1f29f 100644
--- a/cmake/options_linux.cmake
+++ b/cmake/options_linux.cmake
@@ -6,8 +6,6 @@

target_compile_options(common_options
INTERFACE
- -fstack-protector-all
- -fstack-clash-protection
-fPIC
$<IF:$<CONFIG:Debug>,,-fno-strict-aliasing>
-pipe
--
2.30.2

2 changes: 1 addition & 1 deletion net-im/telegram-desktop/telegram_desktop-3.1.8.recipe
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ DESCRIPTION="Unofficial build of the original Telegram client for Haiku."
HOMEPAGE="https://www.telegram.org/"
COPYRIGHT="2013-2021 Telegram"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v$portVersion/tdesktop-$portVersion-full.tar.gz"
CHECKSUM_SHA256="f686a2779bb2c225f8a15fab3421a6a84fd2986d4f3a8c8bad647e873cd43f0d"
SOURCE_FILENAME="tdesktop-$portVersion-full.tar.gz"