Skip to content

Commit

Permalink
Merge pull request #136 from digitalsleuth/libafflib_24
Browse files Browse the repository at this point in the history
Update libafflib for 24
  • Loading branch information
ekristen authored Jan 22, 2025
2 parents 0e17b67 + 5ea1510 commit ca1a8c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
10 changes: 9 additions & 1 deletion sift/packages/libafflib-dev.sls
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Name: AFFLIBv3
# Website: https://github.com/sshock/AFFLIBv3
# Description: Development file for AFFLIB
# Category:
# Author: Simson L. Garfinkel / Phillip Hellewell et al (https://github.com/sshock/AFFLIBv3/blob/master/AUTHORS)
# License: Multiple Licenses (https://github.com/sshock/AFFLIBv3/blob/master/COPYING)
# Notes:

libafflib-dev:
pkg.installed
pkg.installed
18 changes: 16 additions & 2 deletions sift/packages/libafflib.sls
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
libafflib:
# Name: AFFLIBv3
# Website: https://github.com/sshock/AFFLIBv3
# Description: AFF is an open and extensible file format to store disk images
# Category:
# Author: Simson L. Garfinkel / Phillip Hellewell et al (https://github.com/sshock/AFFLIBv3/blob/master/AUTHORS)
# License: Multiple Licenses (https://github.com/sshock/AFFLIBv3/blob/master/COPYING)
# Notes:

{% if grains['oscodename'] == 'jammy' %}
{% set package = 'libafflib0v5' %}
{% elif grains['oscodename'] == 'noble' %}
{% set package = 'libafflib0t64' %}
{% endif %}

sift-package-libafflib:
pkg.installed:
- name: libafflib0v5
- name: {{ package }}

0 comments on commit ca1a8c3

Please sign in to comment.