commit yast2-ca-management for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-ca-management for openSUSE:Factory checked in at 2014-04-15 07:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ca-management (Old) and /work/SRC/openSUSE:Factory/.yast2-ca-management.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ca-management" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes 2013-11-15 14:23:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 2014-04-15 07:35:27.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Apr 14 08:01:14 CEST 2014 - mc@suse.de + +- version 3.1.2 +- add new signature algorithems SHA224RSA, SHA256RSA, + SHA384RSA and SHA512RSA + +------------------------------------------------------------------- Old: ---- yast2-ca-management-3.1.1.tar.bz2 New: ---- yast2-ca-management-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ca-management.spec ++++++ --- /var/tmp/diff_new_pack.4FJEFN/_old 2014-04-15 07:35:27.000000000 +0200 +++ /var/tmp/diff_new_pack.4FJEFN/_new 2014-04-15 07:35:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-ca-management # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-ca-management -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +36,7 @@ BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-core -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.10 Requires: perl Requires: perl-Config-IniFiles Requires: perl-Date-Calc ++++++ yast2-ca-management-3.1.1.tar.bz2 -> yast2-ca-management-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ca-management-3.1.1/VERSION new/yast2-ca-management-3.1.2/VERSION --- old/yast2-ca-management-3.1.1/VERSION 2013-11-15 12:55:36.000000000 +0100 +++ new/yast2-ca-management-3.1.2/VERSION 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -3.1.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ca-management-3.1.1/package/yast2-ca-management.changes new/yast2-ca-management-3.1.2/package/yast2-ca-management.changes --- old/yast2-ca-management-3.1.1/package/yast2-ca-management.changes 2013-11-15 12:55:36.000000000 +0100 +++ new/yast2-ca-management-3.1.2/package/yast2-ca-management.changes 2014-04-14 09:29:37.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 14 08:01:14 CEST 2014 - mc@suse.de + +- version 3.1.2 +- add new signature algorithems SHA224RSA, SHA256RSA, + SHA384RSA and SHA512RSA + +------------------------------------------------------------------- Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com - Add explicit COPYING file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ca-management-3.1.1/package/yast2-ca-management.spec new/yast2-ca-management-3.1.2/package/yast2-ca-management.spec --- old/yast2-ca-management-3.1.1/package/yast2-ca-management.spec 2013-11-15 12:55:36.000000000 +0100 +++ new/yast2-ca-management-3.1.2/package/yast2-ca-management.spec 2014-04-14 09:29:37.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ca-management -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +38,7 @@ BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-core -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.10 Requires: perl Requires: perl-Config-IniFiles Requires: perl-Date-Calc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ca-management-3.1.1/src/modules/YaST/caUtils.pm new/yast2-ca-management-3.1.2/src/modules/YaST/caUtils.pm --- old/yast2-ca-management-3.1.1/src/modules/YaST/caUtils.pm 2013-11-15 12:55:36.000000000 +0100 +++ new/yast2-ca-management-3.1.2/src/modules/YaST/caUtils.pm 2014-04-14 09:29:37.000000000 +0200 @@ -1375,6 +1375,22 @@ $ret->{SIGNATURE_ALGORITHM} = "sha1WithDSAEncryption"; + } elsif($cert->getSignatureAlgorithm() == $CaMgm::E_SHA224RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha224WithRSAEncryption"; + + } elsif($cert->getSignatureAlgorithm() == $CaMgm::E_SHA256RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha265WithRSAEncryption"; + + } elsif($cert->getSignatureAlgorithm() == $CaMgm::E_SHA384RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha384WithRSAEncryption"; + + } elsif($cert->getSignatureAlgorithm() == $CaMgm::E_SHA512RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha512WithRSAEncryption"; + } $ret->{SERIAL} = $cert->getSerial(); @@ -1461,6 +1477,22 @@ $ret->{SIGNATURE_ALGORITHM} = "sha1WithDSAEncryption"; + } elsif($crl->getSignatureAlgorithm() == $CaMgm::E_SHA224RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha224WithRSAEncryption"; + + } elsif($crl->getSignatureAlgorithm() == $CaMgm::E_SHA256RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha265WithRSAEncryption"; + + } elsif($crl->getSignatureAlgorithm() == $CaMgm::E_SHA384RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha384WithRSAEncryption"; + + } elsif($crl->getSignatureAlgorithm() == $CaMgm::E_SHA512RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha512WithRSAEncryption"; + } $ret->{VERSION} = $crl->getVersion(); @@ -1585,6 +1617,22 @@ $ret->{SIGNATURE_ALGORITHM} = "sha1WithDSAEncryption"; + } elsif($req->getSignatureAlgorithm() == $CaMgm::E_SHA224RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha224WithRSAEncryption"; + + } elsif($req->getSignatureAlgorithm() == $CaMgm::E_SHA256RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha265WithRSAEncryption"; + + } elsif($req->getSignatureAlgorithm() == $CaMgm::E_SHA384RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha384WithRSAEncryption"; + + } elsif($req->getSignatureAlgorithm() == $CaMgm::E_SHA512RSA) { + + $ret->{SIGNATURE_ALGORITHM} = "sha512WithRSAEncryption"; + } if($req->getExtensions()->getBasicConstraints()->isPresent()) { -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de