SHA256
1
0
forked from pool/openssh

Accepting request 354941 from home:scarabeus_iv:branches:network

- Cleanup with spec-cleaner
- Update of the master OpenSSH to 7.1p2

- Take refreshed and updated audit patch from redhat
  * Remove our old patches:
    + openssh-6.6p1-audit1-remove_duplicit_audit.patch
    + openssh-6.6p1-audit2-better_audit_of_user_actions.patch
    + openssh-6.6p1-audit3-key_auth_usage-fips.patch
    + openssh-6.6p1-audit3-key_auth_usage.patch
    + openssh-6.6p1-audit4-kex_results-fips.patch
    + openssh-6.6p1-audit4-kex_results.patch
    + openssh-6.6p1-audit5-session_key_destruction.patch
    + openssh-6.6p1-audit6-server_key_destruction.patch
    + openssh-6.6p1-audit7-libaudit_compat.patch
    + openssh-6.6p1-audit8-libaudit_dns_timeouts.patch
  * add openssh-6.7p1-audit.patch
- Reenable the openssh-6.6p1-ldap.patch
- Update the fips patch from RH build openssh-6.6p1-fips.patch
- Update and refresh openssh-6.6p1-gssapi_key_exchange.patch
- Remove fips-check patch as it is merged to fips patch
  * openssh-6.6p1-fips-checks.patch
- Rebase and enable chroot patch:
  * openssh-6.6p1-sftp_homechroot.patch
- Reenable rebased patch for linux seed:
  * openssh-6.6p1-seed-prng.patch
- Reenable key converting patch:
  * openssh-6.6p1-key-converter.patch

- Version update to 7.1p2:
  * various upstream bugfixes and cleanups

OBS-URL: https://build.opensuse.org/request/show/354941
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=95
This commit is contained in:
Ismail Dönmez
2016-01-21 07:28:30 +00:00
committed by Git OBS Bridge
parent 1c5ff2cc6c
commit 642f5e8889
37 changed files with 4461 additions and 9920 deletions

View File

@@ -1,3 +1,83 @@
-------------------------------------------------------------------
Wed Jan 20 11:18:48 UTC 2016 - tchvatal@suse.com
- Take refreshed and updated audit patch from redhat
* Remove our old patches:
+ openssh-6.6p1-audit1-remove_duplicit_audit.patch
+ openssh-6.6p1-audit2-better_audit_of_user_actions.patch
+ openssh-6.6p1-audit3-key_auth_usage-fips.patch
+ openssh-6.6p1-audit3-key_auth_usage.patch
+ openssh-6.6p1-audit4-kex_results-fips.patch
+ openssh-6.6p1-audit4-kex_results.patch
+ openssh-6.6p1-audit5-session_key_destruction.patch
+ openssh-6.6p1-audit6-server_key_destruction.patch
+ openssh-6.6p1-audit7-libaudit_compat.patch
+ openssh-6.6p1-audit8-libaudit_dns_timeouts.patch
* add openssh-6.7p1-audit.patch
- Reenable the openssh-6.6p1-ldap.patch
- Update the fips patch from RH build openssh-6.6p1-fips.patch
- Update and refresh openssh-6.6p1-gssapi_key_exchange.patch
- Remove fips-check patch as it is merged to fips patch
* openssh-6.6p1-fips-checks.patch
- Rebase and enable chroot patch:
* openssh-6.6p1-sftp_homechroot.patch
- Reenable rebased patch for linux seed:
* openssh-6.6p1-seed-prng.patch
- Reenable key converting patch:
* openssh-6.6p1-key-converter.patch
-------------------------------------------------------------------
Mon Jan 18 07:33:17 UTC 2016 - tchvatal@suse.com
- Version update to 7.1p2:
* various upstream bugfixes and cleanups
- Remove upstreamed patch:
* openssh-6.6p1-curve25519-6.6.1p1.patch
* CVE-2016-0777_CVE-2016-0778.patch
- Remove patches fixed differently in upstream:
* openssh-6.6p1-fingerprint_hash.patch
* openssh-6.6p1-no_fork-no_pid_file.patch
- Disable patch for fips, needs a lot of work:
* openssh-6.6p1-fips.patch
* openssh-6.6p1-audit3-key_auth_usage-fips.patch
- Refresh non-applying patches:
* openssh-6.6p1-blocksigalrm.patch
* openssh-6.6p1-eal3.patch
* openssh-6.6p1-gssapimitm.patch
* openssh-6.6p1-pam-check-locks.patch
* openssh-6.6p1-disable-openssl-abi-check.patch
* openssh-6.6p1-sftp_force_permissions.patch
* openssh-6.6p1-seccomp_getuid.patch
* openssh-6.6p1-ldap.patch
- Disable non-applying patches requiring review:
* openssh-6.6p1-audit2-better_audit_of_user_actions.patch
* openssh-6.6p1-audit3-key_auth_usage.patch
* openssh-6.6p1-audit4-kex_results.patch
* openssh-6.6p1-audit4-kex_results-fips.patch
* openssh-6.6p1-audit5-session_key_destruction.patch
* openssh-6.6p1-audit6-server_key_destruction.patch
* openssh-6.6p1-seed-prng.patch
* openssh-6.6p1-gssapi_key_exchange.patch
* openssh-6.6p1-sftp_homechroot.patch
* openssh-6.6p1-fips-checks.patch
* openssh-6.6p1-ldap.patch
-------------------------------------------------------------------
Mon Jan 18 07:06:52 UTC 2016 - tchvatal@suse.com
- Merge few of conditionals as we do not support many of the specified
version ranges
-------------------------------------------------------------------
Mon Jan 18 06:52:33 UTC 2016 - tchvatal@suse.com
- Rename README.SuSE to README.SUSE
-------------------------------------------------------------------
Mon Jan 18 06:50:36 UTC 2016 - tchvatal@suse.com
- Cleanup with spec-cleaner
-------------------------------------------------------------------
Thu Jan 14 15:35:55 UTC 2016 - astieger@suse.com