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 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448
|
libonig (6.9.9-1) unstable; urgency=medium
* New upstream release.
* Add missing head lines to debian/copyright (Thanks to Phil Wyett).
-- Jörg Frings-Fürst <debian@jff.email> Fri, 15 Dec 2023 13:59:12 +0100
libonig (6.9.8-2) unstable; urgency=medium
* debian/rules:
- Fix Fails to build source after successful build (Closes: #1047845).
* Declare compliance with Debian Policy 4.6.2 (No changes needed).
* debian/copyright:
- Add year 2023 to myself.
* debian/control:
- Change to new repository URL.
-- Jörg Frings-Fürst <debian@jff.email> Mon, 14 Aug 2023 14:33:07 +0200
libonig (6.9.8-1) unstable; urgency=medium
* New Upstream release.
- Remove upstream applied patches:
+ 0100-source_typos.patch
-- Jörg Frings-Fürst <debian@jff.email> Sat, 30 Apr 2022 10:37:23 +0200
libonig (6.9.7.1-2) unstable; urgency=medium
* Upload into unstable.
* Declare compliance with Debian Policy 4.6.0 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Wed, 18 Aug 2021 21:54:59 +0200
libonig (6.9.7.1-1) experimental; urgency=medium
* New upstream release.
- Refresh symbols file.
* Declare compliance with Debian Policy 4.5.1 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Apr 2021 18:07:46 +0200
libonig (6.9.6-1.1) unstable; urgency=high
* Non-maintainer upload.
* debian/rules
- As upstream change, set "--enable-binary-compatible-posix-api=yes",
instead of "--enable-posix-api" (Closes: #983406)
-- Hideki Yamane <henrich@debian.org> Wed, 24 Feb 2021 02:25:03 +0900
libonig (6.9.6-1) unstable; urgency=medium
* New upstream release.
- Refresh symbols file.
* Migrate to debhelper-compat 13:
- Bump debhelper-compat version in debian/control to = 13.
* debian/rules:
- Add remove for libonig.[la|a] to fix warning about missing installs.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 08 Nov 2020 13:08:04 +0100
libonig (6.9.5-2) unstable; urgency=medium
* debian/rules
- set --enable-posix-api, since default was changed and some packages
need to be built with onigposix.h (Closes: #958467).
(Thanks to: Hideki Yamane <henrich@iijmio-mail.jp>.
- Refresh symbols file.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 25 Apr 2020 10:56:30 +0200
libonig (6.9.5-1) unstable; urgency=medium
* New upstream release.
- Refresh symbols file.
* Declare compliance with Debian Policy 4.5.0 (No changes needed).
* debian/copyright:
- Add year 2020.
* Remove unused patches:
- debian/patches/0105-CVE-2019-13224.patch,
- debian/patches/0110-CVE-2019-13225.patch.
-- Jörg Frings-Fürst <debian@jff.email> Mon, 20 Apr 2020 22:35:52 +0200
libonig (6.9.4-1) unstable; urgency=medium
* Neu upstream release.
- Refresh symbols file and add Build-Depends-Package field.
- Remove upstream applied patches:
+ 0105-CVE-2019-13224.patch
+ 0110-CVE-2019-13225.patch
- Refresh debain/copyright.
- Fixes CVE-2019-19204: heap-buffer-overflow in fetch_interval_quantifier
due to double PFETCH (Closes: #945313).
- Fixes CVE-2019-19203: heap-buffer-overflow in gb18030_mbc_enc_len
(Closes: #945312).
- Fixes CVE-2019-19012: Out of bounds read in mbc_to_code()
(Closes: #944959).
- Fixes CVE-2019-16163: Stack Exhaustion Problem (Closes: #939988).
- Fixes CVE-2019-19246: heap-based buffer over-read in str_lower_case_match.
* debian/watch:_Correct typo.
* Declare compliance with Debian Policy 4.4.1.1 (No changes needed).
* Switch to debhelper-compat:
- debian/control: change to debhelper-compat (=12)
- remove debian/compat
* debian/control:
- Add Rules-Requires-Root: no.
* Remove outdated debian/NEWS.Debian.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 22 Dec 2019 16:00:46 +0100
libonig (6.9.2-1) unstable; urgency=medium
* New upstream release:
- Refresh symbols file.
- Refresh debian/patches/0100-source_typos.patch.
* Rewrite debain/watch.
* New debian/patches/0105-CVE-2019-13224.patch and
debian/patches/0110-CVE-2019-13225.patch (Closes: #931878):
- Fixes CVE-2019-13224 A use-after-free in onig_new_deluxe() in regext.c.
- Fixes CVE-2019-13225 A NULL Pointer Dereference in match_at()
in regexec.c.
* Declare compliance with Debian Policy 4.4.0 (No changes needed).
* Migrate to debhelper 12:
- Change debian/compat to 12.
- Bump minimum debhelper version in debian/control to >= 12.
- debian/rules: Remove obsolete dh_install --fail-missing.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2019 10:39:37 +0200
libonig (6.9.1-1) unstable; urgency=medium
* New upstream release:
- Refresh symbols file.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 21 Dec 2018 14:09:48 +0100
libonig (6.9.0-1) unstable; urgency=medium
* New upstream release.
- Refresh symbols file.
* debian/control:
- Change VCS-* to point to the new repository.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Thu, 06 Sep 2018 07:14:48 +0200
libonig (6.8.2-1) unstable; urgency=medium
* New upstream release (Closes: #897250).
- Refresh symbols file.
* Declare compliance with Debian Policy 4.1.4 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Fri, 04 May 2018 18:41:47 +0200
libonig (6.8.1-2) unstable; urgency=medium
* Upload to unstable.
-- Jörg Frings-Fürst <debian@jff.email> Tue, 01 May 2018 09:45:05 +0200
libonig (6.8.1-1) experimental; urgency=medium
* New upstream release.
- Refresh symbols file.
- Refresh debian/copyright.
* Rename libonig4 to libonig5.
- debian/control:
+ Rename binaray package.
+ Set Depends to libonig5.
- Rename debian/libonig4* to debian/libonig5*
- debian/rules:
+ Rename liboing4 to libonig5.
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
* Declare compliance with Debian Policy 4.1.3 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Wed, 21 Mar 2018 19:56:23 +0100
libonig (6.7.0-1) unstable; urgency=medium
* New upstream release.
- Refresh symbols file.
* Change to my new email address:
- debian/control
- debian/copyright
* debian/changelog:
- Remove trailing whitespaces.
* Declare compliance with Debian Policy 4.1.2.0. (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Thu, 14 Dec 2017 17:26:05 +0100
libonig (6.6.1-1) unstable; urgency=medium
* New upstream release.
- Refresh symbols file.
* Declare compliance with Debian Policy 4.1.0.0. (No changes needed).
* Remove missing README.ja from debian/libonig-dev.docs and
debian/libonig-dev.doc-base.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 01 Sep 2017 19:57:42 +0200
libonig (6.5.0-1) unstable; urgency=medium
* New upstream release.
+ Refresh symbols file.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 06 Aug 2017 19:31:50 +0200
libonig (6.4.0-1) unstable; urgency=medium
* New upstream release.
+ Refresh symbols file.
* Remove not longer needed patches.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 23 Jul 2017 11:51:31 +0200
libonig (6.3.0-1) unstable; urgency=medium
* New upstream release.
- Update symbols file.
- Refresh patches.
* Drop dh-autoreconf from both build-depends and dh --with arguments.
because this is all defaults when using dh compat 10.
* debian/copyright: Add year 2017.
* Remove upstream applied debian/patches/0500-CVE-2017-922[4-9].patch.
* Use the automatic debug symbol packages:
- Remove libonig4-dbg section from debian/control.
- Remove override_dh_strip from debian/rules.
* New README.source to explain the branching model used.
* Declare compliance with Debian Policy 4.0.0. (No changes needed).
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 25 Jun 2017 09:55:31 +0200
libonig (6.1.3-2) unstable; urgency=high
* New debian/patches/0500-CVE-2017-922[4-9].patch:
- Cherrypicked from upstream to correct:
+ CVE-2017-9224 (Closes: #863312)
+ CVE-2017-9225 (Closes: #863313)
+ CVE-2017-9226 (Closes: #863314)
+ CVE-2017-9227 (Closes: #863315)
+ CVE-2017-9228 (Closes: #863316)
+ CVE-2017-9229 (Closes: #863318)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 27 May 2017 12:05:50 +0200
libonig (6.1.3-1) unstable; urgency=medium
* New upstream release.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 15 Dec 2016 09:23:30 +0100
libonig (6.1.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Bump debhelper B-D minimum version to 10.
* New debian/patches/0100-source_typos.patch.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 09 Nov 2016 23:16:44 +0100
libonig (6.1.1-2) unstable; urgency=medium
* Upload to unstable.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 04 Sep 2016 21:26:20 +0200
libonig (6.1.1-1) experimental; urgency=medium
* New upstream release.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 03 Sep 2016 02:42:58 +0200
libonig (6.1.0-1) experimental; urgency=medium
* New upstream release.
- NEW API: onig_scan().
* debian/control:
- To match with the soname rename packages from liboing3 to libonig4.
* debian/rules:
- Rename liboing3 to libonig4.
* Renew debian/symbols.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 31 Aug 2016 04:18:16 +0200
libonig (6.0.0-1) experimental; urgency=medium
* New upstream release.
* debian/control:
- Remove dpkg from libonig2-dbg Pre-Depends because redundance
with ${misc:Pre-Depends}.
- Replace homepage to the new loacation.
- To match with the soname rename packages from liboing2 to libonig3.
- Bump Standards-Version to 3.9.8 (no changes required).
- Change Vcs-* to secure URIs.
* debian/rules:
- Rename liboing2 to libonig3.
* debian/watch:
- Move to github.
- Bump version to 4 (no changes required).
* debian/copyright:
- Replace homepage and upstream mail address.
- Add year 2016.
* Remove the not Multi-Arch conform file /usr/bin/onig-config and
the man page.
* Remove now useless debian/libonig3-dbg.maintscript.
* Set compat level to 10.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 May 2016 17:53:39 +0200
libonig (5.9.6-1) unstable; urgency=medium
* New upstream release.
* Refresh debian/patches/001-changes_build_sys.diff.
* Refresh debian/symbols.
* debian/rules:
- rewrite override_dh_strip.
- Add dpkg-gensymbols to generate symbol file(s)
on every build.
* debian/copyright:
Add year 2015 to my entry at debian/*.
* debian/control:
- Remove useless Depends ${shlibs:Depends} from libonig2-dbg
and libonig-dev
- Add dpkg and ${misc:Pre-Depends} to Depends of libonig2-dbg
to prevent error on upgrade wheezy to jessie (Closes: #769556).
- Bump Standards-Version to 3.9.6 (no changes required).
- Add Vcs-* fields pointed to alioth.
- Remove deprecated hardening-wrapper from Build-Depends
(Closes: #774485).
- Rewrite Descriptions (Closes: #774520).
* debian/*.postrm, debian/*.postinst, debian/*.preinst:
- Delete them and move the dpkg-maintscript-helper to
debian/libonig2-dbg.maintscript.
* New debian/libonig2-dbg.maintscript:
- Add symlink_to_dir calls.
- Change version in calls of symlink_to_dir to 5.9.6-1~.
* Add Vcs
* Add missing MNU changelog entries. Both don't provide a patch with
the changes and the first one causes a new RC-Bug.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 05 Jan 2015 10:49:52 +0100
libonig (5.9.5-3.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix version for calls to dpkg-maintscript-helper symlink_to_dir.
(closes: #769556).
-- Ivo De Decker <ivodd@debian.org> Sun, 28 Dec 2014 12:11:12 +0100
libonig (5.9.5-3.1) unstable; urgency=high
* Non-maintainer upload.
* Add missing pre-dependency on dpkg for dpkg-maintscript-helper
symlink_to_dir (closes: #769556).
-- Julien Cristau <jcristau@debian.org> Sat, 15 Nov 2014 11:53:45 +0100
libonig (5.9.5-3) unstable; urgency=medium
* Add debian/libonig2-dbg.(preinst|postinst|postrm) to prevent
error on upgrade wheezy to jessie. (Closes: #768267)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 06 Nov 2014 21:32:20 +0100
libonig (5.9.5-2) unstable; urgency=medium
* rename debian/*.doc-base
* add html files to doc
* change debian/rules for hardening
* remove Multi-Arch from libonig-dev (Closes: #747897)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 13 May 2014 10:25:38 +0200
libonig (5.9.5-1) unstable; urgency=medium
* remove *.so.* files from libonig2-dbg
(same files as in libonig2)
* add debian/libonig-dev.doc-base
* add debian/symbols
* rewrite debian/copyright
* rewrite debian/rules (Closes: #645940)
* patch buildsystem (Closes: #734683)
* change lib version to 2.1.0
* Bump compat to 9
* Update to upstream version 5.9.5 (Closes: #661616)
* Bump Standarts to 3.9.5
* New Maintainer (Closes: #747187)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 07 May 2014 16:39:54 +0200
libonig (5.9.1-1) unstable; urgency=low
[ Max Kellermann ]
* new upstream release
* acknowledge NMU, thanks Laurent (closes: #426355)
* run test suite after build
* added watch file
* bumped Standards-Version to 3.7.3
* added homepage header to debian/control
* priority "extra"
-- Alexander Wirt <formorer@debian.org> Mon, 07 Jan 2008 11:46:27 +0100
libonig (5.9.0-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release (Closes: #426355)
* debian/control:
- Use binary:Version instead of Source-Version
* debian/rules:
- Don't hide make distclean error
- Fix copy of config.{sub,guess}
- Remove deprecated DH_COMPAT and use compat file instead
-- Laurent Bigonville <bigon@bigon.be> Sat, 04 Aug 2007 15:07:34 +0200
libonig (5.5.2-1) unstable; urgency=low
* new upstream release
-- Max Kellermann <max@duempel.org> Wed, 14 Feb 2007 23:12:29 +0100
libonig (5.5.0-1) unstable; urgency=low
[ Max Kellermann ]
* new upstream release
* update config.{sub,guess} in debian/rules
* removed libonig.la
-- Alexander Wirt <formorer@debian.org> Wed, 6 Dec 2006 20:51:10 +0100
libonig (5.2.0-1) unstable; urgency=low
* new upstream release
* updated copyright file since license has been changed to BSD
-- Max Kellermann <max@duempel.org> Wed, 15 Nov 2006 09:32:24 +0100
libonig (4.4.4-1) unstable; urgency=low
* initial debian release (Closes: #388412)
-- Max Kellermann <max@duempel.org> Wed, 20 Sep 2006 12:17:40 +0200
|