diff options
author | Jirka Hladky <jhladky@redhat.com> | 2021-09-30 13:55:19 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2021-09-30 13:55:19 +0200 |
commit | ca51296dbba18a10c063ced0d42e909edeca8142 (patch) | |
tree | ba69dd01456c32d6e485cf8765bd066b0dc783c9 | |
parent | Updated contrib/Fedora/haveged.spec for version 1.9.15 (diff) | |
download | haveged-ca51296dbba18a10c063ced0d42e909edeca8142.tar.xz haveged-ca51296dbba18a10c063ced0d42e909edeca8142.zip |
Bumped version to v1.9.16
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/Fedora/haveged.spec | 13 | ||||
-rw-r--r-- | src/havege.h | 2 |
5 files changed, 26 insertions, 15 deletions
@@ -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] @@ -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 */ |