66 Commits

Author SHA256 Message Date
1b8f3ca089 Accepting request 1198282 from security
OBS-URL: https://build.opensuse.org/request/show/1198282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=27
2024-09-04 11:21:15 +00:00
Petr Vorel
214f004b93 - Update to version 1.6.2
https://github.com/linux-integrity/ima-evm-utils/blob/v1.6.2/NEWS
- Remove LicenseRef-GPL-2.0-with-openssl-exception (no need due relicensing of
  OpenSSL 3 or later to the Apache 2 license
  4a4c762c8e )
- Upstream added COPYING (again) and COPYING.LGPL (new), add them to %license.

OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=64
2024-09-02 11:52:39 +00:00
cd122508a4 Accepting request 1187890 from security
OBS-URL: https://build.opensuse.org/request/show/1187890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=26
2024-07-17 13:13:56 +00:00
14f1ba41f3 - Update project source URL.
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=62
2024-07-16 11:19:01 +00:00
2120e57f48 Accepting request 1186851 from security
- Add LicenseRef-GPL-2.0-with-openssl-exception to License: (upstream has not
  yet created appropriate exception in SPDX). (forwarded request 1186734 from pevik)

OBS-URL: https://build.opensuse.org/request/show/1186851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=25
2024-07-14 06:49:00 +00:00
1b04a997a4 - Add LicenseRef-GPL-2.0-with-openssl-exception to License: (upstream has not
yet created appropriate exception in SPDX).

OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=60
2024-07-11 11:44:52 +00:00
1a7525d2d4 Accepting request 1186219 from security
OBS-URL: https://build.opensuse.org/request/show/1186219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=24
2024-07-09 18:03:31 +00:00
Petr Vorel
17f952f98b Accepting request 1186218 from home:pevik:branches:security
- Update to version 1.6
  https://lore.kernel.org/linux-integrity/20240703164454.61614-1-zohar@linux.ibm.com/
- Upstream bumped soname to 5.0.0
- Upstream changed license to GPL-2.0-or-later (evmctl), LGPL-2.0-or-later
  (libimaevm + devel package), and GPL-2.0-or-later WITH Linux-syscall-note
  exception (both)
  https://github.com/linux-integrity/ima-evm-utils/issues/4
  (mention both GPL and LGPL and add specific license to subpackages)
- Remove patch from upstream (0001-fsverity.test-Add-usr-sbin-into-PATH.patch)

OBS-URL: https://build.opensuse.org/request/show/1186218
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=58
2024-07-08 15:27:01 +00:00
298e814a1f Accepting request 1135992 from security
OBS-URL: https://build.opensuse.org/request/show/1135992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=23
2024-01-04 14:56:35 +00:00
a4863c6669 Accepting request 1133396 from home:fcrozat:branches:security
- Update download url.

OBS-URL: https://build.opensuse.org/request/show/1133396
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=56
2024-01-01 16:12:17 +00:00
6f5fbffe64 Accepting request 1070713 from security
- Update to version 1.5
	* CI changes:
	  * New: UML kernel testing environment
	  * Support for running specific test(s)
	  * Update distros
	  * Update software release versions
	* New features:
	  * Signing fs-verity signatures
	  * Reading TPM 2.0 PCRs via sysfs interface
	* New tests:
	  * Missing IMA mmapped file measurements
	  * Overlapping IMA policy rules
	  * EVM portable signatures
	  * fs-verity file measurements in the IMA measurement list
	* Build and library changes:
	  * OpenSSL 3.0 version related changes
	  * New configuration options: --disable-engine, --enable-sigv1
	  * Deprecate IMA signature v1 format
	* Misc bug fixes and code cleanup:
	  * memory leaks, bounds checking, use after free
	  * Fix and update test output
	  * Add missing sanity checks
	* Documentation:
	  * Store the sourceforge ima-evm-utils wiki for historical
	    purposes.
- Upstream bumped soname to 4.0.0
- Add BuildRequires: e2fsprogs util-linux (required by tests, which are mandatory)
- /usr/sbin to PATH (0001-fsverity.test-Add-usr-sbin-into-PATH.patch, sent to upstream ML) (forwarded request 1070704 from pevik)

