forked from pool/libsoup
This commit is contained in:
parent
52f4c54122
commit
ba8880340c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0864dbc8af1a520de8ed24386209a81c79f6a96cc166ee60934ce0c677d8427b
|
||||
size 638829
|
3
libsoup-2.23.6.tar.bz2
Normal file
3
libsoup-2.23.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:367fd1eea746f0b09c2c4cd4a67c27cdd4b4542c2cef27d48da7732aefa23d43
|
||||
size 640299
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 09:28:21 CDT 2008 - maw@suse.de
|
||||
|
||||
- Update to version 2.23.6:
|
||||
+ Fixed use of g_idle_add() so that heavy I/O won't end up
|
||||
blocking libsoup callbacks (bgo#536676)
|
||||
+ Allow the caller to override the Host header (bgo#539803)
|
||||
+ Properly handle responses larger than 4G (bgo#539861)
|
||||
+ Fixed the build when using certain LDFLAGS (bgo#541506)
|
||||
+ Fixed a small bug in Digest auth handling (bgo#544681).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 20:44:40 CEST 2008 - maw@suse.de
|
||||
|
||||
|
47
libsoup.spec
47
libsoup.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.23.1)
|
||||
# spec file for package libsoup (Version 2.23.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -19,7 +26,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/GNOME
|
||||
AutoReqProv: on
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Version: 2.23.1
|
||||
Version: 2.23.6
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FEATURE-UPSTREAM libsoup-334021-client-ssl-certs.patch bgo334021 -- client SSL certificate support
|
||||
@ -176,6 +183,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup-2.4
|
||||
|
||||
%changelog
|
||||
* Wed Aug 06 2008 maw@suse.de
|
||||
- Update to version 2.23.6:
|
||||
+ Fixed use of g_idle_add() so that heavy I/O won't end up
|
||||
blocking libsoup callbacks (bgo#536676)
|
||||
+ Allow the caller to override the Host header (bgo#539803)
|
||||
+ Properly handle responses larger than 4G (bgo#539861)
|
||||
+ Fixed the build when using certain LDFLAGS (bgo#541506)
|
||||
+ Fixed a small bug in Digest auth handling (bgo#544681).
|
||||
* Mon Jun 16 2008 maw@suse.de
|
||||
- Update to version 2.23.1:
|
||||
+ This is the first unstable release leading up to GNOME 2.24;
|
||||
@ -197,7 +212,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Thu Apr 10 2008 maw@suse.de
|
||||
* Wed Apr 09 2008 maw@suse.de
|
||||
- Update to version 2.4.1:
|
||||
+ Fixed SoupMessage to not downgrade to HTTP/1.0 for the second
|
||||
attempt when it receives an HTTP/1.0 redirect or 401
|
||||
@ -245,7 +260,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
networks (bgo#523269)
|
||||
* Added some new regression tests, fixed some small bugs in
|
||||
the existing ones.
|
||||
* Fri Mar 14 2008 maw@suse.de
|
||||
* Thu Mar 13 2008 maw@suse.de
|
||||
- Update to version 2.4.0:
|
||||
+ Fixed a small memory leak in SoupSession (bgo#518798)
|
||||
+ Minor fixes to redirect behavior; PROPFINDs can now be
|
||||
@ -260,7 +275,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
and bgo#518317)
|
||||
+ Tidied up libsoup-2.4.pc file (bgo#517631)
|
||||
- The shared library subpackage is now called libsoup-2_4-1.
|
||||
* Tue Feb 19 2008 maw@suse.de
|
||||
* Mon Feb 18 2008 maw@suse.de
|
||||
- Update to version 2.3.2:
|
||||
+ API changes / Behavior changes:
|
||||
* soup_server_add_auth_domain() now refs the auth domain when
|
||||
@ -362,7 +377,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Remove header-parsing.patch which is now upstream.
|
||||
* Tue Feb 13 2007 sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552#c17).
|
||||
* Wed Jan 17 2007 maw@suse.de
|
||||
* Tue Jan 16 2007 maw@suse.de
|
||||
- Add header-parsing.patch (#235084 and CVE-2006-5876).
|
||||
* Mon Jan 08 2007 sbrabec@suse.cz
|
||||
- Spec file cleanup.
|
||||
@ -371,7 +386,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Tue Nov 07 2006 cstender@suse.de
|
||||
- removed 'rm -rf $RPM_BUILD_ROOT' from build section
|
||||
- added ldconfig call
|
||||
* Wed Aug 16 2006 jhargadon@suse.de
|
||||
* Tue Aug 15 2006 jhargadon@suse.de
|
||||
- update to version 2.2.96
|
||||
- SoupServer now works even if you don't explicitly set an
|
||||
encoding for the response.
|
||||
@ -441,11 +456,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- updated and re-enabled patches...
|
||||
* Fri Aug 12 2005 jpr@suse.de
|
||||
- Add lzo and lzo-devel to neededforbuild to get ssl support back (104319)
|
||||
* Fri Aug 12 2005 gekker@suse.de
|
||||
* Thu Aug 11 2005 gekker@suse.de
|
||||
- Update to version 2.2.5
|
||||
* Wed Jun 29 2005 gekker@suse.de
|
||||
* Tue Jun 28 2005 gekker@suse.de
|
||||
- Update to version 2.2.3
|
||||
* Wed Jun 29 2005 gekker@suse.de
|
||||
* Tue Jun 28 2005 gekker@suse.de
|
||||
- Add patch for close exec (62176).
|
||||
* Thu Mar 10 2005 hvogel@suse.de
|
||||
- More gnutls patching. Fixed CPU sucking bug #57811 (ximian)
|
||||
@ -458,7 +473,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- GNUTLS_CERT_NOT_TRUSTED is no longer present in current gnutls
|
||||
* Mon Nov 29 2004 gekker@suse.de
|
||||
- Update to version 2.2.1
|
||||
* Thu Oct 21 2004 dobey@suse.de
|
||||
* Wed Oct 20 2004 dobey@suse.de
|
||||
- Add patch for bugzilla.ximian.com bug #68583
|
||||
* Fri Aug 27 2004 dobey@suse.de
|
||||
- Update to version 2.2.0
|
||||
@ -471,11 +486,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Fix support for SSL
|
||||
* Wed Jul 28 2004 dobey@suse.de
|
||||
- Updated to version 2.1.12
|
||||
* Fri Jun 04 2004 mibarra@suse.de
|
||||
* Thu Jun 03 2004 mibarra@suse.de
|
||||
- Updated to version 2.1.11
|
||||
* Sat May 22 2004 mibarra@suse.de
|
||||
* Fri May 21 2004 mibarra@suse.de
|
||||
- Updated to version 2.1.10.
|
||||
* Tue May 18 2004 clahey@suse.de
|
||||
* Mon May 17 2004 clahey@suse.de
|
||||
- Updated to version 2.1.9.
|
||||
* Mon Mar 22 2004 hhetter@suse.de
|
||||
- updated to version 1.99.28
|
||||
|
Loading…
Reference in New Issue
Block a user