summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--contrib/Fedora/haveged.spec13
-rw-r--r--src/havege.h2
5 files changed, 26 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index e12f11e..c37151d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-v1.9.15 (TBD)
+v1.9.16 (TBD)
+
+v1.9.15 (Sep 30, 2021)
* Check for sys/auxv.h before using it. [Peter Seiderer]
* fix build on uclibc (origin/pr/58) [Pierre-Jean Texier]
* Improved make check tests [Jirka Hladky]
diff --git a/configure b/configure
index d613282..b9aecc8 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for haveged 1.9.15.
+# Generated by GNU Autoconf 2.69 for haveged 1.9.16.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='haveged'
PACKAGE_TARNAME='haveged'
-PACKAGE_VERSION='1.9.15'
-PACKAGE_STRING='haveged 1.9.15'
+PACKAGE_VERSION='1.9.16'
+PACKAGE_STRING='haveged 1.9.16'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1315,7 +1315,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures haveged 1.9.15 to adapt to many kinds of systems.
+\`configure' configures haveged 1.9.16 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1385,7 +1385,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of haveged 1.9.15:";;
+ short | recursive ) echo "Configuration of haveged 1.9.16:";;
esac
cat <<\_ACEOF
@@ -1502,7 +1502,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-haveged configure 1.9.15
+haveged configure 1.9.16
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1921,7 +1921,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by haveged $as_me 1.9.15, which was
+It was created by haveged $as_me 1.9.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4093,7 +4093,7 @@ fi
# Define the identity of the package.
PACKAGE='haveged'
- VERSION='1.9.15'
+ VERSION='1.9.16'
cat >>confdefs.h <<_ACEOF
@@ -13910,7 +13910,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by haveged $as_me 1.9.15, which was
+This file was extended by haveged $as_me 1.9.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13976,7 +13976,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-haveged config.status 1.9.15
+haveged config.status 1.9.16
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 8e85684..07b5b2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
## Minimum Autoconf version
AC_PREREQ([2.59])
-AC_INIT([haveged],[1.9.15])
+AC_INIT([haveged],[1.9.16])
AC_CONFIG_AUX_DIR(config)
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_HEADER([config.h])
diff --git a/contrib/Fedora/haveged.spec b/contrib/Fedora/haveged.spec
index 312df17..1c36c34 100644
--- a/contrib/Fedora/haveged.spec
+++ b/contrib/Fedora/haveged.spec
@@ -11,8 +11,7 @@ Requires(preun): systemd
Requires(postun): systemd
BuildRequires: gcc
-BuildRequires: automake coreutils glibc-common systemd-units
-BuildRequires: make
+BuildRequires: make automake coreutils glibc-common systemd-units
Enhances: apache2 gpg2 openssl openvpn php5 smtp_daemon systemd
%description
@@ -105,6 +104,16 @@ cp -p COPYING README ChangeLog AUTHORS contrib/build/havege_sample.c %{buildroot
* Thu Sep 30 2021 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.15-1
- Update to 1.9.15
+* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.14-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.14-4
+- Rebuilt for updated systemd-rpm-macros
+ See https://pagure.io/fesco/issue/2583.
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
* Sun Jan 3 2021 Jirka Hladky <hladky.jiri@gmail.com> - 1.9.14-2
- Update to 1.9.14
- BZ1835006 - Added dracut module
diff --git a/src/havege.h b/src/havege.h
index 874a494..4c34964 100644
--- a/src/havege.h
+++ b/src/havege.h
@@ -31,7 +31,7 @@ extern "C" {
* header/package version as a numeric major, minor, patch triple. See havege_version()
* below for usage.
*/
-#define HAVEGE_PREP_VERSION "1.9.15"
+#define HAVEGE_PREP_VERSION "1.9.16"
/**
* Basic types
*/