SHA256
1
0
forked from pool/libnettle

27 Commits

Author SHA256 Message Date
a996e3eef8 Accepting request 1289185 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1289185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=52
2025-07-01 09:33:16 +00:00
3670af6abb libnettle 3.10.2
OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=49
2025-06-30 07:09:28 +00:00
b6e89d2895 Accepting request 1236828 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1236828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=51
2025-01-12 10:10:29 +00:00
ba4854f2cd OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=47 2025-01-10 10:31:48 +00:00
719ba6b04a - Disable the gcm regression test as it fails in virtual
environments for the ppc64le architecture.
  * Add libnettle-powerpc64-skip-AES-GCM-test.patch

OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=46
2025-01-10 10:24:47 +00:00
8b36dbcf47 Accepting request 1234531 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1234531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=50
2025-01-06 15:04:25 +00:00
4d35556367 - Update to nettle 3.10.1:
* Bug fixes:
    - Fix buffer overread in the new sha256 assembly for
      powerpc64, as well as a stack alignment issue.
    - Added missing nettle_mac structs for hmac-gosthash.
    - Fix configure test for valgrind, to not attempt to run
      valgrind on executables built using memory sanitizers.
  * Enable back the gcm regression test:
    - Remove libnettle-powerpc64-skip-AES-GCM-test.patch
  * Remove patches upstream:
    - libnettle-powerpc64-sha256-fix-loading-overreads.patch
    - libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
    - libnettle-powerpc64-remove-m4_unquote-sha256.patch

OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=44
2025-01-02 10:04:42 +00:00
7b701f348f Accepting request 1230622 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1230622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=49
2024-12-13 21:32:55 +00:00
eb9e94867a Accepting request 1230621 from home:pmonrealgonzalez:branches:security:tls
- ppcl64le: POWER10 performance enhancements for cryptography [jsc#PED-9904]
  * powerpc64/sha256: fix loading overreads by loading less and shifting
  * powerpc64/sha256: adjust stack offset for storing non-volatile registers
  * powerpc64: remove use of m4_unquote in the load step for sha256
  * Temporarily skip the gcm test: libnettle-powerpc64-skip-AES-GCM-test.patch
  * Add patches:
    - libnettle-powerpc64-sha256-fix-loading-overreads.patch
    - libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
    - libnettle-powerpc64-remove-m4_unquote-sha256.patch

OBS-URL: https://build.opensuse.org/request/show/1230621
OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=42
2024-12-12 15:11:19 +00:00
ce22e5ea9d Accepting request 1182662 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1182662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=48
2024-06-24 18:50:20 +00:00
fc5859855b Accepting request 1095348 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1095348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=47
2023-06-27 21:15:40 +00:00
33ce0374b6 Accepting request 1091398 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1091398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=46
2023-06-08 19:42:00 +00:00
53d4b2ed0b Accepting request 1087351 from security:tls
libnettle 3.9 (forwarded request 1087283 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1087351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=45
2023-05-17 08:52:39 +00:00
ccd219719a Accepting request 1070247 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1070247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=44
2023-03-11 17:22:01 +00:00
a7b2b94f80 Accepting request 991715 from security:tls
OBS-URL: https://build.opensuse.org/request/show/991715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=43
2022-07-31 21:00:54 +00:00
5842436f7d Accepting request 988627 from security:tls
- update to 3.8:
  This release includes a couple of new features, and many
  performance improvements. It adds assembly code for two more
  architectures: ARM64 and S390x.
  The new version is intended to be fully source and binary
  compatible with Nettle-3.6. The shared library names are
  libnettle.so.8.5 and libhogweed.so.6.5, with sonames
  libnettle.so.8 and libhogweed.so.6.
  New features:
  * AES keywrap (RFC 3394), contributed by Nicolas Mora.
  * SM3 hash function, contributed by Tianjia Zhang.
  * New functions cbc_aes128_encrypt, cbc_aes192_encrypt,
    cbc_aes256_encrypt.
    On processors where AES is fast enough, e.g., x86_64 with
    aesni instructions, the overhead of using Nettle's general
    cbc_encrypt can be significant. The new functions can be
    implemented in assembly, to do multiple blocks with reduced
    per-block overhead.
    Note that there's no corresponding new decrypt functions,
    since the general cbc_decrypt doesn't suffer from the same
    performance problem.
  Bug fixes:
  * Fix fat builds for x86_64 windows, these appear to never
    have worked.
  Optimizations:
  * New ARM64 implementation of AES, GCM, Chacha, SHA1 and
    SHA256, for processors supporting crypto extensions. Great
    speedups, and fat builds are supported. Contributed by
    Mamone Tarsha.
  * New s390x implementation of AES, GCM, Chacha, memxor, SHA1,

OBS-URL: https://build.opensuse.org/request/show/988627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=42
2022-07-13 12:31:51 +00:00
da52c548cd Accepting request 982832 from security:tls
- Make shared libraries executable (forwarded request 982825 from gmbr3)

OBS-URL: https://build.opensuse.org/request/show/982832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=41
2022-06-17 19:18:31 +00:00
0078572873 Accepting request 947074 from security:tls
OBS-URL: https://build.opensuse.org/request/show/947074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=40
2022-01-21 00:24:52 +00:00
373d0ffc48 Accepting request 899065 from security:tls
OBS-URL: https://build.opensuse.org/request/show/899065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=39
2021-06-12 18:05:38 +00:00
be07603a7c Accepting request 887818 from security:tls
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/887818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=38
2021-04-22 16:03:36 +00:00
65a4156e03 Accepting request 880401 from security:tls
OBS-URL: https://build.opensuse.org/request/show/880401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=37
2021-03-24 15:10:18 +00:00
Richard Brown
23d434f6c6 Accepting request 873333 from security:tls
OBS-URL: https://build.opensuse.org/request/show/873333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=36
2021-02-22 13:22:56 +00:00
f030db887d Accepting request 860568 from security:tls
OBS-URL: https://build.opensuse.org/request/show/860568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=35
2021-01-10 18:38:41 +00:00
cab7f78d00 Accepting request 802550 from security:tls
OBS-URL: https://build.opensuse.org/request/show/802550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=34
2020-05-12 20:26:36 +00:00
e8a9d55aa3 Accepting request 734381 from security:tls
OBS-URL: https://build.opensuse.org/request/show/734381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=33
2019-10-05 14:18:33 +00:00
844aade98c Accepting request 720187 from security:tls
OBS-URL: https://build.opensuse.org/request/show/720187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=32
2019-09-11 08:19:38 +00:00
f9bbacc516 Accepting request 662470 from security:tls
OBS-URL: https://build.opensuse.org/request/show/662470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=31
2019-01-08 11:18:19 +00:00
6 changed files with 57 additions and 11 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Sun Jun 29 16:54:59 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.10.2:
* Fix missing prototypes in getopt.h and getopt.c
* For powerpc64, avoid using v9 (ISA v3.0) instructions lxvb16x,
lxv and stxv in powerpc64/p8/ files.
* For powerpc64, add configure check for __VSX__, and disable
use of assembly if not defined. Nettle's powerpc64 assembly
requires at least v7 (ISA v2.06)
- drop libnettle-powerpc64-skip-AES-GCM-test.patch
-------------------------------------------------------------------
Thu Jan 9 15:39:31 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
- Disable the gcm regression test as it fails in virtual
environments for the ppc64le architecture.
* Add libnettle-powerpc64-skip-AES-GCM-test.patch
-------------------------------------------------------------------
Thu Jan 2 08:34:18 UTC 2025 - Pedro Monreal <pmonreal@suse.com>
- Update to nettle 3.10.1:
* Bug fixes:
- Fix buffer overread in the new sha256 assembly for
powerpc64, as well as a stack alignment issue.
- Added missing nettle_mac structs for hmac-gosthash.
- Fix configure test for valgrind, to not attempt to run
valgrind on executables built using memory sanitizers.
* Enable back the gcm regression test:
- Remove libnettle-powerpc64-skip-AES-GCM-test.patch
* Remove patches upstream:
- libnettle-powerpc64-sha256-fix-loading-overreads.patch
- libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
- libnettle-powerpc64-remove-m4_unquote-sha256.patch
-------------------------------------------------------------------
Tue Dec 3 08:07:16 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- ppcl64le: POWER10 performance enhancements for cryptography [jsc#PED-9904]
* powerpc64/sha256: fix loading overreads by loading less and shifting
* powerpc64/sha256: adjust stack offset for storing non-volatile registers
* powerpc64: remove use of m4_unquote in the load step for sha256
* Temporarily skip the gcm test: libnettle-powerpc64-skip-AES-GCM-test.patch
* Add patches:
- libnettle-powerpc64-sha256-fix-loading-overreads.patch
- libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
- libnettle-powerpc64-remove-m4_unquote-sha256.patch
-------------------------------------------------------------------
Mon Jun 17 06:22:31 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@@ -1,7 +1,8 @@
#
# spec file for package libnettle
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +20,7 @@
%define soname 8
%define hogweed_soname 6
Name: libnettle
Version: 3.10
Version: 3.10.2
Release: 0
Summary: Cryptographic Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -30,7 +31,6 @@ Source1: https://ftp.gnu.org/gnu/nettle/nettle-%{version}.tar.gz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
Source4: %{name}-rpmlintrc
BuildRequires: autoconf
BuildRequires: fipscheck
BuildRequires: gmp-devel >= 6.1.0
BuildRequires: m4
@@ -96,7 +96,6 @@ operations using the nettle library.
%autosetup -p1 -n nettle-%{version}
%build
autoreconf -fiv
%configure \
--disable-static \
--enable-shared \
@@ -134,10 +133,8 @@ done
%{_bindir}/fipshmac %{buildroot}%{_libdir}/libhogweed.so.%{hogweed_soname}
}}
%post -n libnettle%{soname} -p /sbin/ldconfig
%postun -n libnettle%{soname} -p /sbin/ldconfig
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
%ldconfig_scriptlets -n libnettle%{soname}
%ldconfig_scriptlets -n libhogweed%{hogweed_soname}
%check
%make_build check

3
nettle-3.10.2.tar.gz Normal file
View File

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

BIN
nettle-3.10.2.tar.gz.sig Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.