OBS-URL: https://build.opensuse.org/request/show/1070713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=22
2023-03-11 17:23:40 +00:00
20a7ba0924 Accepting request 1070704 from home:pevik:branches:security
- Update to version 1.5
	* CI changes:
	  * New: UML kernel testing environment
	  * Support for running specific test(s)
	  * Update distros
	  * Update software release versions
	* New features:
	  * Signing fs-verity signatures
	  * Reading TPM 2.0 PCRs via sysfs interface
	* New tests:
	  * Missing IMA mmapped file measurements
	  * Overlapping IMA policy rules
	  * EVM portable signatures
	  * fs-verity file measurements in the IMA measurement list
	* Build and library changes:
	  * OpenSSL 3.0 version related changes
	  * New configuration options: --disable-engine, --enable-sigv1
	  * Deprecate IMA signature v1 format
	* Misc bug fixes and code cleanup:
	  * memory leaks, bounds checking, use after free
	  * Fix and update test output
	  * Add missing sanity checks
	* Documentation:
	  * Store the sourceforge ima-evm-utils wiki for historical
	    purposes.
- Upstream bumped soname to 4.0.0
- Add BuildRequires: e2fsprogs util-linux (required by tests, which are mandatory)
- /usr/sbin to PATH (0001-fsverity.test-Add-usr-sbin-into-PATH.patch, sent to upstream ML)

OBS-URL: https://build.opensuse.org/request/show/1070704
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=54
2023-03-10 12:43:05 +00:00
c296fd30e2 Accepting request 972600 from security
- switch to use https urls

OBS-URL: https://build.opensuse.org/request/show/972600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=21
2022-04-26 18:15:17 +00:00
69d53bde9d - switch to use https urls
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=52
2022-04-25 11:34:05 +00:00
9144a594ef Accepting request 929574 from security
OBS-URL: https://build.opensuse.org/request/show/929574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=20
2021-11-06 17:15:10 +00:00
Petr Vorel
fa8eae1b66 Accepting request 929570 from home:pevik:branches:security
- Update to version 1.4
	* Elliptic curve support and tests
	* PKCS11 support and tests
	* Ability to manually specify the keyid included in the IMA xattr
	* Improve IMA measurement list per TPM bank verification
	* Linking with IBM TSS
	* Set default hash algorithm in package configuration
	* (Minimal) support and test EVM portable signatures
	* CI testing:
	  * Refresh and include new distros
	  * Podman support
	  * GitHub Actions
	  * Limit "sudo" usage
	* Misc bug fixes and code cleanup
	  * Fix static analysis bug reports, memory leaks
	  * Remove experimental code that was never upstreamed in the kernel
	  * Use unsigned variable, remove unused variables, etc
- Upstream bumped soname to 3.0.0

OBS-URL: https://build.opensuse.org/request/show/929570
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=51
2021-11-05 08:41:42 +00:00
43c3665317 Accepting request 844713 from security
OBS-URL: https://build.opensuse.org/request/show/844713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=19
2020-11-02 08:39:48 +00:00
Petr Vorel
1eedfd2c56 Accepting request 844712 from home:pevik:branches:security
- Update to version 1.3.2
	* Bugfixes: importing keys
	* NEW: Docker based travis distro testing
	* Travis bugfixes, code cleanup, software version update,
	  and script removal
	* Initial travis testing
- Remove 0001-help-Add-missing-new-line-for-ignore-violations.patch
  (patch from this release)
- Add make check + dependencies (getfattr => attr, xxd => vim)

OBS-URL: https://build.opensuse.org/request/show/844712
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=49
2020-10-29 07:06:01 +00:00
5a7d2ca298 Accepting request 838990 from security
OBS-URL: https://build.opensuse.org/request/show/838990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=18
2020-10-02 15:17:09 +00:00
Petr Vorel
9b259dc6bf Accepting request 838988 from home:pevik:branches:security
- Fix missing new line in help
  (0001-help-Add-missing-new-line-for-ignore-violations.patch)

OBS-URL: https://build.opensuse.org/request/show/838988
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=47
2020-10-01 13:53:18 +00:00
e09f072b58 Accepting request 826695 from security
OBS-URL: https://build.opensuse.org/request/show/826695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=17
2020-08-16 18:33:10 +00:00
Petr Vorel
23433fd360 Accepting request 826694 from home:pevik:branches:security
- Update to version 1.3.1
	* "--pcrs" support for per crypto algorithm
	* Drop/rename "ima_measurement" options
	* Moved this summary from "Changelog" to "NEWS", removing
	  requirement for GNU empty files
	* Distro build fixes
  * Remove 0001-pcr_tss-Fix-compilation-for-old-compilers.patch (from this
    release)

