Change logs for mono source package in Intrepid

  • mono (1.9.1+dfsg-4ubuntu2.1) intrepid-security; urgency=low
    
      * SECURITY UPDATE: XMLDsig HMAC-based signatures spoofing and
        authentication bypass (LP: #409920)
        - debian/patches/security_CVE-2009-0217.dpatch: Fix HMACOutputLength to
          match XMLDSIG erratum and add stricter checks.
        - CVE-2009-0217
    
     -- Marc Deslauriers <email address hidden>   Wed, 19 Aug 2009 14:45:27 -0400
  • mono (1.9.1+dfsg-4ubuntu2) intrepid; urgency=low
    
      * mono-dbg: Drop Recommends of mono-debugger to Suggests, it and its
        dependencies are in universe.
    
     -- Martin Pitt <email address hidden>   Fri, 17 Oct 2008 10:25:59 +0200
  • mono (1.9.1+dfsg-4ubuntu1) intrepid; urgency=low
    
      * Merge with Debian. Remaining Ubuntu changes:
       - debian/control:
         + libmono-mozilla0.2-cil: Drop libgluezilla to Suggests, it is in universe
           and pulls in the old xulrunner.
         + Remove libgda2-dev build dependency which cannot be satisfied
           since that package is in Universe.
       - debian/patches/remove_arg_max_check_r101444.dpatch:
         + Comment out buggy dead code (from mono SVN, apparently the same
           bug occurs on openSUSE 11) to fix FTBFS.
       - debian/rules:
         + Symlink doc directories to avoid duplicate files, and remove the doc
           directories on upgrade for the now symlinked doc directories.
       - debian/shlibs.local:
         + Add lines for all libraries mentioned in libgda2-3.shlibs.
      * Change libcupsys2-dev build dependency to new name libcups2-dev.
    
    mono (1.9.1+dfsg-4) unstable; urgency=high
    
      [ Mirco Bauer ]
      * Added lpia to Architecture fields.
        (to make Jo Shields more happy)
      * debian/fix_Assembly.LoadFrom_deadlock.dpatch:
        + Fixes deadlock in loading assemblies code like Assembly.LoadFrom(),
          causing deadlocks (mostly) on SMP systems.
          (patches taken from upstream SVN revisions: r105036, r105153, r113458,
           r115451 and r115697)
    
      [ Jo Shields ]
      * Add myself to Uploaders
      * debian/patches/fix_sloppy_attribute_encode_CVE-2008-3422.dpatch:
        + Fixes CVE-2008-3422, thus urgency set to high (Closes: #494406)
      * debian/patches/fix_CRLF_injection_CVE-2008-3906.dpatch:
        + Fixes CVE-2008-3906, thus urgency set to high (Closes: #498894)
      * debian/patches/fix_IsolatedStorage_regression_r99231_r101171_r101172.dpatch:
        + Fix regression in IsolatedStorage behaviour causing exceptions
          with subdirectories (Closes: #501505)
      * debian/patches/fix_mono-config_man_page_r111681.dpatch:
        + Fix minor manpage typo (Closes: #495624)
      * debian/control:
        + Tweak description of mono-xbuild package (Closes: #493478)
      * debian/man/*:
        + Update default manpage to point to correct URL for documentation
          (Closes: #500771)
    
     -- Jo Shields <email address hidden>   Tue, 14 Oct 2008 00:01:45 +0100
  • mono (1.9.1+dfsg-3ubuntu2) intrepid; urgency=low
    
      * libmono-mozilla0.2-cil: Drop libgluezilla to Suggests, it is in universe
        and pulls in the old xulrunner.
      * Disable check_prefix_on_proc_self_exe.dpatch, it is not necessary on the
        current live CDs any more (aufs has correct /proc/pid/exe paths).
    
     -- Martin Pitt <email address hidden>   Tue, 12 Aug 2008 08:26:18 +0200
  • mono (1.9.1+dfsg-3ubuntu1) intrepid; urgency=low
    
      * Merge with Debian. Remaining Ubuntu changes:
       - debian/control:
         + Added lpia to architectures.
         + Remove libgda2-dev build dependency which cannot be satisfied
           since that package is in Universe.
       - debian/patches/check_prefix_on_proc_self_exe.dpatch:
         + Fix code that checks /proc/self/exe so that mono will function on the
           Live CD.
       - debian/patches/remove_arg_max_check_r101444.dpatch:
         + Comment out buggy dead code (from mono SVN, apparently the same
           bug occurs on openSUSE 11) to fix FTBFS.
       - debian/rules:
         + Symlink doc directories to avoid duplicate files, and remove the doc
           directories on upgrade for the now symlinked doc directories.
       - debian/shlibs.local:
         + Add lines for all libraries mentioned in libgda2-3.shlibs.
      * Change libcupsys2-dev build dependency to new name libcups2-dev.
    
    mono (1.9.1+dfsg-3) unstable; urgency=medium
    
      * debian/control
        debian/rules
        debian/libmono-nunit2.2-cil.install:
        + Added libmono-nunit2.2-cil package needed by packages like monodevelop
          and mono-tools, the nunit 2.4 API (libnunit2.4-cil) changed too much to
          port these packages. (thus urgency set to medium)
      * debian/shlibs.local:
        + Updated for the Mono 1.9 release (forgot this in -1).
      * debian/rules:
        debian/libmono-system2.0-cil.install:
        + Added System.Xml.Linq library but with the correct compiler-directory.
          (Closes: #487996)
      * debian/control:
        + Added libdiplus to dependencies of libmono-system-web1.0-cil and
          libmono-system-web2.0-cil as System.Web.UI.WebControls.WebColorConverter
          invokes it (which is needed by most web applications). (Closes: #479683)
        + Removed -1 revision of all Replaces lines with << as condition, as it's
          useless and makes backports and Ubuntu integration easier.
        + Added Conflicts on mono-classlib-{1,2}.0 (<< 1.1.13.6) and
          mono-classlib-{1,2}.0-dbg to ensure they are removed on all systems and
          the transition was finished long time ago.
      * debian/patches/fix_Dictionary_preventing_GC_r102114.dpatch:
        Clear empty slots in keySlots and valueSlots. Otherwise the garbage
        collector cannot reclaim the referenced key/value.
        (patch taken from upstream SVN revision 102114)
      * debian/patches/fix_TdsConnectionPool_svn.dpatch:
        + Don't leak connections in the pool, would cause an infinitely timeout.
        (patch taken from upstream SVN revisions 105424, 105432, 105433, 105719,
         106448 and 107325)
      * debian/libmono-system1.0-cil.clideps-override
        debian/libmono-system2.0-cil.clideps-override:
        + libcupsys2 package was renamed to libcups2, moving the dependeny on
          libcups2 to suggests (as it was before).
      * debian/rules:
        + Removed --list-missing from dh_install call, it's useless in the current
          implementation.
      * debian/patches/fix-mono-nunit.pc.in.dpatch:
        + Remove stupid relative path from prefix variable.
    
     -- Martin Pitt <email address hidden>   Mon, 11 Aug 2008 22:16:45 +0200
  • mono (1.9.1+dfsg-2ubuntu2) intrepid; urgency=low
    
      * Replaced don't_check_proc_self_exe with something a little less
        braindead. New patch is check_prefix_on_proc_self_exe.
    
     -- Michael Casadevall <email address hidden>   Wed, 16 Jul 2008 21:16:23 +0000
  • mono (1.9.1+dfsg-2ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - See 1.9.1+dfsg-1ubuntu1 below.
    
     -- Chris Cheney <email address hidden>   Tue, 15 Jul 2008 08:10:34 -0500
  • mono (1.9.1+dfsg-1ubuntu1) intrepid; urgency=low
    
      * Merge with Debian (LP: #225426), remaining Ubuntu changes:
        - debian/control:
          + Updated Maintainer Field.
          + Added lpia to architectures. Sparc has been added in Debian.
          + Remove libgda2-dev build dependency which cannot be satisfied
            since that package is in Universe.
        - debian/patches/dont_check_proc_self_exe.dpatch:
          + Comment out code that checks /proc/self/exe so that
            mono will function on the Live CD.
        - debian/patches/remove_arg_max_check_r101444.dpatch:
          + Comment out buggy dead code (from mono SVN, apparently the same
            bug occurs on openSUSE 11) to fix FTBFS.
        - debian/rules:
          + Symlink doc directories to avoid duplicate files, and remove the doc
            directories on upgrade for the now symlinked doc directories.
        - debian/shlibs.local:
          + Add lines for all libraries mentioned in libgda2-3.shlibs.
    
     -- Jo Shields <email address hidden>   Wed,  4 Jun 2008 09:20:59 +0100
  • mono (1.2.6+dfsg-6ubuntu3) hardy; urgency=low
    
      * debian/rules:
        + unexport CPPFLAGS because configure relies on them being unset
          to pass custom CPPFLAGS to boehm's configure.
    
     -- Sebastian Droege <email address hidden>   Sat, 22 Mar 2008 00:57:15 +0100