2009
openexr (1.6.1-4.1) unstable; urgency=high
* Non-maintainer upload by the Security Team. * Fixed CVE-2009-1720: Integer overflows in Imf::PreviewImage::PreviewImage and integer overflows in compressor constructors * Fixed CVE-2009-1721: uninitialized pointers in Imf::hufUncompress * Patch stolen from stable-security, thanks to Cyril Brulebois (Closes: #550424)
-- Giuseppe Iuculano <iuculano@debian.org> Wed, 21 Oct 2009 23:54:35 +0200
openexr (1.6.1-4) unstable; urgency=low
* Adopt the package within pkg-phototools (Closes: #494877): - Thanks to Adeodato Simó et al. for having taken care of it until now! - Set Maintainer to the group. - Set Uploaders to myself. - Update Vcs-{Git,Browser}. - Remove XS-X-Collab-Maint field, no longer relevant. Patches are still welcome, though! * Switch to debhelper 7: - Bump debian/compat to 7. - Version the B-D on debhelper: >= 7.0.50 to allow the use of overrides. - Specify some overrides to tweak as needed for the build: - dh_auto_configure: pass the --with-openexr flag to configure script. - dh_auto_test: don't run “check” on arm and ia64 for now, and bypass dh_auto_test due to bad target detection. - dh_compress: no longer compress .h/.cpp examples. - dh_link: needed since libopenexr-dev's and openexr's /us/s/d directories are symlinks to libopenexr6's one. - dh_makeshlibs: keep on using -V. - dh_installdeb: add a call to dh_buildinfo to keep on storing the versions of packages installed during the build. - Specify some targets: - build and clean to handle patching/unpatching and updating/cleaning config.{guess,sub}. * Now compress PDF documentation. Any sane PDF viewer should be able to handle decompression. * Remove .gitignore file. * Add ${misc:Depends} to all binaries. * Bump Standards-Version from 3.7.3 to 3.8.1 (no changes needed).
-- Cyril Brulebois <kibi@debian.org> Sat, 11 Apr 2009 22:00:04 +0200
2008
openexr (1.6.1-3) unstable; urgency=medium
* Disable (hopefully temporarily) the test suite on arm and ia64.
-- Adeodato Simó <dato@net.com.org.es> Mon, 24 Mar 2008 23:00:21 +0100
openexr (1.6.1-2) unstable; urgency=low
* Upload to unstable.
* Fix FTBFS with gcc 4.3, thanks Cyril Brulebois for the patch (closes:
#441573). Add quilt to Build-Depends.
* Update Standards-Version to 3.7.3 (no changes needed).
* Swap Maintainer and Uploaders in debian/control.
* Move packaging to a git repository under collab-maint. Add a
X-Collab-Maint header.
-- Adeodato Simó <dato@net.com.org.es> Sun, 16 Mar 2008 15:16:05 +0100
2007
openexr (1.6.1-1) experimental; urgency=low
* New upstream release. (Closes: #405783, #437494) + New soname: rename package to libopenexr6, and drop old conflicts and replaces. + Build-depend on libilmbase-dev (Imath, Half et al. are now there). Make libopenexr-dev depend on it as well, and drop bits from description that allude to these other libraries. * The exrdisplay binary is no longer shipped by upstream in the openexr tarball (it has moved to openexr_viewers): do not install it, nor its manpage, drop build-dependencies on libfltk1.1-dev and OpenGL stuff, and README.Debian as well, since they all were only needed for this program. * Adding myself as an uploader; add VCS-Bzr header. * Do some housekeeping: + update debian/watch. + bump debian/compat to 5. + use ${binary:Version} instead of ${Source-Version}. + bump Standards-Version to 3.7.2 (no changes needed). + use a Homepage header, instead of the pseudo-header. * Run tests after building. * Drop all patches, unnecessary.
-- Adeodato Simó <dato@net.com.org.es> Fri, 02 Nov 2007 22:20:53 +0100
openexr (1.2.2-4.4) unstable; urgency=low
* Non-maintainer upload.
* Rename libopenexr2c2a to libopenexr2ldbl for the long double transition.
(Closes: #430286)
-- Adeodato Simó <dato@net.com.org.es> Mon, 23 Jul 2007 16:34:02 +0200
2006
openexr (1.2.2-4.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix build system not to create libraries with undefined symbols. Added
patch 01-libadd_to_prevent_undef_syms to properly define libImath_la_LIBADD
and libIlmImf_la_LIBADD in Makefile.am. (Closes: #370193)
-- Adeodato Simó <dato@net.com.org.es> Sat, 10 Jun 2006 13:36:15 +0200
openexr (1.2.2-4.2) unstable; urgency=high
* Non-maintainer upload. * Add zlib1g-dev as build-dep (Closes: #356014).
-- Luk Claes <luk@debian.org> Mon, 27 Mar 2006 21:12:22 +0200
2005
openexr (1.2.2-4.1) unstable; urgency=low
* Non-maintainer upload.
* libstdc++ allocator transition: rename libopenexr2c2 to libopenexr2c2a.
(Closes: #339241)
+ debian/control: rename package, make it replace and conflict
libopenexr2c2, update libopenexr-dev dependency.
+ debian/*: s/libopenexr2c2/libopenexr2c2a/g
+ mv debian/libopenexr2c2{,a}.install
-- Adeodato Simó <dato@net.com.org.es> Sat, 26 Nov 2005 01:31:40 +0100
openexr (1.2.2-4) unstable; urgency=medium
* FTBFS fix: Remove usage "ld --as-needed".
(closes: #323973)
-- Andrew Lau <netsnipe@users.sourceforge.net> Sat, 20 Aug 2005 00:52:05 +1000
openexr (1.2.2-3) unstable; urgency=medium
* C++ transition
- Rename libopenexr2 to libopenexr2c2.
(closes: #317520)
- Patch to build with g++-4.0
+ [debian/patches/00_g++-4.0_compile.patch]
Thanks: Daniel Schepler <schepler@math.berkeley.edu>
(closes: #316198)
* [debian/control]:
- Switch depend on XFree86's xlibmesa-glu-dev to X.Org's libglu1-xorg-dev.
- Debian Standards-Version: 3.6.2
* [debian/rules]:
- Record compile-time dependency versions using dh_buildinfo.
- Fix documentation symlinks.
-- Andrew Lau <netsnipe@users.sourceforge.net> Sun, 17 Jul 2005 00:57:57 +1000
openexr (1.2.2-2) unstable; urgency=low
* Documentation fixes
- Remove stale doc-base entries.
(closes: #303226)
-- Andrew Lau <netsnipe@users.sourceforge.net> Mon, 9 May 2005 01:16:15 +1000
openexr (1.2.2-1) unstable; urgency=medium
* New upstream release.
* [debian/rules]:
- Deflate dependencies via ld's --as-needed option.
-- Andrew Lau <netsnipe@users.sourceforge.net> Sun, 13 Mar 2005 15:47:49 +1100
openexr (1.2.1-3) unstable; urgency=low
* Documentation fixes
- Removed non-Linux README files.
(closes: #267856)
- Registered API and overview with doc-base.
-- Andrew Lau <netsnipe@users.sourceforge.net> Thu, 20 Jan 2005 02:53:59 +1100
2004
openexr (1.2.1-2) unstable; urgency=medium
* Correct libopenexr-dev's dependency on libopenexr0 to libopenexr2.
-- Andrew Lau <netsnipe@users.sourceforge.net> Tue, 17 Aug 2004 14:32:17 +1000
openexr (1.2.1-1) unstable; urgency=low
* New upstream (stable) release.
- SONAME bumped up to 2. libopenexr2 now replaces/conflicts with
libopenexr0.
-- Andrew Lau <netsnipe@users.sourceforge.net> Sat, 14 Aug 2004 02:46:58 +1000
openexr (1.1.1-1) unstable; urgency=low
* New upstream release.
- Builds on 64-bit architectures.
(closes: #239732)
- Note that this is a development release and the tiled file format has
changed. See the ReleaseNotes file for more details.
-- Andrew Lau <netsnipe@users.sourceforge.net> Wed, 31 Mar 2004 12:17:48 +1000
openexr (1.1.0-1) unstable; urgency=low
* New upstream release.
-- Andrew Lau <netsnipe@users.sourceforge.net> Wed, 11 Feb 2004 00:58:58 +1100
openexr (1.0.7-1) unstable; urgency=low
* New upstream release.
-- Andrew Lau <netsnipe@users.sourceforge.net> Tue, 20 Jan 2004 00:44:12 +1100
2003
openexr (1.0.6-1) unstable; urgency=low
* New upstream release. * Switch from Debhelper to Common Debian Build System.
-- Andrew Lau <netsnipe@users.sourceforge.net> Wed, 8 Oct 2003 02:04:38 +1000
openexr (1.0.5-2) unstable; urgency=low
* Fixed FTBFS by replacing instances of FL/*.h with FL/*.H in acinclude.m4,
aclocal.m4 and configure.
(closes: #196708)
-- Andrew Lau <netsnipe@debianplanet.org> Sun, 22 Jun 2003 00:37:27 +1000
openexr (1.0.5-1) unstable; urgency=low
* Initial Release (closes: #178317).
-- Andrew Lau <netsnipe@debianplanet.org> Thu, 22 May 2003 11:12:24 +1000