Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9105e1d824 | |||
|
|
d5d861214f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f100816a636a682404703b6c23a459e4d30248b2886a5cf571b0d52527c7d8
|
||||
size 57621
|
||||
3
git-crypt-0.8.0.tar.gz
Normal file
3
git-crypt-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:540d424f87bed7994a4551a8c24b16e50d3248a5b7c3fd8ceffe94bfd4af0ad9
|
||||
size 57457
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 19:36:59 UTC 2025 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- update to 0.8.0
|
||||
- Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3.
|
||||
- Avoid use of problematic short GPG key IDs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 11:10:29 UTC 2023 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package git-crypt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: git-crypt
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Transparent file encryption in git
|
||||
License: GPL-3.0-or-later
|
||||
@@ -45,12 +45,6 @@ down your entire repository.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CXXFLAGS="-std=c++11 %{optflags}"
|
||||
# https://github.com/AGWA/git-crypt/issues/232
|
||||
%if %{pkg_version_cmp libopenssl-devel 3} != -1
|
||||
CXXFLAGS="${CXXFLAGS} -DOPENSSL_API_COMPAT=0x30000000L"
|
||||
%endif
|
||||
export CXXFLAGS
|
||||
make %{?_smp_mflags} \
|
||||
ENABLE_MAN=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user