Skip to content

Commit

Permalink
HBSD: bump __HardenedBSD_version to 47 for LibreSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
  • Loading branch information
opntr committed Aug 28, 2016
1 parent 97cc2cb commit c237fc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions UPDATING-HardenedBSD
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[20160820] Enable LibreSSL by default
__HardenedBSD_version = 47

Enable WITH_LIBRESSL by default on HardenedBSD.
After this we point we deliver LibreSSL as base
SSL engine for HardenedBSD. The OpenSSL is still
available, and accessable with WITHOUT_LIBRESSL=
knob in src.conf.


[20160423] RELRO + BIND_NOW
__HardenedBSD_version = 46

Expand Down
2 changes: 1 addition & 1 deletion sys/sys/pax.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef _SYS_PAX_H
#define _SYS_PAX_H

#define __HardenedBSD_version 46UL
#define __HardenedBSD_version 47UL

#if defined(_KERNEL) || defined(_WANT_PRISON)
struct hbsd_features {
Expand Down

0 comments on commit c237fc7

Please sign in to comment.