Mailinglist Archive: opensuse-commit (1650 mails)
| < Previous | Next > |
commit perl-Convert-ASN1
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 06 Oct 2008 17:16:02 +0200
- Message-id: <20081006151602.CEEC3678159@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-Convert-ASN1
checked in at Mon Oct 6 17:16:02 CEST 2008.
--------
--- perl-Convert-ASN1/perl-Convert-ASN1.changes 2007-02-14 13:55:49.000000000
+0100
+++ /mounts/work_src_done/STABLE/perl-Convert-ASN1/perl-Convert-ASN1.changes
2008-10-06 14:30:01.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Oct 6 14:28:55 CEST 2008 - anicka@xxxxxxx
+
+- update to 0.22
+ * Fix decoding of OIDs with large value for 2nd element
+ * Support for SEQUENCE with no elements in ASN.1
+ * Added ability to define what value is put in perl data
+ structory when decoding NULL elements
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Convert-ASN1-0.21-path.diff
Convert-ASN1-0.21.tar.bz2
Convert-ASN1-0.21-test.diff
New:
----
Convert-ASN1-0.22-path.diff
Convert-ASN1-0.22.tar.bz2
Convert-ASN1-0.22-test.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Convert-ASN1.spec ++++++
--- /var/tmp/diff_new_pack.L19309/_old 2008-10-06 17:15:28.000000000 +0200
+++ /var/tmp/diff_new_pack.L19309/_new 2008-10-06 17:15:28.000000000 +0200
@@ -1,25 +1,33 @@
#
-# spec file for package perl-Convert-ASN1 (Version 0.21)
+# spec file for package perl-Convert-ASN1 (Version 0.22)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2008 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: perl-Convert-ASN1
-Version: 0.21
+Version: 0.22
Release: 1
Provides: p_casn1
Obsoletes: p_casn1
Requires: perl = %{perl_version}
-Autoreqprov: on
+AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
-URL: http://cpan.org/modules/by-module/Convert/
+Url: http://cpan.org/modules/by-module/Convert/
Summary: Convert::ASN1
Source: Convert-ASN1-%{version}.tar.bz2
Patch0: Convert-ASN1-%{version}-path.diff
@@ -57,55 +65,61 @@
%{perl_vendorarch}/auto/Convert
/var/adm/perl-modules/%{name}
-%changelog -n perl-Convert-ASN1
-* Wed Feb 14 2007 - anicka@xxxxxxx
+%changelog
+* Mon Oct 06 2008 anicka@xxxxxxx
+- update to 0.22
+ * Fix decoding of OIDs with large value for 2nd element
+ * Support for SEQUENCE with no elements in ASN.1
+ * Added ability to define what value is put in perl data
+ structory when decoding NULL elements
+* Wed Feb 14 2007 anicka@xxxxxxx
- update to 0.21
* Fixed problem with indefinite encoding inside an indefinite
encoding
* Added support for type-local ANY DEFINED BY
-* Wed Jul 12 2006 - anicka@xxxxxxx
+* Wed Jul 12 2006 anicka@xxxxxxx
- update to 0.20
* Fixed issues with decoding when calling script contains use encoding 'utf8'
* Allow zero-length timestamps to be extracted
* Fix incorrect length encoding for bitstrings
* Support encoding bigint's as BCD
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Fri Jul 29 2005 - mjancar@xxxxxxx
+* Fri Jul 29 2005 mjancar@xxxxxxx
- update to 0.19
-* Thu Oct 30 2003 - mjancar@xxxxxxx
+* Thu Oct 30 2003 mjancar@xxxxxxx
- update to 0.18
- drop obsolete patches
- no root for build
-* Tue Sep 09 2003 - mls@xxxxxxx
+* Tue Sep 09 2003 mls@xxxxxxx
- use chr(xx & 0xff) in _encode.pm, otherwise we get unicode
-* Fri Aug 22 2003 - mjancar@xxxxxxx
+* Fri Aug 22 2003 mjancar@xxxxxxx
- require the perl version we build with
-* Thu Aug 07 2003 - mjancar@xxxxxxx
+* Thu Aug 07 2003 mjancar@xxxxxxx
- fix tests that depend on certain order of entries
in a hash (it is random in perl 5.8.1)
-* Tue Jul 15 2003 - mjancar@xxxxxxx
+* Tue Jul 15 2003 mjancar@xxxxxxx
- adapt to perl-5.8.1
- use %%perl_process_packlist
-* Thu Jun 19 2003 - mjancar@xxxxxxx
+* Thu Jun 19 2003 mjancar@xxxxxxx
- update to 0.17
- fix filelist
-* Tue May 20 2003 - mjancar@xxxxxxx
+* Tue May 20 2003 mjancar@xxxxxxx
- remove unpackaged files
-* Thu Oct 17 2002 - prehak@xxxxxxx
+* Thu Oct 17 2002 prehak@xxxxxxx
- updated to version 0.16
-* Tue Jul 02 2002 - mls@xxxxxxx
+* Tue Jul 02 2002 mls@xxxxxxx
- remove race in .packlist generation
-* Tue Jan 22 2002 - rvasice@xxxxxxx
+* Tue Jan 22 2002 rvasice@xxxxxxx
- update to version 0.15
-* Thu Jan 03 2002 - cihlar@xxxxxxx
+* Thu Jan 03 2002 cihlar@xxxxxxx
- update to version 0.14
-* Fri Aug 03 2001 - rvasice@xxxxxxx
+* Fri Aug 03 2001 rvasice@xxxxxxx
- update to version 0.12
-* Tue Mar 13 2001 - cihlar@xxxxxxx
+* Tue Mar 13 2001 cihlar@xxxxxxx
- update to version 0.08
- fixed file list
-* Fri Nov 10 2000 - cihlar@xxxxxxx
+* Fri Nov 10 2000 cihlar@xxxxxxx
- renamed p_casn1 -> perl-Convert-ASN1
-* Tue Aug 22 2000 - cihlar@xxxxxxx
+* Tue Aug 22 2000 cihlar@xxxxxxx
- package created
++++++ Convert-ASN1-0.21-path.diff -> Convert-ASN1-0.22-path.diff ++++++
++++++ Convert-ASN1-0.21.tar.bz2 -> Convert-ASN1-0.22.tar.bz2 ++++++
++++ 4743 lines of diff (skipped)
++++++ Convert-ASN1-0.21-test.diff -> Convert-ASN1-0.22-test.diff ++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |