8
0

- update to 1.34

* fix a one-byte-past-end-write buffer overflow in UURepairData
   (reported, analysed and testcase provided by Marco Walther).
 * quoted-printable decoding was completely broken, try a fix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=15
This commit is contained in:
2010-12-16 12:49:50 +00:00
committed by Git OBS Bridge
parent 1e7756e731
commit 64aa5c6ae0
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83cf596535f3ae39cdef48f1d3d32301712a6020e105ed63c6e0402d951f2ccb
size 236635

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d98df677604572d522bfde4b149929952d9b0b7f6ac6c25f7e835af04bf0feb
size 218659

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 16 13:48:36 CET 2010 - anicka@suse.cz
- update to 1.34
* fix a one-byte-past-end-write buffer overflow in UURepairData
(reported, analysed and testcase provided by Marco Walther).
* quoted-printable decoding was completely broken, try a fix.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:31:14 UTC 2010 - coolo@novell.com Wed Dec 1 13:31:14 UTC 2010 - coolo@novell.com

View File

@@ -25,9 +25,9 @@ Provides: p_conulb
Obsoletes: p_conulb Obsoletes: p_conulb
AutoReqProv: on AutoReqProv: on
Summary: Perl interface to the uulib library Summary: Perl interface to the uulib library
Version: 1.33 Version: 1.34
Release: 7 Release: 7
Source: Convert-UUlib-%{version}.tar.gz Source: Convert-UUlib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl BuildRequires: perl
@@ -37,7 +37,7 @@ BuildRequires: perl-macros
Perl interface to the uulib library Perl interface to the uulib library
%prep %prep
%setup -n Convert-UUlib-%{version} %setup -n Convert-UUlib-%{version} -q
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
%build %build