~ubuntu-branches/ubuntu/utopic/mediatomb/utopic

« back to all changes in this revision

Viewing changes to tombupnp/upnp/src/genlib/net/uri/uri.c

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-08-25 17:07:03 UTC
  • mfrom: (1.1.3 upstream) (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100825170703-fty3illodas34r1w
Tags: 0.12.1-0ubuntu1
* New upstream release (LP: #553269)
  + Drop patches applied upstream:
    - drop debian/patches/service-id_fix.patch
    - drop debian/patches/ffmpegthumbnailer-2.0.patch
    - drop debian/patches/autoreconf_-fi.patch
  + Refresh patch due to upstream changes
    - update debian/patches/const_char_conversion.patch

* Merge from debian unstable.  Remaining changes:
  - debian/control:
    + Don't depend on libmozjs-dev
    + Add OR depends on abrowser
  - debian/rules: Disable js support
  - fix LP: #569763 - mediatomb allows anyone to browse and export the whole 
    filesystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    
33
33
    TombUPnP - a library for developing UPnP applications.
34
34
    
35
 
    Copyright (C) 2006-2009 Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
 
35
    Copyright (C) 2006-2010 Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
36
36
    
37
37
    This library is free software; you can redistribute it and/or
38
38
    modify it under the terms of the GNU Lesser General Public
47
47
    License along with this library; if not, write to the Free Software
48
48
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
49
49
    
50
 
    $Id: uri.c 2018 2009-01-22 18:42:33Z jin_eld $
 
50
    $Id: uri.c 2081 2010-03-23 20:18:00Z lww $
51
51
*/
52
52
 
53
53
/************************************************************************