2 Commits

Author SHA256 Message Date
1dcd8aa2c8 Accepting request 1242099 from security
OBS-URL: https://build.opensuse.org/request/show/1242099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minisign?expand=0&rev=2
2025-02-03 20:43:33 +00:00
OBS User smolsheep
f9317d7e38 Accepting request 1242098 from home:smolsheep:upgrades
- 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.

OBS-URL: https://build.opensuse.org/request/show/1242098
OBS-URL: https://build.opensuse.org/package/show/security/minisign?expand=0&rev=6
2025-02-01 11:21:40 +00:00
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74c2c78a1cd51a43a6c98f46a4eabefbc8668074ca9aa14115544276b663fc55
size 18410

3
0.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:796dce1376f9bcb1a19ece729c075c47054364355fe0c0c1ebe5104d508c7db0
size 20663

View File

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

View File

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