telegram-desktop: update to 1.3.14.
This commit is contained in:
parent
c072c85ca9
commit
5d6c89a7b3
2 changed files with 4 additions and 31 deletions
|
@ -1,27 +0,0 @@
|
|||
From 46946c73236285649950071632beb3f3e855b2ea Mon Sep 17 00:00:00 2001
|
||||
From: John Preston <johnprestonmail@gmail.com>
|
||||
Date: Mon, 27 Aug 2018 14:34:18 +0300
|
||||
Subject: [PATCH] Use correct SHA1_ functions.
|
||||
|
||||
Fixes #5103.
|
||||
---
|
||||
Telegram/SourceFiles/base/openssl_help.h | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git Telegram/SourceFiles/base/openssl_help.h Telegram/SourceFiles/base/openssl_help.h
|
||||
index 0ad4916be..9d776b3da 100644
|
||||
--- Telegram/SourceFiles/base/openssl_help.h
|
||||
+++ Telegram/SourceFiles/base/openssl_help.h
|
||||
@@ -388,9 +388,9 @@ template <
|
||||
inline bytes::vector Sha1(Args &&...args) {
|
||||
return details::Sha<kSha1Size>(
|
||||
SHA_CTX(),
|
||||
- SHA_Init,
|
||||
- SHA_Update,
|
||||
- SHA_Final,
|
||||
+ SHA1_Init,
|
||||
+ SHA1_Update,
|
||||
+ SHA1_Final,
|
||||
args...);
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'telegram-desktop'
|
||||
pkgname=telegram-desktop
|
||||
version=1.3.13
|
||||
version=1.3.14
|
||||
revision=1
|
||||
_libtgvoip_commit=4b46bc08a1cdae05d78465e10063aa6596fbbd1c
|
||||
_libtgvoip_commit=bfa1e6ab76a467c6c6bff7eabb7c213acc7a1b34
|
||||
_GSL_commit=d846fe50a3f0bb7767c7e087a05f4be95f4da0ec
|
||||
_variant_commit=550ac2f159ca883d360c196149b466955c77a573
|
||||
_crl_commit=527ad273b683d52c5adf5b45b73c6466aa0d0cf0
|
||||
|
@ -29,8 +29,8 @@ distfiles="https://github.com/telegramdesktop/tdesktop/archive/v${version}.tar.g
|
|||
https://github.com/mapbox/variant/archive/${_variant_commit}.tar.gz
|
||||
https://github.com/telegramdesktop/crl/archive/${_crl_commit}.tar.gz
|
||||
https://github.com/catchorg/Catch2/archive/${_Catch_commit}.tar.gz"
|
||||
checksum="40a3f1e8f8c94f827aa413e26a813e6918532ce81aff5a4af98d155a7116f9a3
|
||||
d0c870a784ef05d14909b8da30ac444917a8ba2d8dd290c0e5175bc9f879aac4
|
||||
checksum="83daeded641f79bd370b5e83be88242ab57520e7754f1371a9e5c1f3d9863f2a
|
||||
74cf9046687e88ab6074e8f8946da53d95b11abb34a51db1f042ab0ae14f1b91
|
||||
be81db4ab1b57102a0fa1cd0c4a6469294eb9daf24294347592245b754f65ff6
|
||||
aa794dfefe0a90501587e36d977b958d0df888503117a8d9aa43dc14f8526d9d
|
||||
d7e64fc8a2e284a5be8c0b0c6e7bfbaf951751081919829cb3bb290544c732e8
|
||||
|
|
Loading…
Add table
Reference in a new issue