Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1dcd8aa2c8 | |||
|
|
f9317d7e38 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74c2c78a1cd51a43a6c98f46a4eabefbc8668074ca9aa14115544276b663fc55
|
||||
size 18410
|
||||
3
0.12.tar.gz
Normal file
3
0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:796dce1376f9bcb1a19ece729c075c47054364355fe0c0c1ebe5104d508c7db0
|
||||
size 20663
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 11:18:41 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 0.12
|
||||
* Libsodium is now an optional dependency. When using the Zig
|
||||
toolchain to compile Minisign, you can specify the
|
||||
-Dwithout-libsodium flag to build and run without libsodium.
|
||||
* Key identifiers are now zero-padded when printed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 16:21:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package minisign
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: minisign
|
||||
Version: 0.11
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
License: ISC
|
||||
Summary: A dead simple tool to sign files and verify signatures
|
||||
Url: https://jedisct1.github.io/minisign/
|
||||
Group: Productivity/Networking/Security
|
||||
URL: https://jedisct1.github.io/minisign/
|
||||
Group: Productivity/Networking/Security
|
||||
Source0: https://github.com/jedisct1/minisign/archive/%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig(libsodium)
|
||||
|
||||
Reference in New Issue
Block a user