Accepting request 137981 from home:dimstar:branches:GNOME:Factory

Rebase SR#137829 on top of the 0.4.9 update

OBS-URL: https://build.opensuse.org/request/show/137981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=84
This commit is contained in:
Dominique Leuenberger 2012-10-12 14:38:05 +00:00 committed by Git OBS Bridge
parent d516ff4602
commit d450f965cc
6 changed files with 33 additions and 5 deletions

View File

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

3
libproxy-0.4.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 11 09:22:26 UTC 2012 - coolo@suse.com
- Add explicit netcfg BuildRequires for the test suite.
-------------------------------------------------------------------
Wed Oct 10 19:08:52 UTC 2012 - dimstar@opensuse.org
- Update to version 0.4.9:
+ Fixed buffer overflow when downloading PAC (CVE-2012-4504).
+ Fix infinit loop uppon network errors.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 2 20:47:09 UTC 2012 - dimstar@opensuse.org Tue Oct 2 20:47:09 UTC 2012 - dimstar@opensuse.org

View File

@ -35,7 +35,7 @@ Name: libproxy-plugins
Summary: Libproxy provides consistent proxy configuration to applications Summary: Libproxy provides consistent proxy configuration to applications
License: GPL-2.0+ and LGPL-2.1+ License: GPL-2.0+ and LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Version: 0.4.8 Version: 0.4.9
Release: 0 Release: 0
%if 0%{?build_snapshot} %if 0%{?build_snapshot}
%define _sourcename %{_name} %define _sourcename %{_name}
@ -50,6 +50,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libmodman-devel BuildRequires: libmodman-devel
# netcfg is needed for the test suite.
BuildRequires: netcfg
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if !%{build_core_not_modules} %if !%{build_core_not_modules}

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 11 09:22:26 UTC 2012 - coolo@suse.com
- Add explicit netcfg BuildRequires for the test suite.
-------------------------------------------------------------------
Wed Oct 10 19:08:52 UTC 2012 - dimstar@opensuse.org
- Update to version 0.4.9:
+ Fixed buffer overflow when downloading PAC (CVE-2012-4504).
+ Fix infinit loop uppon network errors.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 2 20:47:09 UTC 2012 - dimstar@opensuse.org Tue Oct 2 20:47:09 UTC 2012 - dimstar@opensuse.org

View File

@ -35,7 +35,7 @@ Name: libproxy
Summary: Libproxy provides consistent proxy configuration to applications Summary: Libproxy provides consistent proxy configuration to applications
License: GPL-2.0+ and LGPL-2.1+ License: GPL-2.0+ and LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Version: 0.4.8 Version: 0.4.9
Release: 0 Release: 0
%if 0%{?build_snapshot} %if 0%{?build_snapshot}
%define _sourcename %{_name} %define _sourcename %{_name}
@ -50,6 +50,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libmodman-devel BuildRequires: libmodman-devel
# netcfg is needed for the test suite.
BuildRequires: netcfg
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if !%{build_core_not_modules} %if !%{build_core_not_modules}