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:
Ana Guerrero 2024-07-08 17:06:49 +00:00 committed by Git OBS Bridge
commit 5b19cc4a44
7 changed files with 20 additions and 12 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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.4/autogen.sh
@@ -222,7 +222,7 @@ if [ "$myhost" = "find-version" ]; then
esac
--- libksba-1.6.7.orig/autogen.sh
+++ libksba-1.6.7/autogen.sh
@@ -244,7 +244,7 @@ if [ "$myhost" = "find-version" ]; then
fi
beta=no
- if [ -d .git ]; then
- if [ -e .git ]; then
+ if false; then
ingit=yes
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
if [ -n "$tmp" ]; then
@@ -236,8 +236,8 @@ if [ "$myhost" = "find-version" ]; then
rvd=$((0x$(echo ${rev} | head -c 4)))
@@ -269,8 +269,8 @@ if [ "$myhost" = "find-version" ]; then
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
else
ingit=no
- beta=yes

View File

@ -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>

View File

@ -18,7 +18,7 @@
%define soname 8
Name: libksba
Version: 1.6.6
Version: 1.6.7
Release: 0
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