diff --git a/.gitignore b/.gitignore index 4f5c108..bb00625 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /entropy-0.2.2.tar.gz /entropy-0.2.2.1.tar.gz /entropy-0.3.4.tar.gz +/entropy-0.3.4.1.tar.gz diff --git a/ghc-entropy.spec b/ghc-entropy.spec index 00c93fe..504ceb6 100644 --- a/ghc-entropy.spec +++ b/ghc-entropy.spec @@ -3,13 +3,13 @@ %global pkg_name entropy Name: ghc-%{pkg_name} -Version: 0.3.4 +Version: 0.3.4.1 Release: 1%{?dist} Summary: A platform independent entropy source License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -20,8 +20,9 @@ BuildRequires: ghc-unix-devel %description A platform independent method to obtain cryptographically strong entropy -(urandom on Linux, CryptAPI on Windows, patches welcome). -PRNGs should see the 'DRBG' package too. +(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches +welcome). Users looking for cryptographically strong (number-theoretically +sound) PRNGs should see the 'DRBG' package too. %package devel @@ -65,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Jan 19 2015 Jens Petersen - 0.3.4.1-1 +- update to 0.3.4.1 + * Wed Oct 29 2014 Jens Petersen - 0.3.4-1 - update to 0.3.4 diff --git a/sources b/sources index e822808..70b6932 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1de82bcdebc64ccc49d085177b34565 entropy-0.3.4.tar.gz +4b408253d7ebd7792df909b621020de0 entropy-0.3.4.1.tar.gz