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:
parent
d516ff4602
commit
d450f965cc
@ -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
3
libproxy-0.4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:367e5ce9b2544c126eac9f21c0544e75554ebdf09aa2d6c2dd7612f9fdaf0c3e
|
||||
size 97902
|
@ -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
|
||||
|
||||
|
@ -35,7 +35,7 @@ Name: libproxy-plugins
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 0.4.8
|
||||
Version: 0.4.9
|
||||
Release: 0
|
||||
%if 0%{?build_snapshot}
|
||||
%define _sourcename %{_name}
|
||||
@ -50,6 +50,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libmodman-devel
|
||||
# netcfg is needed for the test suite.
|
||||
BuildRequires: netcfg
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
%if !%{build_core_not_modules}
|
||||
|
@ -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
|
||||
|
||||
|
@ -35,7 +35,7 @@ Name: libproxy
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 0.4.8
|
||||
Version: 0.4.9
|
||||
Release: 0
|
||||
%if 0%{?build_snapshot}
|
||||
%define _sourcename %{_name}
|
||||
@ -50,6 +50,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libmodman-devel
|
||||
# netcfg is needed for the test suite.
|
||||
BuildRequires: netcfg
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
%if !%{build_core_not_modules}
|
||||
|
Loading…
x
Reference in New Issue
Block a user