diff --git a/libproxy-0.4.8.tar.gz b/libproxy-0.4.8.tar.gz deleted file mode 100644 index 18a854a..0000000 --- a/libproxy-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f31a198d8f3b1ddad63fcbb63ccc8c3507d67170a43cc3cc4d0f01d070e6b37 -size 87115 diff --git a/libproxy-0.4.9.tar.gz b/libproxy-0.4.9.tar.gz new file mode 100644 index 0000000..5449098 --- /dev/null +++ b/libproxy-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367e5ce9b2544c126eac9f21c0544e75554ebdf09aa2d6c2dd7612f9fdaf0c3e +size 97902 diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index d94d9c4..10b5b6b 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -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 diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 86e97b2..76ad0e7 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -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} diff --git a/libproxy.changes b/libproxy.changes index d94d9c4..10b5b6b 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -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 diff --git a/libproxy.spec b/libproxy.spec index 989e017..12eb1e7 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -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}