9 Commits

Author SHA1 Message Date
Li Zhou
29dd2fd42a openssh: fix CVE-2018-15473 from source build
Upgrade to openssh-7.4p1-21 for fixing CVE.

Story: 2008532
Task: 41668
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Change-Id: Ic3e10b3455587bba16585fe8e235c4c0655f1e3e
2021-01-26 07:50:09 +00:00
Dongqi Chen
af359d4938 Add auto-versioning to starlingx/integ packages
This update makes use of the PKG_GITREVCOUNT variable
to auto-version the packages in this repo.

Story: 2007750
Task: 39951
Change-Id: I854419c922b9db4edbbf6f1e987a982ec2ec7b59
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
2020-06-24 09:48:28 +08:00
zhipengl
2730d2b38b Refactor harden server and client config patch for openssh package
Move ssh_config and sshd_config modification from openssh package to
openssh-config package.
Deployment test pass and configuration file check pass!

Story: 2004477
Task: 28185

Change-Id: I9976733bab102ee076d514333cd5a74af20794ec
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
2018-12-10 23:10:54 +08:00
zhipengl
1c8c71654f Refactor patches for openssh package
Use openssh-config package to package config and service files
for openssh package.
Merge adding source patch and spec related change to one meta
patch named spec-include-Tis-chnages.patch.

Deployment test and ping test between VMs pass
Config files check pass.

Story: 2003768
Task: 27588

Change-Id: I77cd054707d11dace1c47e8477d0e30b69719a38
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
2018-11-21 01:21:12 +00:00
slin14
898bc83a8e remove paired patches in openssh
"spec-remove-TC-config-files.patch" revert "spec-includes-TiS-config-files.patch"
So we could remove them together.

Story: 2004135
Task: 27604

Change-Id: I1609dd908731b4975667e5de310cd2d3c303da7f
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-10-23 02:57:38 +08:00
Sun Austin
37589d713b remove -j patch from openssh
This removed 0001-Further-parallelize-openssh-bu meta patch.

Story: 2003803
Task: 26543

Change-Id: I0fbfe404711dc5fd3cb9b931eaac523b775a1a71
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-10-09 10:04:54 +08:00
slin14
84c6cae443 de-fuzz openssh patches
When do Centos 7.5 upgraded, some patches didn't resolve and cause
the fuzzy in the line numbers of the patches. And it may cause
.orig file is created when do patch. And this .orig file will lead
to rpm packaging failure due to the unexpected and unpackaged .orig
file.

Please visit below link to get more detail info:
https://bugs.launchpad.net/starlingx/+bug/1794611

Solution:
  Safest solution is to de-fuzz our patches.

Story: 2003389
Task: 26755

Change-Id: I0a701722187a3fd34ad710c86dbcf31318fbfda5
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-09-28 07:37:14 +08:00
slin14
f97b0ed320 rebase openssh patch to CentOS7.5
Story: 2003389
Task: 24474

Change-Id: I74d760a15356bce0c5eb567a7a36c983b1a0360c
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-08-22 13:36:35 +08:00
Scott Little
bab9bb6b69 Internal restructuring of stx-integ
Create new directories:
   ceph
   config
   config-files
   filesystem
   kernel
   kernel/kernel-modules
   ldap
   logging
   strorage-drivers
   tools
   utilities
   virt

Retire directories:
   connectivity
   core
   devtools
   support
   extended

Delete two packages:
   tgt
   irqbalance

Relocated packages:
   base/
      dhcp
      initscripts
      libevent
      lighttpd
      linuxptp
      memcached
      net-snmp
      novnc
      ntp
      openssh
      pam
      procps
      sanlock
      shadow
      sudo
      systemd
      util-linux
      vim
      watchdog

   ceph/
      python-cephclient

   config/
      facter
      puppet-4.8.2
      puppet-modules

   filesystem/
      e2fsprogs
      nfs-utils
      nfscheck

   kernel/
      kernel-std
      kernel-rt

   kernel/kernel-modules/
      mlnx-ofa_kernel

   ldap/
      nss-pam-ldapd
      openldap

   logging/
      syslog-ng
      logrotate

   networking/
      lldpd
      iproute
      mellanox
      python-ryu
      mlx4-config

   python/
      python-2.7.5
      python-django
      python-gunicorn
      python-setuptools
      python-smartpm
      python-voluptuous

   security/
      shim-signed
      shim-unsigned
      tboot

   strorage-drivers/
      python-3parclient
      python-lefthandclient

   virt/
      cloud-init
      libvirt
      libvirt-python
      qemu

   tools/
      storage-topology
      vm-topology

   utilities/
      tis-extensions
      namespace-utils
      nova-utils
      update-motd

Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 10:06:31 -04:00