commit tinyca2 for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package tinyca2 for openSUSE:Factory checked 
in at 2018-10-08 17:44:33

Comparing /work/SRC/openSUSE:Factory/tinyca2 (Old)
 and  /work/SRC/openSUSE:Factory/.tinyca2.new (New)


Package is "tinyca2"

Mon Oct  8 17:44:33 2018 rev:21 rq:640068 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/tinyca2/tinyca2.changes  2013-11-29 
21:25:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.tinyca2.new/tinyca2.changes 2018-10-08 
17:46:41.606386855 +0200
@@ -1,0 +2,11 @@
+Fri Oct  5 12:09:34 UTC 2018 - lnus...@suse.de
+
+- run spec-cleaner
+
+---
+Fri Oct  5 12:02:33 UTC 2018 - gathe...@rursee.net
+
+- fix perl decprecation defined on hash/array types (boo#1072060,
+  0004-fix-perl-deprecation-defined.diff)
+
+---

New:

  0004-fix-perl-deprecation-defined.diff



Other differences:
--
++ tinyca2.spec ++
--- /var/tmp/diff_new_pack.xD3uUj/_old  2018-10-08 17:46:42.162386147 +0200
+++ /var/tmp/diff_new_pack.xD3uUj/_new  2018-10-08 17:46:42.162386147 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyca2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,29 @@
 #
 
 
-Name:   tinyca2
-BuildRequires:  update-desktop-files
-Url:http://tinyca.sm-zone.net/
 %definelibdir  %{_datadir}/TinyCA2/lib
 %definetemplatesdir%{_datadir}/TinyCA2/templates
 %definelocaledir   %{_datadir}/locale/
-Requires:   perl
-Requires:   perl-Gtk2
-Requires:   perl-MIME-Base64
+Name:   tinyca2
 Version:0.7.5
 Release:0
+Summary:A Graphical Tool for Managing a Certification Authority
+License:GPL-2.0-or-later
+Group:  Productivity/Networking/Security
+URL:http://tinyca.sm-zone.net/
 Source0:%{name}-%{version}.tar.bz2
 Patch0: 0001-fix-combobox-strings-for-extended-key-usage.diff
 Patch1: 0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff
 Patch2: 0001-fix-paranthesis-use.diff
 Patch3: 0002-fix-deprecation-warning.diff
 Patch4: 0003-fix-compatibility-with-openssl-1.0.1.diff
-Summary:A Graphical Tool for Managing a Certification Authority
-License:GPL-2.0+
-Group:  Productivity/Networking/Security
+Patch5: 0004-fix-perl-deprecation-defined.diff
+BuildRequires:  update-desktop-files
+Requires:   perl
+Requires:   perl-Gtk2
+Requires:   perl-MIME-Base64
+Provides:   tinyca:%{_bindir}/tinyca
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   tinyca:/usr/bin/tinyca
 
 %description 
 TinyCA is a graphical tool to manage a small Certification Authority
@@ -57,32 +57,21 @@
 - client certificates for use in web browsers, email clients, IPsec,
 and more.
 
-
-
-Authors:
-
-Stephan Martin 
-
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%autosetup -p1
 
 %build
 # Configure pristine source
 sed -i -e 's:./lib:%{libdir}:g;s:./templates:%{templatesdir}:g' tinyca2
 sed -i -e '/bindtextdomain/d' tinyca2
-make -C po
+make %{?_smp_mflags} -C po
 
 %install
 install -d -m 755 %{buildroot}%{_bindir}
 install -d -m 755 %{buildroot}%{libdir}
 install -d -m 755 %{buildroot}%{libdir}/GUI
 install -d -m 755 %{buildroot}%{templatesdir}
