8
0

Accepting request 638238 from home:pmonrealgonzalez:branches:devel:languages:perl

- update to 1.4
        - fix a heap overflow (testcase by Krzysztof Wojtaś).
        - on systems that support it (posix + mmap + map_anonymous),
          allocate all dynamic areas via mmap and put four guard
          pages around them, to catch similar heap overflows
          safely in the future.
        - find a safer way to pass in CC/CFLAGS to uulib.
        - added stability canary support.

OBS-URL: https://build.opensuse.org/request/show/638238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=27
This commit is contained in:
2018-09-26 07:34:38 +00:00
committed by Git OBS Bridge
parent 8a62e130bf
commit df087af51c
4 changed files with 29 additions and 16 deletions

View File

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

3
Convert-UUlib-1.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 25 15:50:19 UTC 2018 - pmonrealgonzalez@suse.com
- update to 1.4
- fix a heap overflow (testcase by Krzysztof Wojtaś).
- on systems that support it (posix + mmap + map_anonymous),
allocate all dynamic areas via mmap and put four guard
pages around them, to catch similar heap overflows
safely in the future.
- find a safer way to pass in CC/CFLAGS to uulib.
- added stability canary support.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 8 17:02:56 UTC 2014 - jengelh@inai.de Wed Oct 8 17:02:56 UTC 2014 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Convert-UUlib # spec file for package perl-Convert-UUlib
# #
# Copyright (c) 2014 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,27 @@
# #
%define cpan_name Convert-UUlib
Name: perl-Convert-UUlib Name: perl-Convert-UUlib
Version: 1.4 Version: 1.5
Release: 0 Release: 0
Summary: Perl interface to the uulib library Summary: Perl interface to the uulib library
License: GPL-1.0+ or Artistic-1.0 License: GPL-1.0-or-later OR Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm Url: https://metacpan.org/pod/Convert::UUlib
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-%version.tar.gz Source: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Canary::Stability)
Provides: p_conulb Provides: p_conulb
Obsoletes: p_conulb Obsoletes: p_conulb
%{perl_requires}
%description %description
A Perl interface to the uulib library A Perl interface to the uulib library
%prep %prep
%setup -n Convert-UUlib-%{version} -q %setup -q -n %{cpan_name}-%{version}
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
%build %build
@@ -43,20 +44,20 @@ perl Makefile.PL
make %{?_smp_mflags} make %{?_smp_mflags}
%check %check
make test make %{?_smp_mflags} test
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
%install %install
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=%{buildroot} install_vendor
%perl_process_packlist %perl_process_packlist
%files %files
%defattr(-,root,root)
%dir %{perl_vendorarch}/Convert %dir %{perl_vendorarch}/Convert
%{perl_vendorarch}/Convert/UUlib.pm %{perl_vendorarch}/Convert/UUlib.pm
%dir %{perl_vendorarch}/auto/Convert %dir %{perl_vendorarch}/auto/Convert
%{perl_vendorarch}/auto/Convert/UUlib %{perl_vendorarch}/auto/Convert/UUlib
%doc /usr/share/man/man3/Convert::UUlib.3pm.gz %{_mandir}/man3/Convert::UUlib.3pm.gz
%doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README example-decoder doc %license COPYING COPYING.Artistic COPYING.GNU
%doc Changes MANIFEST README example-decoder doc
%changelog %changelog