Skip to content

Commit

Permalink
Bumped version to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Hladky committed Oct 15, 2024
1 parent 6b30426 commit e0c1d0c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.9.20 (Oct 15, 2024) [Jirka Hladky]
* Only warn when creating of named semaphore fails

v1.9.19 (Oct 02, 2024) [Jirka Hladky]
* Added --time_interval N to add entropy unconditionally every N seconds

Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for haveged 1.9.19.
# Generated by GNU Autoconf 2.71 for haveged 1.9.20.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -618,8 +618,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='haveged'
PACKAGE_TARNAME='haveged'
PACKAGE_VERSION='1.9.19'
PACKAGE_STRING='haveged 1.9.19'
PACKAGE_VERSION='1.9.20'
PACKAGE_STRING='haveged 1.9.20'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1355,7 +1355,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.19 to adapt to many kinds of systems.
\`configure' configures haveged 1.9.20 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1426,7 +1426,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of haveged 1.9.19:";;
short | recursive ) echo "Configuration of haveged 1.9.20:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1544,7 +1544,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
haveged configure 1.9.19
haveged configure 1.9.20
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1857,7 +1857,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.19, which was
It was created by haveged $as_me 1.9.20, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4361,7 +4361,7 @@ fi

# Define the identity of the package.
PACKAGE='haveged'
VERSION='1.9.19'
VERSION='1.9.20'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -14775,7 +14775,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.19, which was
This file was extended by haveged $as_me 1.9.20, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14843,7 +14843,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
haveged config.status 1.9.19
haveged config.status 1.9.20
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Minimum Autoconf version

AC_PREREQ([2.59])
AC_INIT([haveged],[1.9.19])
AC_INIT([haveged],[1.9.20])
AC_CONFIG_AUX_DIR(config)
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_HEADER([config.h])
Expand Down
4 changes: 2 additions & 2 deletions src/havege.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
** Simple entropy harvester based upon the havege RNG
**
** Copyright 2018-2022 Jirka Hladky hladky DOT jiri AT gmail DOT com
** Copyright 2018-2024 Jirka Hladky hladky DOT jiri AT gmail DOT com
** Copyright 2009-2014 Gary Wuertz [email protected]
** Copyright 2011-2012 BenEleventh Consulting [email protected]
**
Expand Down Expand Up @@ -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.19"
#define HAVEGE_PREP_VERSION "1.9.20"
/**
* Basic types
*/
Expand Down

0 comments on commit e0c1d0c

Please sign in to comment.