debian/0000775000000000000000000000000013316442524007174 5ustar debian/libsoup2.4-doc.doc-base0000664000000000000000000000056311066535147013247 0ustar Document: libsoup-2.4 Title: libsoup Reference Manual Author: Alex Graveley, Dick Porter, Miguel De Icaza, Joe Shaw, Dan Winship Abstract: API Reference Manual and little tutorial on how to write a simple client and a simple server Section: Programming Format: HTML Index: /usr/share/gtk-doc/html/libsoup-2.4/index.html Files: /usr/share/gtk-doc/html/libsoup-2.4/*html debian/rules0000775000000000000000000000210612253444364010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk GNOME_MODULE := libsoup DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) # The test-suite currently fails on various architectures # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663056 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643906 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) CHECK_HOME = $(CURDIR)/debian/tmp/home common-build-arch common-build-indep:: debian/stamp-makefile-check debian/stamp-makefile-check: debian/stamp-makefile-build mkdir -p $(CHECK_HOME) ifeq ($(DEB_HOST_ARCH_OS),linux) env HOME=$(CHECK_HOME) XDG_RUNTIME_DIR=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check endif touch $@ makefile-clean:: rm -f debian/stamp-makefile-check endif debian/source/0000775000000000000000000000000012247146106010473 5ustar debian/source/format0000664000000000000000000000001411361712121011671 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000014112143046256010220 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/libsoup/([\d\.]+[02468])/libsoup-(.*)\.tar\.xz debian/control.in0000664000000000000000000002214712253444377011221 0ustar Source: libsoup2.4 Section: devel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), dh-autoreconf, gnome-pkg-tools, intltool (>= 0.35.0), libglib2.0-dev (>= 2.36.0), glib-networking (>= 2.32.0), libsqlite3-dev, libxml2-dev, gtk-doc-tools, shared-mime-info, libgirepository1.0-dev (>= 0.9.5), gobject-introspection (>= 0.9.12-4~), dbus, dbus-x11, xvfb, xauth, curl Build-Depends-Indep: libglib2.0-doc Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libsoup2.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsoup2.4 Standards-Version: 3.9.4 Package: libsoup2.4-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libsoup2.4-1 (= ${binary:Version}), gir1.2-soup-2.4 (= ${binary:Version}), libglib2.0-dev (>= 2.35.0), libxml2-dev Suggests: libsoup2.4-doc Replaces: gir-repository-dev Description: HTTP library implementation in C -- Development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files. Package: libsoup2.4-1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, glib-networking (>= 2.32.0) Description: HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Package: libsoup2.4-dbg Section: debug Priority: extra Architecture: any Depends: libsoup2.4-1 (= ${binary:Version}), ${misc:Depends} Description: HTTP library implementation in C -- debugging symbols It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS. * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the debugging symbols. Package: libsoup-gnome2.4-1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Package: libsoup-gnome2.4-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libsoup-gnome2.4-1 (= ${binary:Version}), libsoup2.4-dev (= ${binary:Version}) Suggests: libsoup2.4-doc Replaces: gir-repository-dev (<< 0.6.5-7) Description: HTTP library implementation in C -- GNOME support development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files for the GNOME support. Package: libsoup2.4-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libsoup2.4-dev Description: HTTP library implementation in C -- API Reference It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the documentation. Package: gir1.2-soup-2.4 Section: introspection Architecture: any Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: gir1.2-soup-gnome-2.4 Conflicts: gir1.0-soup-2.4, gir1.0-soup-gnome-2.4 Description: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. debian/control0000664000000000000000000002263613316442660010611 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: libsoup2.4 Section: devel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Emilio Pozuelo Monfort Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), dh-autoreconf, gnome-pkg-tools, intltool (>= 0.35.0), libglib2.0-dev (>= 2.36.0), glib-networking (>= 2.32.0), libsqlite3-dev, libxml2-dev, gtk-doc-tools, shared-mime-info, libgirepository1.0-dev (>= 0.9.5), gobject-introspection (>= 0.9.12-4~), dbus, dbus-x11, xvfb, xauth, curl Build-Depends-Indep: libglib2.0-doc Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libsoup2.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsoup2.4 Standards-Version: 3.9.4 Package: libsoup2.4-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libsoup2.4-1 (= ${binary:Version}), gir1.2-soup-2.4 (= ${binary:Version}), libglib2.0-dev (>= 2.35.0), libxml2-dev Suggests: libsoup2.4-doc Replaces: gir-repository-dev Description: HTTP library implementation in C -- Development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files. Package: libsoup2.4-1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, glib-networking (>= 2.32.0) Description: HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Package: libsoup2.4-dbg Section: debug Priority: extra Architecture: any Depends: libsoup2.4-1 (= ${binary:Version}), ${misc:Depends} Description: HTTP library implementation in C -- debugging symbols It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS. * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the debugging symbols. Package: libsoup-gnome2.4-1 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Package: libsoup-gnome2.4-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libsoup-gnome2.4-1 (= ${binary:Version}), libsoup2.4-dev (= ${binary:Version}) Suggests: libsoup2.4-doc Replaces: gir-repository-dev (<< 0.6.5-7) Description: HTTP library implementation in C -- GNOME support development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files for the GNOME support. Package: libsoup2.4-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libsoup2.4-dev Description: HTTP library implementation in C -- API Reference It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the documentation. Package: gir1.2-soup-2.4 Section: introspection Architecture: any Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: gir1.2-soup-gnome-2.4 Conflicts: gir1.0-soup-2.4, gir1.0-soup-gnome-2.4 Description: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. debian/copyright0000664000000000000000000000125711743113523011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://ftp.gnome.org/pub/GNOME/sources/libsoup/ Files: * Copyright: Copyright (C) 2007, 2008 Red Hat, Inc. Copyright (C) 2001-2007 Novell, Inc. Copyright (C) 1999-2003 Ximian, Inc. Copyright (C) 2008 Diego Escalante Urrelo License: LGPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/libsoup2.4-dev.install0000664000000000000000000000021311667325571013246 0ustar usr/include/libsoup-2.4 usr/lib/*/libsoup-2.4.so usr/lib/*/libsoup-2.4.a usr/lib/*/pkgconfig/libsoup-2.4.pc usr/share/gir-1.0/Soup-2.4.gir debian/libsoup2.4-doc.examples0000664000000000000000000000001512115430250013361 0ustar examples/*.c debian/libsoup2.4-doc.install0000664000000000000000000000002211614406632013221 0ustar usr/share/gtk-doc debian/libsoup-gnome2.4-1.symbols0000664000000000000000000000050711323310206013735 0ustar libsoup-gnome-2.4.so.1 libsoup-gnome2.4-1 #MINVER# * Build-Depends-Package: libsoup-gnome2.4-dev soup_cookie_jar_sqlite_get_type@Base 2.27.4 soup_cookie_jar_sqlite_new@Base 2.27.4 soup_gnome_features_2_26_get_type@Base 2.27.4 soup_password_manager_gnome_get_type@Base 2.28.0 soup_proxy_resolver_gnome_get_type@Base 2.27.4 debian/libsoup2.4-1.install0000664000000000000000000000003411667325571012631 0ustar usr/lib/*/libsoup-2.4*.so.* debian/gir1.2-soup-2.4.install0000664000000000000000000000006611667325571013066 0ustar usr/lib/*/girepository-1.0/* usr/lib/girepository-1.0 debian/compat0000664000000000000000000000000211667325571010403 0ustar 9 debian/docs0000664000000000000000000000002410404260565010041 0ustar NEWS README AUTHORS debian/libsoup-gnome2.4-dev.install0000664000000000000000000000025011667325571014352 0ustar usr/include/libsoup-gnome-2.4 usr/lib/*/libsoup-gnome-2.4.so usr/lib/*/libsoup-gnome-2.4.a usr/lib/*/pkgconfig/libsoup-gnome-2.4.pc usr/share/gir-1.0/SoupGNOME-2.4.gir debian/libsoup2.4-1.symbols0000664000000000000000000004624112226601206012645 0ustar libsoup-2.4.so.1 libsoup2.4-1 #MINVER# * Build-Depends-Package: libsoup2.4-dev _SOUP_METHOD_CONNECT@Base 2.4.0 _SOUP_METHOD_COPY@Base 2.4.0 _SOUP_METHOD_DELETE@Base 2.4.0 _SOUP_METHOD_GET@Base 2.4.0 _SOUP_METHOD_HEAD@Base 2.4.0 _SOUP_METHOD_LOCK@Base 2.4.0 _SOUP_METHOD_MKCOL@Base 2.4.0 _SOUP_METHOD_MOVE@Base 2.4.0 _SOUP_METHOD_OPTIONS@Base 2.4.0 _SOUP_METHOD_POST@Base 2.4.0 _SOUP_METHOD_PROPFIND@Base 2.4.0 _SOUP_METHOD_PROPPATCH@Base 2.4.0 _SOUP_METHOD_PUT@Base 2.4.0 _SOUP_METHOD_TRACE@Base 2.4.0 _SOUP_METHOD_UNLOCK@Base 2.4.0 _SOUP_URI_SCHEME_DATA@Base 2.30.0 _SOUP_URI_SCHEME_FILE@Base 2.30.0 _SOUP_URI_SCHEME_FTP@Base 2.30.0 _SOUP_URI_SCHEME_HTTP@Base 2.4.0 _SOUP_URI_SCHEME_HTTPS@Base 2.4.0 _SOUP_URI_SCHEME_RESOURCE@Base 2.41.90 soup_add_completion@Base 2.24.3 soup_add_idle@Base 2.4.0 soup_add_io_watch@Base 2.4.0 soup_add_timeout@Base 2.4.0 soup_address_equal_by_ip@Base 2.26.1 soup_address_equal_by_name@Base 2.26.1 soup_address_family_get_type@Base 2.4.0 soup_address_get_gsockaddr@Base 2.32.2 soup_address_get_name@Base 2.4.0 soup_address_get_physical@Base 2.4.0 soup_address_get_port@Base 2.4.0 soup_address_get_sockaddr@Base 2.4.0 soup_address_get_type@Base 2.4.0 soup_address_hash_by_ip@Base 2.26.1 soup_address_hash_by_name@Base 2.26.1 soup_address_is_resolved@Base 2.26.1 soup_address_new@Base 2.4.0 soup_address_new_any@Base 2.4.0 soup_address_new_from_sockaddr@Base 2.4.0 soup_address_resolve_async@Base 2.4.0 soup_address_resolve_sync@Base 2.4.0 soup_auth_authenticate@Base 2.4.0 soup_auth_basic_get_type@Base 2.4.0 soup_auth_digest_get_type@Base 2.4.0 soup_auth_domain_accepts@Base 2.4.0 soup_auth_domain_add_path@Base 2.4.0 soup_auth_domain_basic_get_type@Base 2.4.0 soup_auth_domain_basic_new@Base 2.4.0 soup_auth_domain_basic_set_auth_callback@Base 2.4.0 soup_auth_domain_challenge@Base 2.4.0 soup_auth_domain_check_password@Base 2.4.0 soup_auth_domain_covers@Base 2.4.0 soup_auth_domain_digest_encode_password@Base 2.4.0 soup_auth_domain_digest_get_type@Base 2.4.0 soup_auth_domain_digest_new@Base 2.4.0 soup_auth_domain_digest_set_auth_callback@Base 2.4.0 soup_auth_domain_get_realm@Base 2.4.0 soup_auth_domain_get_type@Base 2.4.0 soup_auth_domain_remove_path@Base 2.4.0 soup_auth_domain_set_filter@Base 2.4.0 soup_auth_domain_set_generic_auth_callback@Base 2.4.0 soup_auth_domain_try_generic_auth_callback@Base 2.4.0 soup_auth_free_protection_space@Base 2.4.0 soup_auth_get_authorization@Base 2.4.0 soup_auth_get_host@Base 2.4.0 soup_auth_get_info@Base 2.4.0 soup_auth_get_protection_space@Base 2.4.0 soup_auth_get_realm@Base 2.4.0 soup_auth_get_saved_password@Base 2.28.0 soup_auth_get_saved_users@Base 2.28.0 soup_auth_get_scheme_name@Base 2.4.0 soup_auth_get_type@Base 2.4.0 soup_auth_has_saved_password@Base 2.28.0 soup_auth_is_authenticated@Base 2.4.0 soup_auth_is_for_proxy@Base 2.4.0 soup_auth_is_ready@Base 2.41.90 soup_auth_manager_get_type@Base 2.24.3 soup_auth_manager_use_auth@Base 2.41.90 soup_auth_new@Base 2.4.0 soup_auth_ntlm_get_type@Base 2.4.0 soup_auth_save_password@Base 2.28.0 soup_auth_update@Base 2.4.0 soup_buffer_copy@Base 2.4.0 soup_buffer_free@Base 2.4.0 soup_buffer_get_as_bytes@Base 2.39.2 soup_buffer_get_data@Base 2.32.2 soup_buffer_get_owner@Base 2.4.0 soup_buffer_get_type@Base 2.4.0 soup_buffer_new@Base 2.4.0 soup_buffer_new_subbuffer@Base 2.4.0 soup_buffer_new_take@Base 2.32.2 soup_buffer_new_with_owner@Base 2.4.0 soup_byte_array_get_type@Base 2.4.0 soup_cache_clear@Base 2.33.92 soup_cache_dump@Base 2.33.92 soup_cache_flush@Base 2.33.92 soup_cache_get_max_size@Base 2.33.92 soup_cache_get_type@Base 2.33.92 soup_cache_load@Base 2.33.92 soup_cache_new@Base 2.33.92 soup_cache_response_get_type@Base 2.33.92 soup_cache_set_max_size@Base 2.33.92 soup_cache_type_get_type@Base 2.33.92 soup_cacheability_get_type@Base 2.33.92 soup_char_attributes@Base 2.30.1 soup_check_version@Base 2.41.90 soup_client_context_get_address@Base 2.4.0 soup_client_context_get_auth_domain@Base 2.4.0 soup_client_context_get_auth_user@Base 2.4.0 soup_client_context_get_host@Base 2.4.0 soup_client_context_get_socket@Base 2.4.0 soup_client_context_get_type@Base 2.4.0 soup_connection_state_get_type@Base 2.30.0 soup_content_decoder_get_type@Base 2.30.0 soup_content_sniffer_get_buffer_size@Base 2.39.2 soup_content_sniffer_get_type@Base 2.28.0 soup_content_sniffer_new@Base 2.28.0 soup_content_sniffer_sniff@Base 2.28.0 soup_cookie_applies_to_uri@Base 2.24.3 soup_cookie_copy@Base 2.26.1 soup_cookie_domain_matches@Base 2.30.0 soup_cookie_equal@Base 2.26.1 soup_cookie_free@Base 2.24.3 soup_cookie_get_domain@Base 2.32.2 soup_cookie_get_expires@Base 2.32.2 soup_cookie_get_http_only@Base 2.32.2 soup_cookie_get_name@Base 2.32.2 soup_cookie_get_path@Base 2.32.2 soup_cookie_get_secure@Base 2.32.2 soup_cookie_get_type@Base 2.26.1 soup_cookie_get_value@Base 2.32.2 soup_cookie_jar_accept_policy_get_type@Base 2.30.0 soup_cookie_jar_add_cookie@Base 2.26.1 soup_cookie_jar_add_cookie_with_first_party@Base 2.39.3 soup_cookie_jar_all_cookies@Base 2.26.1 soup_cookie_jar_db_get_type@Base 2.41.90 soup_cookie_jar_db_new@Base 2.41.90 soup_cookie_jar_delete_cookie@Base 2.26.1 soup_cookie_jar_get_accept_policy@Base 2.30.0 soup_cookie_jar_get_cookie_list@Base 2.39.3 soup_cookie_jar_get_cookies@Base 2.24.3 soup_cookie_jar_get_type@Base 2.24.3 soup_cookie_jar_is_persistent@Base 2.39.2 soup_cookie_jar_new@Base 2.24.3 soup_cookie_jar_save@Base 2.24.3 soup_cookie_jar_set_accept_policy@Base 2.30.0 soup_cookie_jar_set_cookie@Base 2.24.3 soup_cookie_jar_set_cookie_with_first_party@Base 2.30.0 soup_cookie_jar_text_get_type@Base 2.26.1 soup_cookie_jar_text_new@Base 2.26.1 soup_cookie_new@Base 2.24.3 soup_cookie_parse@Base 2.24.3 soup_cookie_set_domain@Base 2.24.3 soup_cookie_set_expires@Base 2.24.3 soup_cookie_set_http_only@Base 2.24.3 soup_cookie_set_max_age@Base 2.24.3 soup_cookie_set_name@Base 2.24.3 soup_cookie_set_path@Base 2.24.3 soup_cookie_set_secure@Base 2.24.3 soup_cookie_set_value@Base 2.24.3 soup_cookie_to_cookie_header@Base 2.24.3 soup_cookie_to_set_cookie_header@Base 2.24.3 soup_cookies_free@Base 2.24.3 soup_cookies_from_request@Base 2.24.3 soup_cookies_from_response@Base 2.24.3 soup_cookies_to_cookie_header@Base 2.24.3 soup_cookies_to_request@Base 2.24.3 soup_cookies_to_response@Base 2.24.3 soup_date_copy@Base 2.4.0 soup_date_format_get_type@Base 2.4.0 soup_date_free@Base 2.4.0 soup_date_get_day@Base 2.32.2 soup_date_get_hour@Base 2.32.2 soup_date_get_minute@Base 2.32.2 soup_date_get_month@Base 2.32.2 soup_date_get_offset@Base 2.32.2 soup_date_get_second@Base 2.32.2 soup_date_get_type@Base 2.4.0 soup_date_get_utc@Base 2.32.2 soup_date_get_year@Base 2.32.2 soup_date_is_past@Base 2.24.3 soup_date_new@Base 2.4.0 soup_date_new_from_now@Base 2.4.0 soup_date_new_from_string@Base 2.4.0 soup_date_new_from_time_t@Base 2.4.0 soup_date_to_string@Base 2.4.0 soup_date_to_time_t@Base 2.4.0 soup_date_to_timeval@Base 2.24.3 soup_encoding_get_type@Base 2.4.0 soup_expectation_get_type@Base 2.4.0 soup_form_decode@Base 2.4.0 soup_form_decode_multipart@Base 2.26.1 soup_form_encode@Base 2.4.0 soup_form_encode_datalist@Base 2.4.0 soup_form_encode_hash@Base 2.4.0 soup_form_encode_valist@Base 2.4.0 soup_form_request_new@Base 2.4.0 soup_form_request_new_from_datalist@Base 2.4.0 soup_form_request_new_from_hash@Base 2.4.0 soup_form_request_new_from_multipart@Base 2.26.1 soup_get_major_version@Base 2.41.90 soup_get_micro_version@Base 2.41.90 soup_get_minor_version@Base 2.41.90 soup_header_contains@Base 2.4.0 soup_header_free_list@Base 2.4.0 soup_header_free_param_list@Base 2.4.0 soup_header_g_string_append_param@Base 2.26.1 soup_header_g_string_append_param_quoted@Base 2.30.1 soup_header_parse_list@Base 2.4.0 soup_header_parse_param_list@Base 2.4.0 soup_header_parse_quality_list@Base 2.4.0 soup_header_parse_semi_param_list@Base 2.24.3 soup_headers_parse@Base 2.26.1 soup_headers_parse_request@Base 2.4.0 soup_headers_parse_response@Base 2.4.0 soup_headers_parse_status_line@Base 2.4.0 soup_http_error_quark@Base 2.4.0 soup_http_version_get_type@Base 2.4.0 soup_known_status_code_get_type@Base 2.4.0 soup_logger_attach@Base 2.4.0 soup_logger_detach@Base 2.4.0 soup_logger_get_type@Base 2.4.0 soup_logger_log_level_get_type@Base 2.4.0 soup_logger_new@Base 2.4.0 soup_logger_set_printer@Base 2.4.0 soup_logger_set_request_filter@Base 2.4.0 soup_logger_set_response_filter@Base 2.4.0 soup_memory_use_get_type@Base 2.4.0 soup_message_add_header_handler@Base 2.4.0 soup_message_add_status_code_handler@Base 2.4.0 soup_message_body_append@Base 2.4.0 soup_message_body_append_buffer@Base 2.4.0 soup_message_body_append_take@Base 2.32.2 soup_message_body_complete@Base 2.4.0 soup_message_body_flatten@Base 2.4.0 soup_message_body_free@Base 2.4.0 soup_message_body_get_accumulate@Base 2.4.1 soup_message_body_get_chunk@Base 2.4.0 soup_message_body_get_type@Base 2.4.0 soup_message_body_got_chunk@Base 2.4.1 soup_message_body_new@Base 2.4.0 soup_message_body_set_accumulate@Base 2.4.1 soup_message_body_truncate@Base 2.4.0 soup_message_body_wrote_chunk@Base 2.4.1 soup_message_content_sniffed@Base 2.28.0 soup_message_disable_feature@Base 2.28.0 soup_message_finished@Base 2.4.0 soup_message_flags_get_type@Base 2.4.0 soup_message_get_address@Base 2.26.1 soup_message_get_first_party@Base 2.30.0 soup_message_get_flags@Base 2.4.0 soup_message_get_http_version@Base 2.4.0 soup_message_get_https_status@Base 2.33.92 soup_message_get_priority@Base 2.44.0 soup_message_get_soup_request@Base 2.41.90 soup_message_get_type@Base 2.4.0 soup_message_get_uri@Base 2.4.0 soup_message_got_body@Base 2.4.0 soup_message_got_chunk@Base 2.4.0 soup_message_got_headers@Base 2.4.0 soup_message_got_informational@Base 2.4.0 soup_message_headers_append@Base 2.4.0 soup_message_headers_clean_connection_headers@Base 2.36.0 soup_message_headers_clear@Base 2.4.0 soup_message_headers_foreach@Base 2.4.0 soup_message_headers_free@Base 2.4.0 soup_message_headers_free_ranges@Base 2.26.1 soup_message_headers_get@Base 2.4.0 soup_message_headers_get_content_disposition@Base 2.26.1 soup_message_headers_get_content_length@Base 2.4.0 soup_message_headers_get_content_range@Base 2.26.1 soup_message_headers_get_content_type@Base 2.26.1 soup_message_headers_get_encoding@Base 2.4.0 soup_message_headers_get_expectations@Base 2.4.0 soup_message_headers_get_list@Base 2.26.1 soup_message_headers_get_one@Base 2.26.1 soup_message_headers_get_ranges@Base 2.26.1 soup_message_headers_get_type@Base 2.4.0 soup_message_headers_iter_init@Base 2.4.0 soup_message_headers_iter_next@Base 2.4.0 soup_message_headers_new@Base 2.4.0 soup_message_headers_remove@Base 2.4.0 soup_message_headers_replace@Base 2.4.0 soup_message_headers_set_content_disposition@Base 2.26.1 soup_message_headers_set_content_length@Base 2.4.0 soup_message_headers_set_content_range@Base 2.26.1 soup_message_headers_set_content_type@Base 2.26.1 soup_message_headers_set_encoding@Base 2.4.0 soup_message_headers_set_expectations@Base 2.4.0 soup_message_headers_set_range@Base 2.26.1 soup_message_headers_set_ranges@Base 2.26.1 soup_message_headers_type_get_type@Base 2.4.0 soup_message_io_cleanup@Base 2.4.0 soup_message_is_keepalive@Base 2.4.0 soup_message_new@Base 2.4.0 soup_message_new_from_uri@Base 2.4.0 soup_message_priority_get_type@Base 2.44.0 soup_message_restarted@Base 2.4.0 soup_message_set_chunk_allocator@Base 2.4.0 soup_message_set_first_party@Base 2.30.0 soup_message_set_flags@Base 2.4.0 soup_message_set_http_version@Base 2.4.0 soup_message_set_priority@Base 2.44.0 soup_message_set_redirect@Base 2.37.90 soup_message_set_request@Base 2.4.0 soup_message_set_response@Base 2.4.0 soup_message_set_status@Base 2.4.0 soup_message_set_status_full@Base 2.4.0 soup_message_set_uri@Base 2.4.0 soup_message_wrote_body@Base 2.4.0 soup_message_wrote_body_data@Base 2.4.1 soup_message_wrote_chunk@Base 2.4.0 soup_message_wrote_headers@Base 2.4.0 soup_message_wrote_informational@Base 2.4.0 soup_multipart_append_form_file@Base 2.26.1 soup_multipart_append_form_string@Base 2.26.1 soup_multipart_append_part@Base 2.26.1 soup_multipart_free@Base 2.26.1 soup_multipart_get_length@Base 2.26.1 soup_multipart_get_part@Base 2.26.1 soup_multipart_get_type@Base 2.26.1 soup_multipart_input_stream_get_headers@Base 2.39.90 soup_multipart_input_stream_get_type@Base 2.39.90 soup_multipart_input_stream_new@Base 2.39.90 soup_multipart_input_stream_next_part@Base 2.39.90 soup_multipart_input_stream_next_part_async@Base 2.39.90 soup_multipart_input_stream_next_part_finish@Base 2.39.90 soup_multipart_new@Base 2.26.1 soup_multipart_new_from_message@Base 2.26.1 soup_multipart_to_message@Base 2.26.1 soup_password_manager_get_passwords_async@Base 2.28.0 soup_password_manager_get_passwords_sync@Base 2.28.0 soup_password_manager_get_type@Base 2.28.0 soup_proxy_resolver_default_get_type@Base 2.33.92 soup_proxy_resolver_get_proxy_async@Base 2.26.1 soup_proxy_resolver_get_proxy_sync@Base 2.26.1 soup_proxy_resolver_get_type@Base 2.26.1 soup_proxy_uri_resolver_get_proxy_uri_async@Base 2.28.0 soup_proxy_uri_resolver_get_proxy_uri_sync@Base 2.28.0 soup_proxy_uri_resolver_get_type@Base 2.28.0 soup_request_data_get_type@Base 2.33.92 soup_request_error_get_type@Base 2.41.90 soup_request_error_quark@Base 2.41.90 soup_request_file_get_file@Base 2.33.92 soup_request_file_get_type@Base 2.33.92 soup_request_get_content_length@Base 2.33.92 soup_request_get_content_type@Base 2.33.92 soup_request_get_session@Base 2.33.92 soup_request_get_type@Base 2.33.92 soup_request_get_uri@Base 2.33.92 soup_request_http_get_message@Base 2.33.92 soup_request_http_get_type@Base 2.33.92 soup_request_send@Base 2.33.92 soup_request_send_async@Base 2.33.92 soup_request_send_finish@Base 2.33.92 soup_requester_error_get_type@Base 2.33.92 soup_requester_error_quark@Base 2.33.92 soup_requester_get_type@Base 2.33.92 soup_requester_new@Base 2.33.92 soup_requester_request@Base 2.33.92 soup_requester_request_uri@Base 2.33.92 soup_server_add_auth_domain@Base 2.4.0 soup_server_add_handler@Base 2.4.0 soup_server_disconnect@Base 2.33.92 soup_server_get_async_context@Base 2.4.0 soup_server_get_listener@Base 2.4.0 soup_server_get_port@Base 2.4.0 soup_server_get_type@Base 2.4.0 soup_server_is_https@Base 2.4.0 soup_server_new@Base 2.4.0 soup_server_pause_message@Base 2.4.0 soup_server_quit@Base 2.4.0 soup_server_remove_auth_domain@Base 2.4.0 soup_server_remove_handler@Base 2.4.0 soup_server_run@Base 2.4.0 soup_server_run_async@Base 2.4.0 soup_server_unpause_message@Base 2.4.0 soup_session_abort@Base 2.4.0 soup_session_add_feature@Base 2.24.3 soup_session_add_feature_by_type@Base 2.24.3 soup_session_async_get_type@Base 2.4.0 soup_session_async_new@Base 2.4.0 soup_session_async_new_with_options@Base 2.4.0 soup_session_cancel_message@Base 2.4.0 soup_session_feature_add_feature@Base 2.33.92 soup_session_feature_attach@Base 2.24.3 soup_session_feature_detach@Base 2.24.3 soup_session_feature_get_type@Base 2.24.3 soup_session_feature_has_feature@Base 2.33.92 soup_session_feature_remove_feature@Base 2.33.92 soup_session_get_async_context@Base 2.4.0 soup_session_get_feature@Base 2.26.1 soup_session_get_feature_for_message@Base 2.28.0 soup_session_get_features@Base 2.26.1 soup_session_get_type@Base 2.4.0 soup_session_has_feature@Base 2.41.90 soup_session_new@Base 2.41.90 soup_session_new_with_options@Base 2.41.90 soup_session_pause_message@Base 2.4.0 soup_session_prefetch_dns@Base 2.37.92 soup_session_prepare_for_uri@Base 2.30.0 soup_session_queue_message@Base 2.4.0 soup_session_redirect_message@Base 2.37.90 soup_session_remove_feature@Base 2.24.3 soup_session_remove_feature_by_type@Base 2.24.3 soup_session_request@Base 2.41.90 soup_session_request_http@Base 2.41.90 soup_session_request_http_uri@Base 2.41.90 soup_session_request_uri@Base 2.41.90 soup_session_requeue_message@Base 2.4.0 soup_session_send@Base 2.41.90 soup_session_send_async@Base 2.41.90 soup_session_send_finish@Base 2.41.90 soup_session_send_message@Base 2.4.0 soup_session_sync_get_type@Base 2.4.0 soup_session_sync_new@Base 2.4.0 soup_session_sync_new_with_options@Base 2.4.0 soup_session_unpause_message@Base 2.4.0 soup_session_would_redirect@Base 2.37.90 soup_socket_connect_async@Base 2.4.0 soup_socket_connect_sync@Base 2.4.0 soup_socket_disconnect@Base 2.4.0 soup_socket_get_fd@Base 2.28.0 soup_socket_get_local_address@Base 2.4.0 soup_socket_get_remote_address@Base 2.4.0 soup_socket_get_type@Base 2.4.0 soup_socket_io_status_get_type@Base 2.4.0 soup_socket_is_connected@Base 2.4.0 soup_socket_is_ssl@Base 2.4.0 soup_socket_listen@Base 2.4.0 soup_socket_new@Base 2.4.0 soup_socket_read@Base 2.4.0 soup_socket_read_until@Base 2.4.0 soup_socket_start_proxy_ssl@Base 2.4.0 soup_socket_start_ssl@Base 2.4.0 soup_socket_write@Base 2.4.0 soup_ssl_supported@Base 2.4.0 soup_status_get_phrase@Base 2.4.0 soup_status_get_type@Base 2.44.0 soup_status_proxify@Base 2.26.1 soup_str_case_equal@Base 2.4.0 soup_str_case_hash@Base 2.4.0 soup_tld_domain_is_public_suffix@Base 2.39.3 soup_tld_error_get_type@Base 2.39.3 soup_tld_error_quark@Base 2.39.3 soup_tld_get_base_domain@Base 2.39.3 soup_uri_copy@Base 2.4.0 soup_uri_copy_host@Base 2.28.0 soup_uri_decode@Base 2.4.0 soup_uri_encode@Base 2.4.0 soup_uri_equal@Base 2.4.0 soup_uri_free@Base 2.4.0 soup_uri_get_fragment@Base 2.32.2 soup_uri_get_host@Base 2.32.2 soup_uri_get_password@Base 2.32.2 soup_uri_get_path@Base 2.32.2 soup_uri_get_port@Base 2.32.2 soup_uri_get_query@Base 2.32.2 soup_uri_get_scheme@Base 2.32.2 soup_uri_get_type@Base 2.4.0 soup_uri_get_user@Base 2.32.2 soup_uri_host_equal@Base 2.28.0 soup_uri_host_hash@Base 2.28.0 soup_uri_new@Base 2.4.0 soup_uri_new_with_base@Base 2.4.0 soup_uri_normalize@Base 2.4.0 soup_uri_set_fragment@Base 2.4.0 soup_uri_set_host@Base 2.4.0 soup_uri_set_password@Base 2.4.0 soup_uri_set_path@Base 2.4.0 soup_uri_set_port@Base 2.4.0 soup_uri_set_query@Base 2.4.0 soup_uri_set_query_from_fields@Base 2.4.0 soup_uri_set_query_from_form@Base 2.4.0 soup_uri_set_scheme@Base 2.4.0 soup_uri_set_user@Base 2.4.0 soup_uri_to_string@Base 2.4.0 soup_uri_uses_default_port@Base 2.4.0 soup_value_array_append@Base 2.4.0 soup_value_array_append_vals@Base 2.4.0 soup_value_array_from_args@Base 2.4.0 soup_value_array_get_nth@Base 2.4.0 soup_value_array_insert@Base 2.4.0 soup_value_array_new@Base 2.4.0 soup_value_array_new_with_vals@Base 2.4.0 soup_value_array_to_args@Base 2.4.0 soup_value_hash_insert@Base 2.4.0 soup_value_hash_insert_vals@Base 2.4.0 soup_value_hash_insert_value@Base 2.4.0 soup_value_hash_lookup@Base 2.4.0 soup_value_hash_lookup_vals@Base 2.4.0 soup_value_hash_new@Base 2.4.0 soup_value_hash_new_with_vals@Base 2.4.0 soup_xmlrpc_build_fault@Base 2.4.0 soup_xmlrpc_build_method_call@Base 2.4.0 soup_xmlrpc_build_method_response@Base 2.4.0 soup_xmlrpc_error_get_type@Base 2.4.0 soup_xmlrpc_error_quark@Base 2.4.0 soup_xmlrpc_extract_method_call@Base 2.4.0 soup_xmlrpc_extract_method_response@Base 2.4.0 soup_xmlrpc_fault_get_type@Base 2.4.0 soup_xmlrpc_fault_quark@Base 2.4.0 soup_xmlrpc_parse_method_call@Base 2.4.0 soup_xmlrpc_parse_method_response@Base 2.4.0 soup_xmlrpc_request_new@Base 2.4.0 soup_xmlrpc_set_fault@Base 2.4.0 soup_xmlrpc_set_response@Base 2.4.0 debian/libsoup-gnome2.4-1.install0000664000000000000000000000004111667325571013732 0ustar usr/lib/*/libsoup-gnome-2.4.so.* debian/patches/0000775000000000000000000000000013316442312010616 5ustar debian/patches/CVE-2018-12910.patch0000664000000000000000000000144513316442312013322 0ustar From db2b0d5809d5f8226d47312b40992cadbcde439f Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sun, 24 Jun 2018 19:46:19 -0500 Subject: [PATCH] cookie-jar: bail if hostname is an empty string There are several other ways to fix the problem with this function, but skipping over all of the code is probably the simplest. Fixes #3 diff --git a/libsoup/soup-cookie-jar.c b/libsoup/soup-cookie-jar.c index 93fd157..7c9cf78 100644 --- a/libsoup/soup-cookie-jar.c +++ b/libsoup/soup-cookie-jar.c @@ -306,7 +306,7 @@ get_cookies (SoupCookieJar *jar, SoupURI *uri, gboolean for_http, gboolean copy_ priv = SOUP_COOKIE_JAR_GET_PRIVATE (jar); - if (!uri->host) + if (!uri->host || !uri->host[0]) return NULL; /* The logic here is a little weird, but the plan is that if debian/patches/series0000664000000000000000000000016713316442312012037 0ustar 01_tests_debug_output.patch git_no_ssl_test_work.patch new_samba_compat.patch CVE-2017-2885.patch CVE-2018-12910.patch debian/patches/git_no_ssl_test_work.patch0000664000000000000000000000253012266032024016076 0ustar From b16b45344b10d6dc3abcca10ed477c5ea45787c8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 20 Nov 2013 22:18:57 +0000 Subject: no-ssl-test: fix for GDummyTlsBackend changes This was assuming that setting "ssl-use-system-ca-file" would fail when using the dummy TLS backend, but the fact that it failed was just a side effect of the fact that GDummyTlsBackend returned a different GTlsDatabase every time you called g_tls_backend_get_default_database(). Now that that's fixed, setting "ssl-use-system-ca-file" does appear to work. Of course, SSL won't work at all with the dummy backend, so it doesn't really matter whether setting this property works or not, so just remove that part of the test, so this will pass with either old or new glib. --- diff --git a/tests/no-ssl-test.c b/tests/no-ssl-test.c index 89a7520..f442ea0 100644 --- a/tests/no-ssl-test.c +++ b/tests/no-ssl-test.c @@ -92,13 +92,8 @@ do_session_property_tests (void) "ssl-use-system-ca-file", TRUE, NULL); g_object_get (G_OBJECT (session), - "ssl-use-system-ca-file", &use_system, "ssl-ca-file", &ca_file, NULL); - if (use_system) { - debug_printf (1, " setting ssl-use-system-ca-file did not fail\n"); - errors++; - } if (ca_file) { debug_printf (1, " setting ssl-use-system-ca-file set ssl-ca-file\n"); errors++; -- cgit v0.9.2 debian/patches/01_tests_debug_output.patch0000664000000000000000000000040112150771345016070 0ustar --- a/tests/test-utils.c +++ b/tests/test-utils.c @@ -13,7 +13,7 @@ static SoupLogger *logger; -int debug_level, errors; +int debug_level = 3, errors; gboolean parallelize = TRUE; gboolean expect_warning, tls_available; static int http_debug_level; debian/patches/CVE-2017-2885.patch0000664000000000000000000000416013142532204013245 0ustar From 34d361188adc4b4a81457bcffb14588d84078e79 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 3 Aug 2017 09:56:43 -0400 Subject: [PATCH] Fix chunked decoding buffer overrun (CVE-2017-2885) https://bugzilla.gnome.org/show_bug.cgi?id=785774 --- libsoup/soup-filter-input-stream.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/libsoup/soup-filter-input-stream.c b/libsoup/soup-filter-input-stream.c index cde4d12..2c30bf9 100644 --- a/libsoup/soup-filter-input-stream.c +++ b/libsoup/soup-filter-input-stream.c @@ -198,7 +198,7 @@ soup_filter_input_stream_read_until (SoupFilterInputStream *fstream, GCancellable *cancellable, GError **error) { - gssize nread; + gssize nread, read_length; guint8 *p, *buf, *end; gboolean eof = FALSE; GError *my_error = NULL; @@ -251,10 +251,11 @@ soup_filter_input_stream_read_until (SoupFilterInputStream *fstream, } else buf = fstream->priv->buf->data; - /* Scan for the boundary */ - end = buf + fstream->priv->buf->len; - if (!eof) - end -= boundary_length; + /* Scan for the boundary within the range we can possibly return. */ + if (include_boundary) + end = buf + MIN (fstream->priv->buf->len, length) - boundary_length; + else + end = buf + MIN (fstream->priv->buf->len - boundary_length, length); for (p = buf; p <= end; p++) { if (*p == *(guint8*)boundary && !memcmp (p, boundary, boundary_length)) { @@ -268,10 +269,9 @@ soup_filter_input_stream_read_until (SoupFilterInputStream *fstream, if (!*got_boundary && fstream->priv->buf->len < length && !eof) goto fill_buffer; - /* Return everything up to 'p' (which is either just after the boundary if - * include_boundary is TRUE, just before the boundary if include_boundary is - * FALSE, @boundary_len - 1 bytes before the end of the buffer, or end-of- - * file). - */ - return read_from_buf (fstream, buffer, p - buf); + if (eof && !*got_boundary) + read_length = MIN (fstream->priv->buf->len, length); + else + read_length = p - buf; + return read_from_buf (fstream, buffer, read_length); } -- 2.9.4 debian/patches/new_samba_compat.patch0000664000000000000000000000271612706430675015157 0ustar From 1ec0dca73385705179457f2c6fcd043fe4563ecc Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 19 Apr 2016 18:50:24 +0200 Subject: NTLM auth failure with latest samba https://bugzilla.gnome.org/show_bug.cgi?id=765106 --- libsoup/soup-auth-ntlm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Index: libsoup2.4-2.44.2/libsoup/soup-auth-ntlm.c =================================================================== --- libsoup2.4-2.44.2.orig/libsoup/soup-auth-ntlm.c 2016-04-22 10:14:19.806282967 -0400 +++ libsoup2.4-2.44.2/libsoup/soup-auth-ntlm.c 2016-04-22 10:14:19.802282923 -0400 @@ -352,6 +352,7 @@ conn->state = SOUP_NTLM_SSO_FAILED; success = FALSE; } else if (!g_ascii_strcasecmp (response, "PW")) { + conn->state = SOUP_NTLM_SSO_FAILED; priv->sso_available = FALSE; g_free (response); } else { @@ -482,7 +483,7 @@ priv->sso_available = FALSE; } } else { - g_warning ("NTLM single-sign-on using %s failed", NTLM_AUTH); + g_debug ("NTLM single-sign-on using %s failed", NTLM_AUTH); } } /* If NTLM single-sign-on fails, go back to original @@ -517,7 +518,7 @@ #ifdef USE_NTLM_AUTH case SOUP_NTLM_SSO_FAILED: /* Restart request without SSO */ - g_warning ("NTLM single-sign-on by using %s failed", NTLM_AUTH); + g_debug ("NTLM single-sign-on by using %s failed", NTLM_AUTH); priv->sso_available = FALSE; header = soup_ntlm_request (); conn->state = SOUP_NTLM_SENT_REQUEST; debian/changelog0000664000000000000000000011064613316442524011056 0ustar libsoup2.4 (2.44.2-1ubuntu2.3) trusty-security; urgency=medium * SECURITY UPDATE: Fail to handle empty hostnames - debian/patches/CVE-2018-12910.patch: fix in libsoup/soup-cookie-jar.c. - CVE-2018-12910 -- Leonidas S. Barbosa Mon, 02 Jul 2018 12:29:22 -0300 libsoup2.4 (2.44.2-1ubuntu2.2) trusty-security; urgency=medium * SECURITY UPDATE: chunked encoding stack buffer overflow - debian/patches/CVE-2017-2885.patch: better boundary checking in soup-filter-input-stream.c - CVE-2017-2885 -- Steve Beattie Wed, 09 Aug 2017 00:07:21 -0700 libsoup2.4 (2.44.2-1ubuntu2.1) trusty-security; urgency=medium * debian/patches/new_samba_compat.patch: fix regression in NTLM authentication caused by Samba security update (LP: #1573494) -- Marc Deslauriers Fri, 22 Apr 2016 10:14:24 -0400 libsoup2.4 (2.44.2-1ubuntu2) trusty; urgency=medium * debian/patches/git_no_ssl_test_work.patch: - backport upstream fix for a buggy test -- Sebastien Bacher Thu, 16 Jan 2014 20:35:20 +0100 libsoup2.4 (2.44.2-1ubuntu1) trusty; urgency=low * Use dh-autoreconf to update libtool.m4 for new ports. -- Colin Watson Mon, 16 Dec 2013 00:27:34 +0000 libsoup2.4 (2.44.2-1) unstable; urgency=low * New upstream release. (Closes: #731107) -- Andreas Henriksson Mon, 02 Dec 2013 19:05:37 +0100 libsoup2.4 (2.44.1-1) unstable; urgency=low * New upstream release * Drop patches crippling test-cases which has now been fixed upstream: - 11-cache-test.patch - 12-timeout-test.patch * Update debian/libsoup2.4-1.symbols with 4 added symbols -- Andreas Henriksson Thu, 17 Oct 2013 22:08:50 +0200 libsoup2.4 (2.42.2-6) unstable; urgency=low * debian/rules: + Temporarily disable the test suite on !linux as one test hangs there. -- Emilio Pozuelo Monfort Thu, 20 Jun 2013 09:32:26 +0200 libsoup2.4 (2.42.2-5) unstable; urgency=low * debian/patches/11-cache-test.patch: + Don't fail if we leak the GInputStream. This looks like a race condition in the test case. * debian/patches/12-timeout-test.patch: + Ignore the results of this test as it currently fails on sparc where there's no valgrind. -- Emilio Pozuelo Monfort Fri, 07 Jun 2013 22:22:06 +0200 libsoup2.4 (2.42.2-4) unstable; urgency=low * debian/patches/01_tests_debug_output.patch: + Make the test suite print debug output. -- Emilio Pozuelo Monfort Tue, 28 May 2013 01:57:39 +0200 libsoup2.4 (2.42.2-3) unstable; urgency=low * Don't run the test-suite via DEB_MAKE_CHECK_TARGET but use a separate make target. This way we can avoid having to run the complete build under xvfb and we can set HOME and XDG_RUNTIME_DIR to a writable location. -- Michael Biebl Fri, 10 May 2013 12:46:27 +0200 libsoup2.4 (2.42.2-2) unstable; urgency=low [ Thomas Bechtold ] * New upstream release. * debian/control: - Build-Depends on libglib2.0-dev >= 2.36 according to configure.ac. - Bump Standards-Version to 3.9.4. [ Michael Biebl ] * Upload to unstable. * Track stable releases again. * Make test-suite failures fatal again, so regressions don't go unnoticed. * Add Build-Depends on dbus, dbus-x11, xvfb, xauth and curl for running the test-suite. * Run make under xvfb so dbus-launch works properly. -- Michael Biebl Fri, 10 May 2013 06:01:24 +0200 libsoup2.4 (2.42.0-1) experimental; urgency=low * debian/control.in: + Remove spurious period in the description. Closes: #703757. * New upstream release. -- Emilio Pozuelo Monfort Mon, 25 Mar 2013 16:07:05 +0100 libsoup2.4 (2.41.92-1) experimental; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Mon, 18 Mar 2013 20:59:07 +0100 libsoup2.4 (2.41.91-1) experimental; urgency=low * New upstream release. * debian/libsoup2.4-doc.examples: + Ship examples in libsoup2.4-doc. -- Emilio Pozuelo Monfort Tue, 05 Mar 2013 19:20:40 +0100 libsoup2.4 (2.41.90-1) experimental; urgency=low * New upstream release. + debian/control.in: - Update build dependencies. + debian/libsoup2.4-1.symbols: - Updated for new symbols. Many symbols have been removed, but they were not exported in public headers, so nobody should be using them anyway. -- Emilio Pozuelo Monfort Sat, 23 Feb 2013 20:42:03 +0100 libsoup2.4 (2.40.1-1) experimental; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Tue, 23 Oct 2012 15:27:18 +0200 libsoup2.4 (2.39.92-1) experimental; urgency=low * New upstream release. * Track unstable versions in the experimental branch. * Bump Build-Depends on libglib2.0-dev to (>= 2.33.14) so we don't pick up the version from unstable. This will also generate a tight enough dependency. Closes: #687388 -- Michael Biebl Thu, 20 Sep 2012 21:05:44 +0200 libsoup2.4 (2.39.90-1) experimental; urgency=low * New upstream release (Packaging from 2.39.90-0ubuntu1) -- Sjoerd Simons Sun, 26 Aug 2012 15:41:50 +0200 libsoup2.4 (2.38.1-2) unstable; urgency=low * Make test suite failures non-fatal so we don't block testing migration due to failing builds on kfreebsd-* and sparc. Once #643906 and #663056 are fixed this change should be reverted again. -- Michael Biebl Tue, 17 Apr 2012 20:50:12 +0200 libsoup2.4 (2.38.1-1) unstable; urgency=low * New upstream release: - Fixed a situation where soup_connection_disconnect() could end up calling g_object_unref(NULL) when an idle connection was closed - Fixed two warnings when cancelling an in-progress soup_socket_connect_async() - Fixed a crash when disposing a SoupServer with open connections - Fixed the SoupSession:ssl-use-system-ca-file property to get turned off (rather than on) when you set it to FALSE... Also fixed up the property notifications around the various certificate-verification properties (ssl-ca-file, ssl-use-system-ca-file, and tls-database). - Fixed SoupSession to not leak paused SoupMessages that were still in progress when it was unreffed. * debian/copyright: Move to copyright 1.0 format. -- Martin Pitt Tue, 17 Apr 2012 00:08:43 +0200 libsoup2.4 (2.38.0-1) unstable; urgency=low * New upstream release. * Bump minimum required version of glib-networking to 2.32.0. * Update Vcs-* URLs. * Bump Standards-Version to 3.9.3. -- Michael Biebl Sat, 31 Mar 2012 07:38:04 +0200 libsoup2.4 (2.37.92-1) experimental; urgency=low * New upstream development release. * debian/libsoup2.4-1.symbols: Add new symbol. -- Michael Biebl Tue, 20 Mar 2012 02:22:10 +0100 libsoup2.4 (2.37.91-1) experimental; urgency=low * New upstream development release. * debian/libsoup2.4-1.symbols: Add new symbol. * debian/control.in: Bump Build-Depends on debhelper to (>= 9). -- Michael Biebl Thu, 08 Mar 2012 18:41:28 +0100 libsoup2.4 (2.37.90-1) experimental; urgency=low * New development release. * debian/libsoup2.4-1.symbols: - updated for the new version * debian/control.in: - Bump build-dep and dep on libglib2.0-dev to 2.31.7, following upstream change -- Gustavo Noronha Silva Sat, 03 Mar 2012 16:54:11 -0300 libsoup2.4 (2.36.1-2) UNRELEASED; urgency=low [ Allison Randal ] * Transition to multiarch. Thanks to Allison Randal for the patch! (Closes: #651018) [ Michael Biebl ] * Change section of gir1.2-soup-2.4 to introspection. * Remove obsolete Replaces. [ Josselin Mouette ] * Remove MA: same statements for -dev packages, because they depend on gir packages which are not MA compatible. -- Michael Biebl Fri, 16 Dec 2011 22:25:30 +0100 libsoup2.4 (2.36.1-1) unstable; urgency=low [ Martin Pitt ] * debian/watch: Switch to .xz tarballs. * New upstream release. * debian/control.in: Bump glib build dependency to >= 2.30.0, as per configure.ac. -- Michael Biebl Sun, 27 Nov 2011 18:17:21 +0100 libsoup2.4 (2.36.0-1) unstable; urgency=low * New upstream release. * Remove debian/patches/02_tls.patch, fixed upstream: Default to TLS for https connections, and fall back to SSLv3 on failure. * debian/libsoup2.4-1.symbols: Update symbols file. -- Michael Biebl Thu, 29 Sep 2011 07:20:24 +0200 libsoup2.4 (2.34.3-1) unstable; urgency=high * New upstream release. - Fixes CVE-2011-2524: SoupServer directory traversal vulnerability. Closes: #635837 * debian/watch: Switch to .bz2 tarballs. * debian/patches/01_memleaks.patch: Remove, merged upstream. * Bump Standards-Version to 3.9.2. No further changes. * Bump debhelper compatibility level to 8. - Update Build-Depends on debhelper. - Strip debian/tmp/ from .install files. * Urgency high for the security fix. -- Michael Biebl Fri, 29 Jul 2011 03:44:00 +0200 libsoup2.4 (2.34.2-2) unstable; urgency=low * 01_memleaks.patch: stolen from upstream git. Fix a few memory leaks. * 02_tls.patch: new patch. Stop forcing SSLv3, which breaks websites that properly support TLS only. This still breaks a few websites, but at least paypal has been fixed to support TLS. Closes: #579429. -- Josselin Mouette Tue, 28 Jun 2011 17:23:27 +0200 libsoup2.4 (2.34.2-1) unstable; urgency=low * New upstream release. * debian/libsoup2.4-1.symbols: Add new symbol from this upstream release. * debian/control.in: Update Vcs-* fields, package/branch is for unstable now. * debian/watch: Fix syntax to actually catch the latest version. -- Martin Pitt Tue, 24 May 2011 17:27:24 +0200 libsoup2.4 (2.34.0-1) unstable; urgency=low [ Josselin Mouette ] * Make the -dev package depend on the gir package. [ Andreas Henriksson ] * New upstream release. * Fix multiple lintian warnings on description-synopsis-starts-with-article * Upload to unstable. -- Andreas Henriksson Mon, 11 Apr 2011 12:19:57 +0200 libsoup2.4 (2.33.92-1) experimental; urgency=low * New upstream release. + debian/libsoup2.4-1.symbols: - Updated. + debian/control.in: - Update dependencies and build dependencies. -- Emilio Pozuelo Monfort Sat, 26 Mar 2011 09:41:34 +0000 libsoup2.4 (2.33.90-1) experimental; urgency=low * New upstream release. + debian/control.in, debian/rules: - Let CDBS call dh_girepository for us. -- Emilio Pozuelo Monfort Tue, 22 Feb 2011 20:43:06 +0000 libsoup2.4 (2.33.6-1) experimental; urgency=low * debian/control.in: + Let libsoup2.4-dev replace gir-repository-dev without a version. We don't want to drop libsoup bindings from girepository until Squeeze is released, and the version is useless until we do that. * New upstream release. -- Emilio Pozuelo Monfort Mon, 31 Jan 2011 23:05:09 +0000 libsoup2.4 (2.33.5-1) experimental; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Tue, 11 Jan 2011 00:11:22 +0000 libsoup2.4 (2.33.4-1) experimental; urgency=low * debian/control.in: - Remove gir-repository-dev build dependency, no longer needed. - Standards-Version is 3.9.1, no changes needed. * New upstream development release. + debian/control.in: - Build-depend/Depend on glib-networking. - Stop build depending on libgnutls, we use glib-networking now. + debian/rules: - Make the shlibs always depend on the latest upstream version. We have symbols file anyway, and manually bumping the shver is error prone. + debian/libsoup2.4-1.symbols: - Updated for the new symbols. -- Emilio Pozuelo Monfort Sat, 08 Jan 2011 02:25:28 +0000 libsoup2.4 (2.32.2-1) experimental; urgency=low * New upstream release. - debian/libsoup2.4-0.symbols: + Updated. - debian/rules: + Update the shver. * Update to the new gir policy: - Rename gir1.0-soup-2.4 to gir1.2-soup-2.4. - Bump the gobject-introspection build dependency. - Build depend on gir1.2 packages. * debian/rules: - Call dh_girepository to get proper dependencies on the gir package. -- Emilio Pozuelo Monfort Sun, 12 Dec 2010 16:26:33 +0100 libsoup2.4 (2.31.2-1) experimental; urgency=low * New upstream development release: + debian/control.in, debian/libsoup2.4-dev.install, debian/libsoup-gnome2.4-dev.install, debian/gir1.0-soup-2.4.install: - Add GObject-Introspection support. + debian/libsoup2.4-1.symbols, debian/rules: - Update for API additions. -- Sebastian Dröge Tue, 25 May 2010 21:38:03 +0200 libsoup2.4 (2.30.1-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/rules: - Make test suite errors fatal for the build. * debian/rules, debian/source/format: - Switch to source format 3.0 (quilt). [ Sebastian Dröge ] * New upstream bugfix release: + debian/libsoup2.4-1.symbols, debian/rules: - Updated for API additions. -- Sebastian Dröge Tue, 27 Apr 2010 09:30:37 +0200 libsoup2.4 (2.30.0-1) unstable; urgency=low [ David Weinehall ] * New upstream release. * debian/control.in: - Bump Standards version to 3.8.4 (No changes needed). [ Emilio Pozuelo Monfort ] * debian/rules: - Fix SOVERSION calculation. - Don't pass additional flags to dh_shlibdeps for the -dev packages. That's just wrong, but luckily they weren't depending on ${shlibs:Depends} so it had no effect. - Enable the test suite during the build, but don't make it fatal yet. * debian/control.in: - Build dep on shared-mime-info, needed for one test to pass. - Reorder build-deps a bit. -- David Weinehall Tue, 30 Mar 2010 01:13:16 +0300 libsoup2.4 (2.29.91-1) unstable; urgency=low * New upstream development release. -- Sebastian Dröge Tue, 23 Feb 2010 10:33:41 +0100 libsoup2.4 (2.29.90-1) unstable; urgency=low * New upstream development release: + debian/rules, debian/libsoup2.4-1.symbols: - Update for new API. -- Sebastian Dröge Tue, 09 Feb 2010 16:55:02 +0100 libsoup2.4 (2.29.6-1) unstable; urgency=low * New upstream development release. -- Sebastian Dröge Tue, 26 Jan 2010 08:17:46 +0100 libsoup2.4 (2.29.5-2) unstable; urgency=low * debian/libsoup*.symbols: + Fix symbol files. -- Sebastian Dröge Wed, 13 Jan 2010 10:23:15 +0100 libsoup2.4 (2.29.5-1) unstable; urgency=low * New upstream development release (Closes: #564698): + debian/rules: - Update SHVER to 2.29.5 for new API. + debian/rules, debian/libsoup*.symbols: - Add symbol files. + debian/rules: - Remove check-dist.mk include to upload to unstable. -- Sebastian Dröge Wed, 13 Jan 2010 09:45:56 +0100 libsoup2.4 (2.29.3-1) experimental; urgency=low * New upstream development release: + debian/rules: - Include check-dist.mk to prevent accidental uploads to unstable. - Update SHVER to 2.29.3 for new API. + debian/patches/redirect_head.patch, debian/patches/sqlite_strcmp_null_string.patch: - Dropped, merged upstream. -- Sebastian Dröge Tue, 01 Dec 2009 16:23:28 +0100 libsoup2.4 (2.28.1-3) unstable; urgency=low * debian/patches/redirect_head.patch: - Added. Don't change HEAD to GET on 303 redirect (from upstream git) -- Sjoerd Simons Sat, 07 Nov 2009 15:04:26 +0000 libsoup2.4 (2.28.1-2) unstable; urgency=low * debian/patches/sqlite_strcmp_null_string.patch: - Backport change from git to fix a crash if some values in the sqlite database are null. -- Emilio Pozuelo Monfort Thu, 22 Oct 2009 16:54:59 +0200 libsoup2.4 (2.28.1-1) unstable; urgency=low * New upstream bugfix release: + debian/control.in: - Update gnutls build dependency to >= 2.1.7. -- Sebastian Dröge Tue, 20 Oct 2009 07:49:51 +0200 libsoup2.4 (2.28.0-1) unstable; urgency=low [ Gustavo Noronha Silva ] * debian/patches/01_improve_cookies_performance.patch: - patch from upstream to avoid writing too much to the disk when handling cookies (Closes: #530964) [ Sebastian Dröge ] * New upstream stable release: + debian/patches/01_improve_cookies_performance.patch: - Dropped, merged upstream. -- Sebastian Dröge Tue, 22 Sep 2009 10:15:44 +0200 libsoup2.4 (2.27.92-1) experimental; urgency=low [ Emilio Pozuelo Monfort ] * Bump shver as there are new APIs. * Tighten libsoup-gnome2.4-dev dependency on libsoup2.4-dev to avoid issues if something is built with different libsoup2.4 and libsoup-gnome2.4 versions. [ Sebastian Dröge ] * New upstream development release: + debian/rules: - Update SHVER to 2.27.92. * debian/control.in: + Standards-Version is 3.8.3, no changes needed. -- Sebastian Dröge Tue, 08 Sep 2009 07:35:23 +0200 libsoup2.4 (2.27.91-2) experimental; urgency=low * debian/control.in: - add missing Build-Dep on libgnome-keyring-dev (Closes: #543556) -- Gustavo Noronha Silva Wed, 26 Aug 2009 11:02:06 -0300 libsoup2.4 (2.27.91-1) experimental; urgency=low * New upstream release -- Gustavo Noronha Silva Mon, 24 Aug 2009 20:53:20 -0300 libsoup2.4 (2.27.90-1) experimental; urgency=low * New upstream release. - Build depend on glib 2.21.3. - Also bump the -dev package minimun glib dependency. * Standards-Version is 3.8.2, no changes needed. * Add Vcs-* fields. * Include check-dist.mk to avoid uploads to unstable. -- Emilio Pozuelo Monfort Wed, 12 Aug 2009 22:29:48 +0200 libsoup2.4 (2.27.4-1) unstable; urgency=low * New upstream release - debian/patches/001_avoid_crash_on_msg_cancel.diff: - dropped; applied upstream -- Gustavo Noronha Silva Fri, 24 Jul 2009 15:15:04 +0100 libsoup2.4 (2.26.2-1) unstable; urgency=low * New upstream release -- Gustavo Noronha Silva Wed, 20 May 2009 14:29:35 -0300 libsoup2.4 (2.26.1-1) unstable; urgency=low [ Gustavo Noronha Silva ] * Upload to unstable * debian/patches/001_avoid_crash_on_msg_cancel.diff: - avoids crashing when a message is cancelled during a restarted callback; see http://bugzilla.gnome.org/show_bug.cgi?id=580193) [ Josselin Mouette ] * Add libglib2.0-doc to b-d-i to ensure proper xrefs. -- Gustavo Noronha Silva Sat, 25 Apr 2009 11:50:05 -0300 libsoup2.4 (2.26.0-1) experimental; urgency=low [ Gustavo Noronha Silva ] * debian/control.in: - new package libsoup-gnome2.4-1, for the GNOME support library to live in - added libproxy-dev as build-dependecy; it's needed to build the GNOME support * debian/rules: - re-enable gtk-doc support, and enable GNOME support Changes borrowed from Ubuntu (thanks): * debian/control.in, libsoup-gnome2.4-dev: - also split dev package, and add nice description of what the GNOME support library is * debian/rules: - correctly set shlib arguments for the various packages * debian/control.in: - added build-dependencies on libgconf2-dev, and libsqlite3-dev, needed by the GNOME support libraries * debian/libsoup2.4-dev.install: - adapted to only install non-GNOME files [ Emilio Pozuelo Monfort ] * New upstream release. * debian/watch: Don't uupdate * Add debug packages for libsoup and libsoup-gnome. Closes: #519052. * debian/copyright: refer to LGPL-2 rather than LGPL' * debian/control.in: fix typo s/GTK/GTK+/ * debian/control.in: make libsoup-gnome2.4-dev short description different than libsoup2.4-dev one * debian/copyright: Add missing copyright holder. [ Josselin Mouette ] * Only ship one debug package, there’s no point in splitting it in two. [ Sebastian Dröge ] * Upload to experimental. -- Sebastian Dröge Sat, 28 Mar 2009 07:19:52 +0100 libsoup2.4 (2.25.91-1) experimental; urgency=low * New upstream development release -- Gustavo Noronha Silva Tue, 17 Feb 2009 16:53:14 -0300 libsoup2.4 (2.24.3-2) unstable; urgency=low * Upload to unstable. -- Gustavo Noronha Silva Tue, 17 Feb 2009 15:13:27 -0300 libsoup2.4 (2.24.3-1) experimental; urgency=low * New upstream bugfix release. -- Sebastian Dröge Tue, 13 Jan 2009 09:25:05 +0100 libsoup2.4 (2.24.2.1-1) experimental; urgency=low * New upstream bugfix release. -- Sebastian Dröge Thu, 27 Nov 2008 20:39:30 +0100 libsoup2.4 (2.24.1-1) experimental; urgency=low [ Emilio Pozuelo Monfort ] * debian/libsoup2.4-doc.doc-base: fix section. [ Andreas Henriksson ] * New upstream release. - drop patches/01_default-auth-digest-algorithm.patch, applied upstream. [ Josselin Mouette ] * Make the dependency on libglib2.0-dev match the build-dependency. * Bump shlibs to 2.23.91. * Fix spelling of GTK+ in the descriptions. -- Josselin Mouette Sun, 16 Nov 2008 18:38:32 +0100 libsoup2.4 (2.4.1-2) unstable; urgency=low * debian/patches/01_default-auth-digest-algorithm.patch: + Patch from upstream SVN to use MD5 as default auth digest algorithm if the server doesn't provide one. * debian/control.in: + Update Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Fri, 01 Aug 2008 11:29:21 +0200 libsoup2.4 (2.4.1-1) unstable; urgency=low * New upstream release with API additions: + debian/rules: - Bump shlibs to >= 2.4.1. -- Sebastian Dröge Mon, 07 Apr 2008 19:27:18 +0200 libsoup2.4 (2.4.0-1) unstable; urgency=low * New upstream stable release: + debian/rules: - Remove check-dist include, upload to unstable. -- Sebastian Dröge Mon, 10 Mar 2008 21:18:07 +0100 libsoup2.4 (2.3.4-1) experimental; urgency=low * New upstream release. * debian/libsoup2.4-doc.doc-base: + Use libsoup-2.4 as document name to not conflict with libsoup-2.2-doc anymore. -- Sebastian Dröge Tue, 26 Feb 2008 07:02:14 +0100 libsoup2.4 (2.3.2-1) experimental; urgency=low * New upstream release: + debian/rules: - Update shlibs to >= 2.3.2. + debian/control.in, debian/libsoup2.4-doc.doc-base: - Replace libsoup2.2-doc (<< 2.2.105) as 2.2.105 and above are installable at the same time. Also adjust documentation path. + debian/control.in, debian/libsoup2.4-1.install: - Update for new soname. -- Sebastian Dröge Tue, 12 Feb 2008 06:44:04 +0100 libsoup2.4 (2.3.0.1-1) experimental; urgency=low * Mention Red Hat, Novell, and Ximian copyrights and copyright years in the copyright file; fix LGPL version number to be version 2 instead of version 2 or later; thanks Martin Pitt; drop useless individual authors information (not holding copyright). * Set GNOME_MODULE to libsoup. * New upstream release; API additions. - Bump shlibs to >= 2.3.0. -- Loic Minier Fri, 25 Jan 2008 13:33:56 +0100 libsoup2.4 (2.3.0~r1050-1) experimental; urgency=low * New upstream SVN snapshot. * Renamed source package to libsoup2.4, changed all binary package names and updated everything for libsoup 2.3. * Upload to experimental, add check-dist include. -- Sebastian Dröge Tue, 22 Jan 2008 12:22:43 +0100 libsoup (2.2.104-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Tue, 27 Nov 2007 05:47:12 +0100 libsoup (2.2.103-1) unstable; urgency=low * New upstream bugfix release: + Fixes memory corruption in SoupSessionAsync that caused rhythmbox to crash (Closes: #446288). -- Sebastian Dröge Sun, 28 Oct 2007 21:35:22 +0100 libsoup (2.2.102-1) unstable; urgency=low * New upstream release; no API change; fixes non-SSL build, Debian not affected. * Wrap build-deps and deps. * Don't override DEB_SHLIBDEPS_INCLUDE_libsoup2.2-dev and DEB_DH_MAKESHLIBS_ARGS_ALL completely. -- Loic Minier Fri, 19 Oct 2007 11:38:44 +0200 libsoup (2.2.101-1) unstable; urgency=low [ Loic Minier ] * Drop useless upstream version computation. * Use full URL in copyright. * Don't include autotools.mk as it's already included by gnome.mk. [ Sebastian Dröge ] * New upstream release with no API changes: + debian/control.in: - Build depend on libglib2.0-dev (>= 2.12.0). -- Sebastian Dröge Mon, 08 Oct 2007 08:15:12 +0200 libsoup (2.2.100-1) unstable; urgency=medium * Add a get-orig-source target to retrieve the upstream tarball. * New upstream stable release; bug fixes. - Fix handling of NUL terminated status lines; GNOME #406997; closes: #410638. -- Loic Minier Mon, 12 Feb 2007 16:59:55 +0100 libsoup (2.2.99-1) unstable; urgency=low * New upstream stable release; no API nor ABI change; stricter header parsing and testsuite, plug for a small memory leak, bug fix, doc fix. - Do not use the upstream version for shlibs, set them to >= 2.2.98. - Drop patch 01_parse_headers_DoS, fixed differently upstream. -- Loic Minier Tue, 9 Jan 2007 09:23:51 +0100 libsoup (2.2.98-2) unstable; urgency=high * 01_parse_headers_DoS.patch: new patch, fixes a remote denial of service vulnerability in rhythmbox - and probably anything using libsoup's HTTP server code. Closes: #405197. -- Josselin Mouette Tue, 2 Jan 2007 18:42:12 +0100 libsoup (2.2.98-1) unstable; urgency=low * New upstream stable release; no API change; XML-RPC minor syntax support addition, memory leak fix, cleanups. -- Loic Minier Tue, 21 Nov 2006 10:50:41 +0100 libsoup (2.2.97-1) unstable; urgency=low * Set Maintainer to the Debian GNOME team. * New upstream release; with an API addition. - Bump shlibs to >= 2.2.97. -- Loic Minier Tue, 7 Nov 2006 23:48:38 +0100 libsoup (2.2.96-1) unstable; urgency=low * New upstream release, with API additions. * Add a doc-base document for the libsoup documentation, based on suggestion by Thadeu Cascardo. * Include the list of features in the descriptions and enhance descriptions a little. -- Loic Minier Sat, 29 Jul 2006 12:41:59 +0200 libsoup (2.2.95.1-1) unstable; urgency=low * Add watch file. * Merge with 2.2.95.1-0ubuntu1. - New upstream release with API additions, and API changes. The changes are in parts of the API which were considered unusable. * Stop shipping *.la files as evolution-data-server doesn't do so anymore and remove the calculation of *.la Dependencies introduced in 2.2.93-2. * Really use ${binary:Version} as I failed doing so in 2.2.93-2. * Cleanup dependencies of libsoup2.2-doc. -- Loic Minier Fri, 14 Jul 2006 11:55:16 +0200 libsoup (2.2.95.1-0ubuntu1) edgy; urgency=low * New upstream release: - 2.2.95: - Even more fixes to XML-RPC, found by the new XML-RPC regression test. This includes some API changes that I don't feel guilty about, because the code totally didn't work at all before. - Fixed a bug in soup_mktime_utc() - 2.2.95.1: - (2.2.95 was identical to 2.2.95.1. The only difference is that the shared library version was belatedly bumped from 8.2.0 to 8.3.0 to reflect the API "additions") -- Daniel Holbach Tue, 11 Jul 2006 18:00:23 +0200 libsoup (2.2.94-0ubuntu1) edgy; urgency=low * New upstream release: - Various fixes to the XML-RPC code (which apparently had not actually ever worked before) - Added client and server API tutorials to the docs - auth-test now uses a local Apache 2.2 install, if possible, rather than depending on files that used to be on an old Ximian web server but haven't been anywhere for a ong time. * Resynchronized with Debian, only Ubuntu changes are: - debian/patches/02_xmlrpc_pointer.patch, debian/patches/03_xmlrpc_array.patch: Distro fixes. -- Daniel Holbach Thu, 6 Jul 2006 09:55:02 +0200 libsoup (2.2.93-3) unstable; urgency=medium * Build-depend on libgnutls-dev (>= 1.4.0) since the broken libgnutls-dev Provide is here for a while. (Closes: #370387) * Depend on libgnutls-dev (>= 1.4.0) due to the above change. * Build-conflict and conflict with libgnutls11-dev for additional safety, as I'm not sure how the lack of support for versionned Provides might behave here. -- Loic Minier Sat, 24 Jun 2006 16:47:24 +0200 libsoup (2.2.93-2) unstable; urgency=low * Use a new la:Depends substvar generated in binary-predeb/libsoup2.2-dev by debian/la-deps from debian/libsoup2.2-dev/**/*.la to compute *.la file dependencies. * Remove the hardcoded dependencies added in 2.2.7-1 due to dependency_libs in *.la files: libgcrypt11-dev, libgpg-error-dev, libtasn1-2-dev * Make the package binNMU-safe. + Build-depend on dpkg-dev 1.13.19. + Use ${binary:Version}. * Bump up Standards-Version to 3.7.2. * Bump up Debhelper compatibility level to 5. -- Loic Minier Sun, 18 Jun 2006 20:36:21 +0200 libsoup (2.2.93-1) unstable; urgency=low * New upstream release with API additions. -- Loic Minier Tue, 30 May 2006 15:30:36 +0200 libsoup (2.2.92-1) unstable; urgency=low * New upstream release, no API changes. - Remove chmod fix for the permissions of the pkg-config file (fixed-upstream). [debian/rules] -- Loic Minier Thu, 13 Apr 2006 12:01:42 +0200 libsoup (2.2.91-2) unstable; urgency=low * Compute the upstream version from the Debian version by removing anything after and including the last dash; this should fix permit binNMUs versions. (Closes: #359652) [debian/rules] -- Loic Minier Tue, 28 Mar 2006 15:00:09 +0200 libsoup (2.2.91-1) unstable; urgency=low * New upstream release with API additions. - Bump up libglib2.0-dev build-dep to >= 2.6.0. [debian/control, debian/control.in] - Drop TODO. [debian/docs] * Add empty patches dir. [debian/patches] -- Loic Minier Fri, 10 Mar 2006 12:22:16 +0100 libsoup (2.2.7-2) unstable; urgency=low * Anchor "Version:" regexp in dpkg-parsechangelog and fix shlibs. [debian/rules] -- Loic Minier Sun, 12 Feb 2006 17:12:46 +0100 libsoup (2.2.7-1) unstable; urgency=low * Hijack package, set myself as Maintainer, GNOME team uploads. [debian/control, debian/control.in, debian/rules] * New upstream release. - Fixes 100% CPU usage. (Closes: #351713) * Bump up Standards-Version to 3.6.2. [debian/control, debian/control.in] * Add CDBS' utils. [debian/rules] * Repair and cleanup computation of SOVERSION. [debian/rules] * Add ${misc:Depends} to Depends. [debian/control, debian/control.in] * Build-depend and depend on libgnutls-dev instead of libgnutls11-dev. (Closes: #335757) [debian/control, debian/control.in] * Downgrade the Recommends dependency of libsoup-doc on libsoup-dev to a Suggests. [debian/control, debian/control.in] * Drop obsolete files. [debian/libsoup2.2-doc.files, debian/libsoup2.2-dev.files, debian/dirs] * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and clean it up. [debian/rules] * Update FSF address, update AUTHORS list, and clarify Copyright versus License. [debian/copyright] * Let libsoup-dev depend on zlib1g-dev to honor the pkg-config link flags. [debian/control, debian/control.in] * Let libsoup-dev depend on libgcrypt11-dev, libgpg-error-dev, libtasn1-2-dev to honor the libtool dependency_libs line. [debian/control, debian/control.in] * Fix permissions of .pc files. [debian/rules] -- Loic Minier Sun, 12 Feb 2006 09:53:41 +0100 libsoup (2.2.6-1) unstable; urgency=low * New upstream release * bump package name: libsoup2.2-8 -- Takuo KITAME Sat, 10 Sep 2005 10:49:48 +0900 libsoup (2.2.3-2) unstable; urgency=low * -dev: depends on libgnutls11-dev, libxml2-dev (closes: #268037) -- Takuo KITAME Thu, 31 Mar 2005 17:34:29 +0900 libsoup (2.2.3-1) unstable; urgency=low * New upstream release -- Takuo KITAME Tue, 29 Mar 2005 10:54:50 +0900 libsoup (2.2.2-1) unstable; urgency=low * New upstream release -- Takuo KITAME Fri, 4 Feb 2005 14:19:05 +0900 libsoup (2.2.1-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 13 Oct 2004 11:39:50 +0900 libsoup (2.2.0-2) unstable; urgency=low * fix shlibs info -- Takuo KITAME Tue, 31 Aug 2004 14:34:01 +0900 libsoup (2.2.0-1) unstable; urgency=low * New upstream release * bump package name to libsoup2.2-7 -- Takuo KITAME Tue, 31 Aug 2004 12:03:56 +0900 libsoup (2.1.13-1) unstable; urgency=low * New upstream release * bump package name libsoup2.2-3 to libsoup2.2-6 -- Takuo KITAME Mon, 16 Aug 2004 11:58:26 +0900 libsoup (2.1.12-2) unstable; urgency=low * build against libgnutls11 -- Takuo KITAME Thu, 5 Aug 2004 18:27:08 +0900 libsoup (2.1.12-1) unstable; urgency=low * New upstream release * use cdbs -- Takuo KITAME Tue, 20 Jul 2004 14:55:47 +0900 libsoup (2.1.11-1) unstable; urgency=low * New upstream release -- Takuo KITAME Mon, 7 Jun 2004 11:39:52 +0900 libsoup (2.1.10-3) unstable; urgency=low * added libsoup2.2-doc package -- Takuo KITAME Tue, 1 Jun 2004 12:59:24 +0900 libsoup (2.1.10-2) unstable; urgency=low * upload to unstable -- Takuo KITAME Wed, 26 May 2004 12:28:04 +0900 libsoup (2.1.10-1) experimental; urgency=low * New upstream release * build against libgnutls10 -- Takuo KITAME Mon, 24 May 2004 19:09:13 +0900 libsoup (2.1.9-1) experimental; urgency=low * New upstream release -- Takuo KITAME Wed, 7 Apr 2004 12:24:47 +0900 libsoup (2.1.8-1) experimental; urgency=low * New upstream release -- Takuo KITAME Tue, 9 Mar 2004 11:34:14 +0900 libsoup (2.1.7-1) experimental; urgency=low * New upstream release -- Takuo KITAME Wed, 18 Feb 2004 15:54:49 +0900 libsoup (2.1.5-1) experimental; urgency=low * New upstream release -- Takuo KITAME Tue, 3 Feb 2004 13:53:58 +0900 libsoup (2.1.4-1) experimental; urgency=low * New upstream release -- Takuo KITAME Tue, 20 Jan 2004 15:40:58 +0900 libsoup (2.1.3-1) experimental; urgency=low * New upstream release -- Takuo KITAME Thu, 8 Jan 2004 17:47:13 +0900 libsoup (2.1.2-1) experimental; urgency=low * New upstream release * change package name s/2.0/2.2/g -- Takuo KITAME Thu, 11 Dec 2003 15:56:02 +0900 libsoup (1.99.26-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 24 Sep 2003 12:17:04 +0900 libsoup (1.99.23-1) unstable; urgency=low * New upstream release -- Takuo KITAME Thu, 12 Jun 2003 11:50:37 +0900 libsoup (1.99.22-2) unstable; urgency=low * Upload into unstable/main -- Takuo KITAME Tue, 3 Jun 2003 15:28:17 +0900 libsoup (1.99.22-1) experimental; urgency=low * New upstream release -- Takuo KITAME Tue, 27 May 2003 18:33:55 +0900 libsoup (1.99.20-1) experimental; urgency=low * New upstream release -- Takuo KITAME Wed, 7 May 2003 11:45:22 +0900 libsoup (1.99.17-0.2) experimental; urgency=low * --with-gnutls-includes -- Takuo KITAME Tue, 6 May 2003 16:59:56 +0900 libsoup (1.99.17-0.1) experimental; urgency=low * New upstream release -- Takuo KITAME Thu, 24 Apr 2003 11:20:10 +0900 libsoup (1.99.12-0.1) experimental; urgency=low * Initial Release. -- Takuo KITAME Wed, 19 Mar 2003 18:09:38 +0900