Skip to content

Commit

Permalink
HBSD: bump __HardenedBSD_version to 1200052 after KPI enforcement
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 Jul 9, 2017
1 parent eba3054 commit 347de02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions UPDATING-HardenedBSD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[20170709] Enforced KPI
__HardenedBSD_version = 1200052

Enfore the KPI version at compile time. This
will implicate the recompilation of external
modules even once __HardenedBSD_version or
__FreeBSD_version gets bumped.


[20170624] Enable OpenNTPd by default
__HardenedBSD_version = 1200051

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 1200051UL
#define __HardenedBSD_version 1200052UL

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

0 comments on commit 347de02

Please sign in to comment.