Update to 8.1.0.0

This commit is contained in:
Daniel Berteaud 2019-12-18 13:24:22 +01:00
parent 835d5db474
commit cb85ca2a0c
4 changed files with 16 additions and 9 deletions

BIN
OpenSSH-Win32.zip (Stored with Git LFS)

Binary file not shown.

BIN
OpenSSH-Win64.zip (Stored with Git LFS)

Binary file not shown.

View File

@ -1,8 +1,10 @@
package : fws-openssh
version : 8.0.0.0-3
version : 8.1.0.0-2
architecture : all
section : base
priority : optional
name :
categories :
maintainer : Daniel Berteaud <daniel@firewall-services.com>
description : OpenSSH for Windows
depends : fws-7zip
@ -25,8 +27,12 @@ editor :
keywords : ssh
licence :
homepage : https://github.com/PowerShell/Win32-OpenSSH
package_uuid :
package_uuid : d03905ac-0ff5-41b9-8cb7-63dfb0fa8a92
valid_from :
valid_until :
forced_install_on :
signer : Daniel Berteaud
signer_fingerprint:
signature_date :
signed_attributes :
signer_fingerprint: 3c9415559e2dedbc4390e3faa2c28d3b67265baa5b35902d2764d9e41c3b3f0a
signature : gxZwHTfsAvPC7MCJQwitRKx7m6bhjo1wjqRGMYGF5YQfjXPvsobfxNnMYSCeUTlgstXmXWq/zQ5QzWa/yUxrCI8YFBo9yH3IQmA2ub21xNBhrJtTxQmRsKUVscesbMS9oUILF33laNeN7wsbbYChuQymZPeQQC5o0xkxeEwOQ7T+884OdJE8Z6dN+xdjJGltis7PKt6/73L9m2TC6aMPnlJ5oITa9hCFJZprowRM7y91z9GSX/dGLCsXjwDRoG5Ca+5WoVxWn9gFJaZVEImmp1Y0sly70p1PkuPWsifDx+S4in076+OJaqs9RR5NbKoNC6k9eS3M8bYplZngZT6X7w==
signature_date : 2019-12-18T13:14:31.092000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,signer,signer_fingerprint,signature_date,signed_attributes

View File

@ -102,6 +102,7 @@ def update_package():
wget(url,'OpenSSH-Win%s.zip' % arch)
print('Updating control file with new version %s' % version)
pe.version = version + '-0'
pre.maturity = 'PREPROD'
pe.save_control_to_wapt('.')
def audit():