OBS-URL: https://build.opensuse.org/request/show/826694
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=45
2020-08-14 15:08:05 +00:00
e81346bb2e Accepting request 822318 from security
OBS-URL: https://build.opensuse.org/request/show/822318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=16
2020-07-26 14:17:30 +00:00
Petr Vorel
c76e56c233 Accepting request 822317 from home:pevik:branches:security
- Use %autosetup -p1

OBS-URL: https://build.opensuse.org/request/show/822317
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=43
2020-07-23 07:21:50 +00:00
Petr Vorel
0922800b8b Accepting request 822243 from home:pevik:branches:security
- Remove suse_version check for tpm2-0-tss-devel as the package is available
  for back as far as SLE 12 SP2 and respective openSUSE versions (also check
  was wrong, should have been 1500).

OBS-URL: https://build.opensuse.org/request/show/822243
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=42
2020-07-22 12:57:00 +00:00
8096885e9e Accepting request 822221 from home:pevik:branches:security
- Fixes from previous SR (reported by fvogt):
  * Move ibmtss runtime dependency to evmctl package
  * Remove dependencies to devel package (should not be needed)

OBS-URL: https://build.opensuse.org/request/show/822221
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=41
2020-07-22 11:50:38 +00:00
0f9e46bbc0 Accepting request 822216 from home:pevik:branches:security
- Update to version 1.3
	version 1.3 new features:
	* NEW ima-evm-utils regression test infrastructure with two initial
	  tests:
	  - ima_hash.test: calculate/verify different crypto hash algorithms
	  - sign_verify.test: EVM and IMA sign/verify signature tests
	* TPM 2.0 support
	  - Calculate the new per TPM 2.0 bank template data digest
	  - Support original padding the SHA1 template data digest
	  - Compare ALL the re-calculated TPM 2.0 bank PCRs against the
	    TPM 2.0 bank PCR values
	  - Calculate the per TPM bank "boot_aggregate" values, including
	    PCRs 8 & 9 in calculation
	  - Support reading the per TPM 2.0 Bank PCRs using Intel's TSS
	  - boot_aggregate.test: compare the calculated "boot_aggregate"
	    values with the "boot_aggregate" value included in the IMA
	    measurement.
	* TPM 1.2 support
	  - Additionally support reading the TPM 1.2 PCRs from a supplied file
	    ("--pcrs" option)
	* Based on original IMA LTP and standalone version support
	  - Calculate the TPM 1.2 "boot_aggregate" based on the exported
	    TPM 1.2 BIOS event log.
	  - In addition to verifying the IMA measurement list against the
	    the TPM PCRs, verify the IMA template data digest against the
	    template data.  (Based on LTP "--verify" option.)
	  - Ignore file measurement violations while verifying the IMA
	    measurment list. (Based on LTP "--validate" option.)
	  - Verify the file data signature included in the measurement list
	    based on the file hash also included in the measurement list

OBS-URL: https://build.opensuse.org/request/show/822216
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=40
2020-07-22 11:07:09 +00:00
730f6aacb7 Accepting request 722572 from security
- Update to version 1.2.1 (included changes of unreleased v1.2)
	version 1.2 new features:
	* Generate EVM signatures based on the specified hash algorithm
	* include "security.apparmor" in EVM signature
	* Add support for writing & verifying "user.xxxx" xattrs for testing
	* Support Strebog/Gost hash functions
	* Add OpenSSL engine support
	* Use of EVP_PKEY OpenSSL API to generate/verify v2 signatures
	* Support verifying multiple signatures at once
	* Support new template "buf" field and warn about other unknown fields
	* Improve OpenSSL error reporting
	* Support reading TPM 2.0 PCRs using tsspcrread
	Bug fixes and code cleanup:
	* Update manpage stylesheet detection
	* Fix xattr.h include file
	* On error when reading TPM PCRs, don't log gargabe
	* Properly return keyid string to calc_keyid_v1/v2 callers, caused by
	  limiting keyid output to verbose mode
	* Fix hash buffer overflow caused by EVM support for larger hashes,
	  defined MAX_DIGEST_SIZE and MAX_SIGNATURE_SIZE, and added "asserts".
	* Linked with libcrypto instead of OpenSSL
	* Updated Autotools, replacing INCLUDES with AM_CPPFLAGS
	* Include new "hash-info.gen" in tar
	* Log the hash algorithm, not just the hash value
	* Fixed memory leaks in: EV_MD_CTX, init_public_keys
	* Fixed other warnings/bugs discovered by clang, coverity
	* Remove indirect calls in verify_hash() to improve code readability
	* Don't fallback to using sha1
	* Namespace some too generic object names
	* Make functions/arrays static if possible (forwarded request 719901 from pevik)

