Accepting request 871753 from home:badshah400:branches:devel:libraries:c_c++

Update to version 4.23.1

OBS-URL: https://build.opensuse.org/request/show/871753
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/trng?expand=0&rev=4
This commit is contained in:
Dirk Mueller 2021-02-13 18:22:38 +00:00 committed by Git OBS Bridge
parent 3052579fd4
commit bd5b860bc9
4 changed files with 12 additions and 6 deletions

3
trng-4.23.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 13 14:21:34 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.23.1:
* Fix uninitialized-memory read access.
-------------------------------------------------------------------
Fri Oct 30 13:36:53 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package trng
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%global shlib libtrng4-22
Name: trng
Version: 4.23
Version: 4.23.1
Release: 0
Summary: A Random Number Generator Library
License: BSD-3-Clause
URL: https://www.numbercrunch.de/trng/
Source: https://github.com/rabauke/trng4/archive/v4.23.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/rabauke/trng4/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libboost_headers-devel