forked from pool/libksba
Accepting request 1185757 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1185757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=49
This commit is contained in:
commit
5b19cc4a44
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4
|
|
||||||
size 708510
|
|
Binary file not shown.
3
libksba-1.6.7.tar.bz2
Normal file
3
libksba-1.6.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763
|
||||||
|
size 706437
|
BIN
libksba-1.6.7.tar.bz2.sig
Normal file
BIN
libksba-1.6.7.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,18 +1,18 @@
|
|||||||
Index: libksba-1.6.4/autogen.sh
|
Index: libksba-1.6.7/autogen.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libksba-1.6.4.orig/autogen.sh
|
--- libksba-1.6.7.orig/autogen.sh
|
||||||
+++ libksba-1.6.4/autogen.sh
|
+++ libksba-1.6.7/autogen.sh
|
||||||
@@ -222,7 +222,7 @@ if [ "$myhost" = "find-version" ]; then
|
@@ -244,7 +244,7 @@ if [ "$myhost" = "find-version" ]; then
|
||||||
esac
|
fi
|
||||||
|
|
||||||
beta=no
|
beta=no
|
||||||
- if [ -d .git ]; then
|
- if [ -e .git ]; then
|
||||||
+ if false; then
|
+ if false; then
|
||||||
ingit=yes
|
ingit=yes
|
||||||
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
||||||
if [ -n "$tmp" ]; then
|
if [ -n "$tmp" ]; then
|
||||||
@@ -236,8 +236,8 @@ if [ "$myhost" = "find-version" ]; then
|
@@ -269,8 +269,8 @@ if [ "$myhost" = "find-version" ]; then
|
||||||
rvd=$((0x$(echo ${rev} | head -c 4)))
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
||||||
else
|
else
|
||||||
ingit=no
|
ingit=no
|
||||||
- beta=yes
|
- beta=yes
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 09:14:56 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.6.7:
|
||||||
|
* Allow for an empty Subject in certs. [T7171]
|
||||||
|
* Release-info: https://dev.gnupg.org/T7173
|
||||||
|
* Rebase libksba-nobetasuffix.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 10:49:23 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
Mon Feb 26 10:49:23 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 8
|
%define soname 8
|
||||||
Name: libksba
|
Name: libksba
|
||||||
Version: 1.6.6
|
Version: 1.6.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A X.509 Library
|
Summary: A X.509 Library
|
||||||
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND MIT
|
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user