OBS-URL: https://build.opensuse.org/request/show/722572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=15
2019-08-14 09:36:07 +00:00
7788e35ecd Accepting request 719901 from home:pevik:branches:security
- Update to version 1.2.1 (included changes of unreleased v1.2)
	version 1.2 new features:
	* Generate EVM signatures based on the specified hash algorithm
	* include "security.apparmor" in EVM signature
	* Add support for writing & verifying "user.xxxx" xattrs for testing
	* Support Strebog/Gost hash functions
	* Add OpenSSL engine support
	* Use of EVP_PKEY OpenSSL API to generate/verify v2 signatures
	* Support verifying multiple signatures at once
	* Support new template "buf" field and warn about other unknown fields
	* Improve OpenSSL error reporting
	* Support reading TPM 2.0 PCRs using tsspcrread
	Bug fixes and code cleanup:
	* Update manpage stylesheet detection
	* Fix xattr.h include file
	* On error when reading TPM PCRs, don't log gargabe
	* Properly return keyid string to calc_keyid_v1/v2 callers, caused by
	  limiting keyid output to verbose mode
	* Fix hash buffer overflow caused by EVM support for larger hashes,
	  defined MAX_DIGEST_SIZE and MAX_SIGNATURE_SIZE, and added "asserts".
	* Linked with libcrypto instead of OpenSSL
	* Updated Autotools, replacing INCLUDES with AM_CPPFLAGS
	* Include new "hash-info.gen" in tar
	* Log the hash algorithm, not just the hash value
	* Fixed memory leaks in: EV_MD_CTX, init_public_keys
	* Fixed other warnings/bugs discovered by clang, coverity
	* Remove indirect calls in verify_hash() to improve code readability
	* Don't fallback to using sha1
	* Namespace some too generic object names
	* Make functions/arrays static if possible

OBS-URL: https://build.opensuse.org/request/show/719901
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=38
2019-08-12 06:43:36 +00:00
73e52740bc Accepting request 635260 from security
- ima-evm-utils-xattr.patch: xattr.h is now libattr.h

OBS-URL: https://build.opensuse.org/request/show/635260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=14
2018-09-13 10:11:36 +00:00
3928ea5ca0 - ima-evm-utils-xattr.patch: xattr.h is now libattr.h
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=36
2018-09-12 06:03:53 +00:00
2c52e055b9 Accepting request 587839 from security
- Update to version 1.1
  * Support the new openssl 1.1 api
  * Support for validating multiple pcrs
  * Verify the measurement list signature based on the list digest
  * Verify the "ima-sig" measurement list using multiple keys
  * Fixed parsing the measurement template data field length
  * Portable & immutable EVM signatures (new format)
  * Multiple fixes that have been lingering in the next branch. Some
    are for experimental features that are not yet supported in the
    kernel.
- Drop ima-evm-utils-openssl1.patch (not needed any more as IMA got
  backward compatible support for openssl 1.1). (forwarded request 587829 from pevik)

OBS-URL: https://build.opensuse.org/request/show/587839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=13
2018-03-20 20:59:04 +00:00
0c6191e80a Accepting request 587829 from home:pevik:branches:security
- Update to version 1.1
  * Support the new openssl 1.1 api
  * Support for validating multiple pcrs
  * Verify the measurement list signature based on the list digest
  * Verify the "ima-sig" measurement list using multiple keys
  * Fixed parsing the measurement template data field length
  * Portable & immutable EVM signatures (new format)
  * Multiple fixes that have been lingering in the next branch. Some
    are for experimental features that are not yet supported in the
    kernel.
- Drop ima-evm-utils-openssl1.patch (not needed any more as IMA got
  backward compatible support for openssl 1.1).

OBS-URL: https://build.opensuse.org/request/show/587829
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=34
2018-03-16 10:15:47 +00:00
0ea30c6d66 Accepting request 546015 from security
OBS-URL: https://build.opensuse.org/request/show/546015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=12
2017-11-27 21:18:55 +00:00
Alexander Naumov
319e6842d4 Accepting request 544089 from home:pluskalm:branches:security
- Small spec file cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/544089
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=32
2017-11-27 13:28:47 +00:00
80cc7ed780 Accepting request 539892 from security
- ima-evm-utils-openssl1.patch: allow building against openssl 1.1 (bsc#1066947)

OBS-URL: https://build.opensuse.org/request/show/539892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=11
2017-11-10 13:57:00 +00:00
fa4eb2c485 - ima-evm-utils-openssl1.patch: allow building against openssl 1.1 (bsc#1066947)
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=30
2017-11-08 15:07:04 +00:00
608390c621 Accepting request 539849 from home:msmeissn:branches:security
- ima-evm-utils-openssl1.patch: allow building against openssl1. (bsc#1066947)

OBS-URL: https://build.opensuse.org/request/show/539849
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=29
2017-11-08 12:32:10 +00:00
cd581e9091 Accepting request 536019 from security
- added openssl-devel dependency to ima-evm-utils-devel. otherwise the ima
  header can't be included if the openssl headers are missing (forwarded request 535941 from mgerstner)

OBS-URL: https://build.opensuse.org/request/show/536019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=10
2017-10-24 20:23:37 +00:00
c1f00612d6 Accepting request 535941 from home:mgerstner:branches:security
- added openssl-devel dependency to ima-evm-utils-devel. otherwise the ima
  header can't be included if the openssl headers are missing

OBS-URL: https://build.opensuse.org/request/show/535941
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=27
2017-10-23 14:42:25 +00:00
4d8c847c8f Accepting request 534142 from security
- No need to remove .a files which don't exist.
- Drop extraneous ldconfig call on preun.
- Update RPM groups and descriptions. (forwarded request 534000 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/534142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=9
2017-10-16 23:52:55 +00:00
27ccfc0e0a Accepting request 534000 from home:jengelh:branches:security
- No need to remove .a files which don't exist.
- Drop extraneous ldconfig call on preun.
- Update RPM groups and descriptions.

OBS-URL: https://build.opensuse.org/request/show/534000
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=25
2017-10-16 07:53:01 +00:00
3111ce037f Accepting request 533962 from home:mgerstner
- ima-evm-utils-fix-docbook-xsl-directory.patch: adjusted to refer to the
  "current" version of stylesheet to make the build work again
- adjusted spec file to apply stylesheet patch to SLE12 as well

OBS-URL: https://build.opensuse.org/request/show/533962
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=24
2017-10-13 14:40:06 +00:00
0719a39a42 Accepting request 517195 from security
- Add ima-evm-utils to SLES. (FATE#321603)

OBS-URL: https://build.opensuse.org/request/show/517195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=8
2017-08-18 13:04:39 +00:00
358c7d30df - Add ima-evm-utils to SLES. (FATE#321603)
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=22
2017-08-16 11:21:07 +00:00
98d96cdd78 Accepting request 494960 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/494960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=7
2017-05-17 08:54:19 +00:00
fce60f3e6b OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=20 2017-05-08 13:34:26 +00:00
f4f912315b - Add ima-evm-utils to SLES. (FATE#21603)
OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=19
2017-05-08 13:10:54 +00:00
f951a2bf4c Accepting request 354724 from security
- ima-evm-utils-fix-docbook-xsl-directory.patch: 
  fixed the nwalsh docbook directory again

OBS-URL: https://build.opensuse.org/request/show/354724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ima-evm-utils?expand=0&rev=6
2016-01-21 22:43:55 +00:00
5c3dc3d2d2 - ima-evm-utils-fix-docbook-xsl-directory.patch:
fixed the nwalsh docbook directory again

OBS-URL: https://build.opensuse.org/package/show/security/ima-evm-utils?expand=0&rev=17
2016-01-19 09:32:54 +00:00