Skip to content

Commit 2498606

Browse files
committed
openscap-1.4.3
1 parent 3dcbda5 commit 2498606

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Carlos Matos <matosc15@gmail.com>
1212
Charles Bushong <bushong1@gmail.com>
1313
Chris Lundquist <rampantdurandal@gmail.com>
1414
Dan Kopeček <dkopecek@redhat.com>
15+
darukutsu <darupeter@pm.me>
1516
David du Colombier <djc@datadoghq.com>
1617
David Niemoller <David.Niemoller@g2-inc.com>
1718
De Huo <De.Huo@windriver.com>
@@ -82,6 +83,7 @@ Prasanth R <prasanth.r@timesys.com>
8283
Quey-Liang Kao <s101062801@m101.nthu.edu.tw>
8384
Radzy Radzykewycz <radzy@windriver.com>
8485
Raphael Sanchez Prudencio <rsprudencio@redhat.com>
86+
Raul Leite <sp4wn.root@gmail.com>
8587
Reggie Adkins <reggieadkins@gmail.com>
8688
Richard W.M. Jones <rjones@redhat.com>
8789
Riley C. Porter <Riley.Porter@g2-inc.com>

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ endif()
2323
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
2424

2525
## increment if the interface has additions, changes, removals.
26-
set(LT_CURRENT 33)
26+
set(LT_CURRENT 34)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
2929
set(LT_REVISION 2)
3030

3131
## increment if any interfaces have been added; set to 0
3232
## if any interfaces have been changed or removed. removal has
3333
## precedence over adding, so set to 0 if both happened.
34-
set(LT_AGE 0)
34+
set(LT_AGE 1)
3535

3636
math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")
3737

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
openscap-1.4.3 23-11-2025
2+
- New features
3+
- Show rule details in output
4+
- Maintenance, bug fix
5+
- Fix inverted fields in HTML report
6+
- Add new STIG URL - 1.4
7+
- Bump OVAL_SUPPORTED to 5.11.3
8+
- Handle virtual packages in dpkginfo probe
9+
- Inherit environment for scanning and remediating in `oscap-im` wrapper
10+
- Fix the way we check rpm library version in CMake
11+
- Explicitly allow xmlsec1 to load key data from KeyValue
12+
- Fix double-free in xccdf_policy_remediate.c
13+
- Fix `unterminated-string-initialization` errors
14+
- Inherit OpenSCAP environment when executing Bash remediations with `--remediate` option
15+
- Fix verbose command line option
16+
117
openscap-1.4.2 06-04-2025
218
- Maintenance, bug fix
319
- Fix thread synchronization bugs

0 commit comments

Comments
 (0)