Github messages for voidlinux
 help / color / mirror / Atom feed
From: sainetsauf <sainetsauf@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] keepassxc: update to 2.7.9
Date: Sat, 22 Jun 2024 04:33:18 +0200	[thread overview]
Message-ID: <20240622023318.2DEA525B66@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50910@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is an updated pull request by sainetsauf against master on the void-packages repository

https://github.com/sainetsauf/void-packages master
https://github.com/void-linux/void-packages/pull/50910

keepassxc: update to 2.7.9
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/50910.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-50910.patch --]
[-- Type: text/x-diff, Size: 3438 bytes --]

From 2df4e32ed4af6553c3623d35df547b1e1e861a2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e?= <sainetsauf@disroot.org>
Date: Fri, 21 Jun 2024 20:55:36 +0900
Subject: [PATCH 1/2] keepassxc: update to 2.7.9

---
 srcpkgs/keepassxc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template
index 1cb87c0794a66f..a0a892f04775b9 100644
--- a/srcpkgs/keepassxc/template
+++ b/srcpkgs/keepassxc/template
@@ -1,6 +1,6 @@
 # Template file for 'keepassxc'
 pkgname=keepassxc
-version=2.7.8
+version=2.7.9
 revision=1
 build_style=cmake
 configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_DOCS=ON
@@ -27,7 +27,7 @@ license="GPL-3.0-or-later, BSD-3-Clause, CC0-1.0, LGPL-2.0-only, LGPL-2.1-only,
 homepage="https://keepassxc.org/"
 changelog="https://raw.githubusercontent.com/keepassxreboot/keepassxc/${version}/CHANGELOG.md"
 distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
-checksum=87d3101712b3c8656a24b908ad5b7e2529bc01717cb4156f53ba195fb81783a3
+checksum=3c44e45f22c00ddac63d8bc11054b4b0ada0222ffac08d3ed70f196cb9ed46fd
 
 build_options="autotype browser fdosecrets keeshare network passkey sshagent yubikey"
 desc_option_autotype="Include auto-type"

From 5ef0e35f629d2798e478ad79b3bffb2562af75a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e?= <sainetsauf@disroot.org>
Date: Fri, 21 Jun 2024 23:30:03 +0900
Subject: [PATCH 2/2] telegram-desktop: update to 5.1.7

---
 .../patches/0001-use-vendored-gsl.patch               | 11 -----------
 srcpkgs/telegram-desktop/template                     |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch

diff --git a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch b/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
deleted file mode 100644
index debe5a1cd1fdc5..00000000000000
--- a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/external/gsl/CMakeLists.txt	2021-03-17 10:33:50.000000000 +0100
-+++ b/cmake/external/gsl/CMakeLists.txt	2021-03-17 10:33:50.000000000 +0100
-@@ -8,7 +8,7 @@
- add_library(desktop-app::external_gsl ALIAS external_gsl)
- 
- if (DESKTOP_APP_USE_PACKAGED)
--    if (DESKTOP_APP_USE_PACKAGED_LAZY)
-+    if (TRUE)
-         find_package(Microsoft.GSL 4.0.0 QUIET)
-     else()
-         find_package(Microsoft.GSL 4.0.0)
diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index d9fc8e561a73a2..14a64e145e1f3b 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.16.8
+version=5.1.7
 revision=1
 build_style=cmake
 build_helper="qemu gir"
@@ -26,7 +26,7 @@ license="GPL-3.0-or-later, OpenSSL"
 homepage="https://desktop.telegram.org/"
 changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
 distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
-checksum=dfa9a998445fe1d30fd8061e820853d825b14258ca88d1c09fae8bc562640781
+checksum=0156eb77804c023b7fe9aa02e62258b2abf57a2f876b86684cb615e9a8046cba
 
 build_options="spellcheck"
 build_options_default="spellcheck"

  parent reply	other threads:[~2024-06-22  2:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 12:02 [PR PATCH] " sainetsauf
2024-06-21 14:32 ` [PR PATCH] [Updated] " sainetsauf
2024-06-21 14:37 ` sainetsauf
2024-06-22  0:07 ` classabbyamp
2024-06-22  2:33 ` sainetsauf [this message]
2024-06-22  2:49 ` [PR PATCH] [Updated] " sainetsauf
2024-06-23 11:51 ` SpidFightFR
2024-06-25 19:56 ` [PR PATCH] [Merged]: " cinerea0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240622023318.2DEA525B66@inbox.vuxu.org \
    --to=sainetsauf@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).