Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3
@ 2023-01-30 15:19 dkwo
  2023-01-30 15:19 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:19 UTC (permalink / raw)
  To: ml

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

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages git-crO3
https://github.com/void-linux/void-packages/pull/41964

git-crypt: update to 0.7.0, add CXXFLAG for openssl3
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 


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

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

From 078d37ee5772c528136621e717d590a59db72de9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 28 Jan 2023 16:58:32 -0500
Subject: [PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3

---
 srcpkgs/git-crypt/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/git-crypt/template b/srcpkgs/git-crypt/template
index f5c4c79b664d..18b0e0f76a58 100644
--- a/srcpkgs/git-crypt/template
+++ b/srcpkgs/git-crypt/template
@@ -1,7 +1,7 @@
 # Template file for 'git-crypt'
 pkgname=git-crypt
-version=0.6.0
-revision=8
+version=0.7.0
+revision=1
 build_style=gnu-makefile
 make_use_env=yes
 make_build_args="ENABLE_MAN=yes"
@@ -13,7 +13,11 @@ maintainer="Andy Cobaugh <andrewcobaugh@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.agwa.name/projects/git-crypt/"
 distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz"
-checksum=777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
+checksum=2210a89588169ae9a54988c7fdd9717333f0c6053ff704d335631a387bd3bcff
+
+do_build() {
+	make CXXFLAGS="$CXXFLAGS -DOPENSSL_API_COMPAT=0x30000000L"
+}
 
 post_install() {
 	vdoc README

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git-crypt: update to 0.7.0, add CXXFLAG for openssl3
  2023-01-30 15:19 [PR PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3 dkwo
@ 2023-01-30 15:19 ` dkwo
  2023-01-30 15:35 ` dkwo
  2023-01-30 15:35 ` [PR PATCH] [Closed]: " dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:19 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/41964#issuecomment-1408813996

Comment:
@acobaugh 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git-crypt: update to 0.7.0, add CXXFLAG for openssl3
  2023-01-30 15:19 [PR PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3 dkwo
  2023-01-30 15:19 ` dkwo
@ 2023-01-30 15:35 ` dkwo
  2023-01-30 15:35 ` [PR PATCH] [Closed]: " dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:35 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/41964#issuecomment-1408840165

Comment:
this has to be done within openssl3 pr.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: git-crypt: update to 0.7.0, add CXXFLAG for openssl3
  2023-01-30 15:19 [PR PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3 dkwo
  2023-01-30 15:19 ` dkwo
  2023-01-30 15:35 ` dkwo
@ 2023-01-30 15:35 ` dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-01-30 15:35 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

git-crypt: update to 0.7.0, add CXXFLAG for openssl3
https://github.com/void-linux/void-packages/pull/41964

Description:
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-30 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 15:19 [PR PATCH] git-crypt: update to 0.7.0, add CXXFLAG for openssl3 dkwo
2023-01-30 15:19 ` dkwo
2023-01-30 15:35 ` dkwo
2023-01-30 15:35 ` [PR PATCH] [Closed]: " dkwo

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).