6 Commits

Author SHA256 Message Date
29677f61f2 Accepting request 1295682 from network:cryptocurrencies
- Update to 0.7.0:
  This release is primarily a maintenance release. Besides many minor
  internal fixes and improvements, a handful of changes affect the public
  API and thus break API and ABI compatibility.
  The most notable changes are:
  * The pointers secp256k1_context_static and secp256k1_context_no_precomp
    to the constant context objects are now const.
  * Removed previously deprecated function aliases secp256k1_ec_privkey_<operation>
    in favor of secp256k1_ec_seckey_<operation>.
  * Starting with this release, building with CMake is no longer
    considered experimental.  Traditional GNU Autotools builds (./configure
    and make) remain fully supported.
  * For a more detailed list of changes, see the CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/1295682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecp256k1?expand=0&rev=6
2025-07-25 15:06:10 +00:00
4e71c56dd4 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libsecp256k1?expand=0&rev=37 2025-07-25 06:35:59 +00:00
b0796668e5 - Update to 0.7.0:
This release is primarily a maintenance release. Besides many minor
  internal fixes and improvements, a handful of changes affect the public
  API and thus break API and ABI compatibility.
  The most notable changes are:
  * The pointers secp256k1_context_static and secp256k1_context_no_precomp
    to the constant context objects are now const.
  * Removed previously deprecated function aliases secp256k1_ec_privkey_<operation>
    in favor of secp256k1_ec_seckey_<operation>.
  * Starting with this release, building with CMake is no longer
    considered experimental.  Traditional GNU Autotools builds (./configure
    and make) remain fully supported.
  * For a more detailed list of changes, see the CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libsecp256k1?expand=0&rev=36
2025-07-25 06:32:04 +00:00
5e4d4aa706 Accepting request 1226811 from network:cryptocurrencies
- Update to 0.6.0:
  * Add a musig module
  * Add a significantly more robust method to clear secrets from the stack
  * Remove the unused secp256k1_scratch_space functions

OBS-URL: https://build.opensuse.org/request/show/1226811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecp256k1?expand=0&rev=5
2024-11-27 21:12:24 +00:00
65aed2c9df OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libsecp256k1?expand=0&rev=34 2024-11-27 08:15:16 +00:00
463a47ce71 - Update to 0.6.0:
* Add a musig module
  * Add a significantly more robust method to clear secrets from the stack
  * Remove the unused secp256k1_scratch_space functions

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libsecp256k1?expand=0&rev=33
2024-11-27 08:11:34 +00:00
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Jul 25 06:30:30 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 0.7.0:
This release is primarily a maintenance release. Besides many minor
internal fixes and improvements, a handful of changes affect the public
API and thus break API and ABI compatibility.
The most notable changes are:
* The pointers secp256k1_context_static and secp256k1_context_no_precomp
to the constant context objects are now const.
* Removed previously deprecated function aliases secp256k1_ec_privkey_<operation>
in favor of secp256k1_ec_seckey_<operation>.
* Starting with this release, building with CMake is no longer
considered experimental. Traditional GNU Autotools builds (./configure
and make) remain fully supported.
* For a more detailed list of changes, see the CHANGELOG.md
-------------------------------------------------------------------
Wed Nov 27 08:09:41 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.6.0:
* Add a musig module
* Add a significantly more robust method to clear secrets from the stack
* Remove the unused secp256k1_scratch_space functions
-------------------------------------------------------------------
Fri Aug 2 06:29:16 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsecp256k1
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -16,9 +16,9 @@
#
%define soname 2
%define soname 6
Name: libsecp256k1
Version: 0.5.1
Version: 0.7.0
Release: 0
Summary: Optimized C library for EC operations on curve secp256k1
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:081f4730becba2715a6b0fd198fedd9e649a6caaa6a7d6d3cf0f9fa7483f2cf1
size 1962518

3
v0.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:073d19064f3600014750d6949b31a0c957aa7b98920fb4aaa495be07e8e7cd00
size 2143012