Skip to content

Commit

Permalink
Fix issue 37 (#38)
Browse files Browse the repository at this point in the history
* fix for issue #37
* update documentation
  • Loading branch information
keldonin committed Jul 4, 2023
1 parent 651ea3b commit 1d1d5ab
Show file tree
Hide file tree
Showing 16 changed files with 2,056 additions and 1,270 deletions.
2 changes: 1 addition & 1 deletion .gnulib
Submodule .gnulib updated 6849 files
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [UNRELEASED]
### Fixed
- with recent versions of GCC, compilation issue with lexx and yacc produced source code.

### Updated
- `gnulib` in now built from a stable branch, `stable-202307`

# [2.5.1]
- adding `-S` option flag for `p11keygen`, for enabling key generation when logged in as Security Officer (PR #33)
- fixed a few memory management issues, preventing to import EC public keys when using `p11keygen`, `p11unwrap` and `p11importpubk`.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ autoreconf -vfi

cat <<EOF
========================================================================
Bootstrap complete.
Bootstrap complete.
Execute './configure' and 'make' to build the project.
EOF
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In order to build the project from scratch, you will need
```sh
$ sudo apt-get install gcc make perl
```
- the autotools suite: `autoconf`, `automake`, `libtool`, and `autoconf-archive`, as well as `pkg-config`.
- the autotools suite: `autoconf`, `automake`>=1.14, `libtool`, and `autoconf-archive`, as well as `pkg-config`.
If your host is Debian-based (e.g. Ubuntu), you can execute the following command:
```sh
$ sudo apt-get install autoconf-archive autoconf automake libtool pkg-config
Expand Down
Loading

0 comments on commit 1d1d5ab

Please sign in to comment.