diff --git a/libksba-1.6.6.tar.bz2 b/libksba-1.6.6.tar.bz2 deleted file mode 100644 index c009741..0000000 --- a/libksba-1.6.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4 -size 708510 diff --git a/libksba-1.6.6.tar.bz2.sig b/libksba-1.6.6.tar.bz2.sig deleted file mode 100644 index f5b666b..0000000 Binary files a/libksba-1.6.6.tar.bz2.sig and /dev/null differ diff --git a/libksba-1.6.7.tar.bz2 b/libksba-1.6.7.tar.bz2 new file mode 100644 index 0000000..0241708 --- /dev/null +++ b/libksba-1.6.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763 +size 706437 diff --git a/libksba-1.6.7.tar.bz2.sig b/libksba-1.6.7.tar.bz2.sig new file mode 100644 index 0000000..881cd9e Binary files /dev/null and b/libksba-1.6.7.tar.bz2.sig differ diff --git a/libksba-nobetasuffix.patch b/libksba-nobetasuffix.patch index 54bd59c..3e76e9a 100644 --- a/libksba-nobetasuffix.patch +++ b/libksba-nobetasuffix.patch @@ -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 diff --git a/libksba.changes b/libksba.changes index fe4e0e4..743bb33 100644 --- a/libksba.changes +++ b/libksba.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 5 09:14:56 UTC 2024 - Angel Yankov + +- 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 diff --git a/libksba.spec b/libksba.spec index 204c52f..31cf70e 100644 --- a/libksba.spec +++ b/libksba.spec @@ -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