-install -d -m 755 %{buildroot}/usr/share/applications
+install -d -m 755 %{buildroot}%{_datadir}/applications
 install -m 644 lib/*.pm %{buildroot}%{libdir}
 install -m 644 lib/GUI/*.pm %{buildroot}%{libdir}/GUI
 install -m 644 templates/openssl.cnf %{buildroot}%{templatesdir}
@@ -93,7 +82,7 @@
install -m 644 $i/LC_MESSAGES/tinyca2.mo 
%{buildroot}%{localedir}/$i/LC_MESSAGES/
 done
 popd
-cat > %buildroot/usr/share/applications/tinyca2.desktop < %{buildroot}%{_datadir}/applications/tinyca2.desktop <{'OU'}) and defined @{$opts->{'OU'}}) {
+   if(defined($opts->{'OU'}) and (@{$opts->{'OU'}})) {
   $ous = @{$opts->{'OU'}} - 1;
}
$reqtable = Gtk2::Table->new(1, 13 + $ous, 0);
@@ -1297,7 +1297,7 @@
  _("Organization Name (eg. company):"),
  \$opts->{'O'}, $reqtable, 10, 1);
 
-   if(defined($opts->{'OU'}) and defined @{$opts->{'OU'}}) {
+   if(defined($opts->{'OU'}) and (@{$opts->{'OU'}})) {
   foreach my $ou (@{$opts->{'OU'}}) {
  $entry = GUI::HELPERS::entry_to_table(
   

commit tinyca2 for openSUSE:Factory

2013-11-29 Thread h_root
Hello community,

here is the log from the commit of package tinyca2 for openSUSE:Factory checked 
in at 2013-11-29 21:25:01

Comparing /work/SRC/openSUSE:Factory/tinyca2 (Old)
 and  /work/SRC/openSUSE:Factory/.tinyca2.new (New)


Package is tinyca2

Changes:

--- /work/SRC/openSUSE:Factory/tinyca2/tinyca2.changes  2011-09-23 
12:48:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.tinyca2.new/tinyca2.changes 2013-11-29 
21:25:02.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 14:35:37 UTC 2013 - lnus...@suse.de
+
+- fix tinyca not starting up (bnc#848907) and some deprecation warnings
+  0001-fix-paranthesis-use.diff
+  0002-fix-deprecation-warning.diff
+  0003-fix-compatibility-with-openssl-1.0.1.diff
+
+---

New:

  0001-fix-paranthesis-use.diff
  0002-fix-deprecation-warning.diff
  0003-fix-compatibility-with-openssl-1.0.1.diff



Other differences:
--
++ tinyca2.spec ++
--- /var/tmp/diff_new_pack.MuSSRt/_old  2013-11-29 21:25:03.0 +0100
+++ /var/tmp/diff_new_pack.MuSSRt/_new  2013-11-29 21:25:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyca2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   tinyca2
 BuildRequires:  update-desktop-files
@@ -24,15 +22,20 @@
 %definelibdir  %{_datadir}/TinyCA2/lib
 %definetemplatesdir%{_datadir}/TinyCA2/templates
 %definelocaledir   %{_datadir}/locale/
-Group:  Productivity/Networking/Security
-License:GPL-2.0+
-Requires:   perl perl-Gtk2 perl-MIME-Base64
+Requires:   perl
+Requires:   perl-Gtk2
+Requires:   perl-MIME-Base64
 Version:0.7.5
-Release:57
+Release:0
 Source0:%{name}-%{version}.tar.bz2
 Patch0: 0001-fix-combobox-strings-for-extended-key-usage.diff
 Patch1: 0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff
+Patch2: 0001-fix-paranthesis-use.diff
+Patch3: 0002-fix-deprecation-warning.diff
+Patch4: 0003-fix-compatibility-with-openssl-1.0.1.diff
 Summary:A Graphical Tool for Managing a Certification Authority
+License:GPL-2.0+
+Group:  Productivity/Networking/Security
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   tinyca:/usr/bin/tinyca
@@ -64,6 +67,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 # Configure pristine source

++ 0001-fix-paranthesis-use.diff ++
From a4d57b429282b4adcab82666994a5dd75e8709dc Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Fri, 29 Nov 2013 15:32:02 +0100
Subject: [PATCH 1/3] fix paranthesis use

patch from debian
---
 lib/GUI.pm  | 14 +++---
 lib/GUI/X509_browser.pm |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/GUI.pm b/lib/GUI.pm
index 3ed2eec..67a5c2d 100644
--- a/lib/GUI.pm
+++ b/lib/GUI.pm
@@ -978,7 +978,7 @@ sub create_detail_tree {
$piter = $store-append($root);
$store-set($piter, 0 = $t);
 
-   for my $l qw(CN EMAIL O OU C ST L) {
+   for my $l (qw(CN EMAIL O OU C ST L)) {
   if(defined($parsed-{$l})) {
  if($l eq OU) {
 foreach my $ou (@{$parsed-{'OU'}}) {
@@ -1003,7 +1003,7 @@ sub create_detail_tree {
   $piter = $store-append($root);
   $store-set($piter, 0 = $t);

-  for my $l qw(CN EMAIL O OU C ST L) {
+  for my $l (qw(CN EMAIL O OU C ST L)) {
  if(defined($parsed-{'ISSUERDN'}-{$l})) {
 if($l eq OU) {
foreach my $ou (@{$parsed-{'ISSUERDN'}-{'OU'}}) {
@@ -1029,7 +1029,7 @@ sub create_detail_tree {
   $piter = $store-append($root);
   $store-set($piter, 0 = $t);

-  for my $l qw(STATUS NOTBEFORE NOTAFTER) {
+  for my $l (qw(STATUS NOTBEFORE NOTAFTER)) {
  if(defined($parsed-{$l})) {
 $citer = $store-append($piter);
 $store-set($citer, 
@@ -1045,7 +1045,7 @@ sub create_detail_tree {
$store-set($piter, 0 = $t);
 
 
-   for my $l qw(STATUS SERIAL KEYSIZE PK_ALGORITHM SIG_ALGORITHM TYPE) {
+   for my $l (qw(STATUS SERIAL KEYSIZE PK_ALGORITHM SIG_ALGORITHM TYPE)) {
   if(defined($parsed-{$l})) {
  $citer = $store-append($piter);
  $store-set($citer, 
@@ -1060,7 +1060,7 @@ sub create_detail_tree {
   $piter 

commit tinyca2 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package tinyca2 for openSUSE:Factory checked 
in at 2011-12-06 19:08:35

Comparing /work/SRC/openSUSE:Factory/tinyca2 (Old)
 and  /work/SRC/openSUSE:Factory/.tinyca2.new (New)


Package is tinyca2, Maintainer is lnus...@suse.com

Changes:




Other differences:
--
++ tinyca2.spec ++
--- /var/tmp/diff_new_pack.Whfeke/_old  2011-12-06 19:42:51.0 +0100
+++ /var/tmp/diff_new_pack.Whfeke/_new  2011-12-06 19:42:51.0 +0100
@@ -25,7 +25,7 @@
 %definetemplatesdir%{_datadir}/TinyCA2/templates
 %definelocaledir   %{_datadir}/locale/
 Group:  Productivity/Networking/Security
-License:GPLv2+
+License:GPL-2.0+
 Requires:   perl perl-Gtk2 perl-MIME-Base64
 Version:0.7.5
 Release:57

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tinyca2 for openSUSE:Factory

2011-07-05 Thread h_root

Hello community,

here is the log from the commit of package tinyca2 for openSUSE:Factory
checked in at Tue Jul 5 12:44:03 CEST 2011.




--- tinyca2/tinyca2.changes 2011-01-15 17:37:13.0 +0100
+++ /mounts/work_src_done/STABLE/tinyca2/tinyca2.changes2011-07-05 
10:59:04.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 08:55:19 UTC 2011 - lnus...@suse.de
+
+- move locales to system dir to avoid not owned directories
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tinyca2.spec ++
--- /var/tmp/diff_new_pack.EZlZib/_old  2011-07-05 12:27:57.0 +0200
+++ /var/tmp/diff_new_pack.EZlZib/_new  2011-07-05 12:27:57.0 +0200
@@ -23,12 +23,12 @@
 Url:http://tinyca.sm-zone.net/
 %definelibdir  %{_datadir}/TinyCA2/lib
 %definetemplatesdir%{_datadir}/TinyCA2/templates
-%definelocaledir   %{_datadir}/TinyCA2/locale/
+%definelocaledir   %{_datadir}/locale/
 Group:  Productivity/Networking/Security
 License:GPLv2+
 Requires:   perl perl-Gtk2 perl-MIME-Base64
 Version:0.7.5
-Release:56
+Release:57
 Source0:%{name}-%{version}.tar.bz2
 Patch0: 0001-fix-combobox-strings-for-extended-key-usage.diff
 Patch1: 0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff
@@ -67,7 +67,8 @@
 
 %build
 # Configure pristine source
-perl -pi -e 
's:./lib:%{libdir}:g;s:./templates:%{templatesdir}:g;s:./locale:%{localedir}:g' 
tinyca2
+sed -i -e 's:./lib:%{libdir}:g;s:./templates:%{templatesdir}:g' tinyca2
+sed -i -e '/bindtextdomain/d' tinyca2
 make -C po
 
 %install
@@ -104,7 +105,6 @@
 %defattr(-,root,root)
 %doc CHANGES
 %dir %{_datadir}/TinyCA2
-%dir %{_datadir}/TinyCA2/locale
 %dir %{_datadir}/TinyCA2/lib
 %dir %{_datadir}/TinyCA2/templates
 %{_datadir}/TinyCA2/lib/*






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tinyca2 for openSUSE:Factory

2011-03-10 Thread h_root

Hello community,

here is the log from the commit of package tinyca2 for openSUSE:Factory
checked in at Thu Mar 10 12:04:07 CET 2011.




--- tinyca2/tinyca2.changes 2008-03-16 16:53:05.0 +0100
+++ /mounts/work_src_done/STABLE/tinyca2/tinyca2.changes2011-01-15 
17:37:13.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 15 16:37:00 UTC 2011 - lnus...@suse.de
+
+- add support for Microsoft extendedKeyUsage attributes
+- fix combobox strings for extended key usage
+
+---

calling whatdependson for head-i586


New:

  0001-fix-combobox-strings-for-extended-key-usage.diff
  0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff



Other differences:
--
++ tinyca2.spec ++
--- /var/tmp/diff_new_pack.eIde3c/_old  2011-03-10 12:00:37.0 +0100
+++ /var/tmp/diff_new_pack.eIde3c/_new  2011-03-10 12:00:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tinyca2 (Version 0.7.5)
+# spec file for package tinyca2
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -25,11 +25,13 @@
 %definetemplatesdir%{_datadir}/TinyCA2/templates
 %definelocaledir   %{_datadir}/TinyCA2/locale/
 Group:  Productivity/Networking/Security
-License:GPL v2 or later
+License:GPLv2+
 Requires:   perl perl-Gtk2 perl-MIME-Base64
 Version:0.7.5
-Release:45
+Release:56
 Source0:%{name}-%{version}.tar.bz2
+Patch0: 0001-fix-combobox-strings-for-extended-key-usage.diff
+Patch1: 0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff
 Summary:A Graphical Tool for Managing a Certification Authority
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,6 +62,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 # Configure pristine source

++ 0001-fix-combobox-strings-for-extended-key-usage.diff ++
From 673b1934fac99981ac0b10d46d9d453997a0cfed Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Mon, 12 Oct 2009 13:40:29 +0200
Subject: [PATCH 1/2] fix combobox strings for extended key usage

---
 lib/GUI/TCONFIG.pm |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/GUI/TCONFIG.pm b/lib/GUI/TCONFIG.pm
index 150e241..7e7511b 100644
--- a/lib/GUI/TCONFIG.pm
+++ b/lib/GUI/TCONFIG.pm
@@ -421,6 +421,7 @@ sub show_configbox {

if((defined($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'})) 
   ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne 'none') 
+  ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne 'user') 
   ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne '')) {
   push(@combostrings, 
 $main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'});
@@ -849,6 +850,7 @@ sub show_configbox {

if((defined($main-{'TCONFIG'}-{'client_cert'}-{'extendedKeyUsage'})) 
   ($main-{'TCONFIG'}-{'client_cert'}-{'extendedKeyUsage'} ne 'none') 
+  ($main-{'TCONFIG'}-{'client_cert'}-{'extendedKeyUsage'} ne 'user') 
   ($main-{'TCONFIG'}-{'client_cert'}-{'extendedKeyUsage'} ne '')) {
   push(@combostrings, 
 $main-{'TCONFIG'}-{'client_cert'}-{'extendedKeyUsage'});
-- 
1.6.4.2

++ 0002-add-support-for-Microsoft-extendedKeyUsage-attributes.diff ++
From cc4e8c21f6a711e719e2b434f4738f1a0e52a700 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Mon, 12 Oct 2009 14:01:56 +0200
Subject: [PATCH 2/2] add support for Microsoft extendedKeyUsage attributes

useful for creating WPA2 EAP-TLS certificates, see
http://support.microsoft.com/kb/814394
---
 lib/GUI/TCONFIG.pm |   28 ++--
 lib/GUI/WORDS.pm   |6 +-
 2 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/lib/GUI/TCONFIG.pm b/lib/GUI/TCONFIG.pm
index 7e7511b..57bcd77 100644
--- a/lib/GUI/TCONFIG.pm
+++ b/lib/GUI/TCONFIG.pm
@@ -417,14 +417,16 @@ sub show_configbox {
$comboextendedKeyUsage = Gtk2::Combo-new();
@combostrings = (
  $main-{'words'}{'none'}, 
+ $main-{'words'}{'1.3.6.1.5.5.7.3.1'}, 
  $main-{'words'}{'user'});

if((defined($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'})) 
   ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne 'none') 
   ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne 'user') 
   ($main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'} ne '')) {
-  push(@combostrings, 
-$main-{'TCONFIG'}-{'server_cert'}-{'extendedKeyUsage'});
+  my $str =