forked from pool/perl-Convert-UUlib
- 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:
@@ -25,9 +25,9 @@ Provides: p_conulb
|
||||
Obsoletes: p_conulb
|
||||
AutoReqProv: on
|
||||
Summary: Perl interface to the uulib library
|
||||
Version: 1.33
|
||||
Version: 1.34
|
||||
Release: 7
|
||||
Source: Convert-UUlib-%{version}.tar.gz
|
||||
Source: Convert-UUlib-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
@@ -37,7 +37,7 @@ BuildRequires: perl-macros
|
||||
Perl interface to the uulib library
|
||||
|
||||
%prep
|
||||
%setup -n Convert-UUlib-%{version}
|
||||
%setup -n Convert-UUlib-%{version} -q
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user