Skip to content

Commit 92ba892

Browse files
committed
openscap-1.3.8
1 parent a196bd8 commit 92ba892

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: CMakeLists.txt

+3-3
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 30)
26+
set(LT_CURRENT 31)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
29-
set(LT_REVISION 1)
29+
set(LT_REVISION 0)
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 5)
34+
set(LT_AGE 6)
3535

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

Diff for: NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
openscap-1.3.8 21-06-2023
2+
- New features
3+
- The boot-time remediation service for systemd's Offline Update mode is now disabled by default
4+
- Add offline capabilities to the shadow OVAL probe
5+
- Add offline capabilities to the sysctl OVAL probe
6+
- Add 'auristorfs' to list of network fileystems
7+
- Add new experimental linux-bound fwupdsecattr probe for system firmware security attributes (fwupd-based)
8+
- Maintenance, bug fix
9+
- Use ListUnitFiles D-Bus method to fetch all units in systemd OVAL probe
10+
- Fix minor resource leaks
11+
112
openscap-1.3.7 26-01-2023
213
- Maintenance, bug fix
314
- Fix error when processing OVAL filters (rhbz#2126882, rhbz#2126883)

0 commit comments

Comments
 (0)