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:
parent
3052579fd4
commit
bd5b860bc9
3
trng-4.23.1.tar.gz
Normal file
3
trng-4.23.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d9dbb275547026dd026052cfce105ff2f50b4286219e7124ecabb368488f89e
|
||||
size 1429633
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00a8da673a20fa95e81a82d68a8fe4730c8126fafaebf07c767f1326fa8cda9
|
||||
size 1287312
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user