1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
|
exif (0.6.22-4) unstable; urgency=medium
* debian/control:
+ Update my email address.
+ Build-Depend on pkgconf instead of pkg-config.
+ Drop libexif-dev version requirement.
+ Raise Standards-Version to 4.7.0 from 4.6.1 (no changes needed).
* debian/copyright:
+ Remove email addresses.
+ Update for 2025.
* debian/patches/manpage.patch: Add missing .UE macro to render hyperlink.
* debian/source/options: Use extend-diff-ignore to support multiple builds
(Closes: #1044280).
* Remove debian/README.source.
* Run wrap-and-sort -ast on the 'debian' directory.
-- Hugh McMaster <hmc@debian.org> Tue, 07 Jan 2025 21:38:41 +1100
exif (0.6.22-3) unstable; urgency=medium
* debian/control: Raise Standards-Version to 4.6.1 (no changes needed).
* debian/copyright: Update for 2022.
* debian/gbp.conf: Use DEP-14 branch naming; require signed tags.
* debian/patches:
+ Add patch for CVE-2021-27815 (Closes: #1018814).
+ Prevent NULL pointer dereference with strncpy() in exif/actions.c.
Thanks to Aron Xu for forwarding the upstream patch.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 05 Sep 2022 14:01:03 +1000
exif (0.6.22-2) unstable; urgency=medium
* Add upstream patch to fix test failures on big endian systems
(Closes: #962755).
-- Hugh McMaster <hugh.mcmaster@outlook.com> Thu, 09 Jul 2020 20:58:17 +1000
exif (0.6.22-1) unstable; urgency=medium
* New upstream version.
[ Hugh McMaster ]
* debian/copyright: Update for exif 0.6.22.
* debian/control:
- Use debhelper-compat version 13.
- Emmanuel Bouthenot and Frederic Peters have stepped down as Uploaders.
Thank you for maintaining exif.
- Add Hugh McMaster as an Uploader.
- Raise Standards-Version to 4.5.0 from 4.1.3 (no changes needed).
- Declare Rules-Requires-Root: no.
* debian/patches: Drop all patches. All issues fixed in this version.
* debian/rules: Do not install the upstream ChangeLog.
* debian/watch: Use version 4 and switch to upstream's GitHub repository.
* Add debian/gbp.conf.
* Add debian/upstream/metadata.
[ Debian Janitor ]
* Trim trailing whitespace from debian/changelog.
* Set debhelper-compat version in Build-Depends to version 11.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 08 Jun 2020 12:38:24 +1000
exif (0.6.21-2) unstable; urgency=medium
* Team upload.
* debhelper update:
- Update package compatibility to level 11.
* debian/control:
- Build-Depend on debhelper version 11.
- Build-Depend on libexif-dev 0.6.21.
- Remove dh-autoreconf and autotools-dev from the Build-Depends list.
- Raise Standards-Version from 3.9.4 to 4.1.3.
- Update the Homepage field to point to https://libexif.github.io.
- Update the Vcs fields to point to https://salsa.debian.org.
- Mark exif Multi-Arch: foreign.
* debian/copyright:
- Update the Format specification URI.
- Update the Source URL field to point to https://libexif.github.io.
* debian/patches:
- add-am_prog_ar.patch: Add the AM_PROG_AR macro to configure.ac to avoid
an automake warning.
- cross-build-pkg-config.patch: Enable cross-compiling from source by
allowing pkg-config to find libraries from the build architecture
(thanks to Helmut Grohne for the patch) (Closes: #858102).
- fix-hyphens-in-manpage.patch: Add .patch file extension and
update the patch description.
- fix-size_t-warnings.patch: Cast size_t precision and width specifiers
to unsigned int to avoid compile-time warnings with printf().
* debian/rules:
- Add 'hardening=+all' to DEB_BUILD_MAINT_OPTIONS.
- Remove '--with autotools_dev,autoreconf', as these options are now
handled by debhelper level 11.
* debian/source/options:
- Remove from package. Debhelper handles the specified options by default.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Tue, 20 Feb 2018 22:32:27 +1100
exif (0.6.21-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.4
* Refresh patches
* Switch debhelper compatibility to 9
* Simplify debian/rules by using dh-autoreconf addon with debhelper
* Update debian/copyright with new and updated copyright holders
-- Emmanuel Bouthenot <kolter@debian.org> Mon, 28 Jan 2013 18:28:28 +0000
exif (0.6.20-2) unstable; urgency=high
* Add a patch to fix security issue CVE-2012-2845 (Closes: #681465)
-- Emmanuel Bouthenot <kolter@debian.org> Thu, 28 Apr 2011 20:23:15 +0000
exif (0.6.20-1) unstable; urgency=low
* New upstream release (Closes: #552102)
* debian/copyright:
- updates (huge backlog) (Closes: #613485)
- switch to DEP5 format
* Update uploader email (me)
* Refresh patches and convert them to DEP3 format
* Bump Standards-Version to 3.9.2
* Remove DMUA field (no more needed)
* Bump the B-D on libexif-dev to >= 0.6.20 since this version is now
required.
* Remove B-D on chrpath (no more needed)
-- Emmanuel Bouthenot <kolter@debian.org> Wed, 27 Apr 2011 18:49:37 +0000
exif (0.6.19-1) unstable; urgency=low
* New upstream release
-- Emmanuel Bouthenot <kolter@openics.org> Thu, 19 Nov 2009 22:54:46 +0000
exif (0.6.18-1) unstable; urgency=low
* New upstream release (Closes: #321857, #487998)
* Clean and minify the build process (using dh7 overrides)
* Bump Standards-Version to 3.8.3.
* Add README.source file.
* Remove patch which add examples in manpage (no more needed).
* Add a patch to fix hyphens in manpage.
-- Emmanuel Bouthenot <kolter@openics.org> Wed, 11 Nov 2009 12:10:53 +0000
exif (0.6.17-1) unstable; urgency=low
* New upstream release:
- Fix some bugs:
+ use locale settings instead of UTF-8 (Closes: #236610)
+ Fix command line usage issues with some options (Closes: #497477)
+ Fix some tags format (Closes: #339070)
- Remove patches merged upstream:
+ 01_swedish_translation
+ 02_default_ifd
- Update existing patches.
* Switch packaging to debhelper 7
* Bump the B-D on libexif-dev to >= 0.6.17 since this version is now
required.
* Bump Standards-Version to 3.8.1
* Drop hardcoded rpath in exif binary.
* Add DM-Upload-Allowed field in debian/control.
* Update debian/copyright.
-- Emmanuel Bouthenot <kolter@openics.org> Sun, 19 Apr 2009 18:51:42 +0200
exif (0.6.15-5) unstable; urgency=low
* Adopt the package within pkg-phototools:
- Set the Maintainer to the group
- Add Frederic Peters and myself as Uploaders.
- Add Vcs-Browser and Vcs-Git fields accordingly.
* debian/control:
- Add a Homepage field.
- Update Standards-Version to 3.7.3
- Fix build dep version for libexif-dev.
- Add build dep on quilt for patches extracted from package diff.
- Add build dep on gettext for swedish translation.
* debian/copyright:
- convert file to utf-8.
- Point to LGPL-2 rather than just LGPL, which now points to
LGPL-3.
* debian/rules
- Fix autotools timestamp issues which causes FTBFS (closes: #445609)
- Fix lintian 'clean error' warning.
* debian/patches
- Extract swedish translation patch from package diff (cf. bug 397370).
- Extract patch related to default ifd from package diff (cf. bug 428255).
- Extract patch related to manpage improvements from package diff (cf.
bugs 320497 and 321855).
-- Emmanuel Bouthenot <kolter@openics.org> Mon, 31 Mar 2008 19:39:44 +0200
exif (0.6.15-4) unstable; urgency=low
* debian/rules: touch config.status and config.h after configure to be sure
it doesn't run a second time, breaking its config.h and the build at the
same time. (closes: #445609)
-- Frederic Peters <fpeters@debian.org> Tue, 09 Oct 2007 16:58:32 +0200
exif (0.6.15-3) unstable; urgency=low
* src/main.c: set default IFD to EXIF when using -t (closes: #428255)
* exif.1: noted the command can operate on multiple files, and added
examples and explanations on options (closes: #320497, #321855)
-- Frederic Peters <fpeters@debian.org> Sun, 30 Sep 2007 11:37:47 +0200
exif (0.6.15-2) unstable; urgency=low
* configure.in, configure, po/sv.po: added Swedish translation by Daniel
Nylander (closes: #397370)
-- Frederic Peters <fpeters@debian.org> Sat, 29 Sep 2007 12:58:53 +0200
exif (0.6.15-1) unstable; urgency=low
* New upstream release.
* debian/compat: set to 5
* debian/control: updated debhelper build-depends to 5.0.0
* debian/control: added autotools-dev as build-depends to get newer
config.sub and config.guess
-- Frederic Peters <fpeters@debian.org> Fri, 25 May 2007 14:28:03 +0200
exif (0.6.9-5) unstable; urgency=low
* debian/control: updated build-depends so it always links against
libexif12. (closes: #327045)
-- Frederic Peters <fpeters@debian.org> Wed, 7 Sep 2005 11:49:15 +0200
exif (0.6.9-4) unstable; urgency=low
* Rebuilt with new libexif12.
-- Frederic Peters <fpeters@debian.org> Sat, 16 Jul 2005 10:12:48 +0200
exif (0.6.9-3) unstable; urgency=low
* exif/actions.c: applied patch from Brendan O'Dea (thanks); no longer
segfaults on MakerNote (closes: #282555)
* debian/control: lowercased first letter of description synopsis
* debian/copyright: fixed license; LGPL, not GPL
-- Frederic Peters <fpeters@debian.org> Sat, 29 Jan 2005 23:16:01 +0100
exif (0.6.9-2) unstable; urgency=low
* Adopted package.
* debian/control: updated Maintainer field and description
-- Frederic Peters <fpeters@debian.org> Sun, 17 Oct 2004 12:35:57 +0200
exif (0.6.9-1) unstable; urgency=low
* Rebuilt against libexif10.
* New upstream release.
-- christophe barbe <christophe@debian.org> Fri, 18 Jun 2004 14:44:26 -0400
exif (0.6-2) unstable; urgency=low
* Move DH_COMPAT in debian/compat.
* Bump Standards-Version up to 3.5.9.
-- christophe barbe <christophe@debian.org> Thu, 3 Apr 2003 20:36:52 -0500
exif (0.6-1) unstable; urgency=low
* New upstream release (Closes: #180214).
-- christophe barbe <christophe@debian.org> Mon, 20 Jan 2003 17:03:45 -0500
exif (0.5-3) unstable; urgency=low
* Fix segfault when specifying a tag at the command-line (Closes: #170471).
-- christophe barbe <christophe@debian.org> Sat, 23 Nov 2002 22:10:49 -0500
exif (0.5-2) unstable; urgency=low
* Added versioned Build-Depends on libexif-dev (Closes: #168891).
-- christophe barbe <christophe@debian.org> Wed, 13 Nov 2002 11:37:36 -0500
exif (0.5-1) unstable; urgency=low
* New upstream release.
-- christophe barbe <christophe@debian.org> Sun, 10 Nov 2002 22:23:43 -0500
exif (0.4-3) unstable; urgency=low
* Added pkg-config in the Build-Depends (closes: #154918).
* No upstream man page for exif (closes: #154870).
-- christophe barbe <christophe@debian.org> Wed, 31 Jul 2002 07:30:25 -0400
exif (0.4-2) unstable; urgency=low
* Description improvment (closes: #154757).
-- christophe barbe <christophe@debian.org> Mon, 29 Jul 2002 17:54:45 -0400
exif (0.4-1) unstable; urgency=low
* Initial Release (closes: #153996).
-- christophe barbe <christophe@debian.org> Tue, 23 Jul 2002 11:46:33 -0400
|