Package Details: openscap 1.4.0-1

Git Clone URL: https://aur.archlinux.org/openscap.git (read-only, click to copy)
Package Base: openscap
Description: Open Source Security Compliance Solution
Upstream URL: https://www.open-scap.org/
Keywords: container security virtualization
Licenses: GPL
Submitter: NonerKao
Maintainer: mehalter
Last Packager: mehalter
Votes: 3
Popularity: 0.000000
First Submitted: 2016-04-06 04:06 (UTC)
Last Updated: 2024-08-13 15:30 (UTC)

Latest Comments

« First ‹ Previous 1 2

Fi1xaaph commented on 2020-09-14 05:45 (UTC)

Please also consider to set the cmake_install_prefix variable to prevent in installation under /usr/local. E.g.

diff --git a/PKGBUILD b/PKGBUILD                                                                                                                               │~
index 7287723..2b7bd87 100644                                                                                                                                  │~
--- a/PKGBUILD                                                                                                                                                 │~
+++ b/PKGBUILD                                                                                                                                                 │~
@@ -29,7 +29,7 @@ build() {                                                                                                                                    │~
   cd "$pkgname-$pkgver"                                                                                                                                       │~
   mkdir -p build                                                                                                                                              │~
   cd build                                                                                                                                                    │~
-  cmake ../                                                                                                                                                   │~
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../                                                                                                                       │~
   make                                                                                                                                                        │~
 }

mehalter commented on 2020-06-16 14:46 (UTC)

@ds22861s sorry for the late follow up and thanks for the heads up! Testing 1.3.3 build now and will update the package when this finishes successfully.

ds22861s commented on 2020-06-13 12:36 (UTC) (edited on 2020-06-13 12:37 (UTC) by ds22861s)

If you try to install v1.3.2, compile will lead to the following error:

openscap-1.3.2-2.fc32 FTBFS: /usr/bin/ld: OVAL/probes/unix/CMakeFiles/unix_probes_object.dir/process58_probe.c.o: /builddir/build/BUILD/openscap-1.3.2/src/OVAL/probes/unix/process58_probe.c:155: multiple definition of `boot'

See also: https://bugzilla.redhat.com/show_bug.cgi?id=1793914

Please fix it by updating pkgbuild:

Update version to: 1.3.3; Update Hash

openprivacy commented on 2020-01-18 22:01 (UTC)

I have created an updated version of this package here: https://github.com/openprivacy/archlinux-openscap

I am unsure how or where to make a pull request to update the "official" package.

openprivacy commented on 2019-03-30 17:58 (UTC)

After installing there are no "Supported OVAL objects and associated OpenSCAP probes" at the end of oscap -V -- but I see them after yum install oscap on RHEL/7 or CentOS/7. Not yet sure why...

cyrinux commented on 2019-01-16 07:59 (UTC)

Hi, Please add makedepends=('automake') Regards,

NonerKao commented on 2016-04-11 04:46 (UTC)

I am currently studying this project and kind of trying to join the development. Any suggestion is welcome!