From 5ee9f9d332c590d2b43cec2c634c1638c0bdb2677d4106b75da8f86139bdabb5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Nov 2013 12:51:39 +0000 Subject: [PATCH] - openscap-1.0.0 / 19-11-2013 - Improved heuristic to distinguish 'local' and 'remote' file systems - Improved comparison of EntityStateEVRStringType (trac#355) - Link against librpm (if available) to include rpmvercmp (on other platforms we fall back to the build-in rpmvercmp) - Bug fixes - openscap-0.9.13 / 08-11-2013 - Moved SCE to separate shared library (libopenscap_sce.so) - Introduction of scap-as-rpm tool - Improvements of sql and sql57 probes - Improvements of SELinux policy - Amendments based on SCAP 1.2 Errata (sp800-126r2-errata-20120409.pdf) - Minor improvements in state_entity processing - Introduction of CPE name for Fedora 21 to the internal dictionary - Added support for ind-def:pid/@xsi:nil (rhbz#1013011) - Improved error reporting - Bug fixes - Changed CPE name regex to be more permissive - avoided reports from the library to the stdout and stderr - plugged several memory leaks - improved xccdf:check-content-refs processing - misspelling in syslog message (rhbz#1021695) - fixed OVAL's element processing - fixes based on static analysers - test suite is locale independent OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=85 --- openscap-0.9.12.tar.gz | 3 --- openscap-0.9.12.tar.gz.sha1sum | 1 - openscap-1.0.0.tar.gz | 3 +++ openscap-1.0.0.tar.gz.sha1sum | 1 + openscap.changes | 30 ++++++++++++++++++++++++++++++ openscap.spec | 2 +- 6 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 openscap-0.9.12.tar.gz delete mode 100644 openscap-0.9.12.tar.gz.sha1sum create mode 100644 openscap-1.0.0.tar.gz create mode 100644 openscap-1.0.0.tar.gz.sha1sum diff --git a/openscap-0.9.12.tar.gz b/openscap-0.9.12.tar.gz deleted file mode 100644 index 953a181..0000000 --- a/openscap-0.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af595087fcf8b6a5076e3755b7a838fcaca899b398537c44c0fe3ff20d90cc8 -size 12777461 diff --git a/openscap-0.9.12.tar.gz.sha1sum b/openscap-0.9.12.tar.gz.sha1sum deleted file mode 100644 index 6b83e4f..0000000 --- a/openscap-0.9.12.tar.gz.sha1sum +++ /dev/null @@ -1 +0,0 @@ -3db4b73a2f08bd018a5aba7e2d3585d6ac571c33 /home/slukasik-f18/openscap-0.9.12.tar.gz diff --git a/openscap-1.0.0.tar.gz b/openscap-1.0.0.tar.gz new file mode 100644 index 0000000..0ae7322 --- /dev/null +++ b/openscap-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47105500b8b3d80cdf07b277bfab59091de5eadb16d97d27ee663bfbee58cb76 +size 13141090 diff --git a/openscap-1.0.0.tar.gz.sha1sum b/openscap-1.0.0.tar.gz.sha1sum new file mode 100644 index 0000000..36179ed --- /dev/null +++ b/openscap-1.0.0.tar.gz.sha1sum @@ -0,0 +1 @@ +f8f72e5bff654feec2629aa74c7a8f4ca3f0ad45 openscap-1.0.0.tar.gz diff --git a/openscap.changes b/openscap.changes index 09dd3eb..9468b17 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Nov 19 12:50:35 UTC 2013 - meissner@suse.com + +- openscap-1.0.0 / 19-11-2013 + - Improved heuristic to distinguish 'local' and 'remote' file systems + - Improved comparison of EntityStateEVRStringType (trac#355) + - Link against librpm (if available) to include rpmvercmp + (on other platforms we fall back to the build-in rpmvercmp) + - Bug fixes + +- openscap-0.9.13 / 08-11-2013 + - Moved SCE to separate shared library (libopenscap_sce.so) + - Introduction of scap-as-rpm tool + - Improvements of sql and sql57 probes + - Improvements of SELinux policy + - Amendments based on SCAP 1.2 Errata (sp800-126r2-errata-20120409.pdf) + - Minor improvements in state_entity processing + - Introduction of CPE name for Fedora 21 to the internal dictionary + - Added support for ind-def:pid/@xsi:nil (rhbz#1013011) + - Improved error reporting + - Bug fixes + - Changed CPE name regex to be more permissive + - avoided reports from the library to the stdout and stderr + - plugged several memory leaks + - improved xccdf:check-content-refs processing + - misspelling in syslog message (rhbz#1021695) + - fixed OVAL's element processing + - fixes based on static analysers + - test suite is locale independent + ------------------------------------------------------------------- Fri Oct 11 13:10:42 UTC 2013 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 71e29d7..4cebfce 100644 --- a/openscap.spec +++ b/openscap.spec @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 0.9.12 +Version: 1.0.0 Release: 1.0 Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz Source5: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum