[needs-packaging] For security reasons scap-workbench should be available in supported Ubuntu LTS versions - 14.04 and 16.04

Bug #1658492 reported by Norbert
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
scap-workbench (Debian)
Fix Released
Unknown
scap-workbench (Ubuntu)
New
Undecided
Unassigned

Bug Description

Expected results:
* scap-workbench is available in official Ubuntu LTS repositories (Trusty - 14.04, Xenial - 16.04).

Actual results:
* scap-workbench is not available in official Ubuntu LTS repositories (http://packages.ubuntu.com/search?keywords=scap-workbench).

Temporary solution:
  Compile scap-workbench manually (as described in comment 27 of https://answers.launchpad.net/ubuntu/+source/openscap/+question/242354 )
  sudo apt-get install libopenscap-dev

  ## SCAP Workbench (14.04 and 16.04)
   # build and install SCAP Workbench
   cd /tmp
   git clone https://github.com/OpenSCAP/scap-workbench
   cd scap-workbench
   git checkout v1-1
   mkdir build
   cd build/
   cmake ../
   make -j4
   sudo checkinstall make install # change name (2) to scap-workbench

  # run scap-workbench on Ubuntu 16.04
   cd /tmp
   # compile
   git clone https://github.com/OpenSCAP/scap-security-guide.git
   cd scap-security-guide
   sudo apt-get install xsltproc libxml2-utils expat python-lxml
   rm CMakeCache.txt
   cd build
   cmake ../
   make -j4

   # or get compiled version
   wget https://github.com/OpenSCAP/scap-security-guide/releases/download/v0.1.34/scap-security-guide-0.1.34-oval-5.10.zip
   unzip scap-security-guide-0.1.34-oval-5.10.zip
   cd scap-security-guide-0.1.34-oval-5.10
   scap-workbench ssg-ubuntu1604-ds.xml

Tags: xenial
Norbert (nrbrtx)
summary: - For security reasons scap-workbench should be available in supported
- Ubuntu LTS versions - 14.04 and 16.04
+ [needs-packaging] For security reasons scap-workbench should be
+ available in supported Ubuntu LTS versions - 14.04 and 16.04
description: updated
Norbert (nrbrtx)
description: updated
Norbert (nrbrtx)
description: updated
Norbert (nrbrtx)
description: updated
description: updated
Changed in scap-workbench (Debian):
status: Unknown → Fix Released
Revision history for this message
Norbert (nrbrtx) wrote :

scap-workbench is available only in Zesty, which is not LTS.

Revision history for this message
Norbert (nrbrtx) wrote :

cap-workbench is also available in Artful, which is not released.

Norbert (nrbrtx)
description: updated
Norbert (nrbrtx)
description: updated
Norbert (nrbrtx)
description: updated
Revision history for this message
Norbert (nrbrtx) wrote :

For your information:
scap-workbench from https://github.com/OpenSCAP/scap-workbench (for example 1.1.5) works normally on Ubuntu Xenial with libopenscap8 and libopenscap-dev from official repositories.

description: updated
description: updated
Norbert (nrbrtx)
tags: removed: precise trusty
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.