Search Criteria
Package Details: openscap 1.3.6-1
Package Actions
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: | 2022-01-20 18:57 (UTC) |
Dependencies (19)
- acl (acl-git)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- curl (curl-minimal-git, curl-git)
- gconf (gconf-gtk2)
- libcap (libcap-git)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- libldap (libldap24)
- libxml2 (libxml2-git)
- libxslt (libxslt-git)
- pcre (pcre-svn)
- perl (perl-git)
- perl-xml-parser
- perl-xml-xpath
- procps-ng (procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd, procps-ng-git)
- python (python38, python36, python37, python3.7, nogil-python, python311, python39)
- swig (swig-git)
- xmlsec
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
Required by (2)
- scap-security-guide (make)
- scap-security-guide-git (make)
Latest Comments
alex.henrie commented on 2021-09-15 23:36 (UTC)
The incorrect openscap installation path is making it impossible to create an AUR package for scap-workbench, which depends on openscap being in /usr.
alex.henrie commented on 2021-09-15 21:57 (UTC)
Please change
cmake ../
tocmake --install-prefix=/usr ../
in the PKGBUILD file. Arch packages are supposed to install their files to /usr, not /usr/local.mehalter commented on 2021-04-25 04:42 (UTC)
@rageltman thanks for the heads up, updated PKGBUILD with added
xmlsec
dependencyrageltman commented on 2021-04-25 04:24 (UTC)
Needs to have
xmlsec
added to dependencies - CI failing with: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.
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 afteryum 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)