Skip to content

Commit

Permalink
Get ready for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Nov 19, 2023
1 parent e35fd69 commit 5280ac0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.regen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: distcheck

VERSION = 0.3.12
VERSION = 0.3.13
COMPATS = compat_err.c \
compat_b64_ntop.c \
compat_explicit_bzero.c \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ testing.

It's built for C programs using [make(1)](https://man.openbsd.org/make).

It allows easy porting to Linux (glibc 2.19 and greater and musl),
FreeBSD, NetBSD, Mac OS X, SunOS (Solaris 11), and OmniOS (illumos).
Other systems may also be supported: please let us know if they are.
It allows easy porting to Linux (glibc and musl), FreeBSD, NetBSD, Mac
OS X, SunOS (Solaris 11), and OmniOS (illumos). Other systems may also
be supported: please let us know if they are.

See [versions.md](versions.md) for version information.

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

OCONFIGURE_VERSION="0.3.12"
OCONFIGURE_VERSION="0.3.13"

#
# This script outputs two files: config.h and Makefile.configure.
Expand Down
18 changes: 18 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
This file describes version information of this project.

## 0.3.13

Fix regression testing on Linux (termios would fail). Add
[GitHub Actions](https://github.com/kristapsdz/oconfigure/actions)
for quality continuity.

Update seccomp testing in two ways:

1. First, test for whether the header and entry function exist and mark
them in a new variable, `HAVE_SECCOMP_HEADER`.
2. If found, check to make sure that the architecture is recognised for
passing in with the filter. Set this in `SECCOMP_AUDIT_ARCH`.
3. If an arch is found and the header exists, set `HAVE_SECCOMP_FILTER`
to one. If an arch was not found and the header exists, or the
header does not exist, set `HAVE_SECCOMP_FILTER` to zero.

Update the list of supported architectures, while here.

## 0.3.12

Add `LDLIBS` support. Fix [fts(3)](https://man.openbsd.org/fts.3)
Expand Down

0 comments on commit 5280ac0

Please sign in